summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk
Commit message (Expand)AuthorAgeFilesLines
* [android] expose Formatted text-field setterŁukasz Paczos2018-12-045-15/+39
* [android] immediately notify core about forced connectivity stateŁukasz Paczos2018-12-033-32/+52
* [android] refactor LocationComponent to utilize LocationEngineRequestŁukasz Paczos2018-11-293-75/+219
* [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-293-119/+14
* [android] require context in AttributionParser.BuilderŁukasz Paczos2018-11-293-10/+7
* [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-202-2/+2
* [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-142-47/+28
* [android] Removed previously deprecated colorToRgbaString and colorToRgbaArra...Osana Babayan2018-11-146-68/+12
* [android] - remove MarkerView APITobrun2018-11-1415-2093/+34
* [android] - add example of showing a MapView inside a ViewPager inside Recycl...Tobrun2018-11-141-5/+5
* [android] - harden activation/deactivation of underlying ref counting componentsTobrun2018-11-141-4/+11
* [android] - annotate onMapReady with @NonNullTobrun2018-11-083-3/+5
* [android] - nullify codebase with annotationsTobrun2018-11-07127-405/+1346
* initial tweaks (#13295)Langston Smith2018-11-071-83/+83
* [android] Remove UnknownLayerMikhail Pozdnyakov2018-11-071-27/+0
* [android] - handle null getMapAsync invocations, deliver onMapReady only onceTobrun2018-11-071-2/+8
* [android] verify if `text-field` is not null before performing compatibility ...Łukasz Paczos2018-11-062-8/+18
* [android] log Java exception and fail silently instead of throwing a native e...Łukasz Paczos2018-11-062-36/+107
* [android] - expose moveBy, replace CameraUpdateFactory hook to moveBy for scr...tobrun2018-11-053-10/+41
* [android] null-check nativeMapView in case it's destroyedŁukasz Paczos2018-11-051-2/+6
* [android] deliver onMapReady only if mapboxMap is not nullŁukasz Paczos2018-11-021-1/+2
* [android] improved CustomGeometrySource constructor typingŁukasz Paczos2018-11-022-4/+50
* [android] - remove deprecation notices and codeTobrun2018-11-019-540/+9
* [android] easeCamera method that takes only update and cancellable callback a...Łukasz Paczos2018-11-011-0/+17
* [android] - remove deprecated OnMapChange interface and implementationTobrun2018-10-316-434/+83
* [android] - optimise imports, fixup small nitpicksTobrun2018-10-314-42/+11
* [android] consolitdated OfflineRegionDefinitions (#13180)Osana Babayan2018-10-315-59/+80
* [android] option to consume map clicks, consuming location clicksŁukasz Paczos2018-10-313-6/+28
* [android] removed ZoomButtonsController supportŁukasz Paczos2018-10-315-221/+1
* [android] remove ILatLng and IProjectedMeteres (#13176)Osana Babayan2018-10-315-60/+5
* [android] Change CustomGeometrySource() signature to be Kotlin friendly (#13178)Osana Babayan2018-10-311-5/+5
* [android] - remove java 8 language featuresTobrun2018-10-316-49/+52
* [android] cleanup isDismissible flagŁukasz Paczos2018-10-312-25/+2
* [android] remove isMapInitialized checkŁukasz Paczos2018-10-301-28/+7
* [android] - move CameraPositionActivity to use FragmetnActivity above AppComp...tobrun2018-10-292-9/+4
* [android] deliver onMapReady only at the end of the initialization blockŁukasz Paczos2018-10-291-2/+3
* [android] reworks MapCallback to execute correctly when a new style is reques...Łukasz Paczos2018-10-262-71/+127
* [android] deprecated ZoomButtonsController supportŁukasz Paczos2018-10-252-0/+7
* [android] telemetry 3.5.0 bump (#13171)Łukasz Paczos2018-10-251-8/+13
* File deactivate should be called before callbacksBharath MG2018-10-241-3/+3