Commit graph

8567 commits

Author SHA1 Message Date
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
Cuong M. Tran
906012cd40
SourcesSearch with animated search box 2024-01-29 23:14:38 +07:00
Cuong M. Tran
b94f67d9b6
using FastScrollLazyColumn for SourcesScreen scrollbar 2024-01-29 22:53:15 +07:00
Cuong M. Tran
6731edde87
Add OFFICIAL source & mine signature 2024-01-29 22:51:13 +07:00
Cuong M. Tran
81541ca67c
Show Untrusted extensions above Trusted extensions 2024-01-29 22:50:40 +07:00
Cuong M. Tran
da890c42d7
Remove files executable permission 2024-01-28 23:44:37 +07:00
Cuong M. Tran
1995298001
Better vector icon 2024-01-28 23:44:37 +07:00
Cuong M. Tran
b92ca6b8d7
New icon 2024-01-28 23:44:37 +07:00
Cuong M. Tran
d38b148915
Change update repo 2024-01-28 23:44:37 +07:00
Cuong M. Tran
9be00dba55
replace new ID for S-Pen 2024-01-28 23:44:36 +07:00
Cuong M. Tran
62fbf56d60
Replace new name in strings 2024-01-28 23:44:36 +07:00
Cuong M. Tran
934f3cef2f
Change app name & ID, update gitignore 2024-01-28 23:44:36 +07:00
Cuong M. Tran
4ec2204836
update Github workflow scripts 2024-01-28 23:44:36 +07:00
Cuong M. Tran
85354be510
Update ISSUE_TEMPLATE to new repo 2024-01-28 23:44:36 +07:00
Cuong M. Tran
78025c6783
Update README & CONTRIBUTE to new repo & remove FUNDING 2024-01-28 23:44:36 +07:00