Commit Graph

3401 Commits

Author SHA1 Message Date
Jays2Kings
24583e4cc5 Material dialog now follows theme background 2021-07-03 19:34:14 -04:00
Jays2Kings
d8df17a274 Removed unused theme 2021-07-03 19:33:35 -04:00
Jays2Kings
249190d85c ImageView.setVectorCompat now uses AttrRes 2021-07-03 19:32:16 -04:00
Jays2Kings
656192f7cd Remove 1 or 2 hour library updates to avoid DDoSing sources
Also adding weekly option

Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-07-03 16:27:24 -04:00
Jays2Kings
6717f7dd3b Add Komga as an unattended track service
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
Co-Authored-By: Gauthier <2139133+gotson@users.noreply.github.com>
2021-07-03 14:26:04 -04:00
Jays2Kings
dfe125fa5f remove unused strings 2021-07-03 13:28:11 -04:00
Jays2Kings
513034b431 Fixed searching not updating category count 2021-07-03 03:55:37 -04:00
Jays2Kings
3ad57497c9 Set ripple colors of nav views to match accent
Co-Authored-By: Soitora <simon.mattila@protonmail.com>
2021-07-03 03:38:53 -04:00
Jays2Kings
ea4c41988c Adding Strawberry Daiquiri and Yotsuba
These requests come at a price Soi

Co-Authored-By: Zakhar Timoshenko <61558546+ztimms73@users.noreply.github.com>
Co-Authored-By: Soitora <simon.mattila@protonmail.com>
2021-07-03 03:36:19 -04:00
Jays2Kings
f7c08e9957 fixing documentation on themes enum vars 2021-07-03 03:30:39 -04:00
Jays2Kings
883ae04d08 remove parent in themes.xml 2021-07-03 03:29:32 -04:00
Jays2Kings
bed52c7b86 Splitting Light and Dark Theme setting
Soi you can stop complaining now
2021-07-03 03:28:24 -04:00
Jays2Kings
49e0d561b2 Merge branch 'ExtensionsUsingPackageInstaller' 2021-07-03 00:52:04 -04:00
Jays2Kings
d2a2849b4f CustomMangaManager refactor 2021-07-03 00:51:48 -04:00
Jays2Kings
73fd7fcd7c cleanup 2021-07-03 00:30:30 -04:00
Jays2Kings
a751f0b396 revert method name 2021-07-03 00:28:14 -04:00
Jays2Kings
97519884b6 Fixed #849 2021-07-02 22:30:16 -04:00
Jays2Kings
2dc61cb070 Fixed #878 2021-07-02 21:40:14 -04:00
Jays2Kings
226bb18d46 option to add manga count to the category headers
closes
2021-07-02 21:37:04 -04:00
arkon
1e138ab476 Allow center aligned side nav icons 2021-07-02 20:44:48 -04:00
arkon
b7f5ed751d Remove en-GB option since we don't actually localize different English locales 2021-07-02 20:24:10 -04:00
Jays2Kings
84d73fd910 update random string 2021-07-02 20:11:41 -04:00
DaviDeMeo
4393e9d9b3
Add a button that pick a random manga to read (#876)
* add random button functionality

* Add random manga setting, this should close #873

It open only manga with unread chapter, if we feel is needed we could add a setting to open even read manga

* Add random manga functionality to hopper long press

Also revert previous changes to preference and ui
2021-07-02 20:10:45 -04:00
Jays2Kings
56bfa65a54 Manga app shortcuts now open the newest chapter
With the option to turn it off
Also refactoring app shortcut settings to turn off only series or sources or both, as well as disable the shortcut jumping straight to the reader
2021-07-02 20:09:12 -04:00
Jays2Kings
f2ad4725d8 Fix extension updates showing up in installed list 2021-07-02 19:40:05 -04:00
Jays2Kings
6ba677f9a4 Add toast if extension could not be installed 2021-06-24 01:37:37 -04:00
Jays2Kings
0b9754c5fa Using typealias for extension session pair
also fix issue with progress flashing away after selecting install from package installer popup

Also setting the rate to 500ms for install status
2021-06-23 21:26:27 -04:00
Jays2Kings
c8049b2307 Swap cancel button and install button around 2021-06-23 18:56:56 -04:00
Jays2Kings
11d24281d6 Optimize imports of ExtensionHolder 2021-06-23 18:37:54 -04:00
Jays2Kings
565da98c0a Using Package Installer for installing extensions 2021-06-23 18:37:01 -04:00
Jays2Kings
050213a4a3 Updating Extension heading text style 2021-06-23 18:32:55 -04:00
Jays2Kings
d9ef6f8e3f Updating style and logic for extension update/install button
Not similar to upstream but almost similar to upstream
2021-06-23 17:52:06 -04:00
Jays2Kings
3f1869cab6 Seperate pending updates for extensions into a seperate heading
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
2021-06-23 17:30:29 -04:00
Jays2Kings
cee7c30a02 Refactoring BrowseSourceListHolder and download files 2021-06-22 22:40:18 -04:00
Carlos
97c4f6979b
use a badge instead of in library text for list view since it can get cut off (#868) 2021-06-22 22:35:04 -04:00
Jays2Kings
6194423d17 Same as last commit but removing extra space 2021-06-22 22:33:41 -04:00
Jays2Kings
03dd3e3456 Text change for force download cache refresh summary 2021-06-22 22:33:05 -04:00
Carlos
7585c24566
Add refresh download cache, and remove size check for force delete non library cover cache (#872)
* add option to force refresh download cache.
Removed size check on clear non library covers because what it does did not match what it said it did

* forgot }
2021-06-22 22:31:25 -04:00
Jays2Kings
d0b4b33466 Some fixes to temporarily showing/hiding the reading menu in some cases
like showing system bars or opening notification drawer etc.
2021-06-22 22:25:19 -04:00
Jays2Kings
34fc0a662c Using lastOrNull in mainactivity to prevent a crash 2021-05-27 23:26:12 -04:00
Jays2Kings
11467cdb01 Using adjust nothing softinput mode for Android 11
Setting category controller to auto adjust itself
2021-05-27 15:51:31 -04:00
Jays2Kings
a7c01684bf Upping to kotlinter 3.4.4 2021-05-27 15:50:42 -04:00
Jays2Kings
6b51b7ed6d Uppding to kotlin 1.5.10 2021-05-27 15:50:32 -04:00
Jays2Kings
da8d6f3fa4 Using maxByOrNull in more places
needed for newer versions of kotlin
2021-05-27 15:36:20 -04:00
Jays2Kings
1f54bacb98 suppressing warnings in android manifest 2021-05-27 15:35:39 -04:00
Jays2Kings
3d9ae9f494 Updating AGP to 4.2.1 2021-05-27 13:55:38 -04:00
Jays2Kings
3224398510 Update Acra 2021-05-27 13:48:28 -04:00
Jays2Kings
0fa3eef40e Animated insets for the fabs when keyboard shows
The reason I'm on android 11's sdk in the first place

Also gonna need a lot of checks because android just deprecated all the inset stuff for pre 11

Some of these changes actually optimzed the tab bar animations a lot
2021-05-26 23:25:28 -04:00
Jays2Kings
47c2f5f97f Adding a popup to tell users to enable all files access on A11
For now I'm just committing this so translators can get a headstart, but it's too soon to tell if target/compile to sdk 30 in the last commit will stay
2021-05-26 23:12:33 -04:00
Jays2Kings
e2d3164c51 target/compile to sdk 30 2021-05-26 16:35:43 -04:00