summaryrefslogtreecommitdiff
path: root/platform/android
Commit message (Collapse)AuthorAgeFilesLines
* [android] bumped telemetry version to 3.5.1upstream/lp-telemtry-bump-3.5.1Łukasz Paczos2018-10-261-1/+1
|
* [android] remove usage of the deprecated OnMapChange listenerŁukasz Paczos2018-10-267-52/+77
|
* [android] reworks MapCallback to execute correctly when a new style is ↵Łukasz Paczos2018-10-262-71/+127
| | | | requested before the map is initialized
* Consolidate `style::Layer` properties APIMikhail Pozdnyakov2018-10-252-127/+42
| | | | | | | | The `style::Layer` class now exposes all the properties contained at `style::LayerImpl`. This allowed to drop `style::Layer::accept()` method usage, avoid the repeated generated code and thus save some binary size. This patch is a part of the layers modularization effort.
* [android] deprecated ZoomButtonsController supportŁukasz Paczos2018-10-252-0/+7
|
* [android] telemetry 3.5.0 bump (#13171)Łukasz Paczos2018-10-252-9/+14
|
* [android] - update changelogs for v6.7.0-alpha.2 and v6.6.2android-v6.7.0-alpha.2Tobrun2018-10-241-0/+14
|
* File deactivate should be called before callbacksBharath MG2018-10-241-3/+3
|
* [android] Removed an unused importTamás Szincsák2018-10-241-1/+0
|
* [android] Revert vectorDrawables.useSupportLibrary to false in order to ↵Tamás Szincsák2018-10-247-10/+4
| | | | increase stability on Android 4.4 and below
* [android] renamed format expression options, added format expression exampleŁukasz Paczos2018-10-246-34/+63
|
* [android] update local streets style used for CI testingŁukasz Paczos2018-10-241-8573/+1457
|
* [android] "format" expression supportŁukasz Paczos2018-10-2423-109/+1062
|
* [android] Minimal Android wrapper on 'format' expressionChris Loer2018-10-243-52/+11
| | | | For converting to Java types, flatten 'text-field' back to a string.
* [android] - remove view tree observerTobrun2018-10-241-28/+1
|
* Revert "[android] - infer nullity"tobrun2018-10-23131-1375/+415
| | | | This reverts commit 617742710852a5a958a13f2b659f8c307973e49d.
* Revert "[android] - add NonNull to MapboxMap parameter for onMapReady ↵tobrun2018-10-2327-47/+28
| | | | | | callback, removes necessity to add question mark to all mapboxMap invocations" This reverts commit a436fd233f325ddca571e3c61641588e8166a6b4.
* [core] refactor util::toString to use RapidJSON's stringificationKonstantin Käfer2018-10-232-3/+3
|
* [core] remove some uses of <iostream> and <sstream>Konstantin Käfer2018-10-231-4/+13
|
* [core] unify UTF-8/16 conversion to <boost/locale/encoding_utf.hpp>Konstantin Käfer2018-10-231-3/+4
|
* [core] CameraOptions receives and outputs angle and pitch as degrees, not ↵Bruno de Oliveira Abinader2018-10-192-11/+10
| | | | radians
* [android] Include "must-revalidate" in putResourceWithURLChris Loer2018-10-173-3/+8
|
* [android] Add OfflineManager.putResourceForURLChris Loer2018-10-173-1/+56
| | | | Useful for pre-warming the ambient cache
* [android] - update changelog for 6.7.0-alpha.1 and 6.6.1android-v6.7.0-alpha.1Tobrun2018-10-171-1/+15
|
* [android] - use appcompat resource configuration for vector drawablesTobrun2018-10-162-7/+5
|
* [android] - bump snapshot version to 6.7.0Tobrun2018-10-161-1/+1
|
* [android] Minimal Android support for 'format' expressionChris Loer2018-10-154-2/+69
| | | | | | - No dedicated support for creating format expressions - Java accessors for 'text-field' flatten back to String - 'text-field' setter implicitly creates a 'format' expression. For tests, use JsonArray to build an equivalent format expression by hand.
* [android] - remove obsolete catch block in getLayerAsTobrun2018-10-151-10/+3
|
* [android] - include mapbox sdk services proguard configurationTobrun2018-10-151-0/+6
|
* [android] - avoid printing exception for valid code execution pathTobrun2018-10-151-5/+8
|
* [android] - add equals, hashcode and toString to camera update types from ↵Tobrun2018-10-121-0/+157
| | | | CameraUpdateFactory
* [android] - infer nullityTobrun2018-10-12131-415/+1375
|
* [android] - add NonNull to MapboxMap parameter for onMapReady callback, ↵Tobrun2018-10-1227-28/+47
| | | | removes necessity to add question mark to all mapboxMap invocations
* [android] - replace OnMapChange with specific callbacksTobrun2018-10-117-77/+1062
|
* [android] changelog for 6.6.0Łukasz Paczos2018-10-111-1/+1
|
* [android] push a new mapofflineevent upon region creation (#12544)Antonio Zugaldia2018-10-094-1/+41
|
* [android] - fix readme to point to correct developing.md in rootTobrun2018-10-091-1/+1
|
* [android] - reverse order of prioritising shape vs marker click handlingTobrun2018-10-091-7/+7
|
* [android] - fix fragments example that were crashing on orientation changeŁukasz Paczos2018-10-082-2/+2
|
* [ios, macos, android, node] update changelogsMolly Lloyd2018-10-031-0/+1
|
* [android] - changelog for 6.6.0-beta.1Łukasz Paczos2018-10-031-0/+4
|
* [android] - move camera and puck immediately when starting to track and ↵Łukasz Paczos2018-10-034-10/+50
| | | | displacement is big
* [android] - add configuration to change the animation duration multiplier ↵Łukasz Paczos2018-10-035-6/+69
| | | | when tracking location
* [ios,android,macos] add changelog entry for #12931Konstantin Käfer2018-10-021-0/+1
| | | | [skip firebase]
* [android] changelog for 6.6.0-alpha.2android-v6.6.0-alpha.2Łukasz Paczos2018-09-261-0/+9
|
* [android] check external database's read/write permissions asynchronouslyŁukasz Paczos2018-09-262-13/+147
|
* [android] nullcheck region metadata in example activity, enable debug mode ↵Łukasz Paczos2018-09-262-3/+10
| | | | for MergeOfflineRegionsActivity
* [android] copy files from assets task utilŁukasz Paczos2018-09-263-78/+115
|
* [android] explicitly set temp directory for SQLite3Konstantin Käfer2018-09-261-0/+4
|
* [android] expose offline database merge APIŁukasz Paczos2018-09-2612-15/+538
|