Commit graph

8581 commits

Author SHA1 Message Date
Theodoro Loureiro mota
df4eb4ebfc
Adding Type-safe project accessors (#194)
* replace the windowInsetsPadding for navigationBarsPadding + statusBarsPadding

* Enabling TYPESAFE_PROJECT_ACCESSORS

* Adding typesafe project accessors in the app module

* Adding typesafe project accessors in the core module

* Adding typesafe project accessors in the core-metadata module

* Adding typesafe project accessors in the data module

* Adding typesafe project accessors in the domain module

* Adding typesafe project accessors in the presentation-core module

* Adding typesafe project accessors in the presentation-widget module

* Adding typesafe project accessors in the source-local module

* Adding typesafe project accessors in the source-api module

* Rolling back

* Changing TYPESAFE_PROJECT_ACCESSORS line

* Removing extra spaces

(cherry picked from commit e17d87f35749715946a96dc0e654792227c6722d)

# Conflicts:
#	settings.gradle.kts
2024-02-19 15:30:19 +07:00
Jobobby04
3455e6ee04
Swap over to Mihon.app
# Conflicts:
#	.github/ISSUE_TEMPLATE.md
#	.github/ISSUE_TEMPLATE/config.yml
#	README.md
2024-02-19 15:28:28 +07:00
Cuong M. Tran
b8f88feee9
update useragent 2024-02-19 15:24:46 +07:00
AntsyLich
a5352650b3
Translations (#189)
* Small fix on french translation. (#104)

Update fr/strings.xml

Remove mentions of "official" extensions repos. (On 18+ extensions warning)

Fixed a setting label who had the first letter in lowercase.

* Updated Turkish suffixes (#125)

Update strings.xml

* Fix zh-rTW Translation (#118)

fix zh-tw translate

* Update Filipino Plurals (#112)

Updated some Filipino Plurals to make sense grammatically

* Update Filipino Strings (#111)

Changed/updated a few grammatical strings for the Filipino Translation

---------

Co-authored-by: Med <45147847+kitsumed@users.noreply.github.com>
Co-authored-by: NukeSource <123626751+NukeSource@users.noreply.github.com>
Co-authored-by: ɴᴇᴋᴏ <111511925+NeKoOuO@users.noreply.github.com>
Co-authored-by: InfinityDouki56 <31158494+infyProductions@users.noreply.github.com>
(cherry picked from commit 9fd1419142647455e86851413353c97bb9491990)
2024-02-19 15:03:01 +07:00
AntsyLich
31b7450c56
Fix issues when updating extensions
(cherry picked from commit cb068984303f811692531bf6f14902ae118d8ac7)
2024-02-19 15:00:30 +07:00
AntsyLich
f301ab36f9
Remove usage of .not() where possible
(cherry picked from commit 39407407f282dbb7fa972b12053c26b3e3bd66d8)
2024-02-19 15:00:01 +07:00
AntsyLich
6e7540e763
Fix faulty MangaUpdates score in db
Closes #117

(cherry picked from commit a024218410953a389b8af4880fa7ae6cc30124a2)
2024-02-19 14:58:29 +07:00
jobobby04
ae61be5e90
Backup and Restore Excluded scanlators (#166)
* Backup and Restore Excluded scanlators

* Improve performance

* This looks better

(cherry picked from commit e0deeb800890c5e3be67c4ebe32ebe34d97e0e25)
2024-02-19 14:58:29 +07:00
AntsyLich
a87ca2a34f
Fix "Flash on page change" gives black screen on page change
Fixes #108

(cherry picked from commit 38d6ab80ce868707829dbc81de4170afe3c2f2a5)
2024-02-19 14:58:29 +07:00
KaiserBh
5ce158b189
refactor: db changes for syncing. (#113)
fix: sync marking chapter unread when we do library update before syncing.

So this should have been 0 on insert instead of the current time on insert. Essentially this issue arises: https://discord.com/channels/1099009852791083058/1099009853864812708/1190022356060614756

Signed-off-by: KaiserBh <kaiserbh@proton.me>
(cherry picked from commit e4a65656e7fd5807475323373b8337b1f53ff1f9)
2024-02-19 14:58:19 +07:00
Cuong M. Tran
1b54a5dd10
transfer repo to komikku-app 2024-02-19 14:52:22 +07:00
Cuong M. Tran
3c6696d671
Add extension’s setting to source’s long click 2024-02-11 02:46:01 +07:00
Cuong M. Tran
2d42be6958
ExtensionsScreen: display extension lang even for not-installed ones 2024-02-10 18:26:16 +07:00
Cuong M. Tran
7874363e08
Fix Shikimori tracking 2024-02-09 06:58:16 +07:00
Cuong M. Tran
d353c83dba
Shikimori: using Komikku key 2024-02-09 06:35:34 +07:00
Cuong M. Tran
65e27880bd
Support both Komikku & Mihon tracking 2024-02-08 01:50:14 +07:00
Cuong M. Tran
946e6d0b59
Update types of legacy tracker model to match to domain one (#245)
* `score` to Double

* `tracker_id` to Long

* `last_chapter_read` to Double

* `total_chapters` to Long

* `status` to Long

Additional changes for Komikku/TachiyomiSY version

* `score` to Double

* `tracker_id` to Long

* `last_chapter_read` to Double

* `total_chapters` to Long

* `status` to Long
2024-02-08 01:43:01 +07:00
AntsyLich
581868905e
Lint 2024-02-08 00:35:17 +07:00
AntsyLich
0edf83afab
Refactor MAL code to not spam refresh token when it fails
# Conflicts:
#	app/src/main/java/eu/kanade/tachiyomi/data/track/myanimelist/MyAnimeListApi.kt
2024-02-08 00:35:03 +07:00
AntsyLich
21a2bef94b
Update types of legacy tracker model to match to domain one (#245)
* `score` to Double

* `tracker_id` to Long

* `last_chapter_read` to Double

* `total_chapters` to Long

* `status` to Long
# Conflicts:
#	app/src/main/java/eu/kanade/tachiyomi/data/track/BaseTracker.kt
2024-02-08 00:33:06 +07:00
AntsyLich
576884f6a9
Lint
# Conflicts:
#	app/src/main/java/eu/kanade/tachiyomi/data/track/bangumi/BangumiInterceptor.kt
2024-02-08 00:30:58 +07:00
AntsyLich
4e1dafa62c
Use own client for trackers + custom user agents
Closes #114
Closes #143

Co-authored-by: Med <45147847+kitsumed@users.noreply.github.com>
2024-02-08 00:29:29 +07:00
AntsyLich
066660a743
Remove usage of .not() where possible
# Conflicts:
#	app/src/main/java/eu/kanade/domain/extension/interactor/GetExtensionsByType.kt
#	app/src/main/java/eu/kanade/tachiyomi/ui/reader/viewer/pager/PagerViewer.kt
2024-02-08 00:25:30 +07:00
Cuong M. Tran
c3246bf4b6
Make tracker use Komikku’s client 2024-02-08 00:19:32 +07:00
Cuong M. Tran
a3e47a1055
allow search source using both source's name & extensions's name 2024-02-07 19:42:26 +07:00
Cuong M. Tran
20e3b1284f Merge branch 'develop' 2024-02-06 04:34:34 +07:00
Cuong M. Tran
e49ff1e137 initialize FirebaseApp 2024-02-06 04:33:59 +07:00
Cuong M. Tran
c166fed426 Show source’s extension name in Source browse & Global search
(often it’s a romanized version so it’s easier to remember)
2024-02-06 04:14:26 +07:00
Cuong M. Tran
97efbd2efc
Update source repo URL 2024-02-05 18:32:26 +07:00
Cuong M. Tran
a4f8a33631 Replace MyAnimeList key with Komikku 2024-02-05 00:33:56 +07:00
Cuong M. Tran
bf250cbc34 Language tag with current locale in Extension Filter 2024-02-05 00:29:49 +07:00
Cuong M. Tran
1fc7604782 Move string resource 2024-02-04 17:34:40 +07:00
Cuong M. Tran
ecca5fc1b1 update README 2024-02-04 17:24:42 +07:00
Cuong M. Tran
9783ab47de Add github script to build develop branch 2024-02-04 17:13:02 +07:00
Cuong M. Tran
861e43ff06 Filter to show NSFW sources/extensions only in Browse tab 2024-02-04 17:06:20 +07:00
Cuong M. Tran
e028fc3fb9
Merge branch 'feature/feed-screen' into develop 2024-01-31 18:17:50 +07:00
Cuong M. Tran
6a7db7b2e4
Feed: will get Popular if source doesn’t support Latest 2024-01-31 16:03:01 +07:00
Cuong M. Tran
46e7e1fbca
Feed: [Fix] Not trying to add Feed if not select anything on dialog box
Fix warning with RadioSelector declaration
2024-01-31 13:30:30 +07:00
Cuong M. Tran
27a1c3aa76
Increase limitation of Feed from 10 to 20
Also fix limtation message spelling
2024-01-31 11:08:04 +07:00
Cuong M. Tran
b6a60201b6
Move source’s package settings button to SourceFeedScreen 2024-01-30 19:54:28 +07:00
Cuong M. Tran
64d1ef89a6
Move SourceSettingsButton to Presentation domain 2024-01-30 18:33:26 +07:00
Cuong M. Tran
67575fe3df
Update README 2024-01-30 13:38:16 +07:00
Cuong M. Tran
c80b4fcd11
Update github workflow badge 2024-01-30 01:25:15 +07:00
Cuong M. Tran
77e40033dd
spotlight for splash screen in dark mode 2024-01-30 00:51:49 +07:00
Cuong M. Tran
a1e4aeebb7
build_preview: set version and always publish release 2024-01-30 00:28:33 +07:00
Cuong M. Tran
06fa464939
Upgrade AGP to 8.2.2 2024-01-29 23:25:09 +07:00
Cuong M. Tran
9c547b02bd
update README & ISSUE_TEMPLTE 2024-01-29 23:24:51 +07:00
Cuong M. Tran
bc65d967d6
Show NSFW mark on SourcesScreen list 2024-01-29 23:23:22 +07:00
Cuong M. Tran
8b29b1dc68
Avoid showing ExtensionDetailsScreen for E-Hentai & ExHentai which is built-in & not actually installed extensions 2024-01-29 23:20:27 +07:00
Cuong M. Tran
48437205cd
Add icon to jump directly to ExtensionDetailsScreen from SourcesScreen
# Conflicts:
#	app/src/main/java/eu/kanade/presentation/browse/SourcesScreen.kt
2024-01-29 23:20:14 +07:00