tapframe
23080c4344
feat: localization
2026-04-25 07:25:24 +05:30
tapframe
ebc695cbc5
ref: integrate profile state management in HomeScreen and clear HomeRepository on profile change
2026-04-23 18:08:15 +05:30
tapframe
632f5571e1
ref: update selectedHeroSourceCount to filter by catalog keys
2026-04-23 17:34:42 +05:30
tapframe
410c1d48d8
ref: adjust episode release logic
2026-04-19 12:55:19 +05:30
tapframe
9e5219b4be
Revert "ref: adjust tablet hero height calculation"
...
This reverts commit 4609398b59 .
2026-04-19 00:10:05 +05:30
tapframe
8020e15a40
feat: add filtering for unavailable future seasons
2026-04-18 22:29:37 +05:30
tapframe
4609398b59
ref: adjust tablet hero height calculation
2026-04-18 22:20:54 +05:30
tapframe
4ac2cb0ee1
ref: adjust catalog loading to gradually emit while each addon resloves
2026-04-15 20:31:15 +05:30
tapframe
21963d35cc
fix: adjust poster card shape for homecollectionrow
2026-04-13 19:21:17 +05:30
tapframe
e373759de7
feat: label control
2026-04-13 19:05:24 +05:30
tapframe
2d1ab47919
feat: landscape posters
2026-04-13 18:48:34 +05:30
tapframe
1a59fc0a20
feat: poster customization
2026-04-13 18:22:55 +05:30
tapframe
c6b3f71ec4
feat: offline state management
2026-04-13 00:59:34 +05:30
tapframe
19b51c38d3
feat; dynamic hero height adjustment mobile
2026-04-11 17:15:36 +05:30
tapframe
7bb4e11ba9
adjust hero height
2026-04-11 00:10:20 +05:30
tapframe
8f7b91fbac
ref: hero ui updates
2026-04-10 21:53:22 +05:30
tapframe
013a179429
ref: cw ui an caching updatges
2026-04-09 02:07:56 +05:30
tapframe
55bd4a4bfe
feat: adjust cw section card UI
2026-04-09 01:54:41 +05:30
tapframe
858e7470ae
feat: settings sync init
2026-04-08 23:28:12 +05:30
tapframe
1a858b6256
feat: implement HomeCatalogSettings sync with cloud
2026-04-08 19:37:53 +05:30
tapframe
8e8e65d831
ref: pinned collections to appear at the top in HomeCatalogSettingsRepository
2026-04-08 14:04:47 +05:30
tapframe
c7fcfbd095
fix: adjust order handling in HomeCatalogSettingsRepository
2026-04-07 20:55:05 +05:30
tapframe
4baa0504dd
refactor: improve HomeScreen and related components for better layout handling
2026-04-07 19:59:58 +05:30
tapframe
c235be2352
feat: collections reordering
2026-04-07 19:21:50 +05:30
tapframe
ebcccb9b4c
feat: add support for custom addon names
2026-04-07 16:28:20 +05:30
tapframe
008fc66ee4
fix:next up items filtering
2026-04-07 15:16:40 +05:30
tapframe
e335923d19
feat: implement continue watching action sheet controls
2026-04-07 15:16:11 +05:30
tapframe
61a558842f
feat: gif support for collections
2026-04-07 11:01:54 +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
99f251ac4e
fix: prioritize poster URL over image URL in ContinueWatchingPosterCard
2026-04-06 12:36:29 +05:30
tapframe
5668f4ef3c
fix: catalog resettings on app start
2026-04-05 13:08:20 +05:30
tapframe
e83bdc2d53
feat(details): enhance PersonDetailScreen with credit sorting and haptic feedback
2026-04-03 15:39:55 +05:30
tapframe
333063bd1e
feat: added metascreen reordering
2026-04-03 00:14:29 +05:30
tapframe
ae95c9d004
feat(home): Refactor HomeCatalogRowSection and HomeContinueWatchingSection for dynamic padding and layout adjustments
2026-04-01 19:23:00 +05:30
tapframe
3a54098907
tablet hoem hero layout fix
2026-04-01 18:18:35 +05:30
tapframe
fff3a6eac4
init trakt scrobble and watch history
2026-04-01 15:31:51 +05:30
tapframe
8c99523aa2
feat: refactor HomeScreen to use buildHomeContinueWatchingItems function and add unit tests for continue watching logic
2026-03-31 00:26:36 +05:30
tapframe
97f0eeb5da
feat: implement 'Up Next from furthest episode' preference in Continue Watching settings and update related logic across components
2026-03-30 22:12:08 +05:30
tapframe
cc7d6b6b59
feat: add formatReleaseDateForDisplay function and integrate it across various components for improved release date formatting
2026-03-30 20:57:45 +05:30
tapframe
d00b4ae2e1
feat: refactor watched state management by introducing WatchingActions and WatchingState for improved episode tracking and UI integration
2026-03-30 20:01:55 +05:30
tapframe
d2200fe5ab
feat: enhance series watched state management with reconciliation logic and UI updates for episode actions
2026-03-30 19:10:38 +05:30
tapframe
9ed285f29b
feat: implement episode watched management with action sheet and repository updates for improved user experience
2026-03-30 18:55:51 +05:30
tapframe
3996b07f15
feat: enhance addon management with deduplication and refresh job handling; improve HomeScreen catalog synchronization
2026-03-30 15:46:34 +05:30
tapframe
375f13f5f6
feat: enhance HomeScreen with catalog rendering callback and add AppLaunchOverlay
2026-03-30 13:03:36 +05:30
tapframe
7ea57547a8
declutter
2026-03-30 12:23:03 +05:30
tapframe
f2ed503714
feat(player): enhance player functionality with source and episode management
...
- Added clear() method to PlayerLaunchStore for resetting launch state.
- Refactored PlayerScreen to manage active playback state with new variables for source and episode details.
- Introduced PlayerSourcesPanel for displaying and selecting available streams.
- Implemented PlayerStreamsRepository for managing stream fetching and state for sources and episodes.
- Added reset() method to SearchRepository for clearing search state.
- Enhanced various repositories (PlayerSettingsRepository, WatchedRepository, etc.) with clearLocalState() methods for resetting their states.
- Created PlatformLocalAccountDataCleaner for iOS to handle local account data cleanup.
2026-03-29 16:43:08 +05:30
tapframe
3b796018f7
feat: Refactor watch progress thresholds and improve UpNextBadge styling for better clarity
2026-03-29 14:22:15 +05:30
tapframe
430445fe69
feat: Enhance Continue Watching card metadata; display episode information and titles conditionally
2026-03-29 13:59:38 +05:30
tapframe
dce27b3620
feat: Implement profile-scoped storage keys; update settings storage and repositories to support profile-specific data
2026-03-29 13:50:52 +05:30