This is a client for the german Anime & Manga page Proxer.Me.
It features the most important functionalities including an anime player for various hosters and languages, a mobile-friendly vertical manga reader, offline synchronized chat, offline manga and much more.
Build the project and install it on your device or download the latest release and install it on your device.
Assuming that you know how to use Git, have the Android SDK and the Java SDK installed, run the following commands:
git clone https://github.com/proxer/ProxerAndroidcd ProxerAndroid
This app needs an API-key to work. You can request one from the admins at Proxer. You then need to create a secrets.properties file in the root of the project with the following contents:
PROXER_API_KEY = YourApiKey
This app offers two variants to build: debug and release.
It is strongly advertised to only use the release variant as it is faster and does not log any information.
Before building, you have to generate a key for signing the app if you have none yet.
Add these fields to your secrets.properties file:
RELEASE_STORE_FILE = /path/to/the/keystore
RELEASE_STORE_PASSWORD = theKeystorePassword
RELEASE_KEY_ALIAS = theAlias
RELEASE_KEY_PASSWORD = thePasswordForThatAlias
After that, you can build the app by running:
# Linux
./gradlew assembleRelease
# Windows
gradlew.bat assembleReleaseYou can find the app in the app/build/outputs/apk/release/ folder.
It is also possible to directly install the app on your device if it is connected to your computer by running:
# Linux
./gradlew installRelease
# Windows
gradlew.bat installReleaseIf you want to build the app for testing purposes in the debug variant, you can run:
# Linux
./gradlew assembleDebug
# Windows
gradlew.bat assembleDebug| News | Anime List | Manga List |
|---|---|---|
![]() |
![]() |
![]() |
| Media Detail | Manga Reader | Offline Manga |
|---|---|---|
![]() |
![]() |
![]() |
| Anime Stream List | Anime Player |
|---|---|
![]() |
![]() |
| Instant Chat | Conference List | Conference Detail |
|---|---|---|
![]() |
![]() |
![]() |
| Profile | Profile Settings | Profile History |
|---|---|---|
![]() |
![]() |
![]() |
A guide for contribution can be found here.
- @InfiniteSoul for implementing a persistent Navigation Drawer for tablets and UI improvements.













