Skip to content

Releases: JhonnySalles/BilingualReader

1.0.2

15 Jun 18:41
Compare
Choose a tag to compare

Second stable version of the app, with new features.

-Implemented to track the last pages when moving through the progress bar, which can be returned automatically when clicking on it.
-Implementation of reading statistics.

-Implementation of improvements in opening and reading books.
-Added paged text viewing layout.
-Applying styles to the displayed text, such as margin, style, and font size.
-Added insertion of tags in books.
-Calculation of the time remaining at the end of the book based on the average of the last 5 pages.

-Implemented page and text marking functionality.
-Implemented search in the book.
-Implemented book page screen with chapter separator.

-TTS implementation using Microsoft's Edge API for books.

1.0.1

30 Jul 13:57
Compare
Choose a tag to compare

First stable version of the app, with new features.

  • Added suggestion popup in libraries allowing searching by name, file extension, author, publisher, volume and series. (use in search @ to inform them)
  • Added the opening of books in PDF, EPUB, MOBI and FB2 format in webview.
  • Added new search screen for texts in the book.
  • Added animations to button icons.
  • Added popup menu with long click to filter and sort the list of books and comics/mangas.
  • Added chapter identification in book progress bar.
  • Added image export on top center click.
  • Added in the progress bar markings indicating the chapters.
  • Added a new screen for the list of comics/mangas pages, with separation by chapters.
  • Added button in vocabulary to redirect to tatoeba website.
  • Added to the detail screen the loading of comics/mangas information in xml files in ComicRack format (series, author, volume, publication date, publisher...).
  • Added loading volume information directly from filename.
  • Added Bookmark and Comic/Manga sharing to Google Drive, which can be shared across different devices.
  • Added on-device notifications about sharing tags and importing vocabularies.

  • Fixed in the scans function to not duplicate records.
  • Fixed of duplicity of names.
  • Fixed in vocabulary import so that it performs a new import if the date of the last modification of the file is different from the last import.
  • Fixed vocabulary import to import in different thread for better performance.
  • Fixed in opening comics/mangas in tar and 7zip format.
  • Fixed in the format of the libraries when the cell phone is rotated.
  • Fixed in the validation of the coordinate of the image when rotating the device caused a crash.

  • Implementation of test classes.
  • Implemented the import of vocabulary from books.
  • Implemented so that when the application is first opened, the last library opened is loaded.

  • Redesigned the vocabulary screens for books and comics/mangas.
  • Kotlin libraries update.
  • Updating used libraries.
  • Updated viewpager 2 for book reading, allowing it to be displayed horizontally or vertically.