summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/test/java/com/mapbox/mapboxsdk/geometry/LatLngBoundsTest.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] refactor move unit tests from test app to sdk and add some ↵Pablo Guardiola2017-05-111-284/+0
| | | | annotation manager tests (add marker and add markers) (#8261)
* [android] Preflight argument validity before constructing LatLngJohn Firebaugh2017-04-061-14/+9
|
* [android] - harden offline region creation, add include method, expose world ↵Tobrun2017-03-241-18/+102
| | | | bounds, update tests (#8517)
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-1/+1
|
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-181/+182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] latlngbounds includes added in builderCameron2016-07-141-0/+21
| | | | | | Fixes #5574 added includes test
* [android] #4814 - simplified mock parcel testing, update tests to reflect ↵Tobrun2016-04-241-33/+4
| | | | these changes
* [android] #3832 - improve unit testing geometry packageTobrun2016-03-311-0/+40
|
* [android] #4320 - rename including to containsTobrun2016-03-151-3/+2
|
* Hit missed lines in equality testsTom MacWright2016-02-191-0/+1
|
* [android] #4007 - improve coverage geometry packageTobrun2016-02-181-0/+14
|
* [android] #3758 - Projection / Visible Region implementation.Tobrun2016-02-041-4/+2
| | | | [android] #3758 - add VisibleRegion + unit tests, removed boundingbox, cleanup jni, cleanup test app, renamed CoordinateSpan to LatLng.
* [android] #3754 - newLatLngBounds: unit tests for LatLng and LatLngBounds, ↵Tobrun2016-02-021-0/+160
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