GithubHelp home page GithubHelp logo

wbpascal / proxerandroid Goto Github PK

View Code? Open in Web Editor NEW

This project forked from proxer/proxerandroid

0.0 1.0 0.0 78.82 MB

An Android App for Proxer.me.

Home Page: https://proxer.me/

License: GNU General Public License v3.0

Kotlin 97.06% Java 2.85% Shell 0.08%

proxerandroid's Introduction

Proxer.Me Android Latest Release Build status

What is this?

Proxer.Me Android is the official mobile client for the german Anime & Manga page Proxer.Me.
It features major functionalities including an anime player for various hosters and languages, a mobile-friendly manga reader, offline synchronized chat and much more.

Downloads

Google Play Store Proxer App Store Github
Download Download Download

Building yourself

After having installed the following tools:

You can run these commands:

  • git clone https://github.com/proxer/ProxerAndroid
  • cd ProxerAndroid

This app needs an API-key to work. You can request one from the administrators 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 three variants to build: debug, release and logRelease.
It is strongly recommended to use the release variant as it is faster and does not log sensitive data.

Before building, 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

You can then build the app by running:

# Linux
./gradlew assembleRelease

# Windows
gradlew.bat assembleRelease

You can find the app in the app/build/outputs/apk/release/ folder.
A direct install of the app is possible for phones connected to your pc by running:

# Linux
./gradlew installRelease

# Windows
gradlew.bat installRelease

If you want to build the app for testing purposes in the debug variant, run:

# Linux
./gradlew assembleDebug

# Windows
gradlew.bat assembleDebug

Screenshots

News Anime List Manga Reader
Media Detail Instant Chat Public Chat
Anime Stream List Anime Player
Profile Overview Profile Top Ten Profile Media List

Contributions and contributors

A guide for contribution can be found here.

  • @InfiniteSoul for implementing a persistent Navigation Drawer for tablets and UI improvements.

proxerandroid's People

Contributors

rubengees avatar enes-oerdek avatar desnoo avatar lpkkjhd avatar magioc avatar infinitesoul avatar

Watchers

Pascal Wiedenbeck avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.