[Android] Implement the video grouping in the remote access
Nicolas Pomepuy
git at videolan.org
Thu Feb 22 13:29:25 UTC 2024
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Jan 26 16:09:48 2024 +0100| [856a44ec9a6019fb190ae41f4f5e7564fec078a0] | committer: Nicolas Pomepuy
Implement the video grouping in the remote access
> https://code.videolan.org/videolan/vlc-android/commit/856a44ec9a6019fb190ae41f4f5e7564fec078a0
---
.../resources/src/main/res/drawable/ic_group.xml | 13 ++++
.../providers/medialibrary/VideoGroupsProvider.kt | 2 +-
.../videolan/vlc/webserver/RemoteAccessRouting.kt | 73 +++++++++++++++++++++-
.../videolan/vlc/webserver/RemoteAccessServer.kt | 2 +-
.../videolan/vlc/webserver/TranslationMapping.kt | 3 +
.../src/components/AppHeader.vue | 18 ++++++
.../src/components/MediaCardItem.vue | 6 +-
.../src/components/MediaListItem.vue | 4 +-
.../network-sharing-server/src/pages/VideoList.vue | 18 ++++--
.../network-sharing-server/src/plugins/api.js | 4 +-
buildsystem/network-sharing-server/src/routes.js | 10 +--
.../network-sharing-server/src/scss/app.scss | 1 +
.../network-sharing-server/src/stores/AppStore.js | 4 ++
13 files changed, 138 insertions(+), 20 deletions(-)
Diff: https://code.videolan.org/videolan/vlc-android/commit/856a44ec9a6019fb190ae41f4f5e7564fec078a0
More information about the Android
mailing list