186 Commits

Author SHA1 Message Date
d270574365 refactor(helpers): minor code cleanup and documentation fixes 14.4 2026-03-30 15:37:35 +02:00
f96bdc6f07 style(ui): hide loading layout directly 2026-03-30 12:01:37 +02:00
7d63f16c2c chore: cleanup AppThemeHelper and add loading string 2026-03-30 11:34:16 +02:00
47ff40e676 style(ui): remove navigation bar color overrides and redundant v27 styles 2026-03-30 11:12:21 +02:00
dad709f5df feat(ui): implement edge-to-edge support and improve splash transition
- Enable edge-to-edge display in `MainActivity` and handle window insets in `PlayerFragment`.
- Add a fade-out animation when hiding the loading overlay.
- Sync player state with the controller during setup and reset playing state in preferences on service destruction.
- Simplify splash screen drawable and update background color attributes in layout.
- Remove manual navigation bar color overrides.
2026-03-30 11:06:41 +02:00
89b13e152c refactor(ui): improve intent handling and collection view state
- Update `handleStartIntent` and `handleStartPlayer` in `PlayerFragment` to ensure intents are only cleared if successfully handled and stations are valid.
- Refine star icon rendering in `CollectionAdapter` by clearing color filters when appropriate.
- Remove obsolete commented-out code and update log messages in `PlayerFragment`, `PlayerService`, and `LayoutHolder`.
- Uncomment maintenance preference updates in `SettingsFragment`.
- Reformat code for better readability in `CollectionAdapter`.
2026-03-30 10:22:05 +02:00
1eefe1acc4 Merge remote-tracking branch 'origin/main' 2026-03-30 09:18:34 +02:00
1fa8102e1c feat(ui): implement station reordering via DPAD for TV navigation 2026-03-30 09:18:15 +02:00
Michachatz
c057aaaf2f Remove license badge from README
Removed license badge from README.
2026-03-30 00:21:43 +02:00
067177bd79 docs(readme): enhance credit attribution section 2026-03-30 00:15:52 +02:00
866dba6d3b docs(readme): simplify credit attribution 2026-03-30 00:14:27 +02:00
51c42dc6f1 style(license): fix formatting in GPLv3 license file 2026-03-30 00:13:04 +02:00
827f709450 chore(license): change project license from MIT to GPLv3 2026-03-30 00:11:37 +02:00
04866cfa35 docs(readme): add project badges to header 2026-03-29 23:53:49 +02:00
3171c21db9 style(ui): make television dialogs responsive 2026-03-28 23:11:42 +01:00
f43775d3f2 style(ui): adjust television dialog heights to 800dp 2026-03-28 23:05:53 +01:00
868c39a6e1 style(ui): increase find station dialog height 2026-03-28 22:59:25 +01:00
985e7d4e1b style(ui): increase find station dialog height 2026-03-28 22:53:00 +01:00
363d197ba5 style(ui): simplify theme selection dialog radio buttons 2026-03-28 22:47:13 +01:00
d0e412ca83 feat(ui): save theme selection to preferences 2026-03-28 22:37:55 +01:00
93008f7247 feat(ui): handle theme selection dialog results and update summary 2026-03-28 22:29:02 +01:00
7e95a0bfe1 refactor(ui): unify theme selection by removing TV-specific handling 2026-03-28 22:21:38 +01:00
8d509b6b23 refactor(ui): update theme selection dialog behavior and TV layout 2026-03-28 22:18:12 +01:00
cb4aff47a7 feat(ui): add theme selection dialog layout 2026-03-28 22:01:33 +01:00
293a823442 fix(ui): ensure theme selection dialog dismisses on button click 2026-03-28 21:58:24 +01:00
a5b11ba99a feat(ui): implement theme selection dialog with TV support 2026-03-28 21:55:38 +01:00
2ccb4225d4 refactor(ui): remove TV-specific preference layouts 2026-03-28 21:39:05 +01:00
453e6e5b71 refactor(ui): adjust TV preference layout structure 2026-03-28 21:30:02 +01:00
4108cf2c7c feat(ui): add TV-specific preference layouts for focus visibility 2026-03-28 21:25:50 +01:00
f038e01981 feat(ui): add keyboard shortcut for favouriting stations 2026-03-28 21:03:54 +01:00
f66b5af810 docs(readme): add DEL key alternative for station removal 2026-03-28 20:56:08 +01:00
a6a9daf3a3 docs(readme): add Android TV controls documentation 2026-03-28 20:54:56 +01:00
d79d5e15fa refactor(ui): consolidate keyboard shortcut handling in collection adapter 2026-03-28 20:48:54 +01:00
c3f37092de feat(ui): add keyboard shortcuts for station removal 2026-03-28 20:34:56 +01:00
48d14fecdb style(ui): adjust highlight colors for better contrast
Reduce opacity of focused highlight colors and adjust control highlight colors across all theme variants to improve visual consistency and accessibility. Changes include:
- Lowering alpha values for focused highlights in night themes
- Switching from white-based to black-based highlights in light themes
- Standardizing highlight opacity across API level-specific styles
2026-03-28 20:10:41 +01:00
c8293b1b6d - standardize highlight colors across themes 2026-03-28 19:38:28 +01:00
51c8d5b303 Add rotation animation to playback button for mobile devices 2026-03-28 19:02:38 +01:00
180d5c2218 Set enabled state for stream URI editing preference 2026-03-28 18:55:19 +01:00
391999c406 Update README to mention Android TV support 2026-03-28 18:40:13 +01:00
fb779bd661 Merge remote-tracking branch 'origin/main' 2026-03-28 18:37:07 +01:00
46ebf21c06 Add support for Android TV and update dependencies
*   Implement initial Android TV support, including `LEANBACK_LAUNCHER` intent filter, hardware feature declarations, and television-specific layouts for the player, search results, and dialogs.
*   Add a splash/loading screen for the TV interface and a dedicated `SplashTheme`.
*   Improve DPAD navigation by adding `OnKeyListener` for station cards and allowing focus on internal elements.
*   Update `LayoutHolder` and `PlayerFragment` to handle TV layouts and add previous/next station navigation buttons.
*   Adjust `PreferencesHelper` to disable station editing by default on TV devices.
*   Update `androidx.media3` to v1.10.0, `work-runtime-ktx` to v2.11.2, and add `androidx.leanback` dependency.
*   Bump `versionCode` to 144 and `versionName` to 14.4.
*   Refactor `PlayerService` to simplify sleep timer cancellation logic.
*   Remove stale copyright headers and license comments from several Kotlin files.
2026-03-28 18:36:50 +01:00
Michachatz
2d2d95875f Merge pull request #60 from Michatec/renovate/media3
Update media3 to v1.10.0
2026-03-27 14:12:16 +01:00
renovate[bot]
46e7b905c8 Update media3 to v1.10.0 2026-03-27 12:45:39 +00:00
Michachatz
d033ae6344 Merge pull request #59 from Michatec/renovate/workruntimektx
Update dependency androidx.work:work-runtime-ktx to v2.11.2
2026-03-27 13:45:08 +01:00
renovate[bot]
fc275d349b Update dependency androidx.work:work-runtime-ktx to v2.11.2 2026-03-25 20:25:14 +00:00
Michachatz
4e6f7c7c67 Update gradle-publish.yml to target main branch
Restrict workflow triggers to main branch for push and pull requests.
2026-03-25 07:52:12 +01:00
Michachatz
272d6fd908 Add installation instructions for Radio 2026-03-25 07:36:28 +01:00
Michachatz
4a30828c99 Update README with warning about Google requirements
Added a warning about Google's upcoming requirement for personal identity details for apps on certified Android devices, effective 2026/2027.
2026-03-25 07:35:21 +01:00
Michachatz
963f6e7618 Merge pull request #58 from Michatec/renovate/android-actions-setup-android-4.x
Update android-actions/setup-android action to v4
2026-03-25 07:30:33 +01:00
renovate[bot]
29ead7e1d8 Update android-actions/setup-android action to v4 2026-03-25 01:58:58 +00:00