Date: 2021-10-31
- Adds previous and next page buttons to app
- Fixes some padding bugs.
Date: 2021-10-21
- Adds a "Help" page to the app.
- Adds an "About" page to the app.
Date: 2021-10-15
- Fixed navigation drawer image issue.
Date: 2021-10-01
- Converted navigation from
FragmentManager
to navigation graph. - Added animations between navigations.
- Updated
targetSdkVersion
to 30. - Converted app to App Bundles format.
Date: 2021-09-22
- Updated
targetSdkVersion
to 29. - Converted all components to Jetpack (
androidx
equivalents). - Started documentation of app architecture.
- Added unit test for
WorkInfo
class.
Date: 2019-11-17
- Fixed a bug where reader position in texts weren't being stored.
- Added cards to Library and Translations pages.
- Added unit tests for
Book
andWork
classes.
Date: 2019-11-17
- Updated build configuration to comply with Google Play Store regulations.
Date: 2018-10-27
- Updated build configuration to comply with Google Play Store regulations.
Date: 2017-03-18
- Added page position within book.
- Increased font for reading information (author, title).
- Added Livy's History of Rome (I-II).
Date: 2017-02-06
- Added progress bar to dictionary and vocabulary pages.
- Fixed multiple bugs:
- Removed phantom blank page issue on some prose texts.
- Fixed line offset bug.
- Improved load time for dictionary and vocabulary pages.
Date: 2016-12-29
- Added Horace's Carmina to texts.
- Fixed scrolling problem on dictionary results.
- More minor bug fixes.
Date: 2016-04-27
- Initial release!