TrixiEther / DashchanFork

Imageboards client for Android
GNU General Public License v3.0
40 stars 2 forks source link

DashchanFork

Android client for imageboards.

Features

Screenshots

Changes in DashchanFork:

Screenshots

Building Guide

  1. Install JDK 8 or higher
  2. Install Android SDK, define ANDROID_HOME environment variable or set sdk.dir in local.properties
  3. Run ./gradlew assembleRelease

The resulting APK file will appear in build/outputs/apk directory.

Build Signed Binary

You can create keystore.properties in the source code directory with the following properties:

store.file=%PATH_TO_KEYSTORE_FILE%
store.password=%KEYSTORE_PASSWORD%
key.alias=%KEY_ALIAS%
key.password=%KEY_PASSWORD%

Building Extensions

The source code of extensions is available in Dashchan Extensions repository(original from Mishiranu). Dashchan Extensions repository(specifically for the fork with new modules and included updates).

The source code of the video player libraries extension is available in Dashchan Webm repository.

License

Dashchan is available under the GNU General Public License, version 3 or later.