This commit is contained in:
ponzischeme89
2026-08-22 06:29:31 +12:00
parent 8b3d80a0a6
commit ac4cf32746
38 changed files with 1723 additions and 649 deletions
+70
View File
@@ -1,8 +1,78 @@
## 0.2.98 - 2026-08-22
- v298 closes the following issues: 116 (Feature: Integrate Memby with Android TV Home Screen), 117 (Improve Row Navigation & Add “View All” Actions) and 115 (Add ratings strip to movie continue watching).
- Added: Continue Watching support on the Google TV launcher homescreen (116)
- Added: Ratings strip to continue watching cards (115)
- Added: Buttons to rows which can take you back to main genre (117).
- Improved: Cleaned up genres chips row on search page.
- Improved: Switched cards to list cards for Search.
- Fixed: RequeststCards.kt shares its component with Search.
- Improved: Bug fixes & improvements to ResumeableMediaCard.kt, ContinueWatchingCard.kt
- Updated: Server updated to v0.1.64
- Publishes partially watched movies/episodes and Next Up episodes through Android TVs native Watch Next API.
- Updates launcher progress from existing playback reports.
- Removes completed, stale, deleted, duplicate, signed-out, or previous-user entries.
- Launcher cards deep-link through a validated activity directly into PlayerActivity, resuming from current Emby/Memby state.
- Uses appropriate episode, series, season, runtime, description, and backdrop/poster metadata.
- Keeps provider failures and offline reconciliation completely supplementary to playback.
- Added an isolated tvhome architecture:
- app/src/main/java/com/ponzischeme89/memby/tvhome/TvHomeIntegrationService.kt
- app/src/main/java/com/ponzischeme89/memby/tvhome/WatchNextPublisher.kt
- app/src/main/java/com/ponzischeme89/memby/tvhome/TvDeepLinkActivity.kt
- app/src/main/java/com/ponzischeme89/memby/tvhome/TvDeepLinks.kt
- app/src/main/java/com/ponzischeme89/memby/tvhome/HomeChannelPublisher.kt
## 0.2.97 - 2026-08-21
- Improved: Modularised MembyButtons, ProfileChooser, SettingsSheet, ViewerControls
- Added: Traliers no longer show controls that are outside of our control (e.g. Youtube)
- Improved: Simplified the Emby exit screen prompt. Moved to EmbyMembyScreen.kt
## 0.2.96 - 2026-08-21
- Improved: Refactor EmbyRepo
- Improved: HomeNavigation.kt
- Added: ServiceLocator.kt
## 0.2.95 - 2026-08-21
- Improved: MetadataHero.kt
- Added: MetadataHero.kt opts to Preferences
## 0.2.94 - 2026-08-21
- Improved: MetadataHero.kt
## 0.2.93 - 2026-08-21
- Fixed: Bugs with HomeOverlay
## 0.2.92 - 2026-08-21
- Improved: App design / layout tweaks.
- Improved: Many behind the scenes tweaks, bug fixes to make the app run smoother.
- Improved: Gateway updated to version 0.1.63.
## 0.2.91 - 2026-08-21
- Fixed: Bugs with HomeComponents/HomeScreen
- Fixed: Bugs with FocusScaleContainer
- Improved: LandscapeCard, ContinueWatchingCard, MediaBadges, MediaCardMetadata, MediaCardSizing, MediaLoading, PosterCard
## 0.2.90 - 2026-08-21
- Fixed: Padding fixes with HomeComponents.kt
## 0.2.89 - 2026-08-21
- Fixed: Responsive row sizing fixes
## 0.2.88 - 2026-08-21
- Fixed: More bug fixes to HomeComponents.kt, HomeScreen.kt.
- Tested: Tests passed with HomeMovieHeroTest.
## 0.2.87 - 2026-08-21
- Fixed: Bugs with HomeComponents.kt
- Fixed: Bugs with HomeOverlays.kt
- Fixed: Bugs with HomeScreen.kt
## 0.2.86 - 2026-08-21
- Fixed: Bugs with HomeComponents
## 0.2.85 - 2026-08-21
- Fixed: Bug with LaunchPreroll
- Fixed: Bug fixes to PrerollPreLoader
- Fixed: Bug which prevented ResumableMediaCardTest from firing
## 0.2.84 - 2026-08-21
- Improved: Loading and performance of the continue watching row.