[Android] New module for video stats

Nicolas Pomepuy git at videolan.org
Wed Jan 15 14:42:51 CET 2020


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Jan 13 10:09:55 2020 +0100| [080da5890783fc031adf81578336b7f72171c7c8] | committer: Nicolas Pomepuy

New module for video stats

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

 live-plot-graph/.gitignore                         |   1 +
 live-plot-graph/build.gradle                       |  62 +++++
 live-plot-graph/consumer-rules.pro                 |   0
 live-plot-graph/proguard-rules.pro                 |  21 ++
 .../liveplotgraph/ExampleInstrumentedTest.kt       |  46 ++++
 live-plot-graph/src/main/AndroidManifest.xml       |  26 +++
 .../java/org/videolan/liveplotgraph/LegendView.kt  |  97 ++++++++
 .../java/org/videolan/liveplotgraph/LineGraph.kt   |  44 ++++
 .../java/org/videolan/liveplotgraph/PlotView.kt    | 253 +++++++++++++++++++++
 live-plot-graph/src/main/res/values/attrs.xml      |  33 +++
 live-plot-graph/src/main/res/values/strings.xml    |  27 +++
 .../org/videolan/liveplotgraph/ExampleUnitTest.kt  |  41 ++++
 resources/src/main/res/values/strings.xml          |   3 +
 settings.gradle                                    |   2 +-
 vlc-android/build.gradle                           |   1 +
 vlc-android/res/drawable/ic_video_stats.xml        |  33 +++
 vlc-android/res/layout/player_hud.xml              |  34 ++-
 vlc-android/res/values/attrs.xml                   |   1 +
 vlc-android/res/values/colors.xml                  |   2 +
 vlc-android/res/values/styles.xml                  |   3 +
 .../vlc/gui/helpers/PlayerOptionsDelegate.kt       |   6 +
 .../videolan/vlc/gui/video/VideoPlayerActivity.kt  |  10 +
 .../videolan/vlc/gui/video/VideoStatsDelegate.kt   |  98 ++++++++
 .../src/org/videolan/vlc/media/PlaylistManager.kt  |   5 +
 24 files changed, 847 insertions(+), 2 deletions(-)

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


More information about the Android mailing list