summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps
Commit message (Collapse)AuthorAgeFilesLines
* [android] - disable rotation gesture when pinch zoomingTobrun Van Nuland2017-09-261-77/+79
|
* [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-191-8/+7
| | | | 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] - remove preview image integration (#9657)Tobrun2017-08-011-2/+1
|
* [android] - fix OnCameraMoveStartedListener typo (#9664)Tobrun2017-08-011-1/+1
|
* [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] - 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] - increase touch target to match largest Marker icon (#9565)Tobrun2017-07-212-27/+27
|
* [android] - add OnPolygonClickListener and OnPolylineClickListener (#9443)Tobrun2017-07-212-9/+137
|
* Hit test Marker and MarkerViews (#9424)Tobrun2017-07-213-74/+131
| | | | | | * [android] - hit test Marker and MarkerViews * fixup
* [android] - fine tune fling gesture (#9532)Tobrun2017-07-211-1/+1
|
* [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)
* OnCameraIdle hook into quickzoom gesture (#9339)Tobrun2017-06-294-15/+39
| | | | | | | | | | * [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
* Revisit Javadoc for 5.1.0 (#9266)Tobrun2017-06-206-40/+195
| | | | | | | | | | * [android] - revisit public API javadoc * [android] fix javadoc minor mistakes and typos * grammar tweak * add missing public javadoc
* fix trackball long press timeout calling the main thread method on a ↵Pablo Guardiola2017-06-201-1/+2
| | | | background thread (#9305)
* Validate camera position before transforming (#9275)Tobrun2017-06-201-3/+7
| | | | | | * [android] - add camera position validation before transforming * annotate CameraUpdate with nullability
* Cherry pick release (#9263)Tobrun2017-06-141-4/+12
| | | | | | * [core] - bump earcut version dependency to handle unused lamba warning (#9242) * [android] - snapshot bitmap contains view based content (#9252)
* [android] - correct source changed map event javadoc (#9243)Tobrun2017-06-131-1/+1
|
* Cherry picks to release branch (#9230)Tobrun2017-06-091-16/+2
| | | | | | | | | | | | * [ios][macos] test remove source in use * [android] test remove source in use * [core] check source usage before remove * [core] ensure layer::accept works with non-void return values on gcc * [android] - remove upgrade runtime exceptions (#9191)
* [android] - update components with camera values when animating (#9174)Tobrun2017-06-091-0/+9
|
* Custom location source fix (#9142)Tobrun2017-06-093-25/+67
| | | | | | * [android] - custom location engine fixes (#9139) * Update to latest LOST dependency, fixup internal location source integration
* [android] - invalidating MyLocationView bearing when not following position ↵Tobrun2017-06-081-0/+5
| | | | (#9212)
* [android] - option to disable camera animation while following position (#9210)Łukasz Paczos2017-06-072-4/+43
|
* [android] - remove conversion from pixels to dp (#9205)Tobrun2017-06-071-1/+1
|
* [android] - keep location tracking mode after screen rotation (#9187)Łukasz Paczos2017-06-061-3/+11
| | | | | | | | * [android] - keep location tracking mode after screen rotation (#9186) * [android] - using easeCamera to keep location tracking instead of overloaded moveCamera (#9187) * [android] - checkstyle fix up
* [android] - dealing with infinite camera move callbacks (#9177) (#9194)Łukasz Paczos2017-06-061-0/+6
|
* [android] - only invoke callback if fling scrolling animation isn't going to ↵Tobrun2017-06-062-5/+5
| | | | be ignored. (#9192)
* [android] - validate if gestures should execute (#9173)Tobrun2017-06-021-7/+8
|
* [android] Cherry picking 9133 (#9145)Pablo Guardiola2017-06-015-93/+57
| | | | | | | | | | | | * [android] Fix tracking mode + camera race condition (#9133) * [android] fix tracking mode + camera race condition * fix resetTrackingModesIfRequired bug (comparing current camera position with target camera position * cherry pick #9133 and update CHANGELOG * add null check to prevent null pointer exception
* [android] - javadoc update for 5.1.0 release (#9138)Tobrun2017-05-312-3/+6
| | | | | | | | | | | | | | | | * [android] - javadoc update for 5.1.0 release * oxford comma * Grammar/spelling tweaks * grammar tweak * grammar tweak * Grammar tweaks * Grammar tweaks
* [android] - harden orientation changes (#9128)Tobrun2017-05-302-83/+69
|
* [android] - convert dp to pixels when getting meters per pixel at. (#9048)Tobrun2017-05-261-1/+1
|
* [android] - add binding support for Light (#9013)Tobrun2017-05-262-0/+25
|
* [android] - logo placement for creating a Mapview programatically (#9094)Tobrun2017-05-262-10/+22
| | | | | | * [android] - Correct logo placement for creating a Mapview programatically, fixup non default placements * Fixed NIGHTY_TWO_DP typo to NINETY_TWO_DP
* [android] - stop location updates when toggle MyLocationView state (#9099)Tobrun2017-05-241-0/+1
|
* [android] - remove marker from selected markers when removing marker from ↵Tobrun2017-05-191-0/+9
| | | | annotation manager. (#9047)
* [android] - MarkerView deselect events with OnMarkerViewClickListener ↵Tobrun2017-05-151-5/+8
| | | | integration (#8996)
* [android] Release android-v5.1.0-beta.2 (#8976)Tobrun2017-05-127-58/+269
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] url getter on sources * [android] fix ui test filter in makefile * [android] - build SNAPSHOT from release branch (#8958) * [android] - update changelog for 5.1.0-beta.2 * [android] - bump version number * [android] - Camera change listener v2.0 * [core] allow filesource url transform reset * [android] Update attribution wordmark (#8774) * Update wordmark on android * Moved attribution i icon to the right of mapbox word (in mapview preview image) * update padding and margin * [android] update hardcoded branch name * revert version to 5.1.0-SNAPSHOT
* [android] - show error message when no browser is installed on the device of ↵Tobrun2017-05-081-9/+17
| | | | the user. (#8901)
* [android] - warning log when attempting to update a non-added annotation (#8832)Tobrun2017-04-282-37/+24
|
* [android] - avoid calling MarkerViewClickListener twice (#8804)Tobrun2017-04-241-7/+3
|