Commit graph

309 commits

Author SHA1 Message Date
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
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
0638877fd4 Merge remote-tracking branch 'origin/master' 2024-04-26 17:32:43 +03:00
acclorite
085cd81464 1.0.0 - Minor bug fixes + Some performance improvements 2024-04-26 17:32:28 +03:00
Acclorite
544ad05847
0.9.9.4 - Overview image screenshots position fix 2024-04-26 17:25:00 +03:00
Acclorite
8ca0a8e5ed
0.9.9.3 - Readme Github Overview Image Update. 2024-04-26 17:17:55 +03:00
Acclorite
547f9def59
0.9.9.2 - Screenshots update 2024-04-26 17:16:34 +03:00
Acclorite
4365917ab0
0.9.9.1 - Readme update(New credits, downloads badge) 2024-04-26 16:59:53 +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
df215fcfa3 Merge remote-tracking branch 'origin/master' 2024-04-20 20:53:26 +03:00
acclorite
b5c2399034 0.9.8 - StartScreen + Check for updates + Bug fixes + Lot more... 2024-04-20 20:33:35 +03:00
Acclorite
f6a108f753
0.9.7.5
Updated Readme
2024-04-17 16:05:22 +03:00
Acclorite
c2203e0717
0.9.7.4
Readme
2024-04-17 15:13:48 +03:00
Acclorite
6cb308bc0b
0.9.7.3
Licensing the app.
2024-04-17 14:34:05 +03:00
Acclorite
313ea7f99c
0.9.7.2
Github Overview Image
2024-04-17 13:16:07 +03:00
Acclorite
7719595324
0.9.7.1
App assets
2024-04-17 13:11:21 +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