[Android] Allow the user to add a shortcut to a media on the launcher
Nicolas Pomepuy
git at videolan.org
Mon Apr 4 13:56:43 UTC 2022
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Mar 31 12:14:19 2022 +0200| [461a87683b7c9fd84bcbe58f37be3998a3cd1d07] | committer: Duncan McNamara
Allow the user to add a shortcut to a media on the launcher
Fixes #2460
> https://code.videolan.org/videolan/vlc-android/commit/461a87683b7c9fd84bcbe58f37be3998a3cd1d07
---
.../main/java/org/videolan/resources/Constants.kt | 13 +++---
.../resources/src/main/res/values/strings.xml | 1 +
.../src/org/videolan/vlc/StartActivity.kt | 29 +++++++++++---
.../org/videolan/vlc/gui/audio/BaseAudioBrowser.kt | 2 +
.../org/videolan/vlc/gui/dialogs/ContextSheet.kt | 6 ++-
.../src/org/videolan/vlc/gui/helpers/BitmapUtil.kt | 17 ++++++++
.../src/org/videolan/vlc/gui/helpers/UiTools.kt | 46 ++++++++++++++++++++++
.../vlc/gui/network/StreamsFragmentDelegate.kt | 5 ++-
.../videolan/vlc/gui/video/VideoGridFragment.kt | 2 +
9 files changed, 107 insertions(+), 14 deletions(-)
Diff: https://code.videolan.org/videolan/vlc-android/commit/461a87683b7c9fd84bcbe58f37be3998a3cd1d07
More information about the Android
mailing list