summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity
Commit message (Collapse)AuthorAgeFilesLines
...
* | migrated to use mapbox-java3.0 Osana Babayan2018-02-0813-80/+72
|/ | | | | migrated to use mapbox-java3.0 note that old 2.2.9 telementry is still used though
* [android] - add binding integration for RasterDEMSource, add exampleTobrun2018-01-251-0/+84
|
* [android] - correct marker location when using Snapshot#pixelForLatLngTobrun2018-01-251-3/+6
|
* [android] - allow setting an OkHttpClientTobrun2018-01-181-2/+2
|
* [android] - replaced Mapzen external vector source example with mapillaryTobrun2018-01-161-4/+13
|
* [android] - use the correct cancelable callback after posting the cancelationtobrun2018-01-101-2/+0
|
* [android] - include request urls when logging out failed http requestsTobrun2018-01-092-2/+5
|
* Merge branch 'release-agua' into masterupstream/fabian-merge-release-aguaFabian Guerra2018-01-043-4/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| * Saving/restoring MyLocationViewSettings (#10746) (#10748)Tobrun2017-12-191-1/+1
| | | | | | [android] saving/restoring MyLocationViewSettings, updated BitmapUtils
| * [android] Add Configuration hook for local ideograph font family and demo ↵Chris Loer2017-12-181-0/+81
| | | | | | | | activity
| * [android] - allow configurable http loggingTobrun2017-12-121-1/+4
| |
| * Monkey crashes (#10440) (#10472)Pablo Guardiola2017-11-162-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] - avoid null map from trackballevent * [android] - fixup animated marker test activity from monkey runs * [android] - harden NativeMapView OnMapChangeListener * [android] - harden against destroyed wrapper activity while moving touch pointers * [android] - harden bulk marker activity for monkey runner * [android] - harden scale end gesture event for null velocity tracker * [android] - invalid mapboxMap invocation * [android] - reset test setup
| * 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] - replace low level json parsingtobrun2018-01-041-17/+24
| |
* | Saving/restoring MyLocationViewSettings (#10746)Łukasz Paczos2017-12-191-1/+1
| | | | | | | | [android] saving/restoring MyLocationViewSettings, updated BitmapUtils
* | [android] - bump gradle syntax to 4.1Tobrun2017-12-191-3/+1
| |
* | [android] - replace anonymous inner classes with lambdaTobrun2017-12-1963-1609/+1033
| |
* | [android] - add binding integration for expressions (#10654)Tobrun2017-12-193-140/+279
| |
* | [android] Add basic JavaDoc comment for LocalGlyphActivity.Chris Loer2017-12-111-0/+4
| |
* | [android] Fixups for LocalGlyphActivityChris Loer2017-12-111-1/+1
| |
* | [android] Add Configuration hook for local ideograph font family and demo ↵Asheem Mamoowala2017-12-111-0/+81
| | | | | | | | activity
* | [android] - update bottom sheet example with popable fragment backstack (#10506)Tobrun2017-11-231-12/+15
| |
* | [android] Add Grid source sample for Custom Geometry SourceAsheem Mamoowala2017-11-221-0/+151
| |
* | [android] - use TextureView for ViewPager carousel (#10519)Tobrun2017-11-211-0/+1
| |
* | Monkey crashes (#10440)Tobrun2017-11-102-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] - avoid null map from trackballevent * [android] - fixup animated marker test activity from monkey runs * [android] - harden NativeMapView OnMapChangeListener * [android] - harden against destroyed wrapper activity while moving touch pointers * [android] - harden bulk marker activity for monkey runner * [android] - harden scale end gesture event for null velocity tracker * [android] - invalid mapboxMap invocation * [android] - reset test setup
* | Merge branch 'release-agua' into tvn-merge-releaseTobrun2017-11-105-163/+398
|\ \ | |/
| * [android] revert adding mapbox-android-core dependency (#10354) (#10380)Pablo Guardiola2017-11-033-4/+4
| |
| * [android] test app - texture view test activitiesIvo van Dongen2017-11-033-0/+557
| |
| * [android] make location provider optional (#9488) (#10354)Pablo Guardiola2017-11-014-46/+29
| |
| * [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] - add bulk addImages api on MapboxMapTobrun2017-10-311-46/+95
| |
| * Add option to toggle symbol layer visibility.Subodh Nijsure2017-10-261-4/+19
| |
| * [android] - lower amount of external dependencies (#10268)Antonio Zugaldia2017-10-261-2/+1
| |
| * [android] - use FileSource pause and resume when foregrounding/backgrounding appTobrun Van Nuland2017-10-171-0/+3
| |
| * [android] - add additional Android Animator examplesTobrun Van Nuland2017-10-121-25/+158
| |
| * [android] - allow multiple listeners for camera events, deprecate old apiTobrun Van Nuland2017-10-061-88/+124
| |
* | [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] revert adding mapbox-android-core dependency (#10354) (#10380)Pablo Guardiola2017-11-093-4/+4
| |
* | [android] test app - texture view test activitiesIvo van Dongen2017-11-023-0/+557
| |
* | [android] make location provider optional (#9488)Pablo Guardiola2017-11-014-46/+29
| |
* | [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] - update symbol layer example with changing symbol locationTobrun Van Nuland2017-10-041-8/+33
|
* [android] - deprecate MarkerViewTobrun Van Nuland2017-09-271-0/+216
|
* [android] - add API to perform platform side animationsTobrun Van Nuland2017-09-261-0/+174
|
* [android] fix map in dialog activityIvo van Dongen2017-09-221-6/+18
|
* [android] fix double map activityIvo van Dongen2017-09-221-2/+2
|
* [android] example custom layer - add context lost callbackIvo van Dongen2017-09-221-0/+1
|