Skip to content

AliceCA/Overchan-Android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e506f6b · Dec 30, 2016
Dec 11, 2015
Sep 3, 2015
Apr 6, 2015
Dec 7, 2015
Dec 30, 2016
Dec 30, 2016
Apr 21, 2016
Oct 16, 2015
Oct 16, 2015
Apr 6, 2015
Dec 30, 2016
Jun 20, 2016
Apr 6, 2015
Dec 25, 2015
Sep 7, 2016
Apr 6, 2015
Dec 7, 2015
Dec 9, 2015
Dec 7, 2015

Repository files navigation

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.

Packages

No packages published

Languages

  • Java 88.3%
  • JavaScript 9.6%
  • C 1.9%
  • Other 0.2%