Skip to content

Releases: Utazukin/Ichaival

v1.9.3

01 Jan 20:07
Compare
Choose a tag to compare

Changelog

Fixed

  • Fixed crashing on 0.9.30

v1.9.2

19 Dec 22:31
Compare
Choose a tag to compare

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

14 Sep 18:30
Compare
Choose a tag to compare

Changelog

Fixed

  • Fixed the "Delete Archive" option not working in the details view. (#59)
  • Fixed a crash when syncing with a LANraragi server with a version before 0.9.10. (#60)

v1.9.0

19 Aug 22:36
Compare
Choose a tag to compare

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

30 Jun 17:35
Compare
Choose a tag to compare

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

07 May 22:21
Compare
Choose a tag to compare

Changelog

Fixed

  • Fixed the filter panel not displaying correctly when there are only a small number of categories (#48)

v1.7.3

10 Apr 22:45
Compare
Choose a tag to compare

Changelog

New/Changed

  • Added a confirmation dialog before changing the cover thumbnail from the reader.

Fixed

  • Fixed the sort options not appearing if no categories are defined. (#47)

v1.7.2

01 Apr 22:41
Compare
Choose a tag to compare

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

21 May 18:45
Compare
Choose a tag to compare

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

24 Apr 22:36
Compare
Choose a tag to compare

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.