summaryrefslogtreecommitdiff
path: root/platform/android
Commit message (Collapse)AuthorAgeFilesLines
* [android] fix is download complete (a download is complete when count and ↵Pablo Guardiola2017-09-261-1/+1
| | | | required resources match and the download state is inactive) (#9913)
* [android] - avoid adding duplicate points to boundsTobrun2017-09-261-2/+4
|
* [android] Clear out mapCallback's OnMapReadyCallbacks on onDestroyRobin Darby2017-09-261-0/+5
|
* [android] - harden offline region deletionTobrun Van Nuland2017-09-261-1/+2
|
* Do not check connection if it is local requestRadosław Juszczyk2017-09-261-4/+5
| | | | Requests to servers which run on localhost should be independent from internet connection.
* [android] - disable rotation gesture when pinch zoomingTobrun Van Nuland2017-09-262-80/+81
|
* [android, ios, macos] Updated translationsMinh Nguyễn2017-09-222-6/+8
| | | | Updated Catalan, Spanish, Swedish, Traditional Chinese, Ukrainian, and Vietnamese.
* [android] - bump proguard config for OkHttp 3.8.0Tobrun Van Nuland2017-09-141-1/+6
|
* [android, ios, macos] Russian, Ukrainian, Hungarian and other localization ↵Minh Nguyễn2017-09-123-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | updates (#9945) * [android, ios, macos] Updated Russian localization Added a Russian localization of the Android SDK. Updated the iOS and macOS Russian localizations. * [android, ios, macos] Updated Ukrainian localization Added a Ukrainian localization of the Android SDK. Updated the iOS and macOS Ukrainian localizations. * [ios, macos] Updated Traditional Chinese localization * [macos] Added Hungarian localization * [android] corrected typos * [ios, macos] Updated Ukrainian localization * [android, ios, macos] Configured Foundation.stringsdict on Transifex * [ios, macos] Pulled in Foundation.stringsdict from Transifex Updated the German, Lithuanian, and Vietnamese localizations with Foundation.stringsdict files matching Transifex.
* [android] - update config for next reeleaseandroid-v5.1.3Tobrun Van Nuland2017-08-193-3/+3
|
* [android] - update changelog for v5.1.3Tobrun Van Nuland2017-08-191-1/+12
|
* bumped MAS version numberCameron Mace2017-08-191-1/+1
|
* [android] - avoid IndexOutOfBounds when destroying map objectTobrun Van Nuland2017-08-191-28/+18
|
* [android] - enable location change animation of MyLocationView by defaultTobrun Van Nuland2017-08-191-1/+1
|
* [android] - re-add projectedMetersTobrun Van Nuland2017-08-191-0/+15
|
* [android] - create smallest possible LatLngBounds when visible region ↵Tobrun2017-08-193-8/+37
| | | | crosses the dateline
* [android] - provide compability with Samsung devices forcing 3-4 array ↵Tobrun2017-08-191-3/+27
| | | | matrix length
* [android] - keep state of initial overlain views margins (#9391)Tobrun2017-08-191-16/+29
|
* [android] - release android v5.1.2, update configandroid-v5.1.2Tobrun Van Nuland2017-08-023-4/+4
|
* [android] - update changelog for release v5.1.2Tobrun Van Nuland2017-08-011-1/+15
|
* [android] - bump MAS dependency (#9671)Tobrun2017-08-011-1/+1
|
* [android] - remove preview image integration (#9657)Tobrun2017-08-016-70/+1
|
* [android] - try/catch initalisation of Telemetry (#9658)Tobrun2017-08-011-2/+10
|
* [android] - fix OnCameraMoveStartedListener typo (#9664)Tobrun2017-08-012-2/+2
|
* [android] fix compass direction (Transform::getCameraOptions returns ↵Pablo Guardiola2017-07-281-1/+2
| | | | counterclockwise angle after transform.invalidateCameraPosition() which needs to be transformed to a clockwise bearing) (#9632)
* [android] - build snapshots from release branch for v5.1.2Tobrun Van Nuland2017-07-281-1/+1
|
* [android] - don't query for shape annotations if none were addedTobrun Van Nuland2017-07-281-4/+6
|
* [android] fix added to map checks because LongSparseArray#indexOfKey could ↵Pablo Guardiola2017-07-281-1/+1
| | | | return a negative number when the specified key is not mapped (#9602)
* [android] - validate Marker before opening InfoWindowTobrun Van Nuland2017-07-281-7/+2
|
* [android] - harden click handling of shape annotationsTobrun Van Nuland2017-07-281-4/+18
|
* [android] fix geojson source proguard issue (#9569) (#9577)Pablo Guardiola2017-07-281-1/+2
|
* update release configandroid-v5.1.1Tobrun Van Nuland2017-07-211-1/+1
|
* [android] - update change log, fix typo public xmlTobrun Van Nuland2017-07-212-1/+5
|
* [android] - increase touch target to match largest Marker icon (#9565)Tobrun2017-07-212-27/+27
|
* [android] - manage InfoWindow selection in AnnotationManager (#9567)Tobrun2017-07-211-5/+0
|
* [android] - update changelog for 5.1.1Tobrun Van Nuland2017-07-211-0/+10
|
* [android] - add OnPolygonClickListener and OnPolylineClickListener (#9443)Tobrun2017-07-214-10/+164
|
* Hit test Marker and MarkerViews (#9424)Tobrun2017-07-214-74/+140
| | | | | | * [android] - hit test Marker and MarkerViews * fixup
* [android] - fine tune fling gesture (#9532)Tobrun2017-07-212-2/+2
|
* [android] - bump OkHttp dependency to avoid null pointer exceptions on ↵Tobrun2017-07-211-1/+1
| | | | Android 7.0 (#9522)
* [android] Fix my location drawable getting tinted (#9410)Pablo Guardiola2017-07-213-18/+44
| | | | | | * fix my location drawable tinted when setting mapbox_myLocationTintColor in xml issue (linking my location foreground drawables with my location foreground tint color and adding the possibility of setting an undefined my location foreground tint color) * link my location background drawable with my location background tint color and add the possibility of setting an undefined my location background tint color
* [android] - map's visible region fix #9427 (#9428)Łukasz Paczos2017-07-211-4/+4
|
* [android] - validate if platform implementation doesn't return a null motion ↵Tobrun2017-07-211-2/+6
| | | | event (#9434)
* [android, ios, macos] Updated French localizationMinh Nguyễn2017-07-192-0/+19
| | | | Updated French localization on iOS and macOS and added French localization on Android.
* [android] remove manual ref counting on activation/deactivationIvo van Dongen2017-07-192-9/+0
|
* [android] - invible marker views performance fix #9419 (#9420)Łukasz Paczos2017-07-051-1/+1
|
* [android] - update changelog for 5.1.0 release (#9405)android-v5.1.0Tobrun2017-07-013-3/+8
|
* [android] - bump Mapbox Android Services to latest for 5.1.0 final release ↵Tobrun2017-06-301-1/+1
| | | | (#9402)
* Downgrade location provider dependency (#9394)Tobrun2017-06-305-63/+27
| | | | | | * [android] - downgrade LOST to Mapbox SDK 5.0.2 version. * bump LOST back to Mapbox Android SDK version 4.x
* OnCameraIdle hook into quickzoom gesture (#9339)Tobrun2017-06-296-19/+47
| | | | | | | | | | * [android] - OnCameraIdle hook into quickzoom gesture * double tap fix * show MyLocationView bearing for GPS when Compass is not available, only show error about missing compass once, fix test activity. * fix accessor lint warning