Skip to content

Commit

Permalink
Update readme and version
Browse files Browse the repository at this point in the history
  • Loading branch information
markwinter committed Sep 12, 2014
1 parent de8b17d commit 5e23efa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Once ready, Antox will be available on Google Play and on F-Droid.
[![tip for next commit](http://tip4commit.com/projects/654.svg)](http://tip4commit.com/projects/654)

###Current development
Currently working on fixing bugs with multiple profiles and integrating toxme.se registration into the app. Work is also being done to wrap the Tox A/V features in jToxcore so that
they can be implemented here.
Currently implementing A/V in Antox

###Antox On F-Droid
To get Antox on F-Droid, add https://markwinter.me/fdroid/repo to your repo list. To do this, go to 'Repositories' in F-Droid and click the '+' symbol in the action bar. PLEASE NOTE this app is still alpha and
Expand Down Expand Up @@ -45,6 +44,7 @@ Transifex page - https://www.transifex.com/projects/p/antox/

###What Is Currently Working
- Basic messaging - this does not include group chats
- File transfers

###Screenshots Of Progress
<img src="http://a.pomf.se/fzwbww.png" width="230px" height="400px"/><img src="http://a.pomf.se/twtkls.png" width="230px" height="400px"/><img src="http://a.pomf.se/zsgakz.png" width="230px" height="400px"/>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="im.tox.antox"
android:versionCode="32"
android:versionName="0.12.4" >
android:versionCode="33"
android:versionName="0.12.5" >

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down

0 comments on commit 5e23efa

Please sign in to comment.