Commit graph

19 commits

Author SHA1 Message Date
Acclorite
a830be1403 🚀 Improve Dictionary text selection action
Improved Dictionary action, now it supports most dictionary apps or redirects user to browser page. Previously if user had dictionary app he could not use it.

Partly resolves: #46
2024-08-14 19:08:31 +03:00
acclorite
1db727dd9f Removed DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION, not used. 2024-08-07 13:53:57 +03:00
acclorite
172feea2be AndroidManifest.xml: bigHeap=true. (Fixes OutOfMemory Exception with extra large books) 2024-08-07 00:18:47 +03:00
acclorite
5bcda4a7d9 Fix: intent.resolveActivity(...) returns null (instead used different function, which fixes "No browser found" for all sites if browser is actually present). 2024-07-23 15:38:12 +03:00
acclorite
1e42c258e7 Removed Built-In translator (it was based Closed Source libraries) + Removed all Closed Source libraries + LineWithTranslation → ReaderLine + Room migration 3 → 4. 2024-07-15 00:50:28 +03:00
acclorite
91dae4efca Disable ClearText Traffic + Show OpenSource licenses on release-debug build. 2024-07-13 19:46:20 +03:00
acclorite
f46af180dc Blocked unexpected network calls to googleapis.com. 2024-07-12 18:55:11 +03:00
acclorite
085cd81464 1.0.0 - Minor bug fixes + Some performance improvements 2024-04-26 17:32:28 +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
1689e9d7b9 0.9.4 - About Screen + New scrolling system in Reader(saving exact scroll position) 2024-03-20 15:32:20 +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
Acclorite
03b1ef48c2 0.6.0 - BookInfo Screen 2024-02-23 16:44:29 +02:00
Acclorite
090d5fc003 0.5.0 - Browse + Library Screen + Settings 2024-02-15 14:15:19 +02:00
Acclorite
17fa0973b8 0.2.0 - MainViewModel and DataStore Handling implementation 2023-12-31 17:57:49 +02:00
Acclorite
29a75aa18a 0.1.0 - Basic Setting 2023-12-30 21:13:44 +02:00
Acclorite
34d3e5c38a 0.0.1 - Initial 2023-12-30 00:20:41 +02:00