Skip to content

Commit

Permalink
Merge pull request #696 from bryant1410/master
Browse files Browse the repository at this point in the history
Fix broken headings in Markdown files
  • Loading branch information
markwinter committed Apr 18, 2017
2 parents 4ef2c3e + 79fd250 commit 128feef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -5,26 +5,26 @@ Antox

Antox is an Android 2.3+ client for Tox. It aims to bring the full multimedia support Tox offers to your device, although it's still currently in heavy development. Antox is currently available for alpha testing on Google Play and F-Droid.

###Current development
### Current development

I am too busy with my final year of university to continue working on Antox. You can find a maintained fork with new features being added [here](https://github.com/subliun/Antox).

###Getting Antox
### Getting Antox

To get Antox on Google Play, join the [Google+ Community](https://plus.google.com/communities/103125800027884896310), and follow the instructions given.

To get Antox on F-Droid, add https://antox.me/fdroid/repo to your repo list. Please note this repo and domain are not controlled by me.

###What Is Currently Working
### What Is Currently Working

- One to one messaging
- File transfers
- Avatars

###Translating Antox
### Translating Antox
You can localize the application via github pull request or by requesting a new language or join an existing translation team on [Transifex](https://www.transifex.com/projects/p/antox/). Please note that translation updates from Transifex are usually delayed.

###Compiling Antox From Source with IntelliJ IDE
### Compiling Antox From Source with IntelliJ IDE
- Download https://developer.android.com/sdk/installing/studio.html
- In Android Studio, go to Help>Check For Updates. As of writing, the latest version of AS is 0.8.1
- In Android Studio again, go to Tools>Android>SDK Manager. Make sure you're using the latest SDK tools and SDK Build tools.
Expand All @@ -34,7 +34,7 @@ You can localize the application via github pull request or by requesting a new
- Install the Scala plugin in IntelliJ, restart, and wait for IntelliJ to set itself up
- Connect your phone in developer mode and click Run in Android Studio. It will install Antox on to your phone and run it automatically.

###Compiling Scala Antox From Source via CLI
### Compiling Scala Antox From Source via CLI
- Download android sdk http://developer.android.com/sdk/index.html and unpack
- Set the environmental variable ANDROID_HOME to point to it
- Add $ANDROID_HOME/tools and $ANDROID_HOME/platform-tools to your PATH environmental variable
Expand Down

0 comments on commit 128feef

Please sign in to comment.