summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/camera/CameraUpdateFactory.java
Commit message (Collapse)AuthorAgeFilesLines
* Revisit Javadoc for 5.1.0 (#9266)Tobrun2017-06-201-2/+2
| | | | | | | | | | * [android] - revisit public API javadoc * [android] fix javadoc minor mistakes and typos * grammar tweak * add missing public javadoc
* [android] - javadoc update for 5.1.0 release (#9138)Tobrun2017-05-311-1/+1
| | | | | | | | | | | | | | | | * [android] - javadoc update for 5.1.0 release * oxford comma * Grammar/spelling tweaks * grammar tweak * grammar tweak * Grammar tweaks * Grammar tweaks
* [android] - move calculation of LatLngBounds to core (#8765)Tobrun2017-04-201-61/+4
|
* [android] - move calculating a bounding box zoom level to projection. (#8133)Tobrun2017-02-231-11/+1
|
* [android] Extract telemetry into MASAntonio Zugaldia2017-02-031-1/+1
| | | | | | * [android] add the mapbox-android-telemetry module dependency. * update javadoc
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-359/+361
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adds checkstyle to CI * fixed gradlew path * resolved testapp checkstyle violations * added back mapboxMap variable for test * checkstyle annotations * checkstyle SDK round 1 * maps package checkstyle * rest of SDK checkstyle * checkstyle gesture library * checkstyle test * finished rest of test checkstyle * resolved all checkstyle errors * fixed class name * removed old test file * fixed camera postion test * fixed native crash
* [android] - move min/max zoom to transform class, cleanup usage of double ↵Tobrun2016-12-151-1/+1
| | | | vs float, renaming for parity (#7306)
* [android] - Refactor dependencies, introduce focused components (#7189)Tobrun2016-12-061-1/+11
| | | | | | * [android] - refactor dependencies * ignore tests
* cherry-picked 7013 into master (#7247)Cameron Mace2016-12-011-8/+10
|
* [android] - check for default values when constructing a camera position ↵Tobrun2016-11-101-4/+1
| | | | from a CameraUpdate (#7002)
* [android] - fix inconsistency of float usage in CameraPosition and ↵Tobrun2016-11-091-8/+8
| | | | CameraUpdateFactory (#6941)
* [android] - fixup MyLocationView heading (#6671)Tobrun2016-10-181-11/+11
| | | | | | | | | | | | | | | | | | | [android] - convert angles to radiants in jni, correct follow animation for MyLocationView do not sanitise input when recreating from other camera object, input is already sanitised before cleanup mylocationview, made animation bit more smooth, improved UX when switching between tracking modes cleanup CameraUpdateFactory, hide internally used api. only invalidate position if required, remove outdated comments correct camera position values made zoom activity a bit more interesting made dynamic marker activity a bit more interesting FIXUP
* [android] - correct android to core conversion of camera options. (#6660)Tobrun2016-10-121-16/+7
| | | | | | | | * [android] - correct android to core conversion of camera options. * fix MarkerView tilting, tilt is already in degrees * same fix for MyLocationView
* 6453 restore tilt after orientation (#6491)Tobrun2016-09-291-4/+4
| | | | | | | | * [android] - correct tilt value when restoring activity or creating from xml * correct values requesting camera position adhoc * updated logic change in unit tests
* [android] #5034 - LatLngBounds Camera update not taking map padding in accountTobrun2016-05-261-2/+8
| | | | [android] #5034 - padding not being included in getVisibleBounds
* [android] #4894 - correctly calculate LatLngBoundsTobrun2016-05-061-1/+1
|
* [android] #4565 - improved coverage of camera packageTobrun2016-04-011-13/+27
|
* [android] #4515 - correctly calculate boundsTobrun2016-03-311-2/+2
|
* Merge branch 'release-ios-3.2.0-android-4.0.0'John Firebaugh2016-03-301-1/+1
|\
| * [android] #4318 - move min/max zoom level to MapboxMapTobrun2016-03-151-1/+1
| |
* | [android] #4365 - Camera Animation Type ExampleTobrun2016-03-301-1/+0
|/
* [android] #3749 - added javadocTobrun2016-03-121-29/+34
|
* [android] #3867 - performance improvement for invalidating the cameraTobrun2016-03-031-10/+10
|
* [android] #3755 - fix package visibility issue with camera package, added ↵Tobrun2016-02-241-0/+391
| | | | javadoc and general cleanup
* [android] #3754 - newLatLngBounds: unit tests for LatLng and LatLngBounds, ↵Tobrun2016-02-021-225/+0
| | | | | | | | | | builder pattern + refactoring. [android] #3754 - Working version using the underlying VisibleCoorindateBounds [android] #3754 - refactor Camera api inside maps package, correctly use factory pattern, LatLngBounds hooks into camera API [android] #3754 - cleanup old API
* [android] #3753 - Optimising zoomTobrun2016-02-011-1/+1
| | | | [android] #3753 - removed old zoom methods from MapView
* [android] #3145 - MapboxMapTobrun2016-01-291-2/+212
|
* [android] Camera APIBrad Leege2015-12-181-0/+15