acclorite
|
ce7fef8dc8
|
Merge remote-tracking branch 'origin/master'
|
2024-06-24 18:09:49 +03:00 |
|
acclorite
|
3967cf787d
|
LibraryScreen: New LibraryTopBar + Moved LaunchedEffect in LibraryScreenRoot.
|
2024-06-24 18:09:36 +03:00 |
|
Acclorite
|
f6d2047530
|
Renamed ASSETS.md to README.md (to show it in assets folder)
|
2024-06-23 23:04:19 +03:00 |
|
Acclorite
|
12fe133abb
|
New ASSETS.md with all app's screenshots
|
2024-06-23 23:01:58 +03:00 |
|
Acclorite
|
da79c58390
|
Screenshots section update in README
|
2024-06-23 19:55:02 +03:00 |
|
Acclorite
|
cc4bf998cb
|
New Screenshots + GIF for Read.me
|
2024-06-23 19:43:04 +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
|
893458f340
|
Various dependencies update + Removed unused dependencies.
|
2024-06-22 20:13:02 +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
|
6f985274bf
|
Merge remote-tracking branch 'origin/master'
|
2024-06-19 18:54:56 +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
|
a5fec110ad
|
Update of the Readme(new features, new upcoming features, new screenshots)
|
2024-06-14 21:55:46 +03:00 |
|
Acclorite
|
d6c387c136
|
Translator + Readme overview update
|
2024-06-14 21:50:12 +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
|
e0698d2c2f
|
Merge remote-tracking branch 'origin/master'
|
2024-04-27 17:50:42 +03:00 |
|
acclorite
|
d15907bf9d
|
Release v1.0.1 (strings.xml version update)
|
2024-04-27 17:50:16 +03:00 |
|
Acclorite
|
b7d0f33dd4
|
Update of the Readme (New Features option)
|
2024-04-27 17:49:21 +03:00 |
|
acclorite
|
6ff740065a
|
Release v1.0.1
|
2024-04-27 17:48:30 +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 |
|