arkon
27bac4fffb
Remove unused legacy ActionModeWithToolbar
2022-07-22 22:46:53 -04:00
arkon
4bf4b167a5
Remove bottom nav behavior and add bottom padding to root controller contents
2022-07-22 22:44:05 -04:00
arkon
4d9d587366
Migrate More screen to full Compose
2022-07-18 18:51:36 -04:00
arkon
f6f5b6aeab
Fix library column setting jumping in
2022-07-16 18:26:30 -04:00
arkon
b9e108eb4d
Revert some KTX extension changes
...
These weren't exactly 1:1 replacements. Might be related to #7391 .
2022-06-30 22:13:31 -04:00
arkon
7e4c45858f
Bump dependencies
2022-06-29 22:45:22 -04:00
Osyx
ad106bd884
Add new "Lavender" theme ( #7343 )
...
* Add new "Lavender" theme
* Add light theme values for Lavender theme
* Fix order of enums
* Fix accented UI elements in set categories sheet being different colors
Co-authored-by: CrepeTF <trungnguyen02@outlookcom>
2022-06-26 10:01:31 -04:00
Ivan Iskandar
33a778873a
MangaController overhaul ( #7244 )
2022-06-25 11:03:48 -04:00
arkon
915e38f636
Fix crashes from KTX extension changes
2022-06-24 12:06:43 -04:00
Taco
c2520bff12
Utilize more KTX extensions ( #7348 )
2022-06-20 22:54:42 -04:00
arkon
cd5bcc3673
Fix accented UI elements in library sheet being different colors
2022-06-20 22:51:34 -04:00
Ivan Iskandar
8fedd2d5f1
Convert cover dialog view to compose ( #7346 )
2022-06-20 22:31:36 -04:00
arkon
cf48bbc176
Minor cleanup
...
Fixing some things that were errors when compiling against SDK 33.
2022-06-09 23:04:40 -04:00
arkon
13943f77f7
Migrate extension details page to Compose
2022-05-15 16:35:33 -04:00
arkon
b950370f12
Address some build warnings
2022-05-11 18:08:49 -04:00
arkon
ae7df4fb7f
Update linter
2022-05-10 17:54:52 -04:00
arkon
dee7830793
Update navigation bar padding in Compose screens
2022-04-30 11:59:39 -04:00
arkon
0b77b78f6a
Remove some minor settings
...
Some spring cleaning to remove some unnecessary complexity so things are easier to maintain.
- Start screen: redundant with app shortcuts in Android 7.1+
- Jump to chapters: irrelevant in tablet mode and people can scroll a tiny bit if they really have to
- Option to not scroll away bottom nav: issues with fast scroll will be irrelevant with it being replaced or removed in the Compose migrations
Get ready for people malding over their special needs. https://xkcd.com/1172/
2022-04-24 22:17:15 -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
Andreas
b20ca36db9
Fix AppBar not unlifting when scrolling using ComposeView ( #6952 )
2022-04-17 14:33:35 -04:00
arkon
ef1bb4e800
Show parsed Markdown for new version info ( closes #6940 )
2022-04-17 11:30:05 -04:00
arkon
4ecde9fc39
Gate update/download warnings to non-stable flavors
2022-04-10 12:17:45 -04:00
arkon
5afff31f72
Formatting
2022-04-08 16:44:23 -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
b47b702a52
Copy raw description on long tap ( fixes #6557 )
2022-03-09 18:04:52 -05:00
Ivan Iskandar
869424cd16
Change cover placeholder ( #6756 )
2022-03-09 17:26:55 -05:00
Ivan Iskandar
a8ad19a89d
Restore bottom nav position earlier after being recreated ( #6648 )
2022-02-17 22:08:36 -05:00
CrepeTF
51d48bdde6
Update Theme Preview Items ( #6628 )
...
* Improved theme preview items
* Tweaked theme preference item border colours
* Polished theme items
* Update ThemesPreference.kt item layout width value
Co-authored-by: CrepeTF <trungnguyen02@outlookcom>
2022-02-12 13:14:04 -05:00
Ivan Iskandar
2932ed670f
MainActivity fixes ( #6591 )
...
* Reduce notifyDataSetChanged calls when category count is disabled
* Fix category tabs briefly showing when it's supposed to be disabled
Also fix tabs showing when activity recreated
* Lift appbar when tab is hidden
Check against tab visibility instead of viewpager
* Restore selected nav item after recreate
* Simplify SHORTCUT_MANGA intent handling
Don't need to change controller if the topmost controller is the target
2022-02-12 10:58:58 -05:00
Ivan Iskandar
5348154c42
TachiyomiAppBarLayout: Ignore inset visibility ( #6533 )
...
For resume button animation
2022-02-01 09:51:14 -05:00
arkon
75a2110626
Update preference dependencies
2022-01-31 18:13:57 -05:00
Ivan Iskandar
cf5e60f8eb
MangaSummaryView: Fix incomplete description on tablet ui ( #6518 )
2022-01-30 10:47:53 -05:00
Ivan Iskandar
a68f123594
TachiyomiAppBarLayout: Use insetter to handle inset ( #6506 )
...
This requires adding the status bar foreground drawing logic since the parent
class wouldn't know the inset changes anymore.
2022-01-28 10:14:13 -05:00
arkon
4a27f0546c
Fix bottom nav being visible when resuming app ( fixes #6012 )
2022-01-09 10:26:51 -05:00
Andreas
560be9f553
Remove clutter in main ( #6437 )
2022-01-06 22:54:51 -05:00
arkon
0b9d436753
Fix some crashes
2022-01-02 11:25:35 -05:00
arkon
78c2631b6f
Move preference extension functions to utils
2021-12-31 16:32:24 -05:00
Ivan Iskandar
728e14e8e4
TachiyomiCoordinatorLayout: Remove app bar lift mechanism for view pager ( #6379 )
...
This is a follow up to 845e061382
...jk i actually forgot about it
2021-12-24 09:27:57 -05:00
Ivan Iskandar
2ed01af723
Action toolbar adjustments ( #6353 )
...
* Pair ActionToolbar with ActionMode
This makes ActionToolbar an activity object that can be configured in the
similar way as ActionMode
* Remove action toolbar workaround now that it stays in activity layout
5924
* Set status bar color when action mode is active
6256
* Adjust fab show timing after action mode finished
* Adjust action toolbar layout and animation
Default corner size and use bottom sheet animation
6069
* Adjust action toolbar layout on large screen
Right half of the screen
2021-12-18 14:16:26 -05:00
Ivan Iskandar
be0a23d9ad
Tabbed bottom sheet adjustments ( #6309 )
...
* SimpleNavigationView: Don't set background and elevation
* Add divider for tabs in bottom sheet
2021-12-04 09:57:29 -05:00
Ivan Iskandar
458a0e608a
Apply elevation overlay to colored navbar ( #6308 )
2021-12-04 09:57:02 -05:00
Ivan Iskandar
3463d6c752
MinMaxNumberPicker: Set IME input to use number only ( #6286 )
...
* MinMaxNumberPicker: Set IME input to use number only
* MinMaxNumberPicker: Auto disable keyboard input when needed
2021-11-27 12:48:49 -05:00
arkon
430ff80198
Add tertiary badge in appearance preview ( closes #5867 )
2021-11-19 17:39:30 -05:00
arkon
a2c830b908
Tweak app theme preference selection ( closes #5866 )
2021-11-19 10:35:48 -05:00
Ivan Iskandar
bdef2cfdfb
Replace Resume FAB reveal animation with container transform ( #6250 )
2021-11-19 10:16:39 -05:00
Ivan Iskandar
845e061382
Reinstate elevation overlay ( #6243 )
...
* Theme default elevation overlay
* Fix app bar elevation overlay
Elevation overlay is disabled when tabs are visible
* Remove custom elevation overlay in tracking sheet item
* upsi
2021-11-18 10:47:24 -05:00
arkon
ad49a02879
Address some Android lint warnings
2021-11-14 11:16:18 -05:00
arkon
1e4d7f8c6e
Only allow digits in custom download range dialog ( closes #6220 )
2021-11-13 10:14:55 -05:00