Skip to content

Snotbob/Dashchan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashchan

Dashchan is imageboards client for Android.

Read the project wiki for further information.

Packages List

Client application: Dashchan.apk.
Video player libraries: DashchanWebm.apk.

Forums

Chan Name Host Extension Package Link
allchan allchan.su DashchanAllchan.apk
anonfm anon.fm DashchanAnonfm.apk
apachan apachan.net DashchanApachan.apk
cablesix cable6.net DashchanCableSix.apk
chiochan 410chan.org DashchanChiochan.apk
chuckdfwk chuck.dfwk.ru DashchanChuckDfwk.apk
cirno iichan.hk DashchanCirno.apk
diochan diochan.com DashchanDiochan.apk
dobrochan dobrochan.com DashchanDobrochan.apk
dvach 2ch.hk DashchanDvach.apk
endchan endchan.xyz DashchanEndchan.apk
fiftyfive 55chan.org DashchanFiftyfive.apk
fourchan 4chan.org DashchanFourchan.apk
haruhichan haruhichan.ovh DashchanHaruhichan.apk
horochan horochan.ru DashchanHorochan.apk
infinite 8ch.net DashchanInfinite.apk
krautchan krautchan.net DashchanKrautchan.apk
kurisach kurisa.ch DashchanKurisach.apk
lainchan lainchan.org DashchanLainchan.apk
makabapaid 2channel.hk DashchanMakabaPaid.apk
nowere nowere.net DashchanNowere.apk
nulldvachin 02ch.in DashchanNulldvachin.apk
nulleu 0chan.eu DashchanNulleu.apk
nulltirech 0-chan.ru DashchanNulltirech.apk
owlchan owlchan.ru DashchanOwlchan.apk
ponyach ponyach.ru DashchanPonyach.apk
ponychan ponychan.net DashchanPonychan.apk
princessluna princessluna.ru DashchanPrincessLuna.apk
ronery ronery.me DashchanRonery.apk
rulet 2-chru.net DashchanRulet.apk
sevenchan 7chan.org DashchanSevenchan.apk
shanachan shanachan.org DashchanShanachan.apk
sharechan sharechan.org DashchanSharechan.apk
synch syn-ch.com DashchanSynch.apk
taima 420chan.org DashchanTaima.apk
tiretirech 2--ch.ru DashchanTiretirech.apk
twowatch 2watch.su DashchanTwowatch.apk
wizardchan wizchan.org DashchanWizardchan.apk

Archives

Chan Name Host Extension Package Link
archiveliom loveisover.me DashchanArchiveLiom.apk
archiverbt rbt.asia DashchanArchiveRbt.apk
arhivach arhivach.org DashchanArhivach.apk
desustorage desustorage.org DashchanDesustorage.apk
fourplebs 4plebs.org DashchanFourplebs.apk
local ( local archive ) DashchanLocal.apk

Installation Guide

  1. Install extension packages
  2. Install client application

Remember that every time you install a new extension, you must restart the client application.

Updating Guide

Go to Preferences ⇒ About ⇒ Check for updates. After fetching updating data you can view a number of updates in title bar. Usually you just need to click on the download button and wait until downloading ends.

It is better to install extension packages and then install application package. If you download only an extension, don't forget to restart the application after updating.

Building Guide

  1. Install JDK 7 or higher
  2. Install Android SDK, define ANDROID_HOME environment variable or set sdk.dir in local.properties
  3. Install Android NDK, define ANDROID_NDK_HOME environment variable or set ndk.dir in local.properties
  4. Install Gradle
  5. Run gradle 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%

API Keys

Dashchan uses Google API and SoundCloud API.

You can generate keys for these APIs and add them to private.properties file:

api.key.google=%GOOGLE_API_KEY%
api.key.soundcloud=%SOUNDCLOUD_API_KEY%

License

Dashchan is licensed under the Apache License, version 2.0.

About

Imageboards client for Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 42.7%
  • C 36.3%
  • C++ 20.7%
  • Other 0.3%