Community Edition release on top of upstream Findroid 1.0.2.
Added
- Hide-watched filter in the library view — persisted and shared across libraries (#40, ported from upstream jarnedemeulemeester#1231).
- Long-press to copy text on the movie/show/episode/season/person detail screens (#42, ported from upstream jarnedemeulemeester#1229).
Changed
- New download engine — replaced Android's
DownloadManagerwith an OkHttp-based resumable engine for more reliable downloads (#26, #27, #38).
Internal
- Added the upstream-sync & CE release playbook.
Full history: see CHANGELOG.md.
What's Changed
- feat: hide watched items toggle in library view by @midasvo in #40
- Replace DownloadManager with OkHttp resumable engine (#26, #27) by @midasvo in #38
- feat: long-press to copy text on detail screens by @midasvo in #42
Full Changelog: v1.0.2-ce.32...v1.0.2-ce.33