summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK
Commit message (Expand)AuthorAgeFilesLines
* [android] - update unit test to match NativeMapView#isDestroyedTobrun2018-12-101-0/+1
* [android] - update sanity test to Style.javaTobrun2018-12-102-0/+8
* [android] - add unit tests for Style.java APITobrun2018-12-108-46/+435
* [android] - add missing javadoc on public API methods around StyleTobrun2018-12-102-1/+50
* [android] fix LocationComponent unit test with Style.java objectŁukasz Paczos2018-12-102-41/+58
* [android] - un-ignore location testsTobrun2018-12-101-5/+0
* [android] - use builder json/url for constructing style objectTobrun2018-12-102-12/+16
* [android] move style callback invocation to MapboxMapŁukasz Paczos2018-12-107-172/+135
* [android] - cleanup imagesTobrun2018-12-101-0/+8
* [android] - introduce StyleCallback, make parent class for StateCallbackTobrun2018-12-102-17/+21
* [android] - limit visibility, clear callbacksTobrun2018-12-102-3/+3
* [android] - infer nullify on Style.javaTobrun2018-12-102-21/+39
* [android] - fixup location component test to use initialize componentsTobrun2018-12-101-13/+35
* [android] - ignore location component unit test, update light test, update ac...Tobrun2018-12-103-2/+7
* [android] - add class level javadoc to Style.javaTobrun2018-12-101-1/+6
* [android] - add more layer add options, add sdf support to image and add javadocTobrun2018-12-101-30/+204
* [android] - update unit tests to be location component compatibleTobrun2018-12-102-44/+33
* [android] - decouple style loading from OnMapReadyTobrun2018-12-109-170/+252
* [android] - don't load mapbox streets automaticallyTobrun2018-12-101-4/+0
* [android] - move all style methods to Style.javaTobrun2018-12-102-99/+56
* [android] - expose style builderTobrun2018-12-102-1/+63
* [android] - remove style loaded listenerTobrun2018-12-102-76/+5
* [android] - move all layer, source, image, light and transition configuration...Tobrun2018-12-107-262/+248
* [android] - cleanup old style java constants file, migrate style transition t...Tobrun2018-12-106-137/+112
* [android] - Style.javaTobrun2018-12-105-0/+109
* nativeRemoveSource() and nativeRemoveLayer() methods should return a boolean ...Osana Babayan2018-12-072-46/+35
* [android] expose endpoint change for snapshotterŁukasz Paczos2018-12-051-0/+26
* [android] - expose setAccesToken on Mapbox.javaTobrun2018-12-051-1/+10
* [android, ios, macos] Updated French translationsMinh Nguyễn2018-12-041-1/+1
* [android] expose Formatted text-field setterŁukasz Paczos2018-12-045-15/+39
* [android] telemetry v4.1.1 bumpŁukasz Paczos2018-12-041-4/+1
* [android] immediately notify core about forced connectivity stateŁukasz Paczos2018-12-034-43/+52
* [ios] Update French translation - telemetry (#13360)Maxime Le Moine2018-12-011-0/+1
* [android] removed unnecessary appcompat exclusion from the telemetry dependencyŁukasz Paczos2018-11-291-3/+1
* [android] reference GMS proguard fix, temporary jacoco proguard fixŁukasz Paczos2018-11-291-0/+3
* [android] refactor LocationComponent to utilize LocationEngineRequestŁukasz Paczos2018-11-294-75/+359
* [android] Initial integration with liblocation 1.0.0 and telemetry 4.0.0, bum...Andrey Li2018-11-291-42/+63
* [android] remove default zoom level restrictions when activating the location...Łukasz Paczos2018-11-296-131/+14
* [android] require context in AttributionParser.BuilderŁukasz Paczos2018-11-294-36/+20
* [android] don't cancel core transitions on MotionEvent#ACTION_CANCELŁukasz Paczos2018-11-291-1/+0
* [core] Support fill-extrusion-vertical-gradientBruno de Oliveira Abinader2018-11-292-0/+36
* Send turnstile event while create MapSnapshotter instance (#13475)Kevin Li2018-11-291-0/+7
* [android] deprecated annotations package (#13468)Osana Babayan2018-11-2816-3/+57
* [android] Expose "local ideograph font family" in MapSnapshotter::OptionsChris Loer2018-11-241-2/+28
* Add specific name logging in failure scenarios of PropertyValueSteve2018-11-211-3/+3
* [android] removing plain text getter for "text-field"Łukasz Paczos2018-11-206-98/+70
* [android] use locale sensitive DecimalFormat for color alpha conversionŁukasz Paczos2018-11-201-1/+5
* [android] update map feedback URLŁukasz Paczos2018-11-203-9/+9
* [android] getting a constant layer filter fixŁukasz Paczos2018-11-2012-37/+47
* [android] catch and re-throw throwables thrown inside map state callbacksŁukasz Paczos2018-11-143-95/+287