Skip to content

Releases: Utazukin/Ichaival

v0.5.1

15 Oct 23:25
Compare
Choose a tag to compare

Changelog

Fixes

  • Fixed the volume keys attempting to change pages based on the actual current page number instead of the current item when using the Right to Left reader. (#5)

v0.5.0

15 Oct 03:16
Compare
Choose a tag to compare

Changelog

New/Changed

  • Data is now stored in a local database instead of reading the JSON file on each startup. This should hopefully be faster for large collections. The first startup will take a little longer due to creating the database from scratch.
  • Bookmarks are now persistent between app launches.
  • There is now a setting to enable switching between pages via the volume keys. This is disabled by default.
  • Both the reader and the details view now have a new menu item to open a random archive.

Fixed

  • The current page number now properly appears after the page has been downloaded, but before it has finished loading.
  • The "New" filter now works properly with Lanraragi v.0.6.3+.

v0.4.6

25 Aug 23:41
Compare
Choose a tag to compare

Changelog

New/Changed

  • URLs entered without http:// will have that automatically added.
  • Added a setting for the reader to use right to left order.
  • The reader now displays the current page and total page count. The thumbnail page displays the total count.
  • Links in the "source" namespace are now clickable.

v0.4.5

01 Jun 22:18
Compare
Choose a tag to compare

Changelog

New/Changed

  • Swiping left on a bookmark will now go to the details views
  • Added an option to go a page from the reader view
  • The thumbnails tab of the details view now shows the total page count if the archive has been extracted.
  • Tags can now be added to the search using the tag list in the drawer. Tags are sorted by frequency.

Fixed

  • Thumbnail quality should be slightly improved depending on the DPI of the device.

v0.4.0

01 Apr 23:35
Compare
Choose a tag to compare

Changelog

New/Changed

  • Sort by date added - requires archives to have a unix timestamp tag in the date_added namespace, such as what the DateAdded plugin adds.
  • Sort direction can now be switched between ascending and descending.
  • UI improvements to the thumbnail view.
  • The bookmark menu now displays the archive's thumbnail.

Bug Fixes

  • The next and previous images are now displayed before they're visible so the screen doesn't flash when switching pages.
  • Some small UI fixes.

v0.3.3

04 Mar 00:04
Compare
Choose a tag to compare

Changelog

  • Fixed plain http connections not working on android 8+

**Update
Removed the pre-release mark. The apk is the same.

v0.3.2

03 Mar 23:04
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release

Changelog

  • Fixed a memory leak that showed up after getting rid of the BigImageViewer library.
  • Added a setting to make the error toasts a little more verbose.

v0.3.1

02 Mar 22:13
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Changelog

This release is pretty much the same as 0.3.0 and is just to test the gradle changes to work with F-droid's build process.

**Update
Removed the dependency on BigImageViewer since it didn't work with F-Droid's build process.

v0.3.0

01 Mar 23:53
Compare
Choose a tag to compare

Changelog

Mostly a bug fix release

  • Fixed images not loading with LANraragi 0.5.8
  • Fixed memory issues with very large images (>4000 px)
  • Fixed searches getting reset if the list was refreshed
  • Fixed the app crashing when the server had an error extracting an archive

New

  • Tapping a tag in the tag popup will now search for it in the search box. Long pressing will add it to the current search

v0.2.0

01 Feb 00:33
Compare
Choose a tag to compare

Changelog

New/Improved

  • Filtering by new.
  • Multi word searches can now be surrounded by double quotes instead of replacing spaces with underscores.
  • Searches can be done by exact tag using quotes.
  • Tapping a tag when viewing the details of an archive will open a search for that tag.
  • Tapping the right side of the screen in the reader view will now advance to the next page, and vice versa for the left side. Tapping the middle shows the UI.
  • Some misc. UI improvements.

Fixes

  • Fixed the archive list not always updating right away after the server url or API key changed.
  • Searching is now done as "AND, not "OR."
  • Long titles should now always fit above the Read button in the details view.
  • The current search is no longer reset when the device is rotated.