Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Latest commit

 

History

History
43 lines (38 loc) · 964 Bytes

README.md

File metadata and controls

43 lines (38 loc) · 964 Bytes

AniList Client

TODO: Come up with a better, less generic name for the project

An unofficial AniList client for Android.

UI is built using Jetpack Compose

🚧 This repository is a work-in-progress 🚧

Development roadmap

  • List management
    • View list
    • Update progress
    • Update scores
  • Media details screen
    • Basic details (synopsis, tags, etc)
    • Recommendations
    • Social
    • Status and score distribution graph
  • Profile screen
    • Bio
    • Favorites
    • Stats
      • Graphs
    • Forum posts
    • Reviews
  • Activity screen
    • List activities
    • Post activity
    • Post editor - markup preview
  • Notifications screen
  • Discover/search screen
    • Trending
    • Popular
    • Seasonal
  • Markup parsing
  • Forums/Threads
    • List
    • Replies

Design

  • Dynamic theming
  • Migrate to Material3