summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* [android] Measure TileLoading performance (elapsedMS & responseCode) (#14420)Osana Babayan2019-04-181-0/+6
|
* [android] - circle with radius expressed in physical measurement using turf.tobrun2019-04-161-0/+12
|
* [android] - rework test to use query activity, fix attempt to render without ↵tobrun2019-04-121-1/+2
| | | | surface crash
* [android] updated PerformanceEvent (#13894)Osana Babayan2019-04-021-0/+11
|
* [android] - use different Activity launchmode setup.tobrun2019-03-291-3/+6
| | | | | This faills on pre 6.0 and post 9.0 Androdid OS versions. Stabilize tests. Ignore telemetry dialog test.
* [android] - add integration test suitetobrun2019-03-221-5/+5
|
* [android] - add GLSurfaceView RecylerView example to test for regressionstobrun2019-03-221-4/+15
|
* [android] - introduce Pixel dimension instrumentation testtobrun2019-03-211-0/+3
|
* [android] - move TextureView to top of list so UiAutomator finds it more quicklytobrun2019-03-141-1/+1
|
* [android] Feature: Change path of the resources cache dbArne Kaiser2019-03-131-0/+11
|
* [android] - clear callbacks as part of OnDestroy not as part of OnDestroyViewtobrun2019-03-061-4/+12
|
* [android] Adding builder pattern for LocationComponent activation (#13941)Langston Smith2019-03-051-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial additions of activation builder * [android] refactoring LocationComponentActivationOptions based on code review * [android] initial addition of LocationComponentActivationOptionsTest unit tests * [android] more refactoring based on code review * [android] refactoring test app location examples * [android] espresso test refactor with LocationComponentActivationOptions usage * [android] locationComponent builder instrumentation test tweaks and log removal * [android] method and docs refactoring based @lukaspaczos 's review * [android] locationEngine setting logic refactor * [android] add null locationEngine to stillStaleAfterResuming test * added .locationEngine(null) to other tests * [android] javadocs, method, and test adjustments based on @lukaspaczos review * [android] test tweaks based on Lukasz review
* [android] - add overlay example with custom drawing using paint and canvasTobrun2018-11-211-0/+11
|
* [android] - remove MarkerView APITobrun2018-11-141-22/+0
|
* [android] - add example of showing a MapView inside a ViewPager inside ↵Tobrun2018-11-141-1/+11
| | | | RecyclerView
* [android] - example with recyclerviewTobrun2018-11-141-0/+11
|
* [android] - move CameraPositionActivity to use FragmetnActivity above ↵tobrun2018-10-291-0/+1
| | | | AppCompatActivity
* [android] expose offline database merge APIŁukasz Paczos2018-09-261-0/+12
|
* [android] updated naming scheme and packages structure for ↵Łukasz Paczos2018-09-121-3/+3
| | | | LocationLayerPlugin, now called LocationComponent
* [android] LocationLayer example activitiesŁukasz Paczos2018-09-121-0/+44
|
* [android] minor reference app fixesŁukasz Paczos2018-09-071-0/+15
|
* [android] - add line-gradient example, integrate lineProgress expressiontobrun2018-08-231-0/+11
|
* [android] - added DraggableMarkerActivityŁukasz Paczos2018-07-061-13/+25
|
* [android] - create device independent tests for camera position testingtobrun2018-07-051-0/+3
|
* [android] - added AnimatedSymbolLayerActivity back to the TestAppŁukasz Paczos2018-06-111-1/+1
|
* [android] - Render tests with PixelMatchTobrun Van Nuland2018-06-011-0/+3
|
* Style JSON configuration on map snapshotter (#11976)Tobrun2018-05-231-0/+11
| | | * [core, android, darwin] - add style JSON configuration on MapSnapshotter
* Merge branch 'release-boba' into masterupstream/fabian-merge-v4.0.0Fabian Guerra2018-04-231-194/+160
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # circle.yml # include/mbgl/style/expression/let.hpp # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/geometry/LatLngBounds.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapGestureDetector.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapKeyListener.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapboxMap.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/Projection.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/Transform.java # platform/android/MapboxGLAndroidSDK/src/test/java/com/mapbox/mapboxsdk/geometry/LatLngBoundsTest.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml # platform/android/gradle/dependencies.gradle # platform/android/src/example_custom_layer.cpp # platform/android/src/geojson/point.cpp # platform/darwin/src/NSPredicate+MGLAdditions.mm # platform/darwin/test/MGLExpressionTests.mm # platform/ios/Mapbox-iOS-SDK-nightly-dynamic.podspec # platform/ios/Mapbox-iOS-SDK-symbols.podspec # platform/ios/Mapbox-iOS-SDK.podspec # platform/ios/app/MBXViewController.m # src/mbgl/renderer/layers/render_custom_layer.cpp # src/mbgl/style/conversion/filter.cpp # src/mbgl/style/expression/interpolate.cpp # src/mbgl/style/expression/value.cpp # test/style/filter.test.cpp
| * Test activity for gestures manager (#11449)Łukasz Paczos2018-03-161-140/+152
| |
| * Remove deprecated location APIs (#11351)Łukasz Paczos2018-03-021-57/+0
| |
| * Merge branch 'master' into release-bobaFabian Guerra2018-02-151-0/+11
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # platform/android/CHANGELOG.md # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/Mapbox.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/widgets/CompassView.java # platform/android/scripts/exclude-activity-gen.json # platform/ios/CHANGELOG.md # platform/ios/Mapbox-iOS-SDK-nightly-dynamic.podspec # platform/ios/Mapbox-iOS-SDK-symbols.podspec # platform/ios/Mapbox-iOS-SDK.podspec # platform/macos/CHANGELOG.md
| * | [android] - translucent surface on TextureViewTobrun2018-02-131-0/+11
| | |
| * | [android] Integration of the new events library (#10999) (#11183)Pablo Guardiola2018-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] integration of the new events library * JNI Bug - current build with JNI bug * fix #10999 comments * Clean-up - clean-up timbers and test code * [android] fix sdk identifier and sdk version * [android] merge from master (MAS 3.0) * [android] bump events lib version to 3.0.0-beta.1 and remove never used methods from math utils class
* | | [android] - port animated markers activity to symbol layerTobrun2018-02-221-4/+4
| |/ |/|
* | [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-151-0/+11
| | | | | | | | | | Co-Authored-By: Konstantin Käfer <mail@kkaefer.com> Co-Authored-By: Anand Thakker <anandthakker@users.noreply.github.com> Co-Authored-By: Minh Nguyễn <1ec5@users.noreply.github.com>
* | [android] Integration of the new events library (#10999)Pablo Guardiola2018-02-131-1/+1
|/ | | | | | | | | | | | | | | | | | | | * [android] integration of the new events library * JNI Bug - current build with JNI bug * fix #10999 comments * Clean-up - clean-up timbers and test code * [android] fix sdk identifier and sdk version * [android] merge from master (MAS 3.0) * [android] bump events lib version to 3.0.0-beta.1 and remove never used methods from math utils class
* [android] - add binding integration for RasterDEMSource, add exampleTobrun2018-01-251-0/+11
|
* Merge branch 'release-agua' into masterupstream/fabian-merge-release-aguaFabian Guerra2018-01-041-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # circle.yml # cmake/core-files.cmake # platform/android/CHANGELOG.md # platform/android/MapboxGLAndroidSDK/build.gradle # platform/android/MapboxGLAndroidSDK/gradle.properties # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/CameraChangeDispatcher.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapboxMapOptions.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/text/LocalGlyphRasterizer.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/utils/BitmapUtils.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml # platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/maplayout/DebugModeActivity.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/maplayout/LocalGlyphActivity.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/userlocation/MyLocationTintActivity.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_local_glyph.xml # platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/descriptions.xml # platform/darwin/src/MGLMapSnapshotter.mm # platform/darwin/src/MGLRendererConfiguration.h # platform/ios/CHANGELOG.md # platform/ios/DEVELOPING.md # platform/ios/INSTALL.md # platform/ios/README.md # platform/ios/resources/bg.lproj/Localizable.strings # platform/ios/resources/es.lproj/Localizable.strings # platform/ios/resources/vi.lproj/Localizable.strings # platform/ios/src/MGLMapView.mm # platform/macos/macos.xcodeproj/project.pbxproj # src/mbgl/text/glyph_manager.cpp
| * [android] Add Configuration hook for local ideograph font family and demo ↵Chris Loer2017-12-181-23/+41
| | | | | | | | activity
| * [android] test app - texture view test activitiesIvo van Dongen2017-11-031-0/+23
| |
| * [android] map snapshotter - wrap snapshot in native peer for access to the ↵Ivo van Dongen2017-11-011-0/+10
| | | | | | | | pointFor functionality
| * [android] map snapshotter - add mutatorsIvo van Dongen2017-11-011-0/+10
| |
* | [android] Add Configuration hook for local ideograph font family and demo ↵Asheem Mamoowala2017-12-111-25/+43
| | | | | | | | activity
* | [android] Add Grid source sample for Custom Geometry SourceAsheem Mamoowala2017-11-221-1/+11
| |
* | [android] test app - texture view test activitiesIvo van Dongen2017-11-021-0/+23
| |
* | [android] map snapshotter - wrap snapshot in native peer for access to the ↵Ivo van Dongen2017-10-311-0/+10
| | | | | | | | pointFor functionality
* | [android] map snapshotter - add mutatorsIvo van Dongen2017-10-311-0/+10
|/
* [android] - deprecate MarkerViewTobrun Van Nuland2017-09-271-0/+11
|
* [android] - add API to perform platform side animationsTobrun Van Nuland2017-09-261-0/+11
|
* [android] - move strings resources to dedicated files, fixup simple map ↵Tobrun Van Nuland2017-09-181-12/+3
| | | | activity, fixup double map activity, snapshot activity home button click fix, add activity titles, remove obsolete navigation drawer activity