miku-nyan / Overchan-Android

Meta Imageboard Client
http://miku-nyan.github.io/Overchan-Android
GNU General Public License v3.0
113 stars 55 forks source link

Overchan Android

Overchan Android (Meta Imageboard Client) is an application for browsing imageboards.

Website
Releases
Google Play (without imageboards list)
F-Droid
Version for ARC Runtime (doesn't support SO_KEEPALIVE)

Supported Imageboards
Custom Themes

Building Source Code

Dependencies

Using Ant

Open the source code directory and run (in the command line):

ant -Dsdk.dir=/path/to/android-sdk -Dndk.dir=/path/to/android-ndk debug

The .apk file (bin/Overchan-debug.apk) will be signed with the debug key.

Note for Windows platforms:
NDK path cannot contain any spaces but you can use the short name of the path (example: C:\Program FilesC:\PROGRA~1). The short directory name can be found using dir /x (example: dir /x c:\)

Using Eclipse with ADT

Just import the project into your workspace (File → Import → Android → Existing Android code into workspace → select the folder).

Android Studio/IntelliJ IDEA/Gradle

You may use Android Studio/IntelliJ IDEA at your own risk. The gradle build script is included.

License

Overchan Android is licensed under the GPLv3.