MediaHub Save

A simple, easy to use MyAnimeList android client alternative.

Project README


MediaHub

Kotlin License Contributors Version Downloads CI
A simple, easy to use MyAnimeList client alternative. Uses the MAL Api & Anilist Api.

Screenshots

Uses

Releases

  • Check out the latest releases here

Build instructions

  • Install Gradle and Kotlin.
  • Clone project.
  • Register your app with MyAnimeList as show here
  • In the project root, add clientId=<CLIENT ID> to the secrets.properties file. Create if not found.
  • Open in Android studio or Intellij and build and sync project (Be sure the generated classes of Hilt, ViewBinding and Apollo are generated).
  • Run on any device and perform OAuth login to give access to your account.

Credits

Contributing

PR's are welcome. Please try to follow the template.

Privacy, Security and other info

  • App only acts as intermediate to MyAnimeList and AniList and does not have it's own server or store any data.
  • App only has network permissions, the WRITE_EXTERNAL_STORAGE, READ_EXTERNAL_STORAGE & FOREGROUND_SERVICE in the merged manifest is from LeakCanary which is not included in the release builds.
  • App stores the token using Datastore, which is not encrypted. This implies anyone with debugging access or root access to your phone can get the your OAuth token if needed. Please keep this in mind.
  • The app doesn't fetch "live data" and only shows the snapshot of data of when it was fetched. Please refresh to see any changes made through the MyAnimeList website or other clients.
  • The app queries all browsers in the device to handle unsupported MyAnimeList deeplinks. This is done as the API does not still support all the features provided in the web interface.

Licence

MIT License

Copyright (c) 2021 Sarath S

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Open Source Agenda is not affiliated with "MediaHub" Project. README Source: Sharkaboi/MediaHub

Open Source Agenda Badge

Open Source Agenda Rating