Skip to content

Releases: Utazukin/Ichaival

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.

v1.6.0

01 Apr 17:01
Compare
Choose a tag to compare

Changelog

New/Changed

  • The lowest supported LANraragi version is now 0.8.2.
  • Greatly reduced memory usage when syncing with the server, especially for large libraries.
  • Title sort now matches the web version exactly.

Fixed

  • The reader seek bar could get covered up by the Android 12L task bar.
  • Selecting and deleting multiple archives now works like it should.
  • The bookmark icon in the reader no longer flashes when flipping through pages.
  • Fixed an issue where cover thumbnails could get a weird tint when scrolling quickly through the list.

v1.5.0

04 Feb 00:13
Compare
Choose a tag to compare

Changelog

New/Changed

  • Added a webtoon scaling mode. Archives with a "webtoon" tag in any namespace will use this mode automatically. (Closes #40)
  • Bookmarks now remember the selected scale type.

Fixed

  • Fixed searching from the details view not returning all the search results when archives were sorted by date.
  • Fixed search and scroll position being lost after orientation change in the archive list.
  • Fixed the "Force Refresh" option in the reader not clearing out the local cache.

v1.4.1

20 Dec 18:41
Compare
Choose a tag to compare

Changelog

Fixed

  • Fixed the random button causing a crash with LRR 0.8.8.

v1.4.0

11 Dec 18:26
Compare
Choose a tag to compare

Changelog

New/Changed

  • Add a Material You theme for Android versions 12 and up.

Fixed

  • Fixed selecting a search suggestion would re-add existing search terms multiple times.
  • Fixed a possible crash when changing the current search.

v1.3.6

13 Sep 22:12
Compare
Choose a tag to compare

Changelog

New/Changed

  • Added a global default scale setting. (#39)
  • An archive's thumbnail can now be set by long-pressing a thumbnail in the details view.

Fixed

  • Force reloading in the reader should keep the current page.

v1.3.5

05 Jul 22:30
Compare
Choose a tag to compare

Changelog

New/Changed

  • Added Chinese translation (Thanks @uparrows)
  • Performance optimizations for local search and database sync