From e706ede0b4166e42e99486aff8fee6e27cdee427 Mon Sep 17 00:00:00 2001 From: Tobrun Date: Tue, 6 Dec 2016 19:40:40 +0100 Subject: [android] - remove overlay SurfaceView examples (#7278) --- .mason | 2 +- .../src/main/AndroidManifest.xml | 16 -- .../maplayout/SurfaceViewMediaControlActivity.java | 163 --------------------- .../activity/maplayout/VideoViewActivity.java | 114 -------------- .../src/main/res/values/strings.xml | 4 - 5 files changed, 1 insertion(+), 298 deletions(-) delete mode 100644 platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/maplayout/SurfaceViewMediaControlActivity.java delete mode 100644 platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/maplayout/VideoViewActivity.java diff --git a/.mason b/.mason index d88af66b87..af4a2c693e 160000 --- a/.mason +++ b/.mason @@ -1 +1 @@ -Subproject commit d88af66b87259aee441f2b88fdd3b4455157499e +Subproject commit af4a2c693e6647ae78ccea23504af6e96d265b5f diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml index 94333215fc..cd1555b072 100644 --- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml +++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml @@ -317,14 +317,6 @@ android:name="@string/category" android:value="@string/category_fragment" /> - - - - - - GeoJson Clustering Add live realtime data Print a map - SurfaceView MediaOverlay Query feature properties Count features in box Count symbols in box @@ -71,7 +70,6 @@ Symbols Add Custom Sprite Android SDK View integration - Video View Simple Map Dialog with map Marker views in rectangle @@ -122,13 +120,11 @@ Use realtime GeoJSON data streams to move a symbol on your map Shows how to print a map Test animation of Android SDK View components - Test overlaying SurfaceView Query rendered feature properties on click Count all rendered features in box Count all rendered symbols in box Hightligh buildings in box MyLocationView follow map update example - Android video view on top of the map view Shows a simple map Based on zoom level Use a local file as the style -- cgit v1.2.1