Added a few more things since the last post:
– Basic search that uses only the main search field as of now, doesn't support any of the other search options/filters.
– Collections are listed below the search form and can be opened from there. Might move them somewhere else in the future but since they're basically just saved searches I think it's a good fit for now.
– Label suggestions/auto completion.
– Share button for articles (can't demonstrate that in the screen recording because Android shows private contacts there).
– Save reading progress and jump/scroll back to where you left when opening an article again. Reading progress is also shown in the bookmark lists below the title.
Some of the stuff is a bit glitchy, e.g. after reading an article for a bit you gotta reload the article list to get the progress bar updated. That's because no article data is stored on device as of now, all changes are directly sent to the Readeck API so in some views it needs to re-fetch the changes from the API to make them visible. Downloading/synchronization for offline reading will be the next big thing to work on and should fix these problems.
BTW if anyone's interested in an APK for testing (it's very usable already, in fact I use it all day) let me know. I haven't offered one before because I personally wouldn't install an APK from a random weirdo on social media, but if you're desperate or just don't care I can upload one somewhere. ;) Or you can just fetch the source and build an APK yourself if you got Flutter and all that Android stuff set up. Either way I'd be happy to get some feedback from testers.
@readeck