summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/test/java/com/mapbox/mapboxsdk
Commit message (Expand)AuthorAgeFilesLines
* [android] clear up LocationComponent's z-index positioning docs and add "laye...upstream/lp-layer-above-14120Łukasz Paczos2019-04-243-1/+143
* [android] Introduce AccountsManager to support SKU tokens in API requests (#1...Antonio Zugaldia2019-04-181-0/+24
* add schema testkevin2019-04-182-2/+263
* Add hashcode(), equals() and toString() methods to Events class.kevin2019-04-181-9/+27
* Polish codes and add test caseskevin2019-04-181-0/+126
* [android] - program against NativeMap interfacetobrun2019-04-164-4/+4
* [android] check for Mapbox#INSTANCE when initializing the MapViewŁukasz Paczos2019-04-091-1/+36
* [android] - allow resetting a custom OkHttp client to the default implementationtobrun2019-04-083-26/+67
* [android] clear previous style loaded listener when setting a new styleŁukasz Paczos2019-04-041-0/+28
* [android] add unit tests for #14171Łukasz Paczos2019-04-042-9/+114
* [android] clear camera callbacks' message queue when the map is destroyedŁukasz Paczos2019-04-021-71/+79
* [android] do not reset custom location gestures manager if already setŁukasz Paczos2019-04-011-0/+30
* [android] - LatLng#distanceTo uses TurfMeasurement#distancetobrun2019-04-011-1/+10
* [android] cache location layer IDs in a set instead of a listŁukasz Paczos2019-03-181-16/+24
* [android] text-color option for formatted sectionsŁukasz Paczos2019-03-151-2/+20
* [android] set a blank style when an empty builder is providedŁukasz Paczos2019-03-121-1/+15
* [android] Adding builder pattern for LocationComponent activation (#13941)Langston Smith2019-03-051-0/+119
* [android] added areAllGesturesEnabled() method and test (#14022)Langston Smith2019-03-041-0/+15
* [android] verify no native method is called when saving stateŁukasz Paczos2019-03-041-15/+11
* [android] add plural style builder methodsŁukasz Paczos2019-03-041-0/+113
* [android] clear singleton instance of Mapbox after running unit test suiteŁukasz Paczos2019-02-261-0/+16
* [android] - update codebase for Roboelectric v4.xtobrun2019-02-131-3/+0
* [android] - add experimental pointer (#13889)Tobrun2019-02-071-0/+6
* [android] Adding new variation of LocationComponent#activateLocationComponent...Langston Smith2019-01-311-0/+14
* [android] LocationComponent max fps javadocŁukasz Paczos2019-01-302-5/+10
* [android] LocationComponent animator throttling tests and examplesŁukasz Paczos2019-01-304-167/+375
* Add image support with drawable overload (#13793)Tobrun2019-01-282-2/+43
* [android] separate quick zoom gestures optionŁukasz Paczos2019-01-251-0/+20
* [android] - update mock definition of LocationLayerControllerTest, update moc...Tobrun2019-01-211-5/+15
* [core,ios,android] Update feedback URL in code and tests (#13710)Antonio Zugaldia2019-01-171-7/+7
* [android] re-apply location component's "layer-below" when changedŁukasz Paczos2019-01-171-0/+105
* [android] do not invoke #onCancel when animation is scheduled from #onFinish ...Łukasz Paczos2019-01-162-19/+104
* [android] - show snapshot attributiontobrun2019-01-151-7/+22
* [android] - optimise interface definitiontobrun2019-01-152-50/+9
* [android] cancel camera transitions only when set CameraMode is not NoneŁukasz Paczos2019-01-041-7/+47
* [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
* [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
* [android] - remove style config from mapboxMapOptions and attributestobrun2018-12-101-7/+0
* [android] - introduce validateState, add illegal state exception to all invoc...tobrun2018-12-101-0/+12
* [android] - make style part of location component activation, add tests for n...Tobrun2018-12-103-29/+82
* [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