summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/utils
Commit message (Collapse)AuthorAgeFilesLines
* Revisit Javadoc for 5.1.0 (#9266)Tobrun2017-06-203-5/+34
| | | | | | | | | | * [android] - revisit public API javadoc * [android] fix javadoc minor mistakes and typos * grammar tweak * add missing public javadoc
* Cherry pick release (#9263)Tobrun2017-06-141-0/+33
| | | | | | * [core] - bump earcut version dependency to handle unused lamba warning (#9242) * [android] - snapshot bitmap contains view based content (#9252)
* [android] - javadoc update for 5.1.0 release (#9138)Tobrun2017-05-312-0/+62
| | | | | | | | | | | | | | | | * [android] - javadoc update for 5.1.0 release * oxford comma * Grammar/spelling tweaks * grammar tweak * grammar tweak * Grammar tweaks * Grammar tweaks
* [android] Extract telemetry into MASAntonio Zugaldia2017-02-031-66/+0
| | | | | | * [android] add the mapbox-android-telemetry module dependency. * update javadoc
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-1/+1
|
* [android] - harden MapboxMapOptions, extract duplicate fragment logic, fixup ↵Tobrun2016-12-211-0/+56
| | | | DoubleMapActivity (#7507)
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-163-220/+229
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Cherry pick release v4.2.0 (#6944)Tobrun2016-11-091-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] - MyLocationView should facing above when location and compass bearing tracking are enabled. (#6829) * [android] - use current animated rotation value for calculating animated marker rotation difference (#6826) fix unit tests, input limiting is not handled by animateRotationBy instead of MarkerView. Changed test to validate if method was called with correct value. * [android] - only calculated offset margins for InfoWindow if View is found in current viewport, added example to the test app to test for regressions (#6877) * upgraded okhttp dependency to latest version (#6880) * Cancelable callback invocation (#6891) * [android] - allow onCancel to be invoked from camera cancel callbacks * set to null after finish * [android] - using bearing clockwise versus counterclockwise (#6917) * [android] - using bearing clockwise versus counterclockwise * fixup brackets * [android] - convert bearing values from core to Android SDK equivalent.
* Rotate markerview (#6640)Tobrun2016-10-101-0/+12
| | | | | | | | | | * [android] - MarkerView rotation bug, limit degrees from 0 to 360 while creating a MarkerView * update MarkerView#setRotation to limit input from 0 - 360 degrees, calculates difference in angle and animates rotation by a certain amount instead of animating to a value. Exposed new AnimatorUtils#animateRotationTo. Integrated into MarkerViewManager. Cleanup some unused imports. Updated javadoc. * updated MarkerViewActivity in test application to test for regressions. * added tests to validate changes to MarkerView#setRotate
* [android] #5880 - javadoc cleanup part oneTobrun2016-08-081-1/+3
|
* [android] #5858 - added convenience methods for color propertiesIvo van Dongen2016-08-031-0/+27
|
* [android] - cleanup marker view integrationTobrun2016-05-231-0/+93
|
* [core] Privatize math.hpp and vec.hppJohn Firebaugh2016-05-051-1/+1
|
* [android] #3231 - add support for tinting attribution icon through xml - ↵Tobrun2016-04-261-19/+8
| | | | MapboxMapOptions, AttributionDialog will use the same color values
* [android] #3231 - added support for automatic tinting ui components used the ↵Tobrun2016-04-261-0/+101
| | | | client developer material colors
* [android] #4475 - Only wrapping when needed in LatLng.wrap(). Making Javadoc ↵Brad Leege2016-03-251-1/+1
| | | | more clear. Making tests consistent.
* [android] #4475 - Introducing LatLng.wrap() and removing usage of wrap() in ↵Brad Leege2016-03-251-0/+19
| | | | JNI's nativeLatLngForPixel()
* [android] #3749 - added javadocTobrun2016-03-121-1/+1
|
* [android] #4076 - MapboxMapOptions initial versionTobrun2016-03-091-44/+0
|
* [android] #4097 - update javadoc maps packageTobrun2016-02-251-2/+1
| | | | [android] #4097 - update visibility compassclickclistener fix
* [androd] #3119 - use resourcePrefix for library resourcesTobrun2016-02-171-1/+1
|
* [android] #3754 - newLatLngBounds: unit tests for LatLng and LatLngBounds, ↵Tobrun2016-02-021-0/+11
| | | | | | | | | | 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] #3145 - MapboxMapTobrun2016-01-291-1/+0
|
* [android] Camera APIBrad Leege2015-12-181-0/+16
|
* [android] Move into platform subdirectoryJohn Firebaugh2015-12-162-0/+50