summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/exceptions
Commit message (Collapse)AuthorAgeFilesLines
* Revisit Javadoc for 5.1.0 (#9266)Tobrun2017-06-205-9/+13
| | | | | | | | | | * [android] - revisit public API javadoc * [android] fix javadoc minor mistakes and typos * grammar tweak * add missing public javadoc
* [android] - avoid nullpointer by validating Mapbox.java creation when ↵Tobrun2017-04-111-10/+7
| | | | validating accessTokens. (#8680)
* 8322 javadoc 5.0.0 release (#8438)Tobrun2017-03-172-12/+4
| | | | | | | | * [android] - update javadoc 5.0.0 release * update annotation and sources package javadoc * update javadoc on MapboxMap and MapView
* [android] Extract telemetry into MASAntonio Zugaldia2017-02-031-22/+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-272-2/+2
|
* MapboxAccountManager refactor, removal deprecated accesstoken (#7462)Tobrun2016-12-172-28/+7
| | | | | | * [android] - move object ownership, move depenencies and responsibility. * [android] - MapboxAccountManager refactor, removal deprecated accesstoken.
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-168-45/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] #5858 - added convenience methods for color propertiesIvo van Dongen2016-08-031-0/+22
|
* [android] #5631 - add a concrete java exception when creating a marker ↵Tobrun2016-07-141-0/+10
| | | | | | without the required position field. [android] #5631 - updated test cases to handle invalid position on a Marker
* [android] #5541 - removes requirement of MapboxAccountManager.start before ↵Tobrun2016-07-131-0/+23
| | | | | | | | | | setContentView. [android] #5541 - add a MapboxAcountManagerNotStartedException when calling getInstance when not started. [android] #5541 - fixes using access tokens in attributes & MapboxMapOptions [android] #5541 - improved MapboxAccountManager exception message
* [android] #3749 - added javadocTobrun2016-03-125-5/+9
|
* Update TooManyIconsException.javaDan Swick2016-03-071-1/+1
|
* Update IconBitmapChangedException.javaDan Swick2016-03-071-2/+2
|
* [android] #4078 - improved instructions of exception messageTobrun2016-03-072-3/+9
|
* [android] #4078 Gave help directly in logcat instead of refering to install.mdCameron Mace2016-03-072-2/+2
|
* [android] #4097 - update javadoc maps packageTobrun2016-02-251-1/+1
| | | | [android] #4097 - update visibility compassclickclistener fix
* [android] #2421 - Checking for TelemetryService configuration in ↵Brad Leege2016-02-101-0/+18
| | | | AndroidManifest.xml
* [android] #3754 - newLatLngBounds: unit tests for LatLng and LatLngBounds, ↵Tobrun2016-02-021-0/+8
| | | | | | | | | | 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-292-2/+2
|
* [android] #3304 - refactor SpriteFactory to IconFactory, changed all the ↵Tobrun2015-12-204-48/+48
| | | | sprite names to icon for convention
* [android] Move into platform subdirectoryJohn Firebaugh2015-12-164-0/+71