summaryrefslogtreecommitdiff
path: root/platform/android
Commit message (Collapse)AuthorAgeFilesLines
* [android] fix zoom precision in GeoJSON cluster exampleupstream/lp-test-app-fixes-7.1.0Łukasz Paczos2019-01-221-1/+2
|
* [android] return empty string instead of null in offline examplesŁukasz Paczos2019-01-221-2/+3
|
* [android] fix ViewPagerActivity style not loading after rotationŁukasz Paczos2019-01-221-4/+37
|
* [android] fix CameraAnimatorActivity leaksŁukasz Paczos2019-01-221-33/+28
|
* [android] import gestures dimens using the correct package structureŁukasz Paczos2019-01-221-1/+2
|
* [android] restore location layer visibility with new "layer-below"Łukasz Paczos2019-01-222-0/+24
|
* [android] - use ReLinker as default library loader for the test appTobrun2019-01-213-1/+17
|
* [android] rename required TransitionOptions fieldŁukasz Paczos2019-01-214-4/+13
|
* [build] don't explicitly add -lstdc++ for Android 😱Konstantin Käfer2019-01-211-2/+0
|
* [build] upgrade minimum CMake versionKonstantin Käfer2019-01-211-0/+1
|
* [android] - ignore lint complaints about array min sizetobrun2019-01-211-0/+5
|
* [android] - update tooling of project and upstream dependenciestobrun2019-01-218-7/+4
|
* [build] use optional polyfill on Android, and upgrade to NDK r19Konstantin Käfer2019-01-212-1/+2
| | | | <experimental/optional> is not available anymore in newer STL versions, e.g. according to libc++'s TS deprecation policy: https://libcxx.llvm.org/TS_deprecation.html
* [android] - update changelog for v7.1.0-alpha.3android-v7.1.0-alpha.3upstream/lp-v7.1.0-alpha.3-build-testTobrun2019-01-211-0/+16
|
* [android] adjust maven pom file with vendorized libraries versionsŁukasz Paczos2019-01-212-0/+62
|
* [android] - update mock definition of LocationLayerControllerTest, update ↵Tobrun2019-01-212-6/+16
| | | | mockito
* [android] - add library loading to peer objectstobrun2019-01-212-0/+11
|
* [core,ios,android] Update feedback URL in code and tests (#13710)Antonio Zugaldia2019-01-173-8/+9
| | | | | | * [core,ios] rename all occurrence of www.mapbox.com/map-feedback to apps.mapbox.com/feedback * [ios,android] rename all occurrence of www.mapbox.com/feedback to apps.mapbox.com/feedback
* Revert "[android] - add library loading to peer objects"tobrun2019-01-172-11/+0
| | | | This reverts commit 16718b0df77119dd4bbebc383bfbd70afb1c0518.
* Ability to disable any layer using pre-processing flags.Michael Muesch2019-01-171-1/+45
|
* [android] re-apply location component's "layer-below" when changedŁukasz Paczos2019-01-173-18/+146
|
* [android] - make all library loader load the native library only oncetobrun2019-01-171-6/+6
|
* [android] - add library loading to peer objectstobrun2019-01-172-0/+11
|
* [android] - avoid printing warning on recursively loading shared objecttobrun2019-01-171-1/+6
|
* Added MBGL_ before each of the flagsMichael Muesch2019-01-171-4/+4
|
* [Android] Allow offline and snapshotter to be disabled.Michael Muesch2019-01-171-0/+8
|
* [android] - avoid leaking compassView context through animatortobrun2019-01-172-1/+6
|
* [android] - allow reset fps listener, update debug mode activity withtobrun2019-01-164-59/+70
| | | | menu options
* [android] - update changelog for v7.1.0-alpha.2android-v7.1.0-alpha.2tobrun2019-01-161-0/+21
|
* [android] do not invoke #onCancel when animation is scheduled from #onFinish ↵Łukasz Paczos2019-01-163-24/+115
| | | | block
* [android] updated licenses after Android vendorizationŁukasz Paczos2019-01-161-21/+24
|
* [android] - expose query feature extensionstobrun2019-01-1514-98/+6463
|
* [android] - makes improve map url backwards compatibletobrun2019-01-152-3/+11
|
* [android] - show snapshot attributiontobrun2019-01-152-8/+23
|
* [android] change vendor modules update scriptŁukasz Paczos2019-01-151-1/+1
|
* [android] mapbox-events-android vendorŁukasz Paczos2019-01-154-6/+6
|
* [android] mapbox-java vendorŁukasz Paczos2019-01-155-12/+9
|
* [android] mapbox-gestures-android vendorŁukasz Paczos2019-01-156-4/+7
|
* [android] - optimise interface definitiontobrun2019-01-1514-382/+309
|
* [android] - introduce NativeMap abstraction, remove static code block ↵tobrun2019-01-1510-153/+441
| | | | removal utility
* [android] fix debug activity not show fps (#13726)Kevin Li2019-01-141-2/+2
|
* [android] updated make icon id (#13729)Osana Babayan2019-01-141-1/+1
|
* [android] - avoid null pointer when quickly closing activity for attribution ↵Tobrun2019-01-111-1/+3
| | | | click handling
* [android] Implement google benchmark runner for Android platformAlexander Shalamov2019-01-113-0/+34
|
* [android] - update link from API docs (#13692)Heather Stenson2019-01-101-2/+2
|
* [android] - avoid leaking dialog when context is being stoppedtobrun2019-01-103-6/+24
|
* [android] - update changelog for v7.0.1tobrun2019-01-101-0/+3
|
* [android] Add list of skipped core unit testsAlexander Shalamov2019-01-101-0/+9
|
* [android] Implement android test runner for core unit testsAlexander Shalamov2019-01-107-99/+110
|
* [android] Rename offline database in Test App to follow .gitignore rule (#13708)Antonio Zugaldia2019-01-103-2/+2
| | | | | | * [android] rename offline.db to offline_test.db to avoid working around the .gitignore rule * [android] update code references to database file