[Android] Refactor all the notification IDs into an enum to avoid id mismatches
Nicolas Pomepuy
git at videolan.org
Tue Jul 7 12:23:37 UTC 2026
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Jun 17 09:09:25 2026 +0200| [7ab30f94a324a88977f61cfb511fac424e98644a] | committer: Nicolas Pomepuy
Refactor all the notification IDs into an enum to avoid id mismatches
> https://code.videolan.org/videolan/vlc-android/commit/7ab30f94a324a88977f61cfb511fac424e98644a
---
.../org/videolan/vlc/remoteaccessserver/RemoteAccessOTP.kt | 11 +++++------
.../videolan/vlc/remoteaccessserver/RemoteAccessService.kt | 3 ++-
.../src/main/java/org/videolan/resources/Constants.kt | 6 +++++-
.../src/main/java/org/videolan/resources/util/Extensions.kt | 8 ++++----
.../vlc-android/src/org/videolan/vlc/DebugLogService.kt | 3 ++-
.../vlc-android/src/org/videolan/vlc/MediaParsingService.kt | 5 +++--
.../vlc-android/src/org/videolan/vlc/PlaybackService.kt | 13 +++++++------
.../src/org/videolan/vlc/RecommendationsService.kt | 3 ++-
.../src/org/videolan/vlc/gui/helpers/NotificationHelper.kt | 1 -
.../src/org/videolan/vlc/gui/video/PopupManager.kt | 3 ++-
10 files changed, 32 insertions(+), 24 deletions(-)
Diff: https://code.videolan.org/videolan/vlc-android/commit/7ab30f94a324a88977f61cfb511fac424e98644a
More information about the Android
mailing list