renovate[bot]
8546c316c8
fix(deps): update dependency com.google.firebase:firebase-crashlytics to v19.0.2
2024-07-07 08:48:33 +07:00
renovate[bot]
1b6e0c0264
fix(deps): update dependency com.google.firebase:firebase-analytics to v22.0.2
2024-07-07 08:26:21 +07:00
renovate[bot]
f7648901d9
fix(deps): update lifecycle.version to v2.8.3 ( #147 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-07 08:00:44 +07:00
renovate[bot]
a9c0c77b96
fix(deps): update moko to v0.24.1 ( #78 )
...
* fix(deps): update moko to v0.24.1
* fix(deps): update moko to v0.24.1 (mihonapp/mihon#933 )
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
(cherry picked from commit f58a05e91828a69c01d49d629e5bfa9ec7ae3ffc)
* Fix build for i18n-kmk & i18n-sy
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Cuong-Tran <cuongtran.tm@gmail.com>
2024-07-07 07:40:54 +07:00
renovate[bot]
002d88a4b8
Update dependency com.android.tools.build:gradle to v8.5.0
2024-07-07 07:29:57 +07:00
renovate[bot]
851f211096
chore(deps): update actions/download-artifact action to v4.1.8
2024-07-07 02:23:54 +07:00
renovate[bot]
5bd39d23bc
chore(deps): update actions/upload-artifact action to v4.3.4
2024-07-07 02:23:42 +07:00
AntsyLich
e5c830d08b
Observe tracker login state instead of fetching once ( mihonapp/mihon#987 )
...
* Observe tracker login state instead of fetching once
* Review changes
(cherry picked from commit 2092c81bad59fd745a8514af320e534ecf40a5da)
# Conflicts:
# app/src/main/java/eu/kanade/presentation/library/LibrarySettingsDialog.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryScreenModel.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/MangaScreenModel.kt
2024-07-07 02:17:29 +07:00
Cuong-Tran
274aefb3b3
feat(ui): Add restoring & syncing banner
2024-07-05 22:28:47 +07:00
Jobobby04
8c3d99889c
Move some libs to sylibs
...
(cherry picked from commit f929a4bc26641fa43afcaabfec07cd76cff6f483)
# Conflicts:
# gradle/libs.versions.toml
# gradle/sy.versions.toml
2024-07-05 15:22:54 +07:00
Jobobby04
54bc3d883d
Fix some MDLang issues
...
(cherry picked from commit c7bbad93b2e7d4114d0b1c20b172b0800b4a6286)
2024-07-05 15:03:25 +07:00
Jobobby04
688f11a3e5
Codestral(ChatGPT) cleanup of some double pages code
...
(cherry picked from commit 1a4a2506f4c3a82b8ba36b76c43ccff6f5a99a59)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/reader/viewer/pager/PagerViewerAdapter.kt
2024-07-05 15:03:13 +07:00
gelionexists
9615cc20bd
Update LewdMangaChecker.kt ( jobobby04/TachiyomiSY#1204 )
...
- Added the `mature` tag
- Added `doujins` (doujins.com) and `luscious` (luscious.net) as filter keywords
(cherry picked from commit 7b7a594ddbcb26ebafde7ba2f7a0659eda2a899b)
2024-07-05 14:59:57 +07:00
KaiserBh
94c0154ee3
chore: improve google drive sync. ( jobobby04/TachiyomiSY#1200 )
...
improve google drive sync, removes the lock, change to protobuf, and potentially fix deviceId not being unique, since it wasn't appState...
(cherry picked from commit c2eece0fff7c8b4395bf0aa02c7ef6012f9bbf8d)
2024-07-05 14:59:57 +07:00
AntsyLich
e079b9bfd8
Make global search "Has result" sticky
...
Closes mihonapp/mihon#133
(cherry picked from commit 5a61ca5535fe0d9e8e7bcb9e665ba2f9cb0cf649)
# Conflicts:
# app/src/main/java/eu/kanade/domain/source/service/SourcePreferences.kt
2024-07-05 14:47:32 +07:00
Roshan Varughese
3d4917f7da
Smart Update Dialog Tweak ( mihonapp/mihon#977 )
...
* Smart Update Dialog Fix
* Build Fail Change 1
* Commit Suggested Change
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
* Build Fail Change 2
---------
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
(cherry picked from commit ddba71df37359e6abbbcc96b18685435961710dc)
2024-07-05 14:47:31 +07:00
CrepeTF
763166b910
Correct tako variable colours ( mihonapp/mihon#976 )
...
(cherry picked from commit 75b5d966018aa917f57adf37370088a51e4914b2)
2024-07-05 14:47:31 +07:00
WerctFourth
25832165f1
Update image-decoder revision ( mihonapp/mihon#971 )
...
(cherry picked from commit bff6183cf3ef400d8ddcdccf7180e4139816cc09)
# Conflicts:
# gradle/libs.versions.toml
2024-07-05 14:47:31 +07:00
Caio Oliveira
d71ff5f05a
buildSrc: Fix strange warning in ci build ( mihonapp/mihon#952 )
...
* buildSrc: Fix strange warning
´Project accessors enabled, but root project name not explicitly set for 'buildSrc'. Checking out the project in different folders will impact the generated code and implicitly the buildscript classpath, breaking caching.´
* Update settings.gradle.kts
---------
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
(cherry picked from commit 2674b849746f20c051dab3fd6edfad1594e41b42)
2024-07-05 14:47:31 +07:00
Maddie Witman
f0fad0c603
Added configuration options to e-ink page flashes ( mihonapp/mihon#625 )
...
* Recommit for e-ink pref changes
* Fixed state holder for flash interval
* Detekt
* Refactor suggested by Antsy
* inverted currentDisplayRefresh check for early exit
(cherry picked from commit 2f86f25d5b24c2054a604802dc65b8bc3a99c7c0)
# Conflicts:
# app/src/main/java/eu/kanade/presentation/more/settings/screen/SettingsReaderScreen.kt
# app/src/main/java/eu/kanade/presentation/reader/settings/GeneralSettingsPage.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/reader/setting/ReaderPreferences.kt
2024-07-05 14:47:21 +07:00
Cuong-Tran
9ffeb13ef3
refactor: Update usage of delegated sources' ids
2024-07-05 10:37:43 +07:00
Cuong-Tran
7c63f84f5f
feat: Add support for backing up and storing source's feeds along with saved searches
2024-07-05 10:37:43 +07:00
Cuong-Tran
9d36c1ae15
feat: Add support for backing up and restoring global popular/latest feeds
2024-07-05 10:37:43 +07:00
Cuong-Tran
0147f830be
feat: Add back navigation to clear source search query
2024-07-05 10:37:08 +07:00
Tran M. Cuong
799de48b7d
Update extensions lib ( #138 )
...
* add comments
* reorganize methods
2024-07-05 10:36:29 +07:00
Cuong-Tran
87306ceef1
update build script to new release notes format
2024-07-05 10:25:20 +07:00
Cuong-Tran
e1840d39b6
bump stable version & changelog
2024-07-04 17:04:36 +07:00
Cuong-Tran
a0a6c677e3
improve: don't show arrow if related titles are from Recommends
2024-07-04 15:47:12 +07:00
Cuong-Tran
45e9d19a75
fix GDrive error message
2024-07-02 13:54:50 +07:00
Cuong-Tran
a8e65dd63a
really fixed duplicate issue with Related titles row
2024-07-02 13:50:26 +07:00
Cuong-Tran
a32316ddb4
refactor: check source loaded with launch instead of launchIO
2024-07-02 12:33:39 +07:00
Cuong-Tran
79568eb37b
update changelog
2024-07-02 02:23:35 +07:00
CrepeTF
387a707b18
Theme fixes ( mihonapp/mihon#963 )
...
* Fix theme issue with download progress indicator
* Fix theme issue with download progress indicator + better contrast
(cherry picked from commit e132cc405f23e18dd8d73626730821eae9051149)
2024-07-02 02:13:45 +07:00
Cuong-Tran
159d5e31d7
refactor: Improve error message handling in GoogleDriveSyncService
2024-07-02 01:24:41 +07:00
Cuong-Tran
f24c101d78
refactor: switch to Crossfade for RelatedTitlesScreen
2024-07-02 01:24:41 +07:00
Cuong-Tran
780523b221
fix: filter duplicate related entries using ID instead of URL
...
solve #120
2024-07-02 01:24:41 +07:00
Cuong-Tran
e25ff219eb
refactor: Update seedColor usage in ReaderActivity
...
- Using state to update seed color when there is change
- Fix: loading seed color in case manga is late to init
- improve: change chapter's slider's text color
2024-07-02 01:22:01 +07:00
Cuong-Tran
c49c4c9c6d
refactor(navigation): Add navigateUp functionality to SourceFeedScreen and SourceFeedToolbar
...
directly navigate back instead of just close search bar
2024-07-02 01:16:34 +07:00
Cuong-Tran
c92fdb5231
improve: retry to load source in some case it's late
2024-07-02 01:16:34 +07:00
Tran M. Cuong
19890ef4d4
update-color-schemes ( #121 )
...
* feat: Add more color theme
- CloudFlare
- CottonCandy
- Doom
- Matrix
- Mocha
- Sapphire
* generate full color for Cottoncandy
* generate full color for Mocha
* refactor(ui): reorder themes
close #114
2024-07-02 01:14:27 +07:00
Cuong-Tran
9ab91394e4
Update changelog & github action
2024-06-25 18:16:16 +07:00
AntsyLich
a8ce6061d7
Cleanup in CommonMangaItem.kt
...
Closes mihonapp/mihon#19
Co-authored-by: Roshan Varughese <40583749+Animeboynz@users.noreply.github.com>
(cherry picked from commit e17f70f7226ea031fc1f962c9dfea3e404ba53ad)
2024-06-25 18:01:18 +07:00
FooIbar
16f812974a
Fix unexpected skips in strong skipping mode ( mihonapp/mihon#940 )
...
(cherry picked from commit 0ce1cf22cdbb7d82df3db1a901253b4973ab027f)
2024-06-25 18:01:18 +07:00
Cuong-Tran
6651483741
chore: showing changelog in preview build
2024-06-25 16:48:11 +07:00
Cuong-Tran
11cfa733e9
refactor: Improve key generation for list items
2024-06-25 12:48:12 +07:00
Cuong-Tran
05565900db
Add log to ScreenTransition to track screen transition by key used multiple times issue
2024-06-25 12:00:09 +07:00
Cuong-Tran
4555ac9c89
feat(ui): better cover_loading size
2024-06-25 01:35:05 +07:00
Cuong-Tran
a2b0103e98
feat(ui): better cover_error size
2024-06-25 00:43:22 +07:00
Cuong-Tran
06004de0f1
refactor(ui): Update text and icon colors in metadata description adapters for delegated sources
2024-06-24 23:31:15 +07:00
Cuong-Tran
e89f50c845
chore: Simplify pop conditions when search in MangaScreen
2024-06-25 12:55:09 +07:00