summaryrefslogtreecommitdiff
path: root/platform/android
Commit message (Collapse)AuthorAgeFilesLines
* Bump gl-js pin: ignore line-gradient properties + shaders, use new ↵upstream/expression-specLauren Budorick2018-04-163-27/+33
| | | | expression style-spec taxonomy
* [android] - update changelog for v5.5.2Tobrun2018-04-111-0/+8
|
* [android] Adds gradle-dependency-graph-generator-plugin to Android project ↵Antonio Zugaldia2018-04-103-0/+31
| | | | | | | | | | (#11603) * adds gradle-dependency-graph-generator-plugin to the project * keep script in sync with https://github.com/mapbox/mapbox-android-demo/pull/671 * adds a makefile rule for dependency generation
* CP missing changelog entries to master (#11596)Łukasz Paczos2018-04-051-0/+27
| | | | | | | | | | | | | | | | * [android] - update changelog v5.5.1 (cherry picked from commit b411eed) * [android] Updated changelog for 6.0.0-beta.5 release (cherry picked from commit 73c0159) * Release android v6.0.0 beta.6 (#11592) * [android] updated changelog for 6.0.0-beta.6 (cherry picked from commit d5a3e5b)
* [android] - update changelog for v6.0.0-beta.4 (#11486)Tobrun2018-03-201-0/+22
|
* Merge tag 'ios-v3.7.6' into masterJason Wray2018-03-143-10/+2
|\
| * [android] - reset release configurationandroid-v5.5.0Tobrun2018-03-011-1/+1
| |
| * [android] - fix custom layer exampleTobrun2018-03-011-1/+1
| |
| * [android] - release android v5.5.0Tobrun2018-03-011-1/+1
| |
| * [android] - update changelog for v5.5.0Tobrun2018-03-011-0/+12
| |
| * [android] incorrect latlngBounds in the VisibleRegion with map is rotatedOsana Babayan2018-03-011-5/+6
| | | | | | | | | | smallest bounding box for 4 points cannot (#11226) be created using LatLngBounds.fromLatLngs() as the order matters in that method and that does not work for rotated map
| * [android] custom layer example - remove dependencies on mbgl logging and ↵Ivo van Dongen2018-03-011-23/+26
| | | | | | | | string headers
| * [android] custom layer example - add error checking to debug issues more easilyIvo van Dongen2018-03-011-28/+142
| |
| * [android] custom layer example - fix fragment shader source for opengl es 2 ↵Ivo van Dongen2018-03-011-1/+1
| | | | | | | | phones
| * [android] - check if hosting Activity isn't finishing before showing an dialogTobrun2018-03-011-1/+12
| |
| * [android] expose ImageSource coordinates setter (#11262)Łukasz Paczos2018-03-013-1/+19
| |
| * [android] jni clean up - missing a couple DeleteLocalRefosana2018-03-014-3/+11
| |
| * upgraded telem version (#11338)Cameron Mace2018-02-283-7/+6
| | | | | | | | | | | | | | | | * upgraded telem version * use telem method instead of Okhttp * use telem util in test
| * [android] - don't disable zoom button controller zooming whem zooming ↵Tobrun2018-02-211-7/+8
| | | | | | | | gestures are disabled
| * [android] - decouple map padding from overlain viewsTobrun2018-02-201-5/+0
| |
* | Update README.md (#11408)Cameron Mace2018-03-071-1/+1
| | | | | | Update splash image
* | Android readme snapshot dependency line cleanup (#11071)Langston Smith2018-03-061-5/+4
| | | | | | | | | | | | | | | | * Snapshot dependency line cleanup * Matching version nums * changed compile to implementation
* | [android] fix CameraAnimatorActivity home button (#11383)Łukasz Paczos2018-03-051-3/+6
| |
* | [android] updated changelog to reflect 6.0.0-beta.3 changesŁukasz Paczos2018-03-021-4/+23
| | | | | | | | (cherry picked from commit 7c0c884)
* | [android ] - new gestures library (#11221)Łukasz Paczos2018-02-2717-1604/+981
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] new gesture library - added SNAPSHOT dependency * [android] new gesture library - cleaned up redundant classes * [android] new gesture library - limiting scale when rotating * [android] new gesture library - shove gesture filtering * [android] new gesture library - increase rotation threshold when scaling * [android] new gesture library - minimum angular velocity * [android] new gesture library - exposed gestures execution listeners * [android] new gesture library - notifying new listeners tests * [android] new gesture library - removed tracking setting * [android] new gesture library - resetting focal point with every scale/rotate callback * [android] new gesture library - fixed camera change dispatcher callbacks * [android] new gesture library - cancel velocity animations in maps onStop() * [android] new gesture library - extracted telemetry pushes to a method * [android] new gesture library - deprecated onScrollListener * [android] new gesture library - unified shove listener name
* | [android] custom layer example - remove dependencies on mbgl logging and ↵Ivo van Dongen2018-02-231-22/+24
| | | | | | | | string headers
* | [android] custom layer example - add error checking to debug issues more easilyIvo van Dongen2018-02-231-28/+142
| |
* | [android] custom layer example - fix fragment shader source for opengl es 2 ↵Ivo van Dongen2018-02-231-1/+1
| | | | | | | | phones
* | [android] - port animated markers activity to symbol layerTobrun2018-02-227-293/+459
| |
* | [android] expose ImageSource coordinates setter (#11262)Łukasz Paczos2018-02-223-1/+20
| |
* | [android] jni clean up - missing a couple DeleteLocalRef Osana Babayan2018-02-216-5/+11
| |
* | [android] - add instrumentation tests for FileSource activation/deactivationTobrun2018-02-2010-40/+202
| |
* | [android] - check if hosting Activity isn't finishing before showing an dialogTobrun2018-02-201-1/+12
| |
* | [android] added missing delete local references Osana Babayan2018-02-194-21/+35
| |
* | [android] incorrect LatLngBounds for the VisibleRegion for rotated mapOsana Babayan2018-02-161-5/+6
| | | | | | | | | | smallest bounding box for 4 points cannot be created using LatLngBounds.fromLatLngs() as the order matters in that method and that does not work for rotated map
* | [android] bounds can go over the antimeridian / date line. (#10892)Osana Babayan2018-02-153-21/+236
| |
* | [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-1515-0/+1420
| | | | | | | | | | 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>
* | [core] add support for mapzen terrarium (#11154)Molly Lloyd2018-02-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * add support for mapzen terrarium * Encoding --> DEMEncoding, avoid if statement when unpacking elevation values * add Terrarium test * update submodule * remove redundant checks
* | [core] Rename "onLowMemory" to "reduceMemoryUse".Chris Loer2018-02-143-4/+4
| | | | | | | | | | Android still calls "reduceMemoryUse" only while handling a low memory event. iOS, on the other hand, calls "reduceMemoryUse" every time it enters the background.
* | Merge branch 'fabian-merge-3.7.4-master'Fabian Guerra2018-02-144-32/+40
|\ \
| * | [android] Add Timber library import.Fabian Guerra2018-02-131-0/+2
| | |
| * | Merge tag 'ios-v3.7.4' into masterFabian Guerra2018-02-134-34/+40
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # include/mbgl/style/conversion/tileset.hpp # include/mbgl/util/tileset.hpp # platform/android/CHANGELOG.md # platform/android/MapboxGLAndroidSDK/gradle.properties # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java # platform/ios/CHANGELOG.md # platform/ios/ios.xcodeproj/project.pbxproj # platform/macos/CHANGELOG.md # src/mbgl/layout/symbol_projection.cpp # src/mbgl/renderer/tile_pyramid.cpp # src/mbgl/style/conversion/tileset.cpp
| | * [android] - update SNAPSHOT version to v5.4.2Tobrun2018-02-121-1/+1
| | |
| | * [android] - update changelog for 5.4.1Tobrun2018-02-121-0/+7
| | |
| | * [android] - don't invoke onLowMemory on map when the map isn't fully created yetTobrun2018-02-121-1/+3
| | |
| | * [android] - don't recreate surface as part of view resizeandroid-v5.4.1tobrun2018-02-091-8/+6
| | |
| | * [android] - add optional location provider lost to proguard configurationtobrun2018-02-091-1/+4
| | |
| | * [android] - programmatically create GlSurfaceViewtobrun2018-02-082-9/+2
| | |
| | * [android] - introduce mapview weak reference in global layout listenertobrun2018-02-081-17/+29
| | |
| | * [android] - update changelog for 5.4.0android-v5.4.0Tobrun2018-02-052-2/+17
| | |