summaryrefslogtreecommitdiff
path: root/platform/android
Commit message (Expand)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 reques...Łukasz Paczos2018-10-262-71/+127
* Consolidate `style::Layer` properties APIMikhail Pozdnyakov2018-10-252-127/+42
* [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 incre...Tamás Szincsák2018-10-247-10/+4
* [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
* [android] - remove view tree observerTobrun2018-10-241-28/+1
* Revert "[android] - infer nullity"tobrun2018-10-23131-1375/+415
* Revert "[android] - add NonNull to MapboxMap parameter for onMapReady callbac...tobrun2018-10-2327-47/+28
* [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 rad...Bruno de Oliveira Abinader2018-10-192-11/+10
* [android] Include "must-revalidate" in putResourceWithURLChris Loer2018-10-173-3/+8
* [android] Add OfflineManager.putResourceForURLChris Loer2018-10-173-1/+56
* [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
* [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 Cam...Tobrun2018-10-121-0/+157
* [android] - infer nullityTobrun2018-10-12131-415/+1375
* [android] - add NonNull to MapboxMap parameter for onMapReady callback, remov...Tobrun2018-10-1227-28/+47
* [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 displ...Łukasz Paczos2018-10-034-10/+50
* [android] - add configuration to change the animation duration multiplier whe...Łukasz Paczos2018-10-035-6/+69
* [ios,android,macos] add changelog entry for #12931Konstantin Käfer2018-10-021-0/+1
* [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 fo...Łukasz Paczos2018-09-262-3/+10
* [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