Skip to content

Desnoo/ProxerAndroid

 
 

Repository files navigation

Proxer.Me Android Latest Release Build status

Showcase 1 Showcase 2

What is this?

This is a client for the german Anime & Manga page ProxerMe.

How to use it?

Build the project and install it on your device or download the latest release and install it on your device.

Building yourself

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/ProxerMe.git
  • cd ProxerMe

This App needs an API key to work. You can request one from the Admins at Proxer. You then need to create a file secrets.properties in the root of the project with the following contents:

PROXER_API_KEY = YourApiKey

After that you can build the App like this:

Windows
gradlew.bat assembleDebug
Linux
./gradlew assembleDebug

You can find the apk in app/build/outputs/apk/.

To install it directly on your device through ADB, you can run the following:

Windows
gradlew.bat installDebug
Linux
./gradlew installDebug

Your own App

You want to create your own App? Check out ProxerLibAndroid. This App depends highly on it and it implements most of the available API.

Contributions and contributors

A guide for contribution can be found here.

About

An Android App for Proxer.me.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 95.6%
  • Java 4.4%