All Projects → proxer → ProxerAndroid

proxer / ProxerAndroid

Licence: GPL-3.0 License
The official Android App of Proxer.Me

Programming Languages

kotlin
9241 projects
java
68154 projects - #9 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to ProxerAndroid

Kitsu
A kitsu.io api wrapper written in C# .NET Core
Stars: ✭ 15 (-85.71%)
Mutual labels:  anime, manga
NHentai-API
NHentai API made using python BeautifulSoup webscrapping.
Stars: ✭ 27 (-74.29%)
Mutual labels:  anime, manga
rxjava2-http
Transmit RxJava2 Flowable over http with non-blocking backpressure
Stars: ✭ 19 (-81.9%)
Mutual labels:  stream, rxjava
Jikan4java
Kotlin wrapper for Jikan, an myanimelist api
Stars: ✭ 27 (-74.29%)
Mutual labels:  anime, manga
anitrend-app
Track all your favorite Anime & Manga with AniTrend as it offers anime or manga lookup, tracking and reference powered by AniList
Stars: ✭ 138 (+31.43%)
Mutual labels:  anime, manga
anilabx
AniLabX - android app for watching anime/dramas/cartoons and reading manga/comics/light novels
Stars: ✭ 54 (-48.57%)
Mutual labels:  anime, manga
KissNetwork.bundle
Plex Channel to view Anime, Asian Drama, Cartoons, Manga & Comics from KissAnime, KissAsian, KissCartoon, KissManga & ReadComicOnline
Stars: ✭ 95 (-9.52%)
Mutual labels:  anime, manga
Mirai
A website to stream Anime and read Manga for free.. Everything is scraped from sources online and we don't need to actually host any videos or images.
Stars: ✭ 38 (-63.81%)
Mutual labels:  anime, manga
anime-dl
ADLCore is an API and app for the download of novels, manga, and anime from a plethora of sites. It works on Windows, Linux, OSX, and Android.
Stars: ✭ 70 (-33.33%)
Mutual labels:  anime, manga
yukino
❄️ [WIP] An extension based Anime & Manga client.
Stars: ✭ 176 (+67.62%)
Mutual labels:  anime, manga
RawAnime
Anime app to watch animes without any ads for free. Currently broken.. working to fix it with new UI
Stars: ✭ 19 (-81.9%)
Mutual labels:  stream, anime
AmimeWatch
Telegram bot made in Python 3 using the @pyrogram framework.
Stars: ✭ 19 (-81.9%)
Mutual labels:  anime, manga
anime-scraper
[partially working] Scrape and add anime episode stream URLs to uGet (Linux) or IDM (Windows) ~ Python3
Stars: ✭ 21 (-80%)
Mutual labels:  stream, anime
RxLoading
RxJava library for showing a loading (i.e. progress bar) state while waiting for async data with minimal effort and advanced options.
Stars: ✭ 49 (-53.33%)
Mutual labels:  stream, rxjava
zanime
Android app to watch anime vod online for free
Stars: ✭ 52 (-50.48%)
Mutual labels:  anime, manga
nani
Crunchyroll without the bloat
Stars: ✭ 63 (-40%)
Mutual labels:  anime, manga
vueman.ga
Delightful reading and tracking of your mangas.
Stars: ✭ 32 (-69.52%)
Mutual labels:  anime, manga
JikanKt
A Kotlin wrapper for Jikan REST API
Stars: ✭ 17 (-83.81%)
Mutual labels:  anime, manga
OtakuWorld
Anime Watcher, Manga Reader, and Novel Reader as three separate apps, same UI
Stars: ✭ 123 (+17.14%)
Mutual labels:  anime, manga
tanuki
🦊 Anime weekly schedule for Kitsu
Stars: ✭ 26 (-75.24%)
Mutual labels:  anime, manga

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].