summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/style
Commit message (Expand)AuthorAgeFilesLines
* [android] Removed previously deprecated colorToRgbaString and colorToRgbaArra...Osana Babayan2018-11-141-2/+2
* [android] - annotate onMapReady with @NonNullTobrun2018-11-083-3/+4
* [android] - remove deprecation notices and codeTobrun2018-11-012-27/+27
* [android] option to consume map clicks, consuming location clicksŁukasz Paczos2018-10-314-1/+10
* [android] renamed format expression options, added format expression exampleŁukasz Paczos2018-10-241-1/+16
* Revert "[android] - add NonNull to MapboxMap parameter for onMapReady callbac...tobrun2018-10-233-4/+3
* [android] - add NonNull to MapboxMap parameter for onMapReady callback, remov...Tobrun2018-10-123-3/+4
* [android] - add selected state paradigm to SymbolLayerActivityTobrun2018-09-252-58/+114
* [android] - update custom sprite example with iconAllowOverlap and iconIgnore...Tobrun2018-09-251-5/+10
* [android] minor reference app fixesŁukasz Paczos2018-09-071-1/+1
* [android] - make kotlin activity compatible with sanity testsTobrun2018-09-051-0/+4
* [android] - add line-gradient example, integrate lineProgress expressiontobrun2018-08-231-0/+117
* [android] - example to render symbols offline with resources loaded from assetstobrun2018-08-211-55/+76
* [android] Make AndroidRendererFrontend to request render once per event loop ...Kiyong Jung2018-08-211-0/+13
* [android] shutting down thread pool of the CustomGeometrySource when the sour...Łukasz Paczos2018-08-101-4/+8
* [android] - add convenience method for destroyed state on MapView, can be use...tobrun2018-07-121-3/+5
* [android] - added DraggableMarkerActivityŁukasz Paczos2018-07-061-0/+314
* [android] - fix geojson example, internal logic change with expressions conve...tobrun2018-06-261-12/+44
* [android] - add support for sdf by exposing sdf confiigurationn when calling ...tobrun2018-06-251-8/+25
* [android] - fix expression example that changes icon images dynamicallytobrun2018-05-021-12/+5
* Rework expression conversion (#11490)Tobrun2018-04-101-0/+7
* Rework logical condition convenience expressions (#11555)Tobrun2018-04-041-1/+1
* [android] - correctly convert Android int colors with to-color expression (#1...Tobrun2018-03-231-4/+6
* Literal array conversion of primitive arrays (#11500)Tobrun2018-03-221-1/+7
* Expression filters (#11429)Tobrun2018-03-195-23/+43
* [android] - add expression conversion, add getters (#11352)Tobrun2018-03-084-149/+185
* [android] take advantage of MAS 3.0-beta.3 changesOsana Babayan2018-03-061-24/+15
* [android] - add heatmap color propertyTobrun2018-03-011-3/+13
* [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-151-0/+216
* migrated to use mapbox-java3.0 Osana Babayan2018-02-087-56/+45
* [android] - add binding integration for RasterDEMSource, add exampleTobrun2018-01-251-0/+84
* [android] - replaced Mapzen external vector source example with mapillaryTobrun2018-01-161-4/+13
* [android] - bump gradle syntax to 4.1Tobrun2017-12-191-3/+1
* [android] - replace anonymous inner classes with lambdaTobrun2017-12-1915-390/+286
* [android] - add binding integration for expressions (#10654)Tobrun2017-12-193-140/+279
* [android] Add Grid source sample for Custom Geometry SourceAsheem Mamoowala2017-11-221-0/+151
* [android] - add bulk addImages api on MapboxMapTobrun2017-10-311-46/+95
* Add option to toggle symbol layer visibility.Subodh Nijsure2017-10-261-4/+19
* [android] - update symbol layer example with changing symbol locationTobrun Van Nuland2017-10-041-8/+33
* [android] - deprecate MarkerViewTobrun Van Nuland2017-09-271-0/+216
* [android] - move strings resources to dedicated files, fixup simple map activ...Tobrun Van Nuland2017-09-181-1/+3
* [android] - update zoom function example with selected stateTobrun Van Nuland2017-09-141-11/+59
* [android] - add example of camera zoom function on a symbol layer.Tobrun2017-08-101-0/+123
* [android] - refactor resource reading into utilTobrun2017-08-103-82/+8
* [android] - expose setStyleJson and getStyleJsonTobrun Van Nuland2017-08-101-24/+86
* Solve lint issues, reduce baseline (#9627)Tobrun2017-07-285-11/+11
* [core][ios][android][macos] Use premultiplied image directly for RasterTile a...Asheem Mamoowala2017-07-171-6/+22
* Merge branch 'release-ios-v3.6.0-android-v5.1.0'Tobrun2017-07-051-4/+5
|\
| * [android] - update activity test generation with newest classes, make FillExt...Tobrun2017-06-201-4/+5
| * [android] - add binding support for Light (#9013)Tobrun2017-05-262-12/+154