summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp
Commit message (Collapse)AuthorAgeFilesLines
...
* [android] location saved state tests, default location engine deactivation testŁukasz Paczos2018-09-121-7/+99
|
* [android] improved gestures management while tracking locationŁukasz Paczos2018-09-122-5/+36
|
* [android] updated naming scheme and packages structure for ↵Łukasz Paczos2018-09-1215-529/+529
| | | | LocationLayerPlugin, now called LocationComponent
* [android] save location stateŁukasz Paczos2018-09-123-60/+46
|
* [android] LocationLayer example activitiesŁukasz Paczos2018-09-1220-0/+1261
|
* [android] adapt LocationLayerPlugin's test suiteŁukasz Paczos2018-09-1211-634/+619
|
* [android] merge LocationLayerPlugin to Maps SDKŁukasz Paczos2018-09-1214-0/+83776
|
* [android] - replace platform default implementation using nunicode for ↵tobrun2018-09-112-1/+52
| | | | uppercasing an lowercasing with an Android specific String.java equivalent
* Port symbol-z-order symbol layout style-spec property to Nativeupstream/sort-by-yryanhamley2018-09-071-0/+14
|
* [android] minor reference app fixesŁukasz Paczos2018-09-079-33/+79
|
* [android] - disable flaky camera teststobrun2018-09-063-0/+30
|
* [android] - make kotlin activity compatible with sanity testsTobrun2018-09-051-0/+4
|
* [android] MapStrictMode implementationŁukasz Paczos2018-09-041-0/+4
|
* [android] - add get source id to supported layer typestobrun2018-09-049-0/+110
|
* [android] - add Keep annotations to abstract componentstobrun2018-09-031-1/+3
|
* [core] Implement CrossFadedDataDrivenProperty to add support for feature ↵Molly Lloyd2018-08-313-0/+48
| | | | expressions in `*-pattern` properties
* [android] - update broken test app examplesTobrun2018-08-274-49/+50
|
* [android] - modularise the sdktobrun2018-08-246-11/+101
|
* [android] - add line-gradient example, integrate lineProgress expressiontobrun2018-08-236-0/+179
|
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-231-1/+1
| | | | | | | | Porting of https://github.com/mapbox/mapbox-gl-js/pull/6303 See the link above for the description of the feature and its limitations). Based on patch from @lbud (Lauren Budorick).
* [android] "collator" and "resolved-locale" expressions supportŁukasz Paczos2018-08-221-1/+62
|
* [android] - example to render symbols offline with resources loaded from assetstobrun2018-08-218-66/+12527
|
* [android] - expose stylejsoon confiugration on MapboxMapOptions and MapView ↵Tobrun2018-08-212-24/+23
| | | | attributes
* [android] - updated GeoJsonSource testsŁukasz Paczos2018-08-211-60/+64
|
* [android] - converting GeoJsonSource Java features to core ones on a worker ↵Łukasz Paczos2018-08-211-1/+0
| | | | thread
* [android] Make AndroidRendererFrontend to request render once per event loop ↵Kiyong Jung2018-08-213-0/+18
| | | | | | (#12586) When AndroidRendererFrontend::update() called multiple times in a single loop, updateAsyncTask->send() will perform nothing, thus MapRenderer::update()/requestRender() will be coalesced.
* Fix to textureview transparent background testapp activity (#12605)Langston Smith2018-08-142-3/+2
| | | | | | * removed comma * removed map style declaration in xml
* [android] temporarily disable CustomGeometrySource testsŁukasz Paczos2018-08-131-0/+3
|
* [android] - use uncoverted bearing value for latlngbounds calculationtobrun2018-08-131-0/+32
|
* [android] shutting down thread pool of the CustomGeometrySource when the ↵Łukasz Paczos2018-08-102-4/+76
| | | | source is destroyed
* VisibleRegion on rotated bounds (#12135) (#12255)Osana Babayan2018-07-271-0/+48
|
* [android] using @Keep annotation across the project with the help of lint checksŁukasz Paczos2018-07-262-1/+4
|
* [android] Test token strings for icon-image and text-fieldJohn Firebaugh2018-07-202-0/+11
|
* [android] VisibleRegion instrumentation testsŁukasz Paczos2018-07-181-0/+342
|
* [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 ↵tobrun2018-07-122-4/+6
| | | | used to determine if an asynchrous result should be set on map.
* [android] - fix jni method lookup of GeometryCollection accessor geometries, ↵tobrun2018-07-091-0/+49
| | | | add regression test
* [android] - added DraggableMarkerActivityŁukasz Paczos2018-07-065-13/+360
|
* [android] - added Kotlin dependencies to the test appŁukasz Paczos2018-07-061-0/+4
|
* [android] - add LatLng for pixel conversion feature to MapSnapshottertobrun2018-07-051-2/+12
|
* [android] - create device independent tests for camera position testingtobrun2018-07-0510-67/+131
|
* [android] - add bearing and pitch to get camera for geometrytobrun2018-07-052-102/+268
|
* [android] - add bearing and tilt to LatLngBounds, incorporate current tilt ↵tobrun2018-07-051-4/+106
| | | | and bearing transformation in old api
* [android] - avoid race condition when calling getMapAsync from ↵tobrun2018-07-051-7/+12
| | | | OnMapReadyIdlingResource
* [android] - remove reflection lookup for MarkerViewAdapter intialisationtobrun2018-06-261-2/+2
|
* [android] - fix geojson example, internal logic change with expressions ↵tobrun2018-06-262-12/+53
| | | | conversion
* [android] - add support for sdf by exposing sdf confiigurationn when calling ↵tobrun2018-06-251-8/+25
| | | | MapboxMap#addImage.
* [core] add raster-resampling property (#12176)upstream/rcleeMolly Lloyd2018-06-211-0/+14
| | | | | | | | | | * update style-code for raster-resampling * implement user-defined raster-resampling * invert filter condition * raster-resampling -> raster-resampling-mode for darwin language conventions
* [android] - move match stops conversion to Stop.toExpressionArraytobrun2018-06-121-4/+20
|
* [android] - show amount failed tests and executed tests, integrate ↵tobrun2018-06-112-0/+17
| | | | pixelratio in tests