Commit graph

4568 commits

Author SHA1 Message Date
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
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
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
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
01c7795312
chore: Update SSIV 2024-02-03 16:26:11 +07:00
a86b66407c
fix: No need to cast 2024-02-03 15:19:52 +07:00
c64f0c76a9
fix: Incorrect cast class 2024-02-03 15:00:40 +07:00
81499289d3
refactor: Turn ExtensionInstaller types from Int to Enum 2024-02-03 14:42:02 +07:00
AwkwardPeak7
d5ae9e760e
refactor: Simplify extension install/update fix 2024-01-31 08:25:50 +07:00
AntsyLich
9e03acfc05
fix: Don't throw MALTokenExpired whenever we fail to refresh MAL token
Also cleanup
2024-01-31 08:21:53 +07:00
19d1f0db6f
refactor: Separate BasePreferences from PreferencesHelper 2024-01-29 14:34:41 +07:00
bda6de7b76
feat: Backup and Restore filtered scanlators
Should be compatible with Mihon's excluded scanlators
2024-01-29 13:46:18 +07:00
7dd56b1976
refactor: Split RecentsPreferences and UiPreferences from PreferencesHelper 2024-01-29 10:05:16 +07:00
2902f89139
fix: Whoops 2024-01-28 11:22:33 +07:00
c8c71cb44e
chore: Version 1.7.11 2024-01-28 11:11:57 +07:00
12ac05a69e
refactor(Shikimori): Use yokai's client 2024-01-28 11:09:18 +07:00
AntsyLich
c926467c96
fix: Refactor MAL code to not spam refresh token when it fails 2024-01-28 10:53:09 +07:00
27e7708803
refactor: Move TrackPreferences to PreferenceModule 2024-01-28 10:37:56 +07:00
9a0d5b38c0
chore: App icon for debug apk 2024-01-27 07:45:01 +07:00
d5d601600b
fix: Duplicate untrusted extension upon update
Temporary fix, these handlers are so broken. I heard Mihon is planning
to revert back to trusting signatures.
2024-01-27 07:34:48 +07:00
e2fe5e6a1c
chore: Adjust icon scaling
The last one was too small
2024-01-26 11:07:21 +07:00
4d6cf3641e
chore: Icon adjustments
* Icon for nightly
* Adjust icon scaling for prod
2024-01-26 10:21:50 +07:00
31baf3380d
chore: Version 1.7.10 2024-01-24 14:12:53 +07:00
16d7356481
refactor: Replace tracker client id+secret and user-agent
REF: https://docs.modrinth.com/#section/User-Agents
2024-01-24 14:00:54 +07:00
7d7e2433c7
feat: Confirmation before revoke all trusted extensions 2024-01-24 13:17:42 +07:00
1b9d0bc76f
fix: App bar disappearing on scrolled migration page 2024-01-24 13:11:12 +07:00
90df2c41a4
style: Icon for untrusted extensions 2024-01-24 10:27:47 +07:00
0654b04f6d
fix: Installed extension still stuck in "installable" state 2024-01-24 09:47:23 +07:00
b2745b8b3e
chore: Revert series type name to Webtoon 2024-01-24 09:33:34 +07:00
995f41f2df
feat: Content type (NSFW/SFW) filter 2024-01-24 09:22:54 +07:00
a6ab4cea65
chore: Version 1.7.9 2024-01-22 07:56:27 +07:00
Jays2Kings
800817aac6
fix: Issues when updating extensions
Co-Authored-By: AntsyLich <59261191+antsylich@users.noreply.github.com>
2024-01-22 07:37:38 +07:00
Jays2Kings
d9efb25837
Fix stroke color in browse for library entries 2024-01-22 07:34:13 +07:00
Jays2Kings
780f5d6583
fix: Faulty MangaUpdates score
Co-Authored-By: AntsyLich <59261191+antsylich@users.noreply.github.com>
2024-01-22 07:33:34 +07:00