summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/snapshot
Commit message (Collapse)AuthorAgeFilesLines
* [android] minor reference app fixesŁukasz Paczos2018-09-071-8/+6
|
* [android] - update broken test app examplesTobrun2018-08-271-6/+8
|
* [android] - add LatLng for pixel conversion feature to MapSnapshottertobrun2018-07-051-2/+12
|
* Style JSON configuration on map snapshotter (#11976)Tobrun2018-05-231-0/+71
| | | * [core, android, darwin] - add style JSON configuration on MapSnapshotter
* [android] - correct marker location when using Snapshot#pixelForLatLngTobrun2018-01-251-3/+6
|
* Merge branch 'release-agua' into masterupstream/fabian-merge-release-aguaFabian Guerra2018-01-042-4/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| * MapSnapshot attribution (#10362)Tobrun2017-11-142-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] - add attribution * [android] - optimise attribution sources * [android] - rework datamodel to attribution class * [android] - refactor Attribution, add tests * [android] - add getter for attribution string * [android] - rework attribution to include small logo, add layout placement * [android] - finalise integration and layout logic
| * [android] Cherry picks to agua (#10442)Pablo Guardiola2017-11-101-1/+3
| | | | | | | | | | | | | | | | | | | | * [android] fix map snapshotter marker example The reference to the MapSnapshotter needs to be held for the duration of the snapshot, otherwise it might be GC'd * [android] MapRendererRunnable - avoid weak reference table overflow Apparently on some devices the weak reference table is limited (numbers around 52000). Even though we don't use that many weak references, when GC is not called for a while they can stack up and a crash will occur before the GC has had the time to clear the references. The C++ peer now holds on to a global ref (strong) which can be obtained to queue the java peer and then release automatically so that the GC can take over after the runnable has been executed.
| * [android] map snapshotter - wrap snapshot in native peer for access to the ↵Ivo van Dongen2017-11-013-10/+85
| | | | | | | | pointFor functionality
| * [android] map snapshotter - add mutatorsIvo van Dongen2017-11-011-0/+110
| |
* | [android] - replace anonymous inner classes with lambdaTobrun2017-12-192-29/+22
| |
* | [android] fix map snapshotter marker exampleIvo van Dongen2017-11-091-1/+3
| | | | | | | | The reference to the MapSnapshotter needs to be held for the duration of the snapshot, otherwise it might be GC'd
* | [android] map snapshotter - wrap snapshot in native peer for access to the ↵Ivo van Dongen2017-10-313-10/+85
| | | | | | | | pointFor functionality
* | [android] map snapshotter - add mutatorsIvo van Dongen2017-10-311-0/+110
|/
* [android] map snapshotterIvo van Dongen2017-08-301-0/+131