summaryrefslogtreecommitdiff
path: root/platform/android
Commit message (Expand)AuthorAgeFilesLines
* [core] Merge DataDrivenPropertyValue into PropertyValue (#12513)John Firebaugh2018-07-312-16/+0
* VisibleRegion on rotated bounds (#12135) (#12255)Osana Babayan2018-07-272-38/+148
* [android] - wait for the initial render to occur before showing the map to th...Tobrun2018-07-279-39/+145
* [android] Reuse Bitmap, Paint & Canvas instances in LocalGlyphRasterizerKiyong Jung2018-07-273-24/+46
* [android] using @Keep annotation across the project with the help of lint checksŁukasz Paczos2018-07-2666-17/+809
* [android] - add minimal touch target to marker click detectionTobrun2018-07-261-3/+18
* [android] - changelog for 6.4.0-alpha.1ios-v4.3.0-alpha.1android-v6.4.0-alpha.1Łukasz Paczos2018-07-251-3/+13
* [core] Check all bucket dynamic_castsJohn Firebaugh2018-07-241-0/+1
* [android, ios, macos] Generate symbol-placement: line-center wrappersChris Loer2018-07-233-6/+19
* [android] - fix accesstoken validationtobrun2018-07-232-5/+32
* [android] - replace deprecated javacompile with getJavaCompiler()tobrun2018-07-231-1/+1
* [ios, macos, android] Add changelog entriesJohn Firebaugh2018-07-201-0/+3
* [android] Test token strings for icon-image and text-fieldJohn Firebaugh2018-07-202-0/+11
* [core] Replace {Source,Camera,Composite}Function with PropertyExpressionJohn Firebaugh2018-07-204-63/+35
* [android] - expose getMap on native_map_viewTobrun2018-07-203-1/+7
* [android] - update changelog for v6.3.0 finalTobrun2018-07-181-3/+8
* [android] VisibleRegion instrumentation testsŁukasz Paczos2018-07-181-0/+342
* [android] option to request the visible region restricted by the content paddingŁukasz Paczos2018-07-181-5/+32
* [android] Fix possibly race on undefined behaviorThiago Marcos P. Santos2018-07-171-0/+1
* [android] bump SNAPSHOT version building on master to 6.4.0Łukasz Paczos2018-07-171-1/+1
* [android] harden map events creationŁukasz Paczos2018-07-171-1/+3
* [android] - bump used gradle tools versiontobrun2018-07-171-1/+1
* [android] - bump kotlin, timber and okhttp to most recent stable versionsTobrun2018-07-161-3/+3
* [build] Move all mason_use statements to a single fileJohn Firebaugh2018-07-131-5/+0
* [android] - add geojson regression tests for java method look up from JNItobrun2018-07-131-13/+103
* [android] - add convenience method for destroyed state on MapView, can be use...tobrun2018-07-123-4/+19
* [android] - validate if gesture detector is able to handle gesturetobrun2018-07-121-2/+6
* [android] - bumped telemetry to v3.1.4Łukasz Paczos2018-07-091-1/+1
* [android] - remove unique LatLng validation of LatLngBounds buildertobrun2018-07-092-35/+35
* [android] - fix jni method lookup of GeometryCollection accessor geometries, ...tobrun2018-07-092-1/+50
* [android] - added DraggableMarkerActivityŁukasz Paczos2018-07-065-13/+360
* [android] - added Kotlin dependencies to the test appŁukasz Paczos2018-07-063-5/+15
* [docs] Add changelog entries for #12294Chris Loer2018-07-051-4/+8
* [android] - update changelog for release v6.3.0-alpha.2android-v6.3.0-alpha.2Tobrun2018-07-051-0/+5
* [core] - add LatLng for screencoordinate to mapsnapshottertobrun2018-07-055-10/+24
* [android] - add LatLng for pixel conversion feature to MapSnapshottertobrun2018-07-054-2/+25
* Rename `HeatmapColorPropertyValue` to `ColorRampPropertyValue`Mikhail Pozdnyakov2018-07-051-5/+5
* [android] - create device independent tests for camera position testingtobrun2018-07-0517-107/+209
* [android] - add bearing and pitch to get camera for geometrytobrun2018-07-056-111/+343
* [android] - add bearing and tilt to LatLngBounds, incorporate current tilt an...tobrun2018-07-055-20/+177
* [android] - avoid race condition when calling getMapAsync from OnMapReadyIdli...tobrun2018-07-051-7/+12
* [core] Avoid blocking in Thread<Object> constructor (#12151)Anand Thakker2018-07-032-4/+4
* [build] Record binary size via GitHub checkJohn Firebaugh2018-07-031-5/+5
* [android] Android "collator" implementationChris Loer2018-07-034-1/+264
* [core, vendor] Create vendored nunicode 1.8.Chris Loer2018-07-031-2/+2
* [android] - update changelog for release android-v6.3.0-alpha.1Tobrun2018-06-291-1/+4
* [android] - update changelog for release android-v6.3.0-alpha.1Tobrun2018-06-291-0/+7
* [android] - changelog for v6.2.0Łukasz Paczos2018-06-291-0/+10
* updated MAS version to 3.3.0 (#12236)Osana Babayan2018-06-271-1/+1
* [android] - range alpha between 0 and 1 with android color conversiontobrun2018-06-275-18/+53