Commit graph

1973 commits

Author SHA1 Message Date
CK
601194b93f
Update youtubeExtractor.ts 1 2026-03-05 13:46:02 +05:30
CK
879af0a0c2
Create build.yml 2026-03-05 13:43:08 +05:30
Nayif
3aff41a4d0
Merge pull request #595 from chrisk325/patch-11 2026-03-05 01:09:16 +05:30
chrisk325
ed5bb26a59
fix trailers: update user agents and innertube api key depreciation 2026-03-05 01:07:15 +05:30
tapframe
905c59d23d fetches watched_items locally when calculating the local only CW section. 2026-03-05 01:01:04 +05:30
tapframe
a0f10cacdc fix cw nuviosync ordering 2026-03-05 00:01:10 +05:30
saimuelbr
cf62ae74e6 fix(i18n): use languageTag to detect region and select the correct language 2026-03-03 15:37:10 -03:00
tapframe
1af5bf1633 fix for homescreen settinsg resetting on tablet layout 2026-03-03 22:25:39 +05:30
saimuelbr
51706e1478 feat(ui): add horizontal scroll to download filters 2026-03-02 18:02:42 -03:00
Nayif
58cb561712
Merge pull request #582 from saimuelbr/main
minor fix: Adding pt-BR code option to TMDBSettingsScreen.tsx
2026-03-03 01:04:38 +05:30
saimuelbr
c279d43404 fix: Adding pt-BR code option to TMDBSettingsScreen.tsx 2026-03-02 16:21:56 -03:00
Nayif
b699f87b99
Merge pull request #581 from chrisk325/patch-10
completely revert all changes for sort order
2026-03-03 00:32:44 +05:30
chrisk325
87931064fa
completely revert all changes for sort order 2026-03-02 23:56:50 +05:30
Nayif
d85a0f1899
Merge pull request #580 from chrisk325/revert-576-patch-9 2026-03-02 23:42:45 +05:30
chrisk325
14e5395b34
syntax 2026-03-02 23:35:43 +05:30
chrisk325
d6b4e788a8
prefer trakt's timestamp over local 2026-03-02 23:30:05 +05:30
chrisk325
b0425b2da7
Revert "fix continue watching sort order while merging episodes" 2026-03-02 23:22:52 +05:30
tapframe
0899aa8a49 prrimary profile id will be used for mobile sync 2026-03-02 23:05:11 +05:30
Nayif
b996396f17
Merge pull request #576 from chrisk325/patch-9
fix continue watching sort order while merging episodes
2026-03-02 19:05:48 +05:30
skoruppa
5bbc2abe8b fix for Kitsu and Mal content being still incorrectly requested 2026-03-02 09:17:58 +01:00
chrisk325
fd8a8dfb4a
swap timestamp priority from local to trakt first 2026-03-02 12:29:05 +05:30
chrisk325
15ee553f86
fix continue watching sort order while merging episodes 2026-03-02 12:20:50 +05:30
Nayif
84f8fc94fc
Merge pull request #573 from chrisk325/patch-8
added trailer server as a fallback for edge cases
2026-03-01 21:42:58 +05:30
chrisk325
7ca8db1071
added trailer server as a fallback for edge cases 2026-03-01 21:36:25 +05:30
Nayif
ea4bd8680b
Merge pull request #570 from chrisk325/local-trailer
feat: on device local trailers for hero section on metadata screen
2026-03-01 21:32:17 +05:30
Nayif
8ee0f2ca1b
Merge pull request #572 from chrisk325/patch-7
fix continue watching sort order yet again (edge cases)
2026-03-01 21:08:59 +05:30
chrisk325
9037a09421
fix continue watching sort order yet again (edge cases) 2026-03-01 19:53:14 +05:30
chrisk325
5391ebda85
add wview fallback as well 2026-03-01 18:24:18 +05:30
chrisk325
2eea341578
fix for keys 2026-03-01 18:23:28 +05:30
chrisk325
9a4face265
fix key 2026-03-01 18:22:00 +05:30
chrisk325
9f6a28dbe7
fix hardcoded tmdb key 2026-03-01 18:20:41 +05:30
chrisk325
3bf8177c58
fix 2026-03-01 17:09:21 +05:30
Nayif
5d8f9efa34
Merge pull request #569 from chrisk325/patch-6 2026-03-01 16:27:21 +05:30
chrisk325
7d0f6c3892
fix trailer cache logic 2026-03-01 16:13:08 +05:30
chrisk325
b9a91d03df
fix for low quality trailers 2026-03-01 16:12:13 +05:30
chrisk325
cadcda27df
fix 2026-03-01 15:22:14 +05:30
chrisk325
8cd1ec8188
fix 2026-03-01 15:21:37 +05:30
chrisk325
005e4b7ea9
fix 2026-03-01 15:20:09 +05:30
chrisk325
ca8c503a47
fix for low quality trailers 2026-03-01 15:12:26 +05:30
chrisk325
e475feae84
fix for low quality trailers 2026-03-01 15:10:59 +05:30
chrisk325
f653aa9aa7
fix for low quality trailers 2026-03-01 15:09:49 +05:30
chrisk325
c764faf2a7
fix race conditions 2026-03-01 15:06:50 +05:30
chrisk325
5b6554ff37
fix trailers in homescreen hero 2026-03-01 15:05:10 +05:30
chrisk325
47a484fe3d
local trailers 2026-03-01 13:24:33 +05:30
chrisk325
9134c3eb95
local trailers for herosection 2026-03-01 13:23:31 +05:30
chrisk325
9a4af754f0
local extractor 2026-03-01 13:21:02 +05:30
chrisk325
9d5bbaf3b1
added local extractor 2026-03-01 13:19:31 +05:30
chrisk325
d732fa2016
fix edge cases where items sync back to trakt with "now" timestamp 2026-03-01 00:53:06 +05:30
Thái Hoàng Tâm
91d81d53c1
fix: Sync Setting Screen use SafeAreaView from 'react-native-safe-area-context' instead of the deprecated one from 'react-native'
The bug is described at Discord https://discord.com/channels/1379902184207941732/1477029029449306358
2026-02-28 19:40:36 +01:00
Nayif
cc528cb188
Merge pull request #564 from Joe00011/main
Add Japanese (ja) translation
2026-02-28 23:53:27 +05:30