|
0ab2a929e4
|
fix: Status bar and navbar is not updated upon changing from light to dark theme
Also figured out why status bar is always dark
|
2024-02-09 14:54:17 +07:00 |
|
|
07a988157d
|
refactor: Use singleton app state to track splashscreen state
This is the most elegant solution I could think of
|
2024-02-09 13:45:10 +07:00 |
|
|
8fb9efc19a
|
revert: windowLightStatusBar fix attempt (89b7079892 )
|
2024-02-09 11:04:50 +07:00 |
|
|
3bdbc61624
|
style: Adjust app name
- Remove braces
- Rename string name
- Make short name stays as "Yōkai"
- Removed `app_name_prod`, merged with short name
|
2024-02-08 12:29:52 +07:00 |
|
|
cf255bdb46
|
refactor: Simplify code
|
2024-02-08 12:24:49 +07:00 |
|
|
9561999161
|
fix: Skip splash screen for some actions
I hate this, but SplashScreen API not making it easy for me. Classic Google API moment...
|
2024-02-08 12:23:01 +07:00 |
|
|
88f1a56adf
|
fix: Crash when opening a chapter
This removed deep link for sources, not really needed since this should be handled by extensions not by the app
|
2024-02-08 11:06:06 +07:00 |
|
|
89b7079892
|
fix: windowLightStatusBar not working
|
2024-02-08 09:07:53 +07:00 |
|
|
86338e8a88
|
docs: Sync changelog
|
2024-02-07 14:20:35 +07:00 |
|
|
2248891c0e
|
fix: Status bar icons still transparent after splash
|
2024-02-07 14:16:43 +07:00 |
|
|
04078084bd
|
refactor: Backport Android 12 SplashScreen to older Android versions
Fixes GH-20
|
2024-02-07 11:52:25 +07:00 |
|
|
27284d00f6
|
chore: Use mipmap directly
|
2024-02-06 11:47:19 +07:00 |
|
|
9f83aeb469
|
chore: Slightly adjust icon
|
2024-02-06 11:39:03 +07:00 |
|
|
54afb50fd9
|
fix: Splash for older android devices
|
2024-02-06 10:50:44 +07:00 |
|
|
010b371eb0
|
docs: Sync CHANGELOG
|
2024-02-06 10:34:51 +07:00 |
|
|
1d4d5ffce4
|
fix: Rounded icons generated incorrectly
|
2024-02-06 10:32:55 +07:00 |
|
|
0dd789e22b
|
revert: Rounded icons generated incorrectly
I'm a dumbass
This reverts commit 70377e1c02 .
|
2024-02-06 10:28:25 +07:00 |
|
|
70377e1c02
|
fix: Rounded icons generated incorrectly
|
2024-02-06 10:27:01 +07:00 |
|
|
4972fe485d
|
docs: Sync CHANGELOG
|
2024-02-06 10:18:19 +07:00 |
|
|
7f2a9ec346
|
chore: Use coloured app icon for splash
|
2024-02-06 10:17:13 +07:00 |
|
|
bb84a4c81c
|
fix: False negative on hasCutout for Android P
|
2024-02-06 08:01:32 +07:00 |
|
|
bda17cfbab
|
docs: Me when fork
|
2024-02-05 18:54:39 +07:00 |
|
|
abdbe15c6c
|
docs: Link to vivo documentation on their notch impl [skip ci]
|
2024-02-05 18:03:20 +07:00 |
|
|
16be056922
|
feat: Vivo cutout support
Disabled till I can figure something out, lots of deprecated methods
|
2024-02-05 18:00:15 +07:00 |
|
|
d0fad42fb4
|
fix: Legacy appbar is visible on compose
|
2024-02-05 16:44:48 +07:00 |
|
|
d992c007c4
|
chore: Re-position cutout options
|
2024-02-05 16:22:24 +07:00 |
|
|
11ae924f25
|
chore: Adjust text for landscape cutout behaviour pref
|
2024-02-05 16:19:42 +07:00 |
|
|
1f030189cd
|
fix: Preference summary not updating
|
2024-02-05 16:04:07 +07:00 |
|
|
80191827c2
|
feat: Re-added tachi's cutout support
Closes GH-9
|
2024-02-05 16:02:58 +07:00 |
|
|
e97cb08bd2
|
revert: Cutout Behaviour wording
Also added comments
|
2024-02-05 12:35:53 +07:00 |
|
|
07adedfcb0
|
revert: Move back cutout area behaviour
It's meant for "paged" reading mode only, gonna need to investigate more on how to handle the cutout feature
|
2024-02-05 12:11:16 +07:00 |
|
|
420d358765
|
fix: Splash icon colour is hardcoded to white
Fixes GH-17
|
2024-02-05 12:04:44 +07:00 |
|
|
0f705dcc6b
|
chore: Bounding rects compat
|
2024-02-05 11:37:06 +07:00 |
|
|
296c9eae67
|
refactor: Use J2K's cutout behaviour for Tachi's cutout support
Doesn't work at the moment (only work on landscape mode)
|
2024-02-04 20:27:22 +07:00 |
|
|
7daf8fefc7
|
enhance: Disable inset cutout workaround
Not entirely sure what's this workaround made for tbh
|
2024-02-04 18:16:25 +07:00 |
|
|
4b13a6580a
|
feat: Port "Show content in cutout area" from Tachi
|
2024-02-04 12:45:37 +07:00 |
|
|
7386deb72a
|
docs: Clean up changelog [skip ci]
|
2024-02-04 11:28:23 +07:00 |
|
|
7f41c54812
|
chore: Adjust enum positioning
|
2024-02-04 11:09:35 +07:00 |
|
|
64fe569692
|
chore: Version 1.7.12
|
2024-02-04 11:01:15 +07:00 |
|
|
16b13aa1a2
|
docs: Fix broken links [skip ci]
|
2024-02-04 10:38:04 +07:00 |
|
|
ce88c8f31c
|
docs: Add missing credit [skip ci]
|
2024-02-03 17:45:27 +07:00 |
|
|
b8ccdf5f6e
|
fix: Missing function
|
2024-02-03 17:22:25 +07:00 |
|
|
d1e2fd2059
|
fix: Switch SSIV
|
2024-02-03 16:39:57 +07:00 |
|
|
01c7795312
|
chore: Update SSIV
|
2024-02-03 16:26:11 +07:00 |
|
|
6785de31f8
|
ci: Remove debug [skip ci]
|
2024-02-03 16:11:57 +07:00 |
|
|
4792c5cfc9
|
ci: Newline moment
|
2024-02-03 16:07:47 +07:00 |
|
|
288248da6b
|
ci: Making sure there's a newline before delimiter
|
2024-02-03 16:00:35 +07:00 |
|
|
ebfd1738f9
|
ci: Debug
|
2024-02-03 15:58:15 +07:00 |
|
|
41d65f6d7d
|
ci: Use singlequote
|
2024-02-03 15:54:19 +07:00 |
|
|
c0bf3758a8
|
ci: It's invalid for some reason
|
2024-02-03 15:52:08 +07:00 |
|