Skip to content

TrixiEther/Dashchan-Extensions

This branch is 234 commits ahead of, 2 commits behind Mishiranu/Dashchan-Extensions:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

73d4607 · Sep 9, 2024
Jan 13, 2024
Jan 7, 2024
Sep 9, 2024
Jul 9, 2021
Jan 21, 2023
Jul 9, 2021
Aug 30, 2022
Sep 24, 2020
Jul 9, 2021
Aug 23, 2022
Mar 13, 2023
Jul 9, 2021
Jul 9, 2021
Aug 23, 2022
May 15, 2023

Repository files navigation

Dashchan Extensions

This repositories contains supported extensions.

Old extensions are placed under their own specific branch. It's planned to move them all into master branch.

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 :extensions:%CHAN_NAME%:assembleRelease

The resulting APK file will appear in extensions/%CHAN_NAME%/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%

License

Extensions are available under the GNU General Public License, version 3 or later.

About

Dashchan extensions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%