Commit graph

104 commits

Author SHA1 Message Date
paregi12
79a4f08f36 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
8b2a635174 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
d00aba86af feat: adding trakt watchprogress option to choose between trakt/nuvio as preferred 2026-05-06 13:28:43 +05:30
tapframe
b941717dd9 fix: adjust screen awake behaviour when playback error throws
fixes #877
2026-05-05 13:29:38 +05:30
paregi12
b0f2767925
Merge branch 'NuvioMedia:cmp-rewrite' into introdb 2026-05-02 15:55:17 +05:30
paregi12
68a82962da
Merge branch 'NuvioMedia:cmp-rewrite' into introdb 2026-05-02 14:27:19 +05:30
tapframe
4f62be91b8 fix: ios player not recreating after switching source/episode 2026-05-02 14:05:47 +05:30
tapframe
c890cc3400 fix: language selection not working in ios 2026-05-02 13:57:13 +05:30
paregi12
5c7253d21f feat: implement IntroDB submission feature 2026-05-02 11:27:47 +05:30
tapframe
12232cebe9 fix: ios player viewport container issues on downloads 2026-05-01 02:59:35 +05:30
tapframe
0a663560d8 fix: ios downloads 2026-04-30 17:13:19 +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
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
tapframe
23080c4344 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
d9fbcdb9fb 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
21793b8ac7 Revert "feat: implement manifest caching for addons"
This reverts commit 018e1e50a8.
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
823716b175 feat: exit handler 2026-04-14 20:53:03 +05:30
tapframe
38ef25e83c 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
b2de11a703 feat: partial download support and cleanup for incomplete files 2026-04-12 19:33:08 +05:30
tapframe
5a728bcb83 fix: adjust ios dynamic island ui 2026-04-12 00:40:28 +05:30
tapframe
3b5d4c6524 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
7437f54ab8 feat: downloads init 2026-04-11 21:03:15 +05:30
tapframe
e4b4f91f78 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
885f8ff198 fix: update addon fetch timeout 2026-04-10 20:09:45 +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
21aed96e3d 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
bbf7011656 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
acbd830edb refactor: update GIF frame handling to use centiseconds for delays 2026-04-08 13:35:36 +05:30
tapframe
6b071282f6 fix: tuning gif duration ios 2026-04-07 18:21:35 +05:30
tapframe
0328e30a0b feat: implement reorderable list for collections and folders 2026-04-07 17:48:47 +05:30
tapframe
61a558842f 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
f83e8192ea 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
002bc2fac0 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
7143f14779 ios flavour 2026-04-04 22:10:32 +05:30
tapframe
4f27afc174 flavouring plugins 2026-04-04 21:45:47 +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