summaryrefslogtreecommitdiff
path: root/platform/android
Commit message (Collapse)AuthorAgeFilesLines
* [android] geojson conversion optimisationIvo van Dongen2017-03-2847-134/+1266
|
* [core] Privatize OpenGL/Context headersKonstantin Käfer2017-03-282-12/+8
|
* [android] Move SDK files to separate targetKonstantin Käfer2017-03-281-179/+163
|
* [android] Remove public usage of private util/thread.hpp headerKonstantin Käfer2017-03-282-1/+2
|
* [core] Internalize rapidjson.hppBruno de Oliveira Abinader2017-03-281-23/+1
|
* [core] Core tests and benchmarks are allowed to include via srcJohn Firebaugh2017-03-281-1/+1
|
* [android] use more appropriate numeric types for filter conversionIvo van Dongen2017-03-285-5/+22
|
* [android] - mark non-translatable resources, remove debug string resources, ↵Tobrun2017-03-283-12/+16
| | | | expose strings in public.xml for resource overloading. (#8530)
* [build] Add Dockerfile for BitriseKonstantin Käfer2017-03-281-43/+13
|
* [android] - harden offline region creation, add include method, expose world ↵Tobrun2017-03-247-32/+252
| | | | bounds, update tests (#8517)
* [android] - correct anchoring when Icon is updated (#8519)Tobrun2017-03-242-0/+10
|
* [android] - update VectorSource javadoc (#8521)Tobrun2017-03-241-2/+2
| | | | | | * [android] - update VectorSource docs on VectorSource creation * [tests] Test only CameraOptions center, zoom in CameraToLatLngBounds
* [core] Move OpenGL extension initialization to BackendKonstantin Käfer2017-03-232-5/+5
|
* [all] Replace Result<T> with optional<T> plus out Error parameterJohn Firebaugh2017-03-237-37/+56
|
* [core] cache binary shaders on AndroidKonstantin Käfer2017-03-223-14/+31
|
* Merge branch 'release-ios-v3.5.0-android-v5.0.0'John Firebaugh2017-03-2146-261/+532
|\
| * Bump Android SNAPSHOT version (#8453)Tobrun2017-03-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] [auto] Update properties to version 5.0.0 in preparation for build. * [android] - bump snapshot version * [android] remove typo in gradle-javadoc.gradle * [android] revert to 5.0.0-SNAPSHOT * [android] revert to 5.0.0 * [android] [auto] Update properties to version 5.0.0 in preparation for build. * next release is now 5.1.0-SNAPSHOT
| * [android] - update CHANGELOG.md for 5.0.0 release (#8449)Tobrun2017-03-171-0/+57
| |
| * [android] Update dependencies to MAS v2.0.0 finalAntonio Zugaldia2017-03-171-3/+3
| |
| * [android] - only dispatch events if not handled by MarkerView (#8447)Tobrun2017-03-173-13/+30
| | | | | | use onTouch listener to ignore dispatching action up events to MapView when they are already handled by MarkerView.
| * 8322 javadoc 5.0.0 release (#8438)Tobrun2017-03-1711-53/+97
| | | | | | | | | | | | | | | | * [android] - update javadoc 5.0.0 release * update annotation and sources package javadoc * update javadoc on MapboxMap and MapView
| * [android] - take in account focalpoint when performing transformations, ↵Tobrun2017-03-177-101/+94
| | | | | | | | simplify zoom methods (#8416)
| * [android] - fix LOST location updates (#8445)Tobrun2017-03-172-1/+4
| |
| * [android] - update proguard configuration for 5.0.0 (#8437)Tobrun2017-03-161-2/+6
| |
| * [android] Link with a version script to restrict symbol visibilityJohn Firebaugh2017-03-142-0/+6
| |
| * [android] Change version name back to 5.0.0-SNAPSHOTAntonio Zugaldia2017-03-121-1/+1
| |
| * [android] Update CHANGELOG.mdAntonio Zugaldia2017-03-121-0/+13
| |
| * [android] make BubbleLayout publicios-v3.5.0-beta.3android-v5.0.0-beta.3Antonio Zugaldia2017-03-101-1/+1
| |
| * [android] [auto] Update properties to version 5.0.0-beta.3 in preparation ↵Antonio Zugaldia2017-03-101-1/+1
| | | | | | | | for build.
| * [android] query source featuresIvo van Dongen2017-03-1013-20/+282
| |
| * [android] - zoom to rounded levelsTobrun2017-03-109-18/+65
| |
| * [android] remove unnecessary manifest permissionsAntonio Zugaldia2017-03-091-3/+0
| |
| * [android] remove unnecessary manifest inclusionAntonio Zugaldia2017-03-091-2/+0
| |
| * [android] Include the telemetry service to simplify set upAntonio Zugaldia2017-03-091-0/+5
| |
| * [android] - add style loading callback (#8291)Tobrun2017-03-093-17/+106
| | | | | | | | | | | | * [android] - add style loading callback that is invoked when a style finishes loading. * fixup language + add support for adding a callback when invoking setStyle with the default styles.
| * [android] - harden mapZoomButtonController to avoid null pointer exceptions ↵Tobrun2017-03-091-2/+4
| | | | | | | | (#8332)
| * [android] - move touch handling of MarkerViews back to ↵Tobrun2017-03-095-60/+53
| | | | | | | | View#setOnClickListener. Workaround panning issue by dispatching touch events to the parent ViewGroup. (#8272)
| * [android] renames MultiPoint to BasePointCollectionAntonio Zugaldia2017-03-093-5/+5
| |
| * [android] fix checkstyleAntonio Zugaldia2017-03-091-1/+2
| |
| * [android] update version to local package build configAntonio Zugaldia2017-03-091-1/+1
| |
| * [android] set user agent on initializationAntonio Zugaldia2017-03-091-1/+1
| |
| * [android] re-add build config fieldsAntonio Zugaldia2017-03-091-0/+2
| |
| * [android] bump versions to beta.3Antonio Zugaldia2017-03-091-3/+3
| |
| * [android] - build aar once (#8297)Tobrun2017-03-091-4/+2
| |
| * Merge master into release-ios-v3.5.0-android-v5.0.0John Firebaugh2017-03-0830-136/+452
| |\
| * | MyLocationView activate/deactivate LocationSource (#8255)Tobrun2017-03-081-4/+4
| | | | | | | | | | | | | | | | | | * [android] - activate/deactivate the locationSource when toggling the MyLocationView state. * correct accuracy width
| * | [android] - don't disable tracking when animation the camera bearing. (#8279)Tobrun2017-03-081-1/+1
| | |
| * | Updates version name and CHANGELOG after 5.0.0-beta.2 release (#8254)Antonio Zugaldia2017-03-022-1/+8
| | | | | | | | | | | | | | | | | | * go back to 5.0.0-SNAPSHOT * update changelog
| * | [android] [auto] Update properties to version 5.0.0-beta.2 in preparation ↵Antonio Zugaldia2017-03-011-1/+1
| | | | | | | | | | | | for build.
* | | [android] Updated MapObserver::onSourceChangedBruno de Oliveira Abinader2017-03-212-2/+2
| | |