Releases: Utazukin/Ichaival
Releases · Utazukin/Ichaival
v1.9.3
v1.9.2
Changelog
New
- Added a white/monochrome theme. (#61)
- Added the Random button and New checkbox to the search view after tapping on a tag in the details view. (#62)
Fixed
- Increased the max read timeout to 60 seconds. (#63)
- Fixed the selected reader background color not getting used when the merge pages option was enabled.
v1.9.1
v1.9.0
Changelog
New/Changed
- The minimum required Lanraragi version is now 0.8.5.
- Added support for custom request headers. (#57)
- Added background color options for the reader. (Black, White, and Gray) (#58)
- The archive summary is now displayed in the details view.
- Syncing now takes place in the background.
- Added a better message if we can't get the server version on first connect.
Fixed
- Fixed the category not getting cleared when switching from a static category to a dynamic one.
v1.8.0
Changelog
New/Changed
- Added the ability to search while a static category is selected. (#54)
- Added support for downloading archives to the device. (#49)
- Downloads can only be viewed in app.
- Controller support has been added for navigating between pages in the reader. (#53)
- A new option has been added to control the amount of time before the app will automatically sync with the server on start. (Default is 24 hours)
Fixed
- The app should now work with user certificates that have been added to the device. (#52)
v1.7.4
v1.7.3
v1.7.2
Changelog
New/Changed
- Made sliding out the navigation drawer easier when using gesture navigation
- Added an option to keep the screen awake in the reader view.
- Small images should now fill the screen.
Fixed
- Fixed a possible crash if the date_added tag was malformed.
- Fixed thumbnail loading getting stuck until the app was restarted if the server was taking too long to respond.
- Archive page counts are now always updated on extract in case the page count in the database in wrong.
- Fixed selecting a tag in random mode affecting the results.
v1.7.1
Changelog
New/Changed
- Optimized the app size and database queries.
Fixed
- Some searches could crash the app.
- Long pressing the random button didn't take into account the current search/category.
- Random wouldn't take into account the current search/category if the count was set to 1.
v1.7.0
Changelog
New/Changed
- Categories are now saved to the database, which should lead to better handling of large static categories.
- Searches are now cached between syncs.
- The "New" toggle no longer performs a search on the server when not using local search.
- Categories can be toggled instead of having to clear the search.
- The Random button gets random archives locally instead of making a server request.
- Images are now loaded using the Coil library instead of Glide.
- Thumbnail loading should now be faster for already generated thumbnails.
- Setting the scale type now works for GIFs.
Fixed
- The app would crash on older versions of android due to an issue with some of the SQLite queries. (#43)
- The app would never connect to the server on android versions before Marshmallow due to an inverted condition.