Commit graph

  • d159b2e902 Fixed: LanguageHistory does not properly save on release build + Simplified MainState(using @Parcelize). acclorite 2024-06-22 20:14:55 +03:00
  • 893458f340 Various dependencies update + Removed unused dependencies. acclorite 2024-06-22 20:13:02 +03:00
  • 7bd24c78c6 Updates Notifications: Replaced action Details → Download(now by clicking the notification user goes to the release page instead of direct download). acclorite 2024-06-21 13:41:26 +03:00
  • 6b0ef799c6 Navigation.kt: Removed debug println. acclorite 2024-06-20 22:48:04 +03:00
  • 5804a69ce2 Navigation.kt: Fixed crash on release build. acclorite 2024-06-20 15:36:24 +03:00
  • 99de280c56 Navigation.kt: Remembered shouldShow for Navigator.composable (might be unnoticeable performance improvement). acclorite 2024-06-20 14:00:02 +03:00
  • 6f985274bf Merge remote-tracking branch 'origin/master' acclorite 2024-06-19 18:54:56 +03:00
  • 667a91f950 Navigation.kt: Type-safety, non-null parameters for Screens, improved navigation + Included generated Room Database schemas to be able to build the project. acclorite 2024-06-19 18:54:17 +03:00
  • a5fec110ad
    Update of the Readme(new features, new upcoming features, new screenshots) Acclorite 2024-06-14 21:55:46 +03:00
  • d6c387c136
    Translator + Readme overview update Acclorite 2024-06-14 21:50:12 +03:00
  • be9630ca24 Release v1.0.2 acclorite 2024-06-14 21:40:26 +03:00
  • f4f0c06be0 Fixed: Text not being translated after downloading required language models. (v1.0.1) acclorite 2024-06-14 21:22:32 +03:00
  • 98b9257866 Fixed: Infinite Reader loading if open book while language model is downloading. (v1.0.1) acclorite 2024-06-14 20:54:33 +03:00
  • 3f3e285b60 ColorPickerWithTitle: Saving initialValue in rememberSaveable(prevents unwanted reset). (v1.0.1) acclorite 2024-06-13 20:15:37 +03:00
  • 09f9bbc027 Ignoring file format case(adds support for .TXT, .PDF, .EPUB, .FB2 and whatever like .TxT or .pDF). (v1.0.1) acclorite 2024-06-13 19:44:38 +03:00
  • 6e70901429 Added ".fb2" file format. (v1.0.1) acclorite 2024-06-13 15:48:14 +03:00
  • 49567dcade Fixed: Progress is not being tracked. (v1.0.1) acclorite 2024-06-13 13:02:34 +03:00
  • 0a06ccdc67 ReaderScreen: Great performance improvement by reducing recompositions count. (v1.0.1) acclorite 2024-06-12 17:04:30 +03:00
  • 8ecdbfbc84 Fixed: With ParagraphIndentation on, text does not show correctly. (v1.0.1) acclorite 2024-06-11 16:47:28 +03:00
  • ebf86229d0 HelpScreen: How do I use tooltips?, How do I set up translator?, How do I use translator? (v1.0.1) acclorite 2024-06-10 17:43:36 +03:00
  • 21bb739499 Transitions: SlidingTransition is now based on constant value(animation is the same for all items now) + Replaced AnimatedVisibility with SlidingTransition in LicenseInfoScreen. (v1.0.1) acclorite 2024-06-10 00:01:10 +03:00
  • 2a20ab29fa Moved ReaderScreen top and bottom bars color to Theme.kt → Colors.readerSystemBarsColor + Longer delay for progress to update(may result in a little performance improvement). (v1.0.1) acclorite 2024-06-09 20:33:34 +03:00
  • e033294df0 GetBooksById → GetBookById(single book) + Canceling all ReaderViewModel.onEvent calls on screen quit(fixes bugs with text being translated after quitting) + Fixed: Progress resets to 0% if leave when Reader is loading + Fixed: Book text does not show correctly after loading (v1.0.1) acclorite 2024-06-09 15:54:50 +03:00
  • 9dfa06973f CustomSelectionContainer: toolbarShown → toolbarHidden(typo correction) + ReaderTextParagraph: No OnClick and OnDoubleClick actions when text is selecting. (v1.0.1) acclorite 2024-06-05 13:53:30 +03:00
  • 04e67aa03c Built-in Translator + ModalBottomSheet → CustomBottomSheet(fixes bugs) + Constants.NAVIGATION_ITEMS for NavigationBars + Various dependencies updates + ReleaseResponse → LatestReleaseInfo + Fixed: Modifier.clip did not apply correctly + Room Version Migration(cause of translator) + Changed order of the selection toolbar items(revert): Translate, Copy, Dictionary > Copy, Translate, Dictionary + Gradle Version Update 8.2 → 8.4 + StringWithId → LineWithTranslation + Less transparent bars color in ReaderScreen + Small localization changes (v1.0.1) acclorite 2024-06-04 21:31:32 +03:00
  • b5d99916a1 Removed animateContentSize(caused bugs) (v1.0.1) acclorite 2024-05-31 21:16:57 +03:00
  • b2df80daea ForEach -> For loop in customItems, customItemsIndexed (v1.0.1) acclorite 2024-05-17 18:18:19 +03:00
  • 62eeca017f Dialogs: Animating dialog size whenever content size changes(either LazyColumn's items or customContent) (v1.0.1) acclorite 2024-05-17 18:17:08 +03:00
  • 124351bf7f BrowseAddingDialogItem: More Horizontal Padding + Correct checkbox width. (v1.0.1) acclorite 2024-05-11 20:01:15 +03:00
  • 84b3e6906f Transitions: New generic DefaultTransition function(continues parent's scope instead of clearing it). (v1.0.1) acclorite 2024-05-05 18:16:05 +03:00
  • 3d6c81bb98 LibraryTabRow: PrimaryTabRow -> ScrollableTabRow(due to new material3 version PrimaryTabRow's changes). (v1.0.1) acclorite 2024-05-05 18:11:18 +03:00
  • c9ddc69588 UI: New checked Switch color, Less padding between HistoryItem title and description. (v1.0.1) acclorite 2024-05-02 19:15:03 +03:00
  • 6536064685 Bigger cover in ReaderStartItem. (v1.0.1) acclorite 2024-05-01 02:48:13 +03:00
  • dff7499093 Pdf parser - changed new line indicator to "</br>"(just visual thing), more line deleting rules. (v1.0.1) acclorite 2024-04-30 15:33:11 +03:00
  • 161074ff75 Returned default AnimatedVisibility, before used Custom, which prevented a bug(fixed). (v1.0.1) acclorite 2024-04-28 20:10:20 +03:00
  • 456d9fc3c9 Changed Reader text system. Now book doesn't hold any text, only ReaderViewModel does. (v1.0.1) acclorite 2024-04-28 19:52:22 +03:00
  • e0698d2c2f Merge remote-tracking branch 'origin/master' acclorite 2024-04-27 17:50:42 +03:00
  • d15907bf9d Release v1.0.1 (strings.xml version update) acclorite 2024-04-27 17:50:16 +03:00
  • b7d0f33dd4
    Update of the Readme (New Features option) Acclorite 2024-04-27 17:49:21 +03:00
  • 6ff740065a Release v1.0.1 acclorite 2024-04-27 17:48:30 +03:00
  • 82fbccc434 Added Author icon to the left of the Book's Author in BookInfoScreen. (v1.0.0) acclorite 2024-04-27 17:44:48 +03:00
  • 83680d896e Changed order of the selection toolbar items: Copy, Translate, Dictionary > Translate, Copy, Dictionary (v1.0.0) acclorite 2024-04-27 17:43:19 +03:00
  • 3328d016e5 Fixed after going to HelpScreen after StartScreen and clicking "Done", BrowseScreen list doesn't update (v1.0.0) acclorite 2024-04-27 17:41:44 +03:00
  • a86e085b37 Improved text parsers, fixed some issues: Epub, Pdf (v1.0.0) acclorite 2024-04-27 17:39:07 +03:00
  • 51b9f2ffd8 Blurred background in ReaderStartItem if cover is present (v1.0.0) acclorite 2024-04-27 17:37:54 +03:00
  • cd221a685e Anna's archive link in Ukrainian localization (v1.0.0) acclorite 2024-04-27 17:34:13 +03:00
  • 0638877fd4 Merge remote-tracking branch 'origin/master' acclorite 2024-04-26 17:32:43 +03:00
  • 085cd81464 1.0.0 - Minor bug fixes + Some performance improvements acclorite 2024-04-26 17:32:28 +03:00
  • 544ad05847
    0.9.9.4 - Overview image screenshots position fix Acclorite 2024-04-26 17:25:00 +03:00
  • 8ca0a8e5ed
    0.9.9.3 - Readme Github Overview Image Update. Acclorite 2024-04-26 17:17:55 +03:00
  • 547f9def59
    0.9.9.2 - Screenshots update Acclorite 2024-04-26 17:16:34 +03:00
  • 4365917ab0
    0.9.9.1 - Readme update(New credits, downloads badge) Acclorite 2024-04-26 16:59:53 +03:00
  • 43da347ae0 0.9.9 - Open source licenses & Credits screens in About + Bug fixes(No check for updates in Release Build) + Side Padding setting in ReaderScreen. acclorite 2024-04-24 18:42:32 +03:00
  • df215fcfa3 Merge remote-tracking branch 'origin/master' acclorite 2024-04-20 20:53:26 +03:00
  • b5c2399034 0.9.8 - StartScreen + Check for updates + Bug fixes + Lot more... acclorite 2024-04-20 20:33:35 +03:00
  • f6a108f753
    0.9.7.5 Acclorite 2024-04-17 16:05:22 +03:00
  • c2203e0717
    0.9.7.4 Acclorite 2024-04-17 15:13:48 +03:00
  • 6cb308bc0b
    0.9.7.3 Acclorite 2024-04-17 14:34:05 +03:00
  • 313ea7f99c
    0.9.7.2 Acclorite 2024-04-17 13:16:07 +03:00
  • 7719595324
    0.9.7.1 Acclorite 2024-04-17 13:11:21 +03:00
  • 513b286e07 0.9.7 - Help Screen + Pure Dark (Oled) theme + Bug fixes acclorite 2024-04-05 14:16:29 +03:00
  • 76e1ca3e3f 0.9.6 - UI(New themes appearance, Up to date Material3 components, General UI improvements, New color roles) + Fixed terrible scrolling lag in LibraryScreen + Loading async cover image animation + Tooltips for each IconButton + ThemeContrast option(changes contrast of the theme) acclorite 2024-03-26 17:40:18 +02:00
  • 1689e9d7b9 0.9.4 - About Screen + New scrolling system in Reader(saving exact scroll position) acclorite 2024-03-20 15:32:20 +02:00
  • 4e948bc5d7 0.9.3 - New CoverImage storage system(saving to app's internal storage) + Bug fixes + Various optimisations(such as initializing all ViewModels in Activity.kt). acclorite 2024-03-16 17:21:44 +02:00
  • 22ed828ee6 0.9.2 - Massive scrolling performance improvement acclorite 2024-03-15 14:21:00 +02:00
  • 6806ac904c 0.9.0 - New loading system(much faster) + New between screen transitions + New snackbar(vertical animation + visuals) + New selection toolbar(translate + dictionary options) in ReaderScreen + New top app bar in SettingsScreen and nested categories + New updating system in BookInfo(updating text, author and description of the book) + Tablet UI support(on wide screens NavigationBar -> NavigationRail) + New app icon + New error handling system(it won't let you add/update book if it's not valid) + New theme(+new names) + Small bugs fixed.. + General performance optimisation(still in progress). acclorite 2024-03-12 17:06:08 +02:00
  • 5a966e9d9d 0.8.0 - History Screen and Project Name change acclorite 2024-03-04 19:12:00 +02:00
  • 0b3a31a183 0.7.0 - Reader Screen acclorite 2024-03-01 02:11:34 +02:00
  • 03b1ef48c2 0.6.0 - BookInfo Screen Acclorite 2024-02-23 16:44:29 +02:00
  • 090d5fc003 0.5.0 - Browse + Library Screen + Settings Acclorite 2024-02-15 14:15:19 +02:00
  • 17fa0973b8 0.2.0 - MainViewModel and DataStore Handling implementation Acclorite 2023-12-31 17:57:49 +02:00
  • 29a75aa18a 0.1.0 - Basic Setting Acclorite 2023-12-30 21:13:44 +02:00
  • 34d3e5c38a 0.0.1 - Initial Acclorite 2023-12-30 00:20:41 +02:00