| Summary: | Support proper android media controls (by implementing MediaSession api) | ||
|---|---|---|---|
| Product: | [Applications] Elisa | Reporter: | Thibault Molleman <kde.lwzr1> |
| Component: | general | Assignee: | Matthieu Gallien <matthieu_gallien> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | bmhieserich, jackhill3103 |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/multimedia/elisa/-/commit/db4750279940658123e70f64b37068b3856ddcad | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Thibault Molleman
2024-12-05 09:01:32 UTC
A possibly relevant merge request was started @ https://invent.kde.org/multimedia/elisa/-/merge_requests/682 Git commit db4750279940658123e70f64b37068b3856ddcad by Tobias Fella, on behalf of Pedro Nishiyama. Committed on 26/04/2025 at 17:31. Pushed by tfella into branch 'master'. Android: Implement MediaSession API Related: bug 502463 M +1 -1 REUSE.toml M +19 -2 android/AndroidManifest.xml M +2 -0 android/build.gradle A +9 -0 android/res/drawable/ic_next.xml A +9 -0 android/res/drawable/ic_pause.xml A +9 -0 android/res/drawable/ic_play.xml A +9 -0 android/res/drawable/ic_previous.xml A +- -- android/res/mipmap-hdpi/ic_notification_elisa.png A +- -- android/res/mipmap-mdpi/ic_notification_elisa.png A +- -- android/res/mipmap-xhdpi/ic_notification_elisa.png A +- -- android/res/mipmap-xxhdpi/ic_notification_elisa.png A +- -- android/res/mipmap-xxxhdpi/ic_notification_elisa.png M +19 -2 android/src/org/kde/elisa/ElisaActivity.java M +238 -4 android/src/org/kde/elisa/ElisaService.java https://invent.kde.org/multimedia/elisa/-/commit/db4750279940658123e70f64b37068b3856ddcad |