arkon
08e63e5fab
Minor cleanup 2: Electric Boogaloo
...
- Reword pins on top setting
- Make "Latest" button style match old UI
- Sort sources by name
2022-04-24 15:17:01 -04:00
Andreas
29a0989f28
Convert Source tab to use Compose ( #6987 )
...
* Use Compose in Source tab
* Replace hashCode with key function
* Add ability to turn off pins moving on top of source list
* Changes from review comments
2022-04-24 14:35:59 -04:00
arkon
6e95fde4ec
Delete entire app_webview folder when clearing WebView data
2022-04-24 09:42:26 -04:00
arkon
7e2f1d729f
Clean up repetitive controller transactions
2022-04-23 12:10:32 -04:00
arkon
bf0bb5aa88
Move clear webview data action to network group
2022-04-23 10:52:34 -04:00
arkon
2b79295240
Revert "Revert history Compose/SQLDelight changes"
...
This reverts commit 96c894ce5b
.
2022-04-22 17:35:18 -04:00
arkon
96c894ce5b
Revert history Compose/SQLDelight changes
2022-04-22 17:27:58 -04:00
arkon
2b76a97989
Add advanced setting to clear WebView data
2022-04-22 14:00:42 -04:00
Andreas
9d77052d9c
Enable verbose logging in dev flavor by default ( #6979 )
2022-04-22 12:34:53 -04:00
arkon
7c8e8317a8
Simplify history item description building
2022-04-21 22:47:51 -04:00
Andreas
b1f46ed830
Migrate History screen database calls to SQLDelight ( #6933 )
...
* Migrate History screen database call to SQLDelight
- Move all migrations to SQLDelight
- Move all tables to SQLDelight
Co-authored-by: inorichi <3521738+inorichi@users.noreply.github.com>
* Changes from review comments
* Add adapters to database
* Remove logging of database version in App
* Change query name for paging source queries
* Update migrations
* Make SQLite Callback handle migration
- To ensure it updates the database
* Use SQLDelight Schema version for Callback database version
Co-authored-by: inorichi <3521738+inorichi@users.noreply.github.com>
2022-04-21 15:45:56 -04:00
arkon
5afff31f72
Formatting
2022-04-08 16:44:23 -04:00
arkon
2dfafa387b
Remove reader tapping option in favor of disabled nav layouts
2022-04-08 16:44:13 -04:00
arkon
f0eb42e72d
Update linter
2022-04-08 15:30:39 -04:00
Ivan Iskandar
dbad60d03b
Base activities cleanup ( #6848 )
...
* secure delegate
* theming delegate
2022-04-02 09:54:21 -04:00
arkon
0ed0d903cc
Force default browser for tracker logins
...
To avoid potentially opening up third party apps, which aren't useful for handling OAuth login flows.
2022-03-26 16:35:14 -04:00
arkon
85be4c492d
Fix clear database selection toggling ( fixes #6807 )
2022-03-26 16:12:15 -04:00
arkon
c06ad8b87e
Stop using custom tabs ( closes #6821 )
2022-03-26 15:45:58 -04:00
Sahaab
87ae86e1be
Added reverse portrait reader rotation
2022-03-12 16:50:48 -05:00
arkon
1613d561c1
Revert "Add shortcut to change app language in Android 13"
...
This reverts commit 538478cac8
.
2022-03-12 16:45:36 -05:00
arkon
538478cac8
Add shortcut to change app language in Android 13
2022-03-11 22:26:03 -05:00
Ivan Iskandar
d53bb4c337
Use existing worker for manual backup creation ( #6718 )
...
* Use existing worker for manual backup creation
This will show the "creating backup" notification when auto backup is
running. Complete or error notification will continue to be shown only on
manual job.
* Make sure disabling auto backup don't cancel running manual backup job
2022-03-03 22:15:49 -05:00
Román
57c07250fd
Side padding: Added missing percentage ( #6668 )
2022-02-17 10:39:07 -05:00
arkon
4a3e4a7c5c
Reword library update restrictions setting and surface skipped entries in error notification/log
2022-02-14 18:16:22 -05:00
FourTOne5
f18d161eaf
Add "Started" library filter and library update restriction ( #6382 )
...
* Add chapter read count to library manga
Co-Authored-By: Jays2Kings <jays@outlook.com>
* Add "Started" library filter and library update restriction
* Update Filter when its changed
* Add back accidentally removed stuff.
* Update..
* Change variable names
* Change Variable name where I missed
Co-authored-by: Jays2Kings <jays@outlook.com>
2022-02-13 10:42:28 -05:00
OncePunchedMan
d8c8d7c588
Add Quad9 DOH provider ( #6638 )
...
* add quad9 as new doh provider
* add ipv6 addresses to google doh
* revert changes to import
2022-02-12 17:15:53 -05:00
Gauthier
d8719ceee9
Navigate to pan / landscape zoom ( #6481 )
...
* pan if the image is zoomed instead of navigating away
quickly display full landscape image before zooming to fit height in fit to screen
* add Tap to pan preference, defaults to true
add landscape zoom preference, defaults to false
* hide landscape image zoom option if scale is not fit screen
* fix landscape image zoom for first image and loading image
* properly reload pagerholders when landscape zoom option is changed
* enable landscape zoom by default
2022-02-12 11:21:54 -05:00
arkon
8c1662cfdb
Disallow PackageInstaller extension installer option on MIUI
2022-02-05 23:02:13 -05:00
arkon
299e52e877
Allow disabling secure screen when incognito mode is on
2022-02-05 18:51:08 -05:00
arkon
067cb2452e
Add shortcut to backups guide
2022-02-05 17:44:54 -05:00
arkon
75a2110626
Update preference dependencies
2022-01-31 18:13:57 -05:00
arkon
8c4ece4b2d
Fix selection state appearance in clear database list ( fixes #6526 )
2022-01-31 15:01:01 -05:00
arkon
b459234ddc
Try to show more relevant exception messages when failing to restore a backup
2022-01-26 22:43:27 -05:00
arkon
d5015d37e1
Show error toast if empty URI is passed when trying to create/restore a backup
2022-01-26 22:31:28 -05:00
arkon
e3f3686b8a
Allow Samsung devices on Android 12+ to use dynamic theme
...
Since it seems to work fine, regardless of what the Material Components library seems to dictate.
2022-01-22 14:53:12 -05:00
Seishirou101
5336c5b46e
Add compress to CBZ on download ( #6360 )
2022-01-01 14:46:43 -05:00
arkon
8a5d8c96ef
Remove explicit option to store downloads in app data folder
...
App data is typically deleted during app uninstallation, which some users are unaware of. The folder is also inaccessible externally by default in Android 11+, which is also annoying to users.
2022-01-01 10:44:27 -05:00
arkon
78c2631b6f
Move preference extension functions to utils
2021-12-31 16:32:24 -05:00
FourTOne5
fc3a200a63
Fix Crash while trying to search in Settings ( #6397 )
...
* Fix Crash while trying to search in Settings
* Use already provided categories
2021-12-31 13:21:05 -05:00
FourTOne5
800583b5e2
Actually Fix #6341 ( #6392 )
2021-12-26 15:45:29 -05:00
arkon
f3718257f5
Reduce redundancy in some preference declarations
...
The remaining ones could also be converted to FlowPreferences for this, but it's not really necessary.
2021-12-26 12:44:38 -05:00
Riztard Lanthorn
5500762acd
Update "Library updates restrictions" wording ( #6371 )
...
* Update "Library updates restrictions" wording
Co-Authored-By: OncePunchedMan <64155117+OncePunchedMan@users.noreply.github.com>
Co-Authored-By: nicki <72807749+curche@users.noreply.github.com>
Co-Authored-By: Soitora <simon.mattila@protonmail.com>
Co-Authored-By: FourTOne5 <59261191+FourTOne5@users.noreply.github.com>
* Update strings.xml
Co-Authored-By: loocool2 <36128021+loocool2@users.noreply.github.com>
Co-authored-by: OncePunchedMan <64155117+OncePunchedMan@users.noreply.github.com>
Co-authored-by: nicki <72807749+curche@users.noreply.github.com>
Co-authored-by: Soitora <simon.mattila@protonmail.com>
Co-authored-by: FourTOne5 <59261191+FourTOne5@users.noreply.github.com>
Co-authored-by: loocool2 <36128021+loocool2@users.noreply.github.com>
2021-12-26 11:49:27 -05:00
Ivan Iskandar
4c8f5e1f7a
Use animation to hide/show fab ( #6385 )
2021-12-26 11:38:35 -05:00
arkon
448645d83a
Don't recompute constant device info
2021-12-24 10:25:02 -05:00
arkon
7edf7a434f
Avoid crash on Samsung devices on Android 12
...
Co-authored-by: Jays2Kings <Jays2Kings@users.noreply.github.com>
2021-12-24 09:42:45 -05:00
FourTOne5
1ab12e380a
Fix #6341 ( #6383 )
2021-12-24 09:28:23 -05:00
arkon
afc80d6a7c
Adjust global update preference wording and visibility
2021-12-17 14:14:48 -05:00
arkon
65062b4bcb
Remove library update order setting
...
This doesn't make sense to have if the intention is to have reasonably sized global updates. Opting to remove it to remove complexity instead.
2021-12-17 12:29:54 -05:00
arkon
7d1f5c7383
Hide irrelevant settings if global update isn't enabled
2021-12-17 10:14:04 -05:00
arkon
945afc71ef
Refactor dependant preference visibility flows
2021-12-17 10:11:07 -05:00