Commit graph

5140 commits

Author SHA1 Message Date
3fa755117f
refactor: Keep some library manga variables as Long 2024-08-01 07:19:04 +07:00
2e1faefa97
refactor: Start using Voyager for navigation 2024-08-01 07:14:14 +07:00
563a3a0289
refactor: Don't use statusBarsPadding
The documentation says these AppBars automatically handles them
2024-07-31 13:12:48 +07:00
f64bdb2ca5
refactor: Replace java-string-similarity with pure Kotlin Levenshtein implementation 2024-07-31 12:20:40 +07:00
8cca5186dd
chore: Disable padding 2024-07-31 11:42:24 +07:00
41c565ca9f
chore: Disable LTR/Comic/Manhua auto detection
Causing too many confusion (GH-125)
2024-07-31 11:22:49 +07:00
d9f4536725
chore: Bump versionCode for beta 2024-07-31 10:50:34 +07:00
c95c364c0c
fix(about/license): Use Bundle 2024-07-31 10:28:14 +07:00
6c93deacca
refactor: Use AboutLibraries
Should unblock GH-124 from being merged, no thanks to Google.
2024-07-31 10:01:38 +07:00
fa1f780b47
refactor(source/local): Invalidate before getting other manga details
Reduce code duplication and also covers local manga without metadata file
2024-07-31 07:53:32 +07:00
df8eeb8e88
chore: Preparing to move ComicInfo to core module 2024-07-31 07:44:59 +07:00
bf7ece49d9
fix: Check hotfix before checking stage weight 2024-07-30 10:31:01 +07:00
bc51e60bb3
docs: Fix comment [skip ci]
No idea why I type still instead of this, brain not braining sometimes
2024-07-30 10:25:21 +07:00
87d44b1a5a
chore: Check hotfix before build number
Since build number only matters if it's an unstable release
2024-07-30 10:21:08 +07:00
4a386adc62
fix: Check hotfix last 2024-07-30 10:16:55 +07:00
11fa491a6b
test(AppUpdateCheckerTest): Add more test cases 2024-07-30 10:09:39 +07:00
736e608db2
fix: Version name is not being used 2024-07-30 09:36:25 +07:00
7126e3a2fa
fix: Add chucker no-op for beta build 2024-07-30 09:17:34 +07:00
a83865e086
ci: A way to draft beta release 2024-07-30 08:57:56 +07:00
114776bc53
refactor: Move Manga class to domain module 2024-07-30 07:01:49 +07:00
9f7fa90f04
fix(transitionHolder): Wrap circular progress indicator content 2024-07-29 18:54:01 +07:00
f7584b1d5b
refactor(source/local): Merge epub fill metadata functions 2024-07-28 14:26:32 +07:00
6990bccd02
fix(source/local): Invalidation is targeting the wrong manga object 2024-07-28 14:13:48 +07:00
4e75e70eee
refactor(source/local): Simplify code 2024-07-28 14:11:50 +07:00
630e23cff7
refactor(source/local): Invalidate cover on refresh instead 2024-07-28 13:33:50 +07:00
4f46d0ee28
feat(source/local): Button to invalidate local source manga cover
In case Android somehow messing up the URI the first time
2024-07-28 12:28:16 +07:00
931a4e84c3
chore: Ignore case sensitivity for http resource scheme 2024-07-28 12:07:22 +07:00
5f19348633
refactor: No longer need to use .orEmpty() for ImageUtil.isImage 2024-07-28 12:04:50 +07:00
67b881dc3f
refactor(source/local): Simplify getCoverFile code
Also make cover filename case-insensitive
2024-07-28 12:00:32 +07:00
448a582019
refactor(source/local): Re-organize updateCover(...) 2024-07-28 11:54:44 +07:00
49ecfc51b1
refactor: Move source-api to source directory
Preparing to split local source to its own module
2024-07-28 11:38:33 +07:00
98df0773a2
chore: Sync changelog 2024-07-27 20:26:47 +07:00
9d4dc5f351
fix(extension/repo): Don't throw an error if it's a connection error
Fixes GH-130
2024-07-27 20:22:24 +07:00
mangkoran
72bd822c35
fix: Remove "english" tag from comic detection (#126)
Fix #125
2024-07-16 19:09:33 +07:00
17588ed1c6
fix: Fix build 2024-07-10 12:29:15 +07:00
arkon
859674681a
enhance: Limit parallelism for Coil image loading
REF: https://www.reddit.com/r/androiddev/comments/xbeizp/comment/io4ytdv/

Co-authored-by: ivaniskandar <ivaniskandar@users.noreply.github.com>
2024-07-10 12:18:34 +07:00
5785550e75
chore(deps): Bump coil version and some code reformat 2024-07-10 12:09:41 +07:00
1d7fab08cf
refactor: Allow nullable [skip ci] 2024-07-10 12:02:03 +07:00
FooIbar
73b395000f
fix: Fixed some issues when reading/saving images 2024-07-10 11:57:05 +07:00
79950557bd
sync: Sync with release 2024-07-01 10:26:36 +07:00
32f1d677f2
style: Fix "Open source repo" icon colour 2024-07-01 10:10:17 +07:00
f8d1787cd6
sync: Sync with release 2024-07-01 10:05:13 +07:00
29231816cf
fix(style): Change "Open source repo" icon 2024-07-01 09:47:51 +07:00
7404712e9c
fix(source/local): Local Source should only check directory for manga list 2024-06-30 08:18:35 +07:00
81aaca02a1
refactor(source/local): Simplify code
* Reduce duplicate code on checking supported archive types
* Directly try to get COMIC_INFO_FILE instead of using .filter
2024-06-30 08:12:28 +07:00
f824583c3f
chore: Explicitly set flavour dimension to "default" 2024-06-27 20:49:58 +07:00
ce1fd694cc
refactor: Convert remaining plugins to use version catalog 2024-06-27 19:57:27 +07:00
a149d5aeec
chore(deps): Converted more gradle plugins to use version catalog 2024-06-27 19:13:26 +07:00
cbdd16f6d4
chore(deps): Update agp to v8.5.0
Also convert some plugins to use version catalog
2024-06-27 19:08:12 +07:00
b01f325e71
chore: Remove experimental material api flag
No longer used since we use material3
2024-06-27 18:31:18 +07:00