Skip to content

Commit

Permalink
Up version and update screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
markwinter committed Aug 2, 2014
1 parent 59aad9e commit beec7bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ 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 improving the file transfers, inline image displaying and fixing any bugs related to them. Other forms of media will
also be looked at for inlining. Development will also happen on the contacts list to allow searching and proper ordering
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.

###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 @@ -43,7 +43,7 @@ For a list of which devices currently run Antox, visit our <a href="https://wiki
- Basic messaging - this does not include group chats

###Screenshots Of Progress
<img src="http://a.pomf.se/bboyqc.png" width="230px" height="400px"/><img src="https://pbs.twimg.com/media/Bq0stgVCQAA2Q6n.png:large" width="230px" height="400px"/><img src="http://a.pomf.se/qozvok.png" width="230px" height="400px"/>
<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"/>


*The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License.*
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="27"
android:versionName="0.11.4" >
android:versionCode="28"
android:versionName="0.12.0" >

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

0 comments on commit beec7bb

Please sign in to comment.