summaryrefslogtreecommitdiff
path: root/platform/android/src
Commit message (Expand)AuthorAgeFilesLines
* [android] - integrate supercluster api 0.3.0upstream/tvn-next-gen-cluster-androidtobrun2018-08-232-1/+30
* [android] Inline geometry conversionJohn Firebaugh2018-08-212-26/+1
* [android] Simplify enum conversionJohn Firebaugh2018-08-216-465/+9
* [android] Remove unusedJohn Firebaugh2018-08-215-88/+0
* [android] Move conversion code to .cpp filesJohn Firebaugh2018-08-2118-387/+478
* [android] - converting GeoJsonSource Java features to core ones on a worker t...Łukasz Paczos2018-08-212-36/+122
* [android] Make AndroidRendererFrontend to request render once per event loop ...Kiyong Jung2018-08-212-3/+16
* [android] arbitrary offline region geometriesIvo van Dongen2018-08-205-7/+94
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-199-9/+9
* WIP: use expected<T, E> for passing on errorsKonstantin Käfer2018-08-142-20/+23
* [core] Eliminate setProperty & co.John Firebaugh2018-08-131-2/+2
* [android] shutting down thread pool of the CustomGeometrySource when the sour...Łukasz Paczos2018-08-105-5/+56
* [core] Replace unique_any with peer from mapbox-bindgenBruno de Oliveira Abinader2018-08-081-2/+2
* [core] Merge DataDrivenPropertyValue into PropertyValue (#12513)John Firebaugh2018-07-311-13/+0
* [android] Reuse Bitmap, Paint & Canvas instances in LocalGlyphRasterizerKiyong Jung2018-07-272-9/+23
* [android, ios, macos] Generate symbol-placement: line-center wrappersChris Loer2018-07-231-0/+3
* [core] Replace {Source,Camera,Composite}Function with PropertyExpressionJohn Firebaugh2018-07-203-62/+34
* [android] - expose getMap on native_map_viewTobrun2018-07-202-0/+6
* [android] Fix possibly race on undefined behaviorThiago Marcos P. Santos2018-07-171-0/+1
* [android] - fix jni method lookup of GeometryCollection accessor geometries, ...tobrun2018-07-091-1/+1
* [core] - add LatLng for screencoordinate to mapsnapshottertobrun2018-07-055-10/+24
* [android] - add LatLng for pixel conversion feature to MapSnapshottertobrun2018-07-052-0/+5
* Rename `HeatmapColorPropertyValue` to `ColorRampPropertyValue`Mikhail Pozdnyakov2018-07-051-5/+5
* [android] - add bearing and pitch to get camera for geometrytobrun2018-07-052-3/+3
* [android] - add bearing and tilt to LatLngBounds, incorporate current tilt an...tobrun2018-07-052-3/+3
* [core] Avoid blocking in Thread<Object> constructor (#12151)Anand Thakker2018-07-032-4/+4
* [android] Android "collator" implementationChris Loer2018-07-033-0/+259
* [android] - add support for sdf by exposing sdf confiigurationn when calling ...tobrun2018-06-253-4/+8
* [core] add raster-resampling property (#12176)upstream/rcleeMolly Lloyd2018-06-214-0/+30
* [android] initialize RunLoop::Impl::nextRunnable iteratorKonstantin Käfer2018-06-191-1/+1
* [core] [android] - optional map snapshotter camera positiontobrun2018-05-311-1/+6
* [core] [android] - add style json setter/getter to map snapshottertobrun2018-05-302-0/+8
* [android] - null check access token in filesource initializertobrun2018-05-291-1/+3
* Style JSON configuration on map snapshotter (#11976)Tobrun2018-05-232-2/+11
* [android] - remove mips and armeabi as supported ABIsTobrun2018-05-222-3/+6
* Merge branch 'release-boba' into masterupstream/fabian-merge-release-4.0.1-masterFabian Guerra2018-05-171-7/+5
|\
| * [core] Convert "legacy" filters directly into expressions (#11610)Lucas Wojciechowski2018-05-101-7/+5
| * [android] - checking is renderer is not destroyed before delivering the snapshotŁukasz Paczos2018-05-042-21/+8
| * [android] - unwrap LatLngBounds before creating core objectŁukasz Paczos2018-05-041-8/+11
* | [android] - unwrap LatLngBounds before creating core objectŁukasz Paczos2018-05-021-8/+11
* | [android] - checking is renderer is not destroyed before delivering the snapshotŁukasz Paczos2018-05-022-21/+8
* | Merge branch 'release-boba' into masterupstream/fabian-merge-v4.0.0Fabian Guerra2018-04-2366-717/+800
|\ \ | |/
| * [android] - add paused state to map renderer, don't render snapshot when paus...Tobrun2018-04-103-3/+19
| * Rework expression conversion (#11490)Tobrun2018-04-1016-148/+300
| * [android] - add delete local refs calls for make jni stringsTobrun2018-04-093-6/+18
| * [android] release local refs earlyIvo van Dongen2018-04-092-1/+7
| * Use a host interface for CustomLayer instead of function pointers (#11553)Asheem Mamoowala2018-04-023-55/+32
| * Expression filters (#11429)Tobrun2018-03-192-1/+39
| * [android] - verify optional before accessing itTobrun2018-03-191-4/+6
| * [android] high-level jni bindings for geojson conversionIvo van Dongen2018-03-1922-198/+318