Commit graph

5702 commits

Author SHA1 Message Date
NGB-Was-Taken
353a002eb5
chore: Show toast for app restart when User-Agent is changed 2024-09-09 08:09:38 +07:00
6e585fd142
fix(deps): Replace com.github.inorichi.injekt with com.github.null2264.injekt
Potential build failure due to JCenter fully dead and spring.io decided
to restrict their repo from anon access without fully migrating their
old stuff to maven central. Their reasoning is that those libs are
deprecated, ignoring the fact that there still quite a lot of projects
that uses those libs for several reasons... It is what it is, I guess.

REF: https://spring.io/blog/2022/12/14/notice-of-permissions-changes-to-repo-spring-io-january-2023
REF: https://spring.io/blog/2022/12/14/notice-of-permissions-changes-to-repo-spring-io-january-2023#comment-6197778931
2024-09-08 10:18:31 +07:00
44742854c4
docs(README): Copyright symbol [skip ci] 2024-09-07 08:51:36 +07:00
5271d1b66f
docs(README): Link SY and make README formatting more consistent [skip ci] 2024-09-07 08:49:54 +07:00
c4e04c11d0
ci: Fallback to Unreleased before falling back to empty string 2024-09-05 11:07:31 +07:00
ae8959d4d1
docs(CHANGELOG): Include every version changelog
REF: b404a71e26
REF: https://keepachangelog.com/
2024-09-05 10:43:49 +07:00
nzoba
942ca851d5
chore: Use "Page x of y" instead of "x pages left" 2024-09-05 08:33:49 +07:00
38db95b6de
fix(kitsu): It's Int? not String? 2024-09-05 08:11:40 +07:00
34ffc2dd85
chore: Sync project 2024-09-05 07:08:10 +07:00
3ac6c551d6
chore(log/crashlytics): Only send error 2024-09-04 19:53:40 +07:00
renovate[bot]
aed615fe9c
fix(deps): Update dependency com.android.tools:desugar_jdk_libs to v2.1.2 (#183)
* fix(deps): Update dependency com.android.tools:desugar_jdk_libs to v2.1.2

* docs: Sync changelog

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Ansori Palembani <46041660+null2264@users.noreply.github.com>
2024-09-04 18:02:46 +07:00
3b427e8b7c
docs: Sync feature list with Discord pinned message [skip ci]
Also explain current state of the fork
2024-09-04 11:27:05 +07:00
b26b526b1e
fix(DiskUtil): Fixed NPE crashes trying to get directory size 2024-09-04 07:24:24 +07:00
bf1f258455
style: Actually set chapter info text color
Apparently it is done programmatically
2024-09-03 11:20:35 +07:00
0ee76b9a50
style: Less contrast chapter info 2024-09-03 10:50:13 +07:00
bede8460e7
docs: Sync changelog 2024-09-03 10:29:25 +07:00
MajorTanya
93738ffaa3
refactor: Use DTOs to parse tracking API responses 2024-09-03 10:09:58 +07:00
Smol Ame
6ee9a41587
chore: Enable 'Split Tall Images' by default 2024-09-03 06:53:45 +07:00
5a1a7063b2
feat: Verbose logging 2024-09-02 09:40:54 +07:00
1925a503d9
refactor(reader): Simplify code 2024-09-01 10:35:04 +07:00
51a5633751
docs: Sync changelog [skip ci] 2024-08-31 22:15:16 +07:00
153268052a
fix(ImageUtil): Throw an exception instead 2024-08-31 21:57:46 +07:00
c1dd80bd71
fix(reader): Return the original image if split bitmap failed 2024-08-31 21:52:45 +07:00
03043ef01b
fix(reader): Don't use coil pipeline if image size can't be extracted 2024-08-31 21:36:57 +07:00
84f4a35180
fix(reader): Abort split attempt if the app can't read bitmap size 2024-08-31 21:11:32 +07:00
59f9e556ec
fix: Prevent NPE crashes on touch event 2024-08-31 12:14:39 +07:00
cb9f8fa398
docs: Sync changelog 2024-08-30 21:30:44 +07:00
renovate[bot]
0363d40f2b
fix(deps): Update dependency com.android.tools:desugar_jdk_libs to v2.1.1 (#178)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-30 21:30:31 +07:00
renovate[bot]
a73994b652
chore(deps): Update moko to v0.24.2 (#177)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-30 21:30:17 +07:00
08b629d1f5
fix: Actually stop it from showing duplicate entries 2024-08-30 21:12:20 +07:00
70cde33c04
docs: Sync changelog 2024-08-30 20:05:56 +07:00
91a9e081d7
fix(library): Duplicate entries on Ungrouped library
Fixes GH-176
2024-08-30 20:02:00 +07:00
a27c0edf13
refactor(recents): Fully migrate recents to use SQLDelight, for real this time 2024-08-27 13:47:18 +07:00
0d9ffc2206
fix(recents): Partially revert SQLDelight migration
getAllRecentsTypes query is too cursed, will need some refactoring
2024-08-27 10:01:17 +07:00
6e3eaad481
fix(sql): Union issue
It doesn't like history.*
2024-08-27 09:50:32 +07:00
3199f07363
refactor: Some multiplatform bs 2024-08-27 09:35:05 +07:00
a19b767aff
fix(sql): Remove alias 2024-08-27 08:52:17 +07:00
354ed7ce8a
refactor(recents): Fully migrate recents to use SQLDelight 2024-08-27 08:23:11 +07:00
79929b395e
fix: Tell splash state to stop being lazy
We need the class as soon as possible. It being lazy might be the reason why there's a race condition.
2024-08-26 15:33:18 +07:00
3d7b6b88be
fix(archive): Move common code to android
Since these codes still relies heavily on java and iOS doesn't have java support.
2024-08-26 15:25:01 +07:00
84ee9213be
refactor(library/item): Injekt lazily 2024-08-26 14:59:18 +07:00
94567a37fa
refactor(tracker): Check if tracker is EnhancedTrackService from the function itself 2024-08-26 14:47:32 +07:00
da99cf5cfa
refactor(extension/repo): Refactor the ExtensionRepoService to use DTOs
Co-authored-by: MajorTanya <39014446+MajorTanya@users.noreply.github.com>
2024-08-26 14:10:20 +07:00
c7405e0b33
chore(network): Sync doh provider with upstream
Also, actually use all the DoH providers. Not sure why only up to Quad9 is actually being implemented.
2024-08-26 08:02:07 +07:00
2818bfa82f
refactor(settings/advanced): Don't use i18n for DoH names 2024-08-26 07:55:03 +07:00
ce9a3ea399
refactor(network): Preserve original exception 2024-08-26 07:41:33 +07:00
195613cb1e
refactor(network): Simplify helper
Co-authored-by: arkon <arkon@users.noreply.github.com>
2024-08-26 07:33:37 +07:00
arkon
5bd2190980
chore: Don't unnecessarily wrap IOExceptions in UncaughtExceptionInterceptor 2024-08-26 07:08:04 +07:00
2debbc0a10
chore(release): v1.8.5.6 2024-08-25 19:30:12 +07:00
d48b4c330a
fix(manga/details): NPE on tablets 2024-08-25 19:25:55 +07:00