Commit graph

7832 commits

Author SHA1 Message Date
Secozzi
80f038fb78
ExpandableMangaDescription: Adjust size transform anim spec
Co-authored-by: ivan <12537387+ivaniskandar@users.noreply.github.com>
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
2024-10-26 10:15:15 +02:00
Secozzi
8f2466d61e
Add Backup and Restore of Extension Repos (#1057)
* Backup/Restore Extension Repos

* Refactor

* Moving to Under App Settings

* Sort by URL, Check existing by SHA and Error Logging

Untested. Currently in a lecture and can't test if the changes really work.

* Changes to logic

* Don't ask me what's happening here

* Renaming Variables

* Fixing restoreAmount & changes to logic

Co-Authored-By: AntsyLich <59261191+AntsyLich@users.noreply.github.com>

---------

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
Co-authored-by: Roshan Varughese <40583749+Animeboynz@users.noreply.github.com>
2024-10-26 10:12:39 +02:00
Secozzi
4c4c20700c
Rename backup restore error log file
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
2024-09-19 11:19:43 +02:00
renovate[bot]
694873912b
chore(deps): update kotlin monorepo to v2.0.10 (#1085)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit edb8201f74e516c296b62e04a13802e1bd9e0b6b)
2024-09-19 11:18:42 +02:00
FooIbar
f09e563359
Don't crash on ill-formed URLs (#1084)
(cherry picked from commit 854474f85ffc41eccdc2b3a6cf105fa2805ebc3c)
2024-09-19 11:18:18 +02:00
Tran M. Cuong
965772300a
fix: drawScrollbar crash on list with 0 item but only sticky header
Co-authored-by: Cuong-Tran <16017808+cuong-tran@users.noreply.github.com>
2024-09-19 11:18:02 +02:00
renovate[bot]
0b6a9cee14
chore(deps): update actions/setup-java action to v4.2.2 (#1080)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit 3f6bd5f010532d292310c0c0f14bf11832277f2e)
2024-09-19 11:15:54 +02:00
FooIbar
1d2dcac601
Match extra layout space with scroll distance (#1076)
And increase recycler item view cache size.

(cherry picked from commit a3dfd2efe6ace7a2a4d79bd09fb1a729989f1094)
2024-09-19 11:15:51 +02:00
Secozzi
f5eb3e044e
Improve error message if restoring from JSON file
* Improve error message if restoring from JSON file

* Replace Exception with IOException

* Use more generic error message if protobuf fails

* fix lint

Co-authored-by: Vetle Ledaal <13540478+vetleledaal@users.noreply.github.com>
2024-09-19 11:15:36 +02:00
AntsyLich
ab3d974089
Bump default user agent string
(cherry picked from commit 8160b47ff5fbbd9b32caeb462b5be881fabd3449)
2024-09-19 11:11:34 +02:00
Secozzi
5eb1bf700b
Cleanup backup/restore related code
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
2024-09-19 11:09:57 +02:00
Secozzi
83a10d384e
Fix library is backed up when disabled and make categories backup/restore independent
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
2024-09-19 10:43:31 +02:00
Secozzi
98941fe2d8
Adds Option to Copy Panel to Clipboard
* Add Copy to Clipboard

* Removing Unused Import

* Reusing onShare function

* Commit Suggestion

* Early Return on null

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>

---------

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
Co-authored-by: Roshan Varughese <40583749+Animeboynz@users.noreply.github.com>
2024-09-18 09:12:21 +02:00
Secozzi
4f3509cbae
Fix disappearance items when fast scrolling
* Don't use animateItem's fade-in/fade-out in FastScrollLazyColumn

* Move to extension function

Avoid using animateItemPlacement name since it's shadowed by compose-bom's deprecated one

Co-authored-by: Cuong-Tran <16017808+cuong-tran@users.noreply.github.com>
2024-09-18 09:03:57 +02:00
renovate[bot]
2b49201752
fix(deps): update dependency dev.chrisbanes.compose:compose-bom to v2024.07.00-alpha02 (#1051)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit 04aa5b36a5893ef9991312d61f84f830b83535f7)
2024-09-18 08:54:29 +02:00
renovate[bot]
9c677d2ed7
fix(deps): update paging.version to v3.3.1 (#1046)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit 41e2dc7ae80250d9166fc637c1170667afdb0a9e)
2024-09-18 08:54:24 +02:00
Secozzi
0d712f8df4
Format Category String on Subtitle Display
* Fixes #1029

* Max Line Length Fix

* Update SettingsLibraryScreen.kt

No idea how this works.

Co-authored-by: Foolbar <118464521+Foolbar@users.noreply.github.com>

---------

Co-authored-by: Foolbar <118464521+Foolbar@users.noreply.github.com>
Co-authored-by: Roshan Varughese <40583749+Animeboynz@users.noreply.github.com>
2024-09-18 08:54:02 +02:00
renovate[bot]
d7457e4436
fix(deps): update lifecycle.version to v2.8.4 (#1045)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit b7849d714698900a25188bdbfd77bf24936f2dd7)
2024-09-18 08:44:44 +02:00
renovate[bot]
3f7401465d
fix(deps): update dependency androidx.annotation:annotation to v1.8.1 (#1043)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit 602b58f364b95b83a3148be34cd4c90d95d7d405)
2024-09-18 08:43:10 +02:00
renovate[bot]
a2c6335adf
fix(deps): update dependency androidx.activity:activity-compose to v1.9.1 (#1042)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit e48dbdbf2356c0e6e148313dc6610e865cd8e995)
2024-09-18 08:42:57 +02:00
renovate[bot]
ecc492f5c9
chore(deps): update softprops/action-gh-release action to v2.0.8
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-18 08:42:26 +02:00
FooIbar
d9d54d14b5
Remove obsolete workaround
Co-authored-by: FooIbar <118464521+FooIbar@users.noreply.github.com>
2024-09-18 08:41:02 +02:00
renovate[bot]
518831dc22
fix(deps): update dependency io.coil-kt.coil3:coil-bom to v3.0.0-alpha09 (#1039)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit ca784cbe3267e94e652e4c54f91b7107cc53c307)
2024-09-18 08:38:50 +02:00
Weblate (bot)
1dd04fc5f1
chore(i18n): Translations update from Hosted Weblate (#1694)
Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Co-authored-by: kaajjo <claymanoff@gmail.com>
Co-authored-by: Efe Devirgen <efedevirgen@gmail.com>
Co-authored-by: gekka <1778962971@qq.com>
Co-authored-by: Infy's Tagalog Translations <ced.paltep10@gmail.com>
Co-authored-by: hshbuk <hsh.bukchin@gmail.com>
Co-authored-by: Kuro Chu <mitecolider@gmail.com>
Co-authored-by: Apurv Sikka <apurvsikka@gmail.com>
Co-authored-by: MARTINAT Noah <noahmartinat@gmail.com>
Co-authored-by: Çınar <cinardogan110@gmail.com>
Co-authored-by: Milo Ivir <mail@milotype.de>
Co-authored-by: Rafael mejias <rafaelmejias960@gmail.com>
Co-authored-by: Äljan Sayat <form7040@gmail.com>
Co-authored-by: Mohammed al-Qubati <mhraqeeb@gmail.com>
Co-authored-by: Akhil Raj <akhilakae07@gmail.com>
Co-authored-by: Felipe Bonfim <felipebonfim2006@gmail.com>
Co-authored-by: barbriqt <barbriqt@users.noreply.hosted.weblate.org>
2024-08-29 10:30:16 +02:00
linsui
e4040af3aa
feat: Add fastlane (#1730) 2024-08-29 10:29:30 +02:00
Quickdev
79cd35b29a
feat(downloader): Copy the file location when using ext downloader (#1758) 2024-08-29 10:28:43 +02:00
Secozzi
dabfdf968e
fix(downloader): Don't invalidate anime downloads on startup (#1753) 2024-08-29 10:28:05 +02:00
Secozzi
5c939814a7
fix(animescreen): Fix airing time not showing (#1720) 2024-07-25 12:19:56 +02:00
Secozzi
1d18aa313f
feat(entry): Show "Now" instead of "0 minutes ago" (#1715) 2024-07-21 14:47:55 +02:00
jmir1
c83ebf322f
fix: Group updates by date and not time 2024-07-18 16:01:36 +02:00
Secozzi
291c24b405
feat(player): Add better auto sub select (#1706)
Co-authored-by: Abdallah <54363735+abdallahmehiz@users.noreply.github.com>
Co-authored-by: jmir1 <jhmiramon@gmail.com>
2024-07-18 13:48:26 +02:00
jmir1
58817c724e
fix(tracking): Fix Shikimori 2024-07-16 22:59:30 +02:00
jmir1
74b32a3a0b
fix: Use different status strings for anime trackers 2024-07-16 22:53:53 +02:00
jmir1
03e1ecd75e
fix: Some issues with relative date calculations 2024-07-16 20:25:18 +02:00
jmir1
1f3be7b523
feat: Show hours and minutes in relative time strings
Closes #1702
2024-07-16 17:37:09 +02:00
jmir1
ee13863b3b
chore: Change app version in issue templates 2024-07-16 15:52:51 +02:00
jmir1
5ae35c891b
fix: Actually remove ACRA 2024-07-16 15:44:43 +02:00
Abdallah
60c671aa27
feat(player): Add video filters (#1698) 2024-07-16 15:40:08 +02:00
renovate[bot]
c85006ac58
chore(deps): Update gradle/actions action to v3.5.0 (#1701) 2024-07-16 15:39:25 +02:00
renovate[bot]
473efd4227
fix(deps): update dependency io.mockk:mockk to v1.13.12 (#1700) 2024-07-16 15:39:09 +02:00
jmir1
d3c6a159d8
chore: Remove ACRA 2024-07-16 15:38:41 +02:00
jmir1
45d5591b81
fix(i18n): Remove resources dir 2024-07-16 15:21:50 +02:00
jmir1
0462e3c96e
Merge pull request #1693 from Secozzi/mihonmerge 2024-07-16 15:13:24 +02:00
jmir1
b40f2a864d
fix: Include Mihon copyright 2024-07-16 15:13:00 +02:00
Secozzi
150ba47b76
detekt(detekt): detekt 2024-07-13 10:07:28 +02:00
renovate[bot]
78cb48b516
chore(deps): update dependency gradle to v8.9 (#1007)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit f63e95091013320b27bfc3c7c975c4bdd4a983c5)
2024-07-13 09:51:28 +02:00
renovate[bot]
cb87612f8a
fix(deps): update dependency org.jsoup:jsoup to v1.18.1 (#999)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit f3f2bd41c3974878bcf0e3a62d99ee89bf92fb41)
2024-07-13 09:51:24 +02:00
renovate[bot]
e8d1beb167
fix(deps): update dependency dev.chrisbanes.compose:compose-bom to v2024.07.00-alpha01 (#1002)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit 14d687c5cdff1071098b3580e8b010d7aa01f485)
2024-07-13 09:51:13 +02:00
renovate[bot]
9243169dba
chore(deps): update actions/dependency-review-action action to v4.3.4 (#1009)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit e94c8dac9425a1d3fbe6640a0c285e9f3a5f16a8)
2024-07-13 09:51:07 +02:00
Secozzi
abfb31dfc8
fix(deps): update dependency com.android.tools.build:gradle to v8.5.1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-13 09:50:45 +02:00