summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/Projection.java
Commit message (Expand)AuthorAgeFilesLines
* [android] expose camera padding optionŁukasz Paczos2019-08-291-9/+13
* [android] - program against NativeMap interfacetobrun2019-04-161-10/+12
* [android] LatLng bounds cannot be wrapped (#13419)Osana Babayan2018-12-121-0/+4
* [android] - add more tests, refactor map paddingTobrun2018-12-111-6/+9
* [android] - nullify codebase with annotationsTobrun2018-11-071-0/+1
* Revert "[android] - infer nullity"tobrun2018-10-231-1/+0
* [android] - infer nullityTobrun2018-10-121-0/+1
* VisibleRegion on rotated bounds (#12135) (#12255)Osana Babayan2018-07-271-38/+100
* [android] option to request the visible region restricted by the content paddingŁukasz Paczos2018-07-181-5/+32
* [android] - add nullability annotations to public api for kotlin language int...tobrun2018-05-171-4/+9
* Remove deprecated location APIs (#11351)Łukasz Paczos2018-03-021-12/+4
* [android] rotated map VisibleRegion returns incorrect bounds when going over ...Osana Babayan2018-03-011-8/+46
* [android] incorrect latlngBounds in the VisibleRegion with map is rotatedOsana Babayan2018-02-191-5/+6
* [android] - create smallest possible LatLngBounds when visible region crosses...Tobrun2017-08-171-8/+7
* [android] - re-add projectedMetersTobrun Van Nuland2017-08-151-0/+15
* [android] - map's visible region fix #9427 (#9428)Łukasz Paczos2017-07-061-4/+4
* [all] Remove redundant scale-related camera methodsJohn Firebaugh2017-04-131-1/+1
* [android] - move calculating a bounding box zoom level to projection. (#8133)Tobrun2017-02-231-0/+10
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-103/+102
* [android] - Refactor dependencies, introduce focused components (#7189)Tobrun2016-12-061-26/+40
* Reusable point fromScreenLocation (#6652)Tobrun2016-10-171-3/+11
* [android] Cleans up code in map package (#6380)Cameron Mace2016-09-201-10/+10
* [android] #5564 - fixes latitude lint range setup for getMetersPerPixelAtLati...Tobrun2016-07-051-1/+1
* [android] #5034 - calculate correct padding for left, top, right and bottomTobrun Van Nuland2016-05-261-6/+8
* [android] #5034 - LatLngBounds Camera update not taking map padding in accountTobrun2016-05-261-2/+2
* [android] #3749 - added javadocTobrun2016-03-121-1/+1
* [android] #4094 - bring back view packageTobrun2016-02-241-2/+15
* [android] #3755 - fix package visibility issue with camera package, added jav...Tobrun2016-02-241-1/+13
* [android] #3758 - Projection / Visible Region implementation.Tobrun2016-02-041-0/+72