summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/test/java/com/mapbox
Commit message (Collapse)AuthorAgeFilesLines
* [android] option to disable smooth animation of compass and accuracy valuesŁukasz Paczos2018-12-141-8/+58
|
* [android] immediate location animation based on map's projectionŁukasz Paczos2018-12-132-1/+68
|
* [android] - move MapboxMapTest to java unit testtobrun2018-12-132-47/+108
|
* [android] register compass sensor listener only if provided data is consumed ↵Łukasz Paczos2018-12-132-0/+186
| | | | by the location layer or location camera
* [android] LatLng bounds cannot be wrapped (#13419)Osana Babayan2018-12-121-200/+221
|
* [android] CameraMode transition animation and result listenersŁukasz Paczos2018-12-122-2/+298
|
* [docs] EnterIdle -> BecomeIdleChris Loer2018-12-111-14/+14
|
* [core, darwin, android] Add onDidEnterIdle to MapObserver.Chris Loer2018-12-111-0/+33
| | | | didEnterIdle fires whenever render completes and no repaint is scheduled.
* [android] - remove style config from mapboxMapOptions and attributestobrun2018-12-101-7/+0
|
* [android] - introduce validateState, add illegal state exception to all ↵tobrun2018-12-101-0/+12
| | | | invocations, add test
* [android] - make style part of location component activation, add tests for ↵Tobrun2018-12-103-29/+82
| | | | non existing style and multiple style loading, revisit code comments
* [android] - update unit test to match NativeMapView#isDestroyedTobrun2018-12-101-0/+1
|
* [android] - add unit tests for Style.java APITobrun2018-12-103-1/+382
|
* [android] fix LocationComponent unit test with Style.java objectŁukasz Paczos2018-12-101-1/+8
|
* [android] - un-ignore location testsTobrun2018-12-101-5/+0
|
* [android] move style callback invocation to MapboxMapŁukasz Paczos2018-12-101-38/+14
|
* [android] - fixup location component test to use initialize componentsTobrun2018-12-101-13/+35
|
* [android] - ignore location component unit test, update light test, update ↵Tobrun2018-12-102-1/+6
| | | | activity integration
* [android] - update unit tests to be location component compatibleTobrun2018-12-102-44/+33
|
* [android] - decouple style loading from OnMapReadyTobrun2018-12-101-1/+0
|
* [android] - move all layer, source, image, light and transition ↵Tobrun2018-12-101-7/+7
| | | | configurations to style.java
* [android] - cleanup old style java constants file, migrate style transition ↵Tobrun2018-12-101-1/+1
| | | | to Style.java
* [android] immediately notify core about forced connectivity stateŁukasz Paczos2018-12-031-11/+0
|
* [android] refactor LocationComponent to utilize LocationEngineRequestŁukasz Paczos2018-11-291-0/+140
|
* [android] require context in AttributionParser.BuilderŁukasz Paczos2018-11-291-26/+13
|
* [android] update map feedback URLŁukasz Paczos2018-11-201-7/+7
|
* [android] catch and re-throw throwables thrown inside map state callbacksŁukasz Paczos2018-11-141-48/+259
|
* [android] Removed previously deprecated colorToRgbaString and ↵Osana Babayan2018-11-141-4/+4
| | | | | colorToRgbaArray (#13337) from PropertyFactory
* [android] - remove MarkerView APITobrun2018-11-142-227/+6
|
* [android] - nullify codebase with annotationsTobrun2018-11-076-3/+25
|
* [android] log Java exception and fail silently instead of throwing a native ↵Łukasz Paczos2018-11-061-0/+122
| | | | exception in the map state callbacks
* [android] - remove deprecation notices and codeTobrun2018-11-011-12/+0
|
* [android] - remove deprecated OnMapChange interface and implementationTobrun2018-10-312-3/+4
|
* [android] removed ZoomButtonsController supportŁukasz Paczos2018-10-312-19/+2
|
* [android] renamed format expression options, added format expression exampleŁukasz Paczos2018-10-241-6/+8
|
* [android] "format" expression supportŁukasz Paczos2018-10-241-2/+113
|
* Revert "[android] - infer nullity"tobrun2018-10-235-23/+3
| | | | This reverts commit 617742710852a5a958a13f2b659f8c307973e49d.
* [android] - infer nullityTobrun2018-10-125-3/+23
|
* [android] - replace OnMapChange with specific callbacksTobrun2018-10-111-0/+220
|
* [android] invalidate camera mode in LocationComponent for gestures initiated ↵Łukasz Paczos2018-09-251-0/+56
| | | | changes only if necessary
* [android] - add binding integration for cross source collisiontobrun2018-09-121-2/+10
|
* [android] use the SparseArray instead of the HashMap in location animator ↵Łukasz Paczos2018-09-121-36/+36
| | | | coordinator
* [android] updated location tracking gestures management testsŁukasz Paczos2018-09-121-9/+68
|
* [android] improved gestures management while tracking locationŁukasz Paczos2018-09-122-4/+8
|
* [android] updated naming scheme and packages structure for ↵Łukasz Paczos2018-09-127-418/+417
| | | | LocationLayerPlugin, now called LocationComponent
* [android] save location stateŁukasz Paczos2018-09-121-10/+10
|
* [android] merge LocationLayerPlugin to Maps SDKŁukasz Paczos2018-09-126-0/+1248
|
* [android] "is-supported-script" expression supportŁukasz Paczos2018-09-071-0/+15
|
* [android] - correct latlngbounds exception messageTobrun2018-09-051-3/+3
|
* [android] - provide correct expression integration for newly created ↵Tobrun2018-09-041-0/+14
| | | | property values