android-app
android-app copied to clipboard
Sorting modes of article list
- [x] by creation date.
- [ ] by update date.
- [ ] by estimated reading time.
- [ ] by name (alphabetical).
I also would like to add the ability to sort the archiv by marked as read time
Currently this is not possible, because marked as read time is only provided starting with wallabag v2.4.0 (see https://github.com/wallabag/wallabag/pull/3630 )
So having wallabag server 2.4 release is a dependency to this issue - besides that the API-wrapper-lib needs to be adjusted for that purpose, too.
Estimated reading time would be great, I think this option is long overdue (milestone 1.x! 😀).
Milestone updated. :smile: Maybe it's easier to implement this after @di72nn has been using android paging lib mentioned in https://github.com/wallabag/android-app/pull/1014#issuecomment-712418757