summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/test/java/com/mapbox/mapboxsdk/camera/CameraPositionTest.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] refactor move unit tests from test app to sdk and add some ↵Pablo Guardiola2017-05-111-110/+0
| | | | annotation manager tests (add marker and add markers) (#8261)
* [android] - move calculation of LatLngBounds to core (#8765)Tobrun2017-04-201-16/+0
|
* [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-105/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] - rename attributes (#6894)Tobrun2016-11-071-5/+5
|
* Prefix library resources to avoid naming conflicts (#6878)Tobrun2016-11-021-5/+5
| | | | | | | | * [android] - add library resource prefix * update SDK resources with prefix * fixup tests
* [android] - correct degrees/radiants integration into transform.cpp, fixes ↵Tobrun2016-10-101-5/+3
| | | | camera position restoration from core and missing return value occurrence. (#6641)
* [android] - convert bearing value coming from core to degrees (#6526)Tobrun2016-09-301-1/+1
|
* 6453 restore tilt after orientation (#6491)Tobrun2016-09-291-37/+2
| | | | | | | | * [android] - correct tilt value when restoring activity or creating from xml * correct values requesting camera position adhoc * updated logic change in unit tests
* [android] Radiant → radian (#6169)Minh Nguyễn2016-08-261-11/+11
| | | | | | * [android] Radiant → radian * [android] #6169 - testHashcode
* [android] #4845 - remove robotium, migrate to espressoTobrun2016-08-031-1/+1
|
* [android] #4814 - simplified mock parcel testing, update tests to reflect ↵Tobrun2016-04-241-29/+4
| | | | these changes
* [android] #4565 - improved coverage of camera packageTobrun2016-04-011-0/+110
|
* [android] #4473 - Fixing toString() tests for LatLng.toString()Brad Leege2016-03-251-1/+1
|
* [android] #3755 - fix package visibility issue with camera package, added ↵Tobrun2016-02-241-3/+0
| | | | javadoc and general cleanup
* [android] #4015 - added unit test for CameraPositionTobrun2016-02-191-0/+80