Commit graph

667 commits

Author SHA1 Message Date
tapframe
0cb899efef Merge branch 'subsync' into cmp-rewrite 2026-05-27 00:25:39 +05:30
tapframe
2fc6a925a1 feat: adding subtitle delay, styles management. 2026-05-27 00:25:23 +05:30
tapframe
2dc246ee5c fix: trakt local porgress pushing multiple watched markers 2026-05-26 23:08:39 +05:30
tapframe
2722bf5323 Merge branch 'cmp-rewrite' of https://github.com/NuvioMedia/NuvioMobile into cmp-rewrite 2026-05-26 22:54:31 +05:30
Nayif
31b403afbb Merge pull request #1077 from VenusIsJaded/fix/ios-indirect-input-events
fix: iOS mouse scrolling when AssistiveTouch and Perform Touch Gestures is on
2026-05-26 12:45:04 +05:30
tapframe
78948e8b45 fix: entry handling in TraktProgressRepository 2026-05-25 18:21:50 +05:30
tapframe
765c6d4dbe Merge Trakt TV parity 2026-05-25 13:50:30 +05:30
tapframe
1a77f5efca Align Trakt sync with TV app 2026-05-25 13:49:42 +05:30
Nayif
0d5a15241f Merge pull request #1173 from guuilp/cmp-rewrite
feat: release alert badge, air-date countdown, and dropped-show filtering for Continue Watching
2026-05-25 13:19:06 +05:30
Guilherme Lima Pereira
28fe7fc567 feat: release alert badge and dropped-show filtering for CW section
- Add New Episode / New Season badge to the Continue Watching next-up
  cards, matching the NuvioTV implementation. Badge fires when a new
  episode has aired after the user's last watched timestamp and within
  the 60-day recency window.

- Filter shows that are marked as 'dropped' on Trakt from the Continue
  Watching in-progress list, next-up seed candidates, and the
  enrichment disk cache, matching NuvioTV behaviour.

- Add AirDateUtils.kt with calculateReleaseAlertState() and
  parseReleaseDateToEpochMs() helpers used for both badge logic and
  correct next-up sort ordering when a release alert is active.

- Persist isReleaseAlert / isNewSeasonRelease in CachedNextUpItem so
  badge state survives cold starts without waiting for a full re-fetch.

- Extend translations for the badge strings (airs today / tomorrow /
  in N days / on date) across de, el, es, fr, id, it, nb, pl, pt, tr,
  cs and the default English strings.

- Add unit tests for parseReleaseDateToEpochMs, calculateReleaseAlertState
  inputs/outputs, formatReleaseDateWithoutYear, isoCalendarDateOrNull,
  daysUntilExplicitRelease, and isoEpochDay.
2026-05-24 19:59:41 -03:00
tapframe
8815bfcf4d Merge branch 'cmp-rewrite' of https://github.com/NuvioMedia/NuvioMobile into cmp-rewrite 2026-05-22 20:34:27 +05:30
tapframe
36a5b8c344 bump version 2026-05-22 20:34:16 +05:30
tapframe
ae6841d87e ref: adding attributes 2026-05-22 20:29:51 +05:30
tapframe
1daf6116fd Merge branch 'addon' into cmp-rewrite 2026-05-22 20:03:20 +05:30
tapframe
ab42e5feef feat: optimize cw enrichmnet logic 2026-05-22 20:03:00 +05:30
tapframe
e7632ccf28 Fix stale series watched markers 2026-05-22 18:39:29 +05:30
tapframe
023c26070a feat: add support for addon enable/disable flag 2026-05-22 17:48:48 +05:30
tapframe
d6fb9f4cae Merge branch 'stripdebrid' into cmp-rewrite 2026-05-22 17:19:30 +05:30
tapframe
41a22e957c feat: save resolved links in memory 2026-05-22 17:11:34 +05:30
tapframe
a1a9b10807 Merge branch 'cwtest' into stripdebrid 2026-05-22 16:42:04 +05:30
tapframe
ab228a741f Revert "removal: debrid integration"
This reverts commit e25a2d7f3e.
2026-05-22 15:43:50 +05:30
tapframe
6720cbf7f6 feat(cloud): passing watchprogress 2026-05-22 15:32:11 +05:30
tapframe
d8baa1b109 proper management of cloud items in cw section 2026-05-22 15:03:38 +05:30
tapframe
7e630f3b18 fix: cw seeding and series continuity 2026-05-22 12:29:35 +05:30
tapframe
df481a5d29 Improve watched marking parity 2026-05-22 02:57:48 +05:30
Nayif
47896285bd Merge pull request #1142 from SimSalabimse/Norwegian-Translation
Corrected the ISO 639 language code for Norwegian translation
2026-05-22 02:11:36 +05:30
tapframe
cdc1f7eab8 ref(cloud): ui adjustments 2026-05-21 21:29:39 +05:30
tapframe
464024bc61 feat(streams): adjust autoplay stream selection for cloud services 2026-05-21 15:47:06 +05:30
tapframe
6d929a71cf ref: adjust cloud library ui and sorting 2026-05-21 15:11:42 +05:30
tapframe
0cecf20fd3 String changes 2026-05-21 14:51:30 +05:30
tapframe
cb60d0196b feat(cloud): adding premimize 2026-05-21 14:37:44 +05:30
tapframe
a7f768cdcd ref(torbox): short_name extraction 2026-05-21 14:01:03 +05:30
tapframe
664cc69ec3 ref: adjust phrasing 2026-05-21 13:09:01 +05:30
tapframe
e3cfcc820c feat: Add cloud library support 2026-05-21 12:56:53 +05:30
tapframe
48265df85e feat(torbox): link device 2026-05-21 12:07:29 +05:30
tapframe
5d5e1c83a3 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
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
tapframe
63ba15c1f2 feat: parallel cache check 2026-05-20 23:26:08 +05:30
tapframe
e25a2d7f3e removal: debrid integration 2026-05-20 21:44:27 +05:30
tapframe
1dad70cd01 Merge branch 'cmp-rewrite' of https://github.com/NuvioMedia/NuvioMobile into cmp-rewrite 2026-05-20 17:07:14 +05:30
tapframe
811ed3370e ref: adding upstream tv quickjs lib 2026-05-20 17:01:37 +05:30
Nayif
cf8f753bad Merge pull request #1137 from skoruppa/cmp-rewrite 2026-05-20 16:52:32 +05:30
tapframe
4ace7db97a ref(sync): pull method to support optional parameters for last watched and limit 2026-05-20 16:45:35 +05:30
skoruppa
ba08ba8194 Port Reuse Binge Group from the TV version 2026-05-20 13:05:14 +02:00
tapframe
e61db12730 Updated DebridStreamPresentation to filter out uncached streams and apply custom formatting based on settings. 2026-05-20 16:15:02 +05:30
tapframe
1ccaed7b20 feat: debrid hybrid approach 2026-05-20 13:16:22 +05:30
tapframe
413abec4c5 remove duplicate string 2026-05-20 01:55:31 +05:30
tapframe
f7a7e37769 bump version 2026-05-20 01:49:32 +05:30
tapframe
38b1d2a52e Merge branch 'cmp-rewrite' of https://github.com/NuvioMedia/NuvioMobile into cmp-rewrite 2026-05-20 01:49:16 +05:30