[Android] Add a feature flag setting and add the network indexation to it

Nicolas Pomepuy git at videolan.org
Thu Jun 10 09:40:57 UTC 2021


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Jun  9 11:59:18 2021 +0200| [f03216c73132b507e455e27f657f1b0edf4a3ba3] | committer: Nicolas Pomepuy

Add a feature flag setting and add the network indexation to it

> https://code.videolan.org/videolan/vlc-android/commit/f03216c73132b507e455e27f657f1b0edf4a3ba3
---

 .../resources/src/main/res/values/strings.xml      |  4 ++
 .../ui/preferences/PreferencesAdvanced.kt          |  2 +
 .../ui/preferences/PreferencesOptional.kt          | 80 ++++++++++++++++++++++
 .../vlc-android/res/xml/preferences_adv.xml        |  7 ++
 .../vlc-android/res/xml/preferences_optional.xml   |  5 ++
 .../vlc/gui/browser/MLStorageBrowserFragment.kt    |  5 +-
 .../vlc/gui/browser/NetworkBrowserFragment.kt      |  6 +-
 .../vlc/gui/preferences/PreferencesAdvanced.kt     |  6 ++
 .../vlc/gui/preferences/PreferencesOptional.kt     | 77 +++++++++++++++++++++
 .../org/videolan/vlc/util/FeatureFlagManager.kt    | 60 ++++++++++++++++
 10 files changed, 247 insertions(+), 5 deletions(-)

Diff:   https://code.videolan.org/videolan/vlc-android/commit/f03216c73132b507e455e27f657f1b0edf4a3ba3


More information about the Android mailing list