acclorite
|
3967cf787d
|
LibraryScreen: New LibraryTopBar + Moved LaunchedEffect in LibraryScreenRoot.
|
2024-06-24 18:09:36 +03:00 |
|
acclorite
|
d159b2e902
|
Fixed: LanguageHistory does not properly save on release build + Simplified MainState(using @Parcelize).
|
2024-06-22 20:14:55 +03:00 |
|
acclorite
|
7bd24c78c6
|
Updates Notifications: Replaced action Details → Download(now by clicking the notification user goes to the release page instead of direct download).
|
2024-06-21 13:41:26 +03:00 |
|
acclorite
|
6b0ef799c6
|
Navigation.kt: Removed debug println.
|
2024-06-20 22:48:04 +03:00 |
|
acclorite
|
5804a69ce2
|
Navigation.kt: Fixed crash on release build.
|
2024-06-20 15:36:24 +03:00 |
|
acclorite
|
99de280c56
|
Navigation.kt: Remembered shouldShow for Navigator.composable (might be unnoticeable performance improvement).
|
2024-06-20 14:00:02 +03:00 |
|
acclorite
|
667a91f950
|
Navigation.kt: Type-safety, non-null parameters for Screens, improved navigation + Included generated Room Database schemas to be able to build the project.
|
2024-06-19 18:54:17 +03:00 |
|
acclorite
|
be9630ca24
|
Release v1.0.2
|
2024-06-14 21:40:26 +03:00 |
|
acclorite
|
f4f0c06be0
|
Fixed: Text not being translated after downloading required language models. (v1.0.1)
|
2024-06-14 21:22:32 +03:00 |
|
acclorite
|
98b9257866
|
Fixed: Infinite Reader loading if open book while language model is downloading. (v1.0.1)
|
2024-06-14 20:54:33 +03:00 |
|
acclorite
|
3f3e285b60
|
ColorPickerWithTitle: Saving initialValue in rememberSaveable(prevents unwanted reset). (v1.0.1)
|
2024-06-13 20:15:37 +03:00 |
|
acclorite
|
09f9bbc027
|
Ignoring file format case(adds support for .TXT, .PDF, .EPUB, .FB2 and whatever like .TxT or .pDF). (v1.0.1)
|
2024-06-13 19:44:38 +03:00 |
|
acclorite
|
6e70901429
|
Added ".fb2" file format. (v1.0.1)
|
2024-06-13 15:48:14 +03:00 |
|
acclorite
|
49567dcade
|
Fixed: Progress is not being tracked. (v1.0.1)
|
2024-06-13 13:02:34 +03:00 |
|
acclorite
|
0a06ccdc67
|
ReaderScreen: Great performance improvement by reducing recompositions count. (v1.0.1)
|
2024-06-12 17:04:30 +03:00 |
|
acclorite
|
8ecdbfbc84
|
Fixed: With ParagraphIndentation on, text does not show correctly. (v1.0.1)
|
2024-06-11 16:47:28 +03:00 |
|
acclorite
|
ebf86229d0
|
HelpScreen: How do I use tooltips?, How do I set up translator?, How do I use translator? (v1.0.1)
|
2024-06-10 17:43:36 +03:00 |
|
acclorite
|
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)
|
2024-06-10 00:01:10 +03:00 |
|
acclorite
|
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)
|
2024-06-09 20:33:34 +03:00 |
|
acclorite
|
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)
|
2024-06-09 15:54:50 +03:00 |
|
acclorite
|
9dfa06973f
|
CustomSelectionContainer: toolbarShown → toolbarHidden(typo correction) + ReaderTextParagraph: No OnClick and OnDoubleClick actions when text is selecting. (v1.0.1)
|
2024-06-05 13:53:30 +03:00 |
|
acclorite
|
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)
|
2024-06-04 21:31:32 +03:00 |
|
acclorite
|
b5d99916a1
|
Removed animateContentSize(caused bugs) (v1.0.1)
|
2024-05-31 21:16:57 +03:00 |
|
acclorite
|
b2df80daea
|
ForEach -> For loop in customItems, customItemsIndexed (v1.0.1)
|
2024-05-17 18:18:19 +03:00 |
|
acclorite
|
62eeca017f
|
Dialogs: Animating dialog size whenever content size changes(either LazyColumn's items or customContent) (v1.0.1)
|
2024-05-17 18:17:08 +03:00 |
|
acclorite
|
124351bf7f
|
BrowseAddingDialogItem: More Horizontal Padding + Correct checkbox width. (v1.0.1)
|
2024-05-11 20:01:15 +03:00 |
|
acclorite
|
84b3e6906f
|
Transitions: New generic DefaultTransition function(continues parent's scope instead of clearing it). (v1.0.1)
|
2024-05-05 18:16:05 +03:00 |
|
acclorite
|
3d6c81bb98
|
LibraryTabRow: PrimaryTabRow -> ScrollableTabRow(due to new material3 version PrimaryTabRow's changes). (v1.0.1)
|
2024-05-05 18:11:18 +03:00 |
|
acclorite
|
c9ddc69588
|
UI: New checked Switch color, Less padding between HistoryItem title and description. (v1.0.1)
|
2024-05-02 19:15:03 +03:00 |
|
acclorite
|
6536064685
|
Bigger cover in ReaderStartItem. (v1.0.1)
|
2024-05-01 02:48:13 +03:00 |
|
acclorite
|
dff7499093
|
Pdf parser - changed new line indicator to "</br>"(just visual thing), more line deleting rules. (v1.0.1)
|
2024-04-30 15:33:11 +03:00 |
|
acclorite
|
161074ff75
|
Returned default AnimatedVisibility, before used Custom, which prevented a bug(fixed). (v1.0.1)
|
2024-04-28 20:10:20 +03:00 |
|
acclorite
|
456d9fc3c9
|
Changed Reader text system. Now book doesn't hold any text, only ReaderViewModel does. (v1.0.1)
|
2024-04-28 19:52:22 +03:00 |
|
acclorite
|
d15907bf9d
|
Release v1.0.1 (strings.xml version update)
|
2024-04-27 17:50:16 +03:00 |
|
acclorite
|
82fbccc434
|
Added Author icon to the left of the Book's Author in BookInfoScreen. (v1.0.0)
|
2024-04-27 17:44:48 +03:00 |
|
acclorite
|
83680d896e
|
Changed order of the selection toolbar items: Copy, Translate, Dictionary > Translate, Copy, Dictionary (v1.0.0)
|
2024-04-27 17:43:19 +03:00 |
|
acclorite
|
3328d016e5
|
Fixed after going to HelpScreen after StartScreen and clicking "Done", BrowseScreen list doesn't update (v1.0.0)
|
2024-04-27 17:41:44 +03:00 |
|
acclorite
|
a86e085b37
|
Improved text parsers, fixed some issues: Epub, Pdf (v1.0.0)
|
2024-04-27 17:39:07 +03:00 |
|
acclorite
|
51b9f2ffd8
|
Blurred background in ReaderStartItem if cover is present (v1.0.0)
|
2024-04-27 17:37:54 +03:00 |
|
acclorite
|
cd221a685e
|
Anna's archive link in Ukrainian localization (v1.0.0)
|
2024-04-27 17:34:13 +03:00 |
|
acclorite
|
085cd81464
|
1.0.0 - Minor bug fixes + Some performance improvements
|
2024-04-26 17:32:28 +03:00 |
|
acclorite
|
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.
|
2024-04-24 18:42:32 +03:00 |
|
acclorite
|
b5c2399034
|
0.9.8 - StartScreen + Check for updates + Bug fixes + Lot more...
|
2024-04-20 20:33:35 +03:00 |
|
acclorite
|
513b286e07
|
0.9.7 - Help Screen + Pure Dark (Oled) theme + Bug fixes
|
2024-04-05 14:16:29 +03:00 |
|
acclorite
|
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)
|
2024-03-26 17:40:18 +02:00 |
|
acclorite
|
1689e9d7b9
|
0.9.4 - About Screen + New scrolling system in Reader(saving exact scroll position)
|
2024-03-20 15:32:20 +02:00 |
|
acclorite
|
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).
|
2024-03-16 17:21:44 +02:00 |
|
acclorite
|
22ed828ee6
|
0.9.2 - Massive scrolling performance improvement
|
2024-03-15 14:21:00 +02:00 |
|
acclorite
|
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).
|
2024-03-12 17:06:08 +02:00 |
|
acclorite
|
5a966e9d9d
|
0.8.0 - History Screen and Project Name change
|
2024-03-04 19:12:00 +02:00 |
|