Commit graph

403 commits

Author SHA1 Message Date
tapframe
075c5f8f51 feat(debrid): neutralize architecture 2026-05-21 11:39:54 +05:30
SimSalabimse
13d796c462 Merge branch 'Norwegian-Translation' of https://github.com/SimSalabimse/NuvioMobile into Norwegian-Translation 2026-05-20 20:43:50 +02:00
SimSalabimse
4b21fe2d85 Merge branch 'Norwegian-Translation' of https://github.com/SimSalabimse/NuvioMobile into Norwegian-Translation 2026-05-20 20:43:50 +02:00
SimSalabimse
e1057220c3 Use 'nb' locale code for Norwegian
Switch Norwegian locale code from "no" to the ISO 639-1 code "nb" for consistency. Updated Android locale_config.xml, renamed resource folder values-no to values-nb (strings moved/renamed accordingly), and changed the AppLanguage enum to use "nb". Also removed a now-duplicate media_series string entry in the renamed resources.
2026-05-20 20:42:30 +02:00
SimSalabimse
a9a3398cea Use 'nb' locale code for Norwegian
Switch Norwegian locale code from "no" to the ISO 639-1 code "nb" for consistency. Updated Android locale_config.xml, renamed resource folder values-no to values-nb (strings moved/renamed accordingly), and changed the AppLanguage enum to use "nb". Also removed a now-duplicate media_series string entry in the renamed resources.
2026-05-20 20:42:30 +02:00
paregi12
127ec3cf4a fix: resolve compilation errors introduced by subtitle implementation 2026-05-20 21:53:47 +05:30
tapframe
e25a2d7f3e removal: debrid integration 2026-05-20 21:44:27 +05:30
tapframe
4e5a32510b removal: debrid integration 2026-05-20 21:44:27 +05:30
Joseph Alves
dd2be50d17
Add pt-BR 2026-05-20 11:44:22 -03:00
paregi12
abbdee8327
Merge branch 'NuvioMedia:cmp-rewrite' into cmp 2026-05-20 19:08:57 +05:30
paregi12
9b372ea118 feat(plugins): add support for plugin subtitles with header injection and format detection 2026-05-20 18:25:31 +05:30
skoruppa
ba08ba8194 Port Reuse Binge Group from the TV version 2026-05-20 13:05:14 +02:00
skoruppa
5fe7364d5d Port Reuse Binge Group from the TV version 2026-05-20 13:05:14 +02:00
emgeje
c2f2e0ad0f
Update locale_config.xml 2026-05-20 11:14:07 +02:00
emgeje
b143fc33b2
Merge branch 'cmp-rewrite' into cmp-rewrite 2026-05-20 10:54:41 +02:00
Stéphane
546226c79f feat(i18n): extract remaining hardcoded strings flagged by audit
Migrates the long tail of user-facing English literals identified by the
audit report — 65 new keys across 14 source files plus the matching FR
translations (tutoiement, NBSP, curly apostrophes).

Categories:
- TMDB filter placeholders in CollectionEditorScreen (10 keys, "28,12",
  "2020-01-01", "100", "en, ko, ja, hi", etc.)
- Collection editor titles & errors in CollectionEditorRepository
  (TMDB/Trakt fallback titles, validation errors, "Could not load …")
- Folder type labels in FolderDetailRepository ("Trakt Series List",
  "Trakt Movie List")
- TMDB resolver errors (api key required, not found, missing IDs, discover
  no data) in TmdbCollectionSourceResolver
- Trakt public list resolver errors and search-result fallbacks in
  TraktPublicListSourceResolver (rate limit, not public, items/likes
  counts, credentials missing, error_with_code formatter)
- Comments load failure in TraktCommentsRepository
- Trakt status messages (Connected/Disconnected) in TraktAuthRepository
- AppUpdater exceptions (no release, github api error, missing tag,
  no APK asset) — also strips the "cmp-rewrite" branch name from the
  user-facing copy
- HTTP error fallbacks shared by both AddonPlatform.{android,ios}.kt
  ("Request failed with HTTP %d", "Empty response body")
- AndroidAppUpdaterPlatform download/install errors
- iOS DownloadsPlatformDownloader file/HTTP errors
- SubtitleRepository addon-subtitle display format
- DownloadsLiveStatusPlatform.android Pause action (reuses
  compose_action_pause) and the byte-unit table (now includes
  unit_bytes_tb)

Non-Composable suspend bodies use the existing `getString(...)` pattern;
synchronous bodies (constructors, lambda inits) use the established
`runBlocking { getString(...) }` pattern already in the codebase.

Keys that overlap with #943 (the FR overhaul PR) use the exact same
names so the eventual merge is a no-op on those.
2026-05-20 06:41:00 +02:00
tapframe
38b1d2a52e Merge branch 'cmp-rewrite' of https://github.com/NuvioMedia/NuvioMobile into cmp-rewrite 2026-05-20 01:49:16 +05:30
tapframe
e22b8df583 Merge branch 'cmp-rewrite' of https://github.com/NuvioMedia/NuvioMobile into cmp-rewrite 2026-05-20 01:49:16 +05:30
Nayif
a0d55670ef Merge pull request #1122 from SimSalabimse/Norwegian-Translation
Added Norwegian translation
2026-05-20 01:48:59 +05:30
Nayif
644b2b88ce
Merge pull request #1122 from SimSalabimse/Norwegian-Translation
Added Norwegian translation
2026-05-20 01:48:59 +05:30
tapframe
2a50a504ba feat(ios): adding custom tuning for mpv 2026-05-19 21:04:39 +05:30
tapframe
873f81a954 feat(ios): adding custom tuning for mpv 2026-05-19 21:04:39 +05:30
SimSalabimse
23914f543b Added Norwegian to configs 2026-05-19 01:38:54 +02:00
SimSalabimse
145b3cfe77 Added Norwegian to configs 2026-05-19 01:38:54 +02:00
tapframe
b356887fe6 feat(debrid): sorting and filtering 2026-05-19 02:21:25 +05:30
tapframe
3e40e47b78 feat(debrid): sorting and filtering 2026-05-19 02:21:25 +05:30
tapframe
f7ec2ade21 fix: decoder fallback handling in ExoPlayer to try app decoders if a decoder failure occurs 2026-05-16 21:29:07 +05:30
tapframe
3c61e0d39e fix: decoder fallback handling in ExoPlayer to try app decoders if a decoder failure occurs 2026-05-16 21:29:07 +05:30
tapframe
0ce3bbe525 ref: improve file detection 2026-05-16 03:23:57 +05:30
tapframe
b35010fd4b ref: improve file detection 2026-05-16 03:23:57 +05:30
tapframe
c3c98cd246 feat: init debrid direct streaming 2026-05-16 02:30:53 +05:30
tapframe
9815adc2b6 feat: init debrid direct streaming 2026-05-16 02:30:53 +05:30
Luqman Fadlli
a4dad9a170 Merge branch 'NuvioMedia:cmp-rewrite' into indonesian-locale 2026-05-13 15:17:10 +07:00
Luqman Fadlli
2638b4fbb5
Merge branch 'NuvioMedia:cmp-rewrite' into indonesian-locale 2026-05-13 15:17:10 +07:00
tapframe
5b53f6046a feat: support for external player 2026-05-13 13:27:12 +05:30
tapframe
32f937a4e0 feat: support for external player 2026-05-13 13:27:12 +05:30
emgeje
5af0c9d55c
Add Hungarian locale to locale_config.xml 2026-05-12 12:47:34 +02:00
Luqman Fadlli
f3b54c9d4a add Indonesian language support
Added Indonesian (Bahasa Indonesia) translation to the project.

Files updated:
- Translated strings added to the `values-id` directory.
- Hooked up the new language option in `AppLanguage.kt`.
- Registered the `id` locale in Android's `locale_config.xml`.
2026-05-12 15:12:49 +07:00
Luqman Fadlli
c5faff3797 add Indonesian language support
Added Indonesian (Bahasa Indonesia) translation to the project.

Files updated:
- Translated strings added to the `values-id` directory.
- Hooked up the new language option in `AppLanguage.kt`.
- Registered the `id` locale in Android's `locale_config.xml`.
2026-05-12 15:12:49 +07:00
tapframe
46a82dce9a Merge branch 'cmp-rewrite' of https://github.com/NuvioMedia/NuvioMobile into cmp-rewrite 2026-05-10 12:36:18 +05:30
tapframe
c7b31518c3 Merge branch 'cmp-rewrite' of https://github.com/NuvioMedia/NuvioMobile into cmp-rewrite 2026-05-10 12:36:18 +05:30
tapframe
38c882980c feat: adding attributions page 2026-05-10 12:36:15 +05:30
tapframe
c7179a0bd9 feat: adding attributions page 2026-05-10 12:36:15 +05:30
tapframe
b3a1589296 feat: added hold, hover and release to select faeture in profile switch bubble 2026-05-10 10:11:51 +05:30
tapframe
052ad51320 feat: added hold, hover and release to select faeture in profile switch bubble 2026-05-10 10:11:51 +05:30
Pupon11
c8eb59cb13
Add Czech locale to locale_config.xml 2026-05-09 18:39:49 +02:00
Pupon11
c781301f51 Add Czech locale to locale_config.xml 2026-05-09 18:39:49 +02:00
tapframe
c16711ebb8 feat: adding seperate preference key for collections 2026-05-09 00:46:55 +05:30
tapframe
bb7ac6ebd3 feat: adding seperate preference key for collections 2026-05-09 00:46:55 +05:30
tapframe
7290158c53 fix(ios): trakt date parsing logic causing old shows to appear first cw section 2026-05-09 00:27:34 +05:30
tapframe
c79e30e2fc fix(ios): trakt date parsing logic causing old shows to appear first cw section 2026-05-09 00:27:34 +05:30
paregi12
b5b1afce8d
Merge branch 'NuvioMedia:cmp-rewrite' into master 2026-05-07 15:08:22 +05:30
paregi12
07669ba5be Merge branch 'NuvioMedia:cmp-rewrite' into master 2026-05-07 15:08:22 +05:30
tapframe
5a0b623773 ref: add collections support to local account data cleaner 2026-05-06 23:46:38 +05:30
tapframe
acc298a845 ref: add collections support to local account data cleaner 2026-05-06 23:46:38 +05:30
paregi12
79a4f08f36 feat: add followRedirects support to httpRequestRaw and PluginRuntime 2026-05-06 20:11:29 +05:30
paregi12
152d7f394f feat: add followRedirects support to httpRequestRaw and PluginRuntime 2026-05-06 20:11:29 +05:30
tapframe
38a786850c ref(ios): native tab to use app icons and avatars 2026-05-06 19:39:06 +05:30
tapframe
ccb6ef371c ref(ios): native tab to use app icons and avatars 2026-05-06 19:39:06 +05:30
tapframe
8b2a635174 feat(ios): ios native navbar 2026-05-06 19:20:32 +05:30
tapframe
fe383efd3a feat(ios): ios native navbar 2026-05-06 19:20:32 +05:30
tapframe
55b97d97ad feat: trakt library source option to switch between trakt/nuvio library 2026-05-06 13:52:49 +05:30
tapframe
5573d81f7e feat: trakt library source option to switch between trakt/nuvio library 2026-05-06 13:52:49 +05:30
tapframe
d00aba86af feat: adding trakt watchprogress option to choose between trakt/nuvio as preferred 2026-05-06 13:28:43 +05:30
tapframe
4c6301d691 feat: adding trakt watchprogress option to choose between trakt/nuvio as preferred 2026-05-06 13:28:43 +05:30
Muhammed Nayif Rahman
77d5edb07c
Merge pull request #929 from mbpictures/feat/german
feat: add German
2026-05-05 13:44:04 +05:30
Muhammed Nayif Rahman
e9914f0e9f Merge pull request #929 from mbpictures/feat/german
feat: add German
2026-05-05 13:44:04 +05:30
tapframe
b941717dd9 fix: adjust screen awake behaviour when playback error throws
fixes #877
2026-05-05 13:29:38 +05:30
tapframe
a25064da47 fix: adjust screen awake behaviour when playback error throws
fixes #877
2026-05-05 13:29:38 +05:30
tapframe
0b824ff32a feat: Add CustomDefaultTrackNameProvider 2026-05-05 12:17:50 +05:30
tapframe
6b12f633ec feat: Add CustomDefaultTrackNameProvider 2026-05-05 12:17:50 +05:30
Marius Butz
cf15e2008b Merge branch 'cmp-rewrite' into feat/german 2026-05-03 23:09:47 +02:00
Marius Butz
542976e219 Merge branch 'cmp-rewrite' into feat/german 2026-05-03 23:09:47 +02:00
Marius Butz
d64faa692f add german to language picker 2026-05-03 12:13:41 +02:00
Marius Butz
265c5c2d44 add german to language picker 2026-05-03 12:13:41 +02:00
paregi12
68a82962da
Merge branch 'NuvioMedia:cmp-rewrite' into introdb 2026-05-02 14:27:19 +05:30
paregi12
0935c9e386 Merge branch 'NuvioMedia:cmp-rewrite' into introdb 2026-05-02 14:27:19 +05:30
Muhammed Nayif Rahman
a1afce41cd
Merge pull request #909 from affcosta7/patch-6
Fix: add Portuguese (Portugal) app translation to NUVIO MOBILE
2026-05-02 13:38:55 +05:30
Muhammed Nayif Rahman
691cf4090d Merge pull request #909 from affcosta7/patch-6
Fix: add Portuguese (Portugal) app translation to NUVIO MOBILE
2026-05-02 13:38:55 +05:30
paregi12
5c7253d21f feat: implement IntroDB submission feature 2026-05-02 11:27:47 +05:30
paregi12
580d435b2a feat: implement IntroDB submission feature 2026-05-02 11:27:47 +05:30
André Costa
4297e488da
Update locale_config.xml 2026-05-01 14:35:12 +01:00
André Costa
24a6578f76 Update locale_config.xml 2026-05-01 14:35:12 +01:00
tapframe
12232cebe9 fix: ios player viewport container issues on downloads 2026-05-01 02:59:35 +05:30
tapframe
b87b851c64 fix: ios player viewport container issues on downloads 2026-05-01 02:59:35 +05:30
Nayif
430e3c601f
Merge pull request #852 from skoruppa/cmp-rewrite
Polish Translation
2026-04-28 16:44:04 +05:30
Nayif
56d4e5da7b Merge pull request #852 from skoruppa/cmp-rewrite
Polish Translation
2026-04-28 16:44:04 +05:30
Nayif
16bceb19b8
Merge pull request #857 from D4rk56/cmp-rewrite
Add French language translation
2026-04-28 16:43:54 +05:30
Nayif
70aa1aee80 Merge pull request #857 from D4rk56/cmp-rewrite
Add French language translation
2026-04-28 16:43:54 +05:30
Nayif
1cc13159ae
Merge pull request #862 from affcosta7/patch-4
Add Portuguese (Portugal) app translation to NUVIO MOBILE
2026-04-28 16:43:37 +05:30
Nayif
3c2bf37329 Merge pull request #862 from affcosta7/patch-4
Add Portuguese (Portugal) app translation to NUVIO MOBILE
2026-04-28 16:43:37 +05:30
Leonardo Montemurro
17cb75a464 fix: migrate language from legacy profile-scoped key to global key
On first launch after upgrading, if the new global key is empty,
fall back to the legacy profile-scoped key from the previous
version. Once found, the value is saved to the global key so
future reads avoid the legacy path.
2026-04-27 15:08:31 +02:00
Leonardo Montemurro
caf85685aa fix: migrate language from legacy profile-scoped key to global key
On first launch after upgrading, if the new global key is empty,
fall back to the legacy profile-scoped key from the previous
version. Once found, the value is saved to the global key so
future reads avoid the legacy path.
2026-04-27 15:08:31 +02:00
Leonardo Montemurro
e15a398f3e fix: make app language key global, not profile-scoped
The language preference was stored with a profile-scoped key
(selected_app_language_{profileId}), causing it to reset to English
on app restart when the active profile was not profile 1.

During startup, initialize() reads the key with default
activeProfileId=1 before the correct profile is loaded, resulting
in a cache miss and fallback to English.

App language is a device-level preference, not per-profile, so
the key should not be scoped. This also fixes replaceFromSyncPayload
to correctly clear both profile-scoped and global keys.
2026-04-27 15:01:08 +02:00
Leonardo Montemurro
234153cac4 fix: make app language key global, not profile-scoped
The language preference was stored with a profile-scoped key
(selected_app_language_{profileId}), causing it to reset to English
on app restart when the active profile was not profile 1.

During startup, initialize() reads the key with default
activeProfileId=1 before the correct profile is loaded, resulting
in a cache miss and fallback to English.

App language is a device-level preference, not per-profile, so
the key should not be scoped. This also fixes replaceFromSyncPayload
to correctly clear both profile-scoped and global keys.
2026-04-27 15:01:08 +02:00
André Costa
dc2e9177ec
Update locale_config.xml 2026-04-27 11:13:59 +01:00
André Costa
1a92f6ed78 Update locale_config.xml 2026-04-27 11:13:59 +01:00
D4rk56
395acd30cb Add French language translation 2026-04-26 18:14:52 +02:00
D4rk56
e7ba523276 Add French language translation 2026-04-26 18:14:52 +02:00
skoruppa
c4bdfce511 Polish Translation 2026-04-26 02:17:32 +02:00
skoruppa
415f738bdc Polish Translation 2026-04-26 02:17:32 +02:00
Lliakos
31c374482a Add Greek translation for mobile app fixed 2026-04-25 22:03:55 +03:00
Lliakos
8dd8500cf9 Add Greek translation for mobile app fixed 2026-04-25 22:03:55 +03:00
albyalex96
7fcbde33ed
Add Italian locale to locale_config.xml 2026-04-25 15:06:16 +02:00
albyalex96
2d0e86bf52 Add Italian locale to locale_config.xml 2026-04-25 15:06:16 +02:00
HALİL İBRAHİM ÖZDEMİR
0774e31e9c Add Turkish language translation 2026-04-25 13:44:01 +03:00
HALİL İBRAHİM ÖZDEMİR
c9392e04a4 Add Turkish language translation 2026-04-25 13:44:01 +03:00
tapframe
23080c4344 feat: localization 2026-04-25 07:25:24 +05:30
tapframe
09de9ac8af feat: localization 2026-04-25 07:25:24 +05:30
tapframe
41ef04c1cb feat: in app updater 2026-04-19 01:15:39 +05:30
tapframe
2d2f5ccf4c feat: in app updater 2026-04-19 01:15:39 +05:30
tapframe
d9fbcdb9fb feat: profile PIN cryptography for offline usage 2026-04-18 23:07:19 +05:30
tapframe
2c4d7bb873 feat: profile PIN cryptography for offline usage 2026-04-18 23:07:19 +05:30
tapframe
161e5d81bb feat: avatar storage and caching functionality 2026-04-18 23:01:16 +05:30
tapframe
fc284ba0e2 feat: avatar storage and caching functionality 2026-04-18 23:01:16 +05:30
tapframe
21793b8ac7 Revert "feat: implement manifest caching for addons"
This reverts commit 018e1e50a8.
2026-04-16 14:10:00 +05:30
tapframe
89478481a9 Revert "feat: implement manifest caching for addons"
This reverts commit 3cc3849c3a.
2026-04-16 14:10:00 +05:30
tapframe
018e1e50a8 feat: implement manifest caching for addons 2026-04-15 20:42:48 +05:30
tapframe
3cc3849c3a feat: implement manifest caching for addons 2026-04-15 20:42:48 +05:30
tapframe
823716b175 feat: exit handler 2026-04-14 20:53:03 +05:30
tapframe
2043dd114f feat: exit handler 2026-04-14 20:53:03 +05:30
tapframe
457d95e918 Merge branch 'cmp-rewrite' of https://github.com/NuvioMedia/Nuviomobile into cmp-rewrite 2026-04-14 20:53:03 +05:30
tapframe
3bd0038425 Merge branch 'cmp-rewrite' of https://github.com/NuvioMedia/Nuviomobile into cmp-rewrite 2026-04-14 20:53:03 +05:30
chrisk325
755da0dc4c
Update ids.xml 2026-04-14 00:40:46 +05:30
chrisk325
c167f77174 Update ids.xml 2026-04-14 00:40:46 +05:30
chrisk325
db958cdda0
fix: libass positioning 2026-04-14 00:38:45 +05:30
chrisk325
85ea64df55 fix: libass positioning 2026-04-14 00:38:45 +05:30
chrisk325
a316bd31db
fix: libass positioning 2026-04-14 00:37:30 +05:30
chrisk325
0105f03c9c fix: libass positioning 2026-04-14 00:37:30 +05:30
chrisk325
6e903d4b6e
fix: libass positioning 2026-04-14 00:08:13 +05:30
chrisk325
b83779cf09 fix: libass positioning 2026-04-14 00:08:13 +05:30
chrisk325
74b25e5a54
fix: libass positioning 2026-04-14 00:05:59 +05:30
chrisk325
e0f706f2d7 fix: libass positioning 2026-04-14 00:05:59 +05:30
tapframe
38ef25e83c feat: implement Trakt library storage and initialization 2026-04-13 19:38:12 +05:30
tapframe
621bb12e70 feat: implement Trakt library storage and initialization 2026-04-13 19:38:12 +05:30
tapframe
1a59fc0a20 feat: poster customization 2026-04-13 18:22:55 +05:30
tapframe
09f1293c59 feat: poster customization 2026-04-13 18:22:55 +05:30
tapframe
2f74c3cab0 ref: playbackDataSourceFactory to be in parity with Nuvio TV 2026-04-12 19:44:31 +05:30
tapframe
73c29ccab8 ref: playbackDataSourceFactory to be in parity with Nuvio TV 2026-04-12 19:44:31 +05:30
tapframe
b2de11a703 feat: partial download support and cleanup for incomplete files 2026-04-12 19:33:08 +05:30
tapframe
50cf897791 feat: partial download support and cleanup for incomplete files 2026-04-12 19:33:08 +05:30
tapframe
3b5d4c6524 init: live notifications for downloads 2026-04-11 22:34:23 +05:30
tapframe
c0bce25f29 init: live notifications for downloads 2026-04-11 22:34:23 +05:30
tapframe
7c2cad51b9 fix(downloads): passing resume position 2026-04-11 21:30:44 +05:30
tapframe
7b7ac23784 fix(downloads): passing resume position 2026-04-11 21:30:44 +05:30
tapframe
7437f54ab8 feat: downloads init 2026-04-11 21:03:15 +05:30
tapframe
3e49181717 feat: downloads init 2026-04-11 21:03:15 +05:30
chrisk325
28270d0c8b
fix: http addons 2026-04-11 13:49:01 +05:30
chrisk325
f950c2dd1d fix: http addons 2026-04-11 13:49:01 +05:30
tapframe
e4b4f91f78 feat: persisting aspect ratio 2026-04-10 21:10:49 +05:30
tapframe
b21dde97c6 feat: persisting aspect ratio 2026-04-10 21:10:49 +05:30
tapframe
2b400cf6fd feat: adding more player gestures - horizontal scrubbing, hold to speed up. 2026-04-10 21:10:22 +05:30
tapframe
04b5d3fab0 feat: adding more player gestures - horizontal scrubbing, hold to speed up. 2026-04-10 21:10:22 +05:30
tapframe
f93091aa1b fix: media keeps playing after closing pip 2026-04-10 20:41:59 +05:30
tapframe
00b44a8b44 fix: media keeps playing after closing pip 2026-04-10 20:41:59 +05:30
tapframe
e19fcd08e3 fix: media keeps playing after closing pip 2026-04-10 20:36:45 +05:30
tapframe
58d49ffe30 fix: media keeps playing after closing pip 2026-04-10 20:36:45 +05:30
tapframe
885f8ff198 fix: update addon fetch timeout 2026-04-10 20:09:45 +05:30
tapframe
1b7d7e5620 fix: update addon fetch timeout 2026-04-10 20:09:45 +05:30
tapframe
88226ba127 test: libass overlay test 2026-04-10 14:31:36 +05:30
tapframe
33df373be0 test: libass overlay test 2026-04-10 14:31:36 +05:30
tapframe
e54f90ee63 feat: init continue where you left off popup after exiting directly the app from player 2026-04-09 20:24:21 +05:30
tapframe
1d161cdcfc feat: init continue where you left off popup after exiting directly the app from player 2026-04-09 20:24:21 +05:30
tapframe
21aed96e3d feat: Implement sync payload encoding and decoding for various settings 2026-04-09 00:16:04 +05:30
tapframe
9de7f8a34d feat: Implement sync payload encoding and decoding for various settings 2026-04-09 00:16:04 +05:30
tapframe
858e7470ae feat: settings sync init 2026-04-08 23:28:12 +05:30
tapframe
26b7edee2a feat: settings sync init 2026-04-08 23:28:12 +05:30
tapframe
bbf7011656 feat: libass 2026-04-08 15:39:40 +05:30
tapframe
bba83b13e4 feat: libass 2026-04-08 15:39:40 +05:30
tapframe
42a4ee2d66 feat: add support for response headers in playback data source handling 2026-04-08 14:58:35 +05:30
tapframe
35428ca5fd feat: add support for response headers in playback data source handling 2026-04-08 14:58:35 +05:30
tapframe
61a558842f feat: gif support for collections 2026-04-07 11:01:54 +05:30
tapframe
29e3a89eda feat: gif support for collections 2026-04-07 11:01:54 +05:30
tapframe
28674704eb feat: custom bottom nav in parity with tv icons 2026-04-07 02:07:30 +05:30
tapframe
0ea8d6babe feat: custom bottom nav in parity with tv icons 2026-04-07 02:07:30 +05:30
tapframe
f83e8192ea fix: remove trailer data source layer leaking for normal playback 2026-04-07 01:30:39 +05:30
tapframe
b7e12cb26a fix: remove trailer data source layer leaking for normal playback 2026-04-07 01:30:39 +05:30
tapframe
95177742ab feat: collections init 2026-04-07 00:16:27 +05:30
tapframe
44bb940bc0 feat: collections init 2026-04-07 00:16:27 +05:30
tapframe
002bc2fac0 feat: implement continue watching enrichment storage and caching logic 2026-04-06 21:08:36 +05:30
tapframe
810fe1b253 feat: implement continue watching enrichment storage and caching logic 2026-04-06 21:08:36 +05:30
tapframe
c8deb4850c feat: adding pip support for android and handling other deprecation warnings 2026-04-05 16:44:14 +05:30
tapframe
786b4395fb feat: adding pip support for android and handling other deprecation warnings 2026-04-05 16:44:14 +05:30
tapframe
16b5de57ea app icon adjustment 2026-04-05 15:22:32 +05:30
tapframe
1d9a372fe3 app icon adjustment 2026-04-05 15:22:32 +05:30
chrisk325
7a06b03b48
fix merge issues 2026-04-05 13:29:55 +05:30
chrisk325
e1b2ebfdba fix merge issues 2026-04-05 13:29:55 +05:30
chrisk325
fc16bf9e8b
adjust audio track info logic 2026-04-05 13:25:06 +05:30
chrisk325
cd7e68fef6 adjust audio track info logic 2026-04-05 13:25:06 +05:30
tapframe
4f27afc174 flavouring plugins 2026-04-04 21:45:47 +05:30
tapframe
f65f934acd flavouring yt extraction 2026-04-04 21:30:19 +05:30
tapframe
49a178c7f9 feat: adding skip intro/next episode logic 2026-04-04 20:34:14 +05:30
tapframe
5ecb5b8131 feat: adding autoplay feature 2026-04-04 19:19:14 +05:30
tapframe
a068b86403 ref: continue without account to use local db instead of anon login 2026-04-04 15:11:02 +05:30
tapframe
c2f2e07161 added backdrop for notifications 2026-04-04 12:59:43 +05:30
tapframe
3f1d13191a feat: notifications init 2026-04-04 12:29:25 +05:30
tapframe
bda164dfa9 fix: adjusting addon response cap for android 2026-04-04 02:04:35 +05:30
tapframe
333063bd1e feat: added metascreen reordering 2026-04-03 00:14:29 +05:30
tapframe
e2868a2060 trakt comments init 2026-04-02 23:24:50 +05:30
tapframe
9f9775e3d2 added header support during playback 2026-04-02 13:10:27 +05:30