Releases: jaredning/Oneesama
Releases · jaredning/Oneesama
v0.2.2
- Fix delete chapter causing inconsistent state, making it impossible to re-download chapters that were already deleted due to "ghosting" - reimplementing the original strategy of renaming before deletion to avoid this
- Fix ID collisions from ghosting / deletion and then downloading a new chapter without deleting the old folder
- Fix multithreaded downloads failing and causing chapters in the UI to point to different chapters at the DB / filesystem level
- Clean up dependencies to ensure compatibility with older versions of Android
v0.2.1
v0.2.0
- Migrate app to AndroidX and modernize and migrate all dependencies to current versions so that it can successfully compile again
- Enable external storage access so that users can store chapters on SD cards, instead of being locked to internal storage
- Fix Browse > Series tab not displaying any results at all, and add pagination buttons to easily scroll through all series listed on DynastyScans
- Add chapter download button when viewing a series so that you can queue up chapters for download without having to click into each chapter
- Optimize performance around reading/writing chapters to/from external storage
- Optimize loading chapters from external storage for reading to match the speed of the original app when reading off internal storage as closely as possible
- Other performance optimizations to improve performance on older devices, including:
- Switch to 16 bit rendering with RGB_565
- Flatten Reader view hierarchy
- Optimize render loop and scrolling
- Optimizations when reading from external storage via SAF to speed this up