summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/test/java/com/mapbox/mapboxsdk/maps
Commit message (Expand)AuthorAgeFilesLines
* [android] Change getPackageName to application context.upstream/peng-migrate-to-gl-js-feedback-formPeng Liu2019-09-231-0/+3
* [android] Add unit test for buildMapFeedbackMapUrl.Peng Liu2019-09-191-0/+96
* [android] Keep CompassView's state up to date when compass is enabled. (#15606)Peng Liu2019-09-121-0/+18
* [android] Call callback.onFinish() when camera is already at the correct posi...Tobrun2019-09-041-0/+97
* [android] expose camera padding optionŁukasz Paczos2019-08-291-3/+3
* [android] do not clear native layers and sources when style is reloadingŁukasz Paczos2019-08-291-18/+0
* [android] add font array attribute configuration for local ideograph font, ad...tobrun2019-08-281-0/+101
* [android] improve scale + rotation behaviorŁukasz Paczos2019-08-151-8/+8
* [android] add fallback support to local ideograph font families, allow settin...tobrun2019-08-121-1/+1
* [android] - load style without url or jsontobrun2019-08-011-1/+1
* [android] ensure default local ideographs font family is not overwroteŁukasz Paczos2019-07-301-0/+10
* [android] remove layers first when clearing the styleŁukasz Paczos2019-07-221-4/+19
* [android] - add ktlint, optimise code for ktlint validationtobrun2019-07-041-2/+2
* [android] - rename style component URL api to URItobrun2019-06-052-12/+12
* [android] option to change the zoom rateŁukasz Paczos2019-05-291-0/+13
* [android] break location camera tracking when a developer invoked animation s...Łukasz Paczos2019-05-242-2/+50
* [android] - program against NativeMap interfacetobrun2019-04-164-4/+4
* [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] set a blank style when an empty builder is providedŁukasz Paczos2019-03-121-1/+15
* [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] - add experimental pointer (#13889)Tobrun2019-02-071-0/+6
* 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] do not invoke #onCancel when animation is scheduled from #onFinish ...Łukasz Paczos2019-01-162-19/+104
* [android] - optimise interface definitiontobrun2019-01-152-50/+9
* [android] - move MapboxMapTest to java unit testtobrun2018-12-132-47/+108
* [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-101-0/+31
* [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] - update unit tests to be location component compatibleTobrun2018-12-101-2/+2
* [android] - decouple style loading from OnMapReadyTobrun2018-12-101-1/+0
* [android] - cleanup old style java constants file, migrate style transition t...Tobrun2018-12-101-1/+1
* [android] catch and re-throw throwables thrown inside map state callbacksŁukasz Paczos2018-11-141-48/+259
* [android] - remove MarkerView APITobrun2018-11-141-8/+6
* [android] - nullify codebase with annotationsTobrun2018-11-072-0/+4
* [android] log Java exception and fail silently instead of throwing a native e...Łukasz Paczos2018-11-061-0/+122
* [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
* Revert "[android] - infer nullity"tobrun2018-10-231-2/+0
* [android] - infer nullityTobrun2018-10-121-0/+2
* [android] - replace OnMapChange with specific callbacksTobrun2018-10-111-0/+220