Skip to content

Releases: jaredning/Oneesama

v0.2.2

07 Apr 05:30

Choose a tag to compare

  • 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

05 Apr 08:28

Choose a tag to compare

  • Fix bad release process causing the signed apk to not work at all
  • Fix chapter deletion not working and causing the file system to break
  • Additional stability improvements

v0.2.0

05 Apr 06:32

Choose a tag to compare

  • 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