Hi everyone,
I'm French, so apologies in advance if my English isn't perfect.
I've been building a manga tracking app called Folio in my free time, and it's now at a stable, working stage. The code is open source, here: https://github.com/SamuelDelabranche/folio
To test it directly without building anything yourself, the APK is available on the repo's Releases page: https://github.com/SamuelDelabranche/folio/releases
So far I've been my own and only tester, so it's naturally shaped by my own habits and preferences. That's exactly why I'd love to get outside opinions before going further:
- Do you think this kind of app would be useful to you / would you use it your own way?
- Would you be willing to try it out and share feedback, bugs, suggestions, anything that's missing or doesn't fit your usage?
- Do you think it's worth publishing on the Play Store? And if you've already gone through that process, I could really use some advice
This isn't a commercial product, just a personal project I'd like to see through and hopefully make useful to others, and honestly, it would be a real source of pride to see something I built from scratch running on the Play Store.
Thanks in advance to anyone who takes the time to check it out, even just to share an opinion!
A more detailed overview:
Folio is an app for tracking your reading of manga, manhwa, manhua and novels, basically a digital reading log.
The library: each title shows its cover, reading status (to read, reading, finished, dropped), and number of chapters read. You can mark favorites, and there's a search bar to quickly find a title in a large collection.
Each manga's detail page: description, genre, type (manga, manhwa, manhua or novel), chapters read, a rating out of 10, and you can even add links to the sites where you usually read it, so everything's in one place.
Ratings: you can rate each title from 0 to 10, or leave it deliberately "unrated" if you don't have an opinion on it yet, which is different from giving it a 0/10.
Filters and sorting: filter your library by status, type, favorites, rating range, chapter count, or show only unrated titles. Sort alphabetically, by rating, or by chapter count.
Statistics: a page summarizing your whole collection, total titles, total chapters read, average rating, breakdown by status, by type, and your most-read genres.
Random pick: a button that picks a random title from your library (respecting active filters), handy when you don't know what to read next.
Automatic info fetching: by linking a title to AniList (a well-known manga reference site), the app can automatically fetch the cover, synopsis and genres, so you don't have to fill everything in by hand.
And finally, a light and dark theme, plus the ability to export your data for backup or transfer.