Commit graph

280 commits

Author SHA1 Message Date
23db3244ce
docs: Sync changelog 2024-12-05 14:12:00 +07:00
b4c6820ca4
chore(deps): Update dependency io.coil-kt.coil3:coil-bom to v3.0.4 2024-12-04 05:17:30 +07:00
31773876b4
docs: Sync changelog 2024-12-03 16:42:38 +07:00
8c96e8d4b6
docs: Sync changelog 2024-12-03 13:46:01 +07:00
2fd6146d32
sync: Sync project 2024-12-02 09:25:28 +07:00
6c8ed6dc57
docs: Sync changelog 2024-12-01 08:29:10 +07:00
AntsyLich
d800f183e7
chore: Bump default user agent 2024-12-01 08:27:22 +07:00
844a83b4e1
docs: Sync changelog
Now I just need to remove all the StorIO junk from the codebase...
2024-11-30 09:10:18 +07:00
renovate[bot]
39428f8c79
chore(deps): Update agp to v8.7.2 (#249)
* chore(deps): Update agp to v8.7.2

* docs: Sync changelog

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Ansori Palembani <palembani@gmail.com>
Co-authored-by: Ahmad Ansori Palembani <46041660+null2264@users.noreply.github.com>
2024-11-28 21:37:03 +07:00
97e72e3b4b
docs: Sync changelog [skip ci] 2024-11-27 14:23:47 +07:00
27f4cea4c4
docs: Sync changelog 2024-11-24 08:55:10 +07:00
00b7ac6c25
sync: Sync project 2024-11-23 20:14:40 +07:00
a7a6dc96d3
sync: Sync project 2024-11-23 07:46:03 +07:00
b1766ebb94
feat: Write logs to file 2024-11-22 12:57:52 +07:00
5d6d25c261
docs: Sync changelog 2024-11-22 11:10:25 +07:00
AntsyLich
9322836e48
refactor(reader): Improve hardware bitmap threshold option 2024-11-21 13:50:09 +07:00
fbe2d8c701
refactor(metadata): Simplify code 2024-11-20 20:20:39 +07:00
a2d6ac2a8b
docs: Add missing credit [skip ci] 2024-11-20 18:25:02 +07:00
AntsyLich
736b4e6b68
fix: Handle Android SDK 35 API collision 2024-11-20 14:32:08 +07:00
78df24e566
docs: Add missing credit [skip ci] 2024-11-20 14:24:11 +07:00
renovate[bot]
fcc234f0ab
fix(deps): Update dependency com.android.tools:desugar_jdk_libs to v2.1.3 (#257)
* fix(deps): Update dependency com.android.tools:desugar_jdk_libs to v2.1.3

* docs: Sync changelog

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ahmad Ansori Palembani <palembani@gmail.com>
2024-11-20 14:15:50 +07:00
renovate[bot]
5996a8a863
fix(deps): Update shizuku to v13 (major) (#256)
* fix(deps): Update shizuku to v13

* fix: Use reflection to fix shizuku

* docs: Sync changelog [skip ci]

* fix: Ignore shizuku's minSdk

We have desugaring enabled

* fix: Missing import

* fix: Move newProcess declaration

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jobobby04 <jobobby04@users.noreply.github.com>
Co-authored-by: Ahmad Ansori Palembani <palembani@gmail.com>
2024-11-20 14:02:15 +07:00
Redjard
fa0e565fa5
fix: Fix shizuku being buggy for multi user setups
Fetch the current userid separately because shizuku always runs as the main user and would otherwise install and update for the main user
2024-11-20 13:26:47 +07:00
fabc9f4c1b
docs: Sync changelog 2024-11-20 13:19:46 +07:00
54b27a5efa
docs: Sync changelog 2024-11-20 12:43:22 +07:00
6d470c0314
docs: Sync changelog 2024-11-20 11:51:06 +07:00
MajorTanya
7ee44f1fe5
feat(tracker): Some improvements to Bangumi tracker search
In short:
- fetch & show actual summary
- fallback to "name" if "name_cn" is empty
- request larger responseGroup to get & display the summary & rating
- add type filter query param to make Bangumi filter, not us

Previously, we only displayed the "name" in the summary area and used
"name_cn" as the entry name. However, "name_cn" (Chinese name) can be
an empty string at times, resulting in an awkward looking search
result list where some, many, or even all the results have no title
displayed and only show the "name" (Japanese name) in the summary
area. This has been solved by using "name" as a fallback value should
"name_cn" be empty.

If a Chinese name is available, the original name is prepended to the
summary with the addition "作品原名:" (meaning "original series title").

By using the "responseGroup=large" query parameter, we can request
the required data we need to display the actual summary for an entry
and the entry's average rating.
The "name" is prepended to the summary contents, if any exist, so it
is still accessible for series identification if a "name_cn" exists
too and was used for the result title.

Adding the "type=1" filter query parameter means Bangumi will only
return entries of type 1 ("book") instead of all types and Mihon
needing to filter, resulting in potentially missed entry matches.
2024-11-20 11:32:06 +07:00
dbdafafba7
sync: Sync project 2024-11-19 08:46:13 +07:00
c2db3f959f
docs: Sync changelog 2024-11-18 14:12:30 +07:00
30726d030c
docs: Sync changelog 2024-10-13 19:57:17 +07:00
e4cc6505dd
docs(CHANGELOG): Don't prefix version with 'v' [skip ci] 2024-10-12 08:34:46 +07:00
0ebf79fcb0
docs: Sync changelog 2024-10-09 07:36:52 +07:00
54fdec2fc3
chore: Sync project 2024-10-06 16:13:44 +07:00
5ba3600c28
docs: Sync changelog 2024-09-29 09:55:31 +07:00
renovate[bot]
465564f977
chore(deps): Update dependency gradle to v8.10.2 (#188)
* chore(deps): Update dependency gradle to v8.10.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-26 11:37:33 +07:00
2bb525ca45
docs: Sync changelog 2024-09-26 10:26:06 +07:00
5325c4c847
docs: Sync changelog 2024-09-26 09:54:05 +07:00
6c1dba1831
fix(GestureDetector): Prevent crashes caused by firstEvent being null on some devices 2024-09-26 08:14:43 +07:00
1ca914a792
docs: Sync changelog 2024-09-25 12:13:32 +07:00
7752f64efb
chore(deps): Use JetPack's compose BOM
chrisbanes's compose BOM is now deprecated as JetPack now provide their
own Beta and Alpha BOMs for compose

REF: 61b195353c
2024-09-22 12:10:20 +07:00
c6c6ed0553
docs: Sync changelog [skip ci]
Everything seems to be working fine even after migrating to Koin.
2024-09-20 07:09:38 +07:00
19f6b26567
docs: Sync changelog 2024-09-17 18:09:09 +07:00
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
ae8959d4d1
docs(CHANGELOG): Include every version changelog
REF: b404a71e26
REF: https://keepachangelog.com/
2024-09-05 10:43:49 +07:00
34ffc2dd85
chore: Sync project 2024-09-05 07:08:10 +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
b26b526b1e
fix(DiskUtil): Fixed NPE crashes trying to get directory size 2024-09-04 07:24:24 +07:00
bede8460e7
docs: Sync changelog 2024-09-03 10:29:25 +07:00
5a1a7063b2
feat: Verbose logging 2024-09-02 09:40:54 +07:00