Myne Versions Save

An android app to download & read ebooks from Project Gutenberg, built with Jetpack Compose.

v3.6.0

2 weeks ago

What's Changed

  • Fixed a crash caused by NPE when there is no network connection on the first launch. (#162)
  • Enhanced navigation animations for smoother transitions between screens. (#163)
  • Improved the loading animation for the book list. (#165)
  • The chapter title font size is now 1.5x the size of the body text font size, rather than a fixed size. (#165)
  • Some other UI/UX improvements and fixes. (#165)
  • Full Changelog: https://github.com/Pool-Of-Tears/Myne/compare/v3.5.1...v3.6.0

v3.5.1

3 weeks ago

What's Changed

  • Minor patch release to address issue #153. The full changelog is available here.

v3.5.0

3 weeks ago

HiShoot_20240421_151027

What's Changed

v3.4.0

1 month ago

What's Changed

v3.3.0

1 month ago

What's Changed

v3.2.5

1 month ago

What's Changed

This is a minor release which mostly includes bug fixes, check out v3.2.0 for more changes.

  • Fixed the reader button showing 'resume' instead of 'start' for unread books in the ebook reader. (#135)
  • Fixed books getting deleted from the library after a reboot on some devices, particularly Xiaomi. (#137)
  • Some other minor UI/UX improvements.
  • Full Changelog: https://github.com/Pool-Of-Tears/Myne/compare/v3.2.0...v3.2.5

v3.2.0

1 month ago

What's Changed

  • Switch to the internal files directory for storing books instead of external download directory. (#129)
  • Fixed books not getting saved in the library when using with multi user mode / work profiles. (#129)
  • Added Chinese translations, thanks to @WeiguangTWK (#124)
  • Added Brazilian Portuguese translations, thanks to @guiBrisson (#127)
  • Updated Russian translations, thanks to @Palvenok (#130)
  • Some other minor bug fixes and improvements.
  • Full Changelog: https://github.com/Pool-Of-Tears/Myne/compare/v3.1.0...v3.2.0

v3.1.0

2 months ago

What's Changed

  • Major improvements in the internal reader with new ToC-based EPUB parsing logic, allowing it to correctly map chapters instead of relying on a wacky spine-based parser.
  • Redesigned the chapter list dialog inside the ebook reader to comply with the rest of the UI design.
  • Added a progress indicator at the top bar in the ebook reader to track the progress of the current chapter.
  • Fixed the progress percentage not updating immediately when going back to the chapters menu from the reader screen.
  • Added two new fonts in the ebook reader called OpenDyslexia and Figerona.
  • Bunch of code cleanups, optimizations, and other improvements.
  • Updated Compose BOM, Kotlin, and other dependencies.
  • Full Changelog: https://github.com/Pool-Of-Tears/Myne/compare/v3.0.0...v3.1.0

v3.0.0

2 months ago

What's Changed

  • Added appropriate labels for talk-back in bottom navigation bar. (#113)
  • Resolved the issue of certain books' metadata occasionally failing to load. (#114)
  • Added some caching and fixed the issue where the search bar or language menu would remain open after navigating away from and returning to home screen. (#115)
  • Some other minor bug fixes and improvements.
  • Full Changelog: https://github.com/Pool-Of-Tears/Myne/compare/v2.9.0...v3.0.0

v2.9.0

3 months ago

What's Changed