summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/test/java/com/mapbox
Commit message (Collapse)AuthorAgeFilesLines
* [android] #5171 - introduce new select/deselect animation system for view ↵Tobrun Van Nuland2016-06-051-17/+0
| | | | markers
* [android] #5193 - fix broken test case on IconTobrun Van Nuland2016-06-031-11/+0
|
* [android] #4929 - fix unit tests MyLocationSettingsTobrun2016-06-021-0/+4
|
* [android] - add unit test for MarkerViewTobrun Van Nuland2016-05-251-0/+210
|
* [android] #5102 - update marker view position correctly by comparing markers ↵Tobrun Van Nuland2016-05-251-2/+2
| | | | based on id instead of location
* [android] #3276 - fix unit tests on MapboxMapTest related to Marker/BaseMarkerTobrun2016-05-201-6/+7
|
* [android] - fixes style init bug, added unit test to prevent regressionTobrun2016-05-121-0/+75
|
* [android] #4702 - upgrade default styles, deprecate Style string definition ↵Tobrun2016-05-061-0/+20
| | | | in favour versioned styling methods.
* [android] #4800 - correct background offsets from attributesTobrun2016-04-261-8/+3
|
* [android] #4800 - default location view from start: introduced attributes, ↵Tobrun2016-04-263-4/+68
| | | | update MapboxMapOptions, added tests. updated MockParcel
* [android] #3231 - add support for tinting attribution icon through xml - ↵Tobrun2016-04-261-1/+7
| | | | MapboxMapOptions, AttributionDialog will use the same color values
* [android] #4814 - simplified mock parcel testing, update tests to reflect ↵Tobrun2016-04-248-317/+195
| | | | these changes
* [android] #4396 - fixup mason build issueTobrun2016-04-232-0/+85
|
* [android] #4335 - add clear method for removing annotations to MapboxMapTobrun2016-04-131-0/+12
|
* [android] #4635 - fix rotate disabled with location trackingTobrun2016-04-081-26/+112
|
* [android] - Marker test coverageTobrun2016-04-082-0/+67
|
* [android] - added tests for AnnotationTobrun2016-04-051-0/+91
|
* [android] #4354 - Ensuring userAgent is always ASCII formattedBrad Leege2016-04-041-0/+17
|
* [android] #4565 - improved coverage of camera packageTobrun2016-04-012-0/+165
|
* [android] #4520 - don't update camera position after padding callTobrun2016-03-311-1/+1
|
* [android] #3832 - improve unit testing geometry packageTobrun2016-03-316-31/+206
|
* [android] #4487 - ArrayInOutOfBoundsException fix for polyline and polygonTobrun2016-03-291-0/+32
|
* [android] #4487 - ArraysInOfBoundsException fix for addMarkersTobrun2016-03-291-0/+17
|
* [android] #4475 - Only wrapping when needed in LatLng.wrap(). Making Javadoc ↵Brad Leege2016-03-251-3/+11
| | | | more clear. Making tests consistent.
* [android] #4475 - Introducing LatLng.wrap() and removing usage of wrap() in ↵Brad Leege2016-03-251-4/+9
| | | | JNI's nativeLatLngForPixel()
* [android] #4473 - Fixing toString() tests for LatLng.toString()Brad Leege2016-03-254-7/+7
|
* [android] #4320 - rename including to containsTobrun2016-03-151-3/+2
|
* [android] #4318 - move min/max zoom level to MapboxMapTobrun2016-03-152-34/+29
|
* [android] #4076 - MapboxMapOptions fixTobrun2016-03-091-3/+59
|
* [android] #4076 - MapboxMapOptions initial versionTobrun2016-03-091-0/+114
|
* [android] #4166 - move style url to map view for improved async loadingTobrun2016-03-031-16/+0
|
* [android] #3755 - fix package visibility issue with camera package, added ↵Tobrun2016-02-242-9/+1
| | | | javadoc and general cleanup
* [android] #4038 - fix crash on polygons and polylines with empty points + ↵Tobrun2016-02-231-6/+26
| | | | formatting commit
* Hit missed lines in equality testsTom MacWright2016-02-194-0/+24
|
* [android] #4018 - migrated max/min zoom to UiSettings + added tests + update ↵Tobrun2016-02-191-1/+24
| | | | sample app
* [android] #4017 - update unit test for MapboxMapTobrun2016-02-191-2/+129
|
* [android] #4015 - added unit test for CameraPositionTobrun2016-02-191-0/+80
|
* [android] #4009 - add tests for tracking settings, optimise architecture to ↵Tobrun2016-02-182-0/+60
| | | | make it testable through unit tests
* [android] #4007 - improve coverage geometry packageTobrun2016-02-183-2/+51
|
* [android] #4005 move annotations to correct packageTobrun2016-02-184-78/+121
|
* [android] #4003 - add unit tests for InfoWindowTobrun2016-02-181-0/+86
|
* [android] #4000 - add unit tests iconTobrun2016-02-181-0/+55
|
* [android] #3963 - move and relax if permission checkTobrun2016-02-161-13/+11
| | | | [android] #3963 - update unit tests, moved permission check to MapView to be mocked during tests
* [android] #3756 - unit test annotations integration in MapboxMapTobrun2016-02-151-3/+221
| | | | | | [android] #3756 - unit tests fixes [android] #3756 - allow using inheritance Marker, added example to WindowAdapterActivity
* [android] #3830 added mocked parcel implementationTobrun2016-02-052-0/+189
|
* [android] #3758 - Projection / Visible Region implementation.Tobrun2016-02-048-226/+161
| | | | [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-025-123/+190
| | | | | | | | | | 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] #3776 - UiSettings uses MapView instead of MapboxMap as ↵Tobrun2016-02-011-33/+25
| | | | dependency. Cleanup obsolete methods MapboxMap/MapView, Renaming convention Google Maps SDK, Update tests, Some minor fixes in state management
* [android] #3753 - Optimising zoomTobrun2016-02-011-7/+226
| | | | [android] #3753 - removed old zoom methods from MapView
* [android] #3760 - parity with Google Maps SDKTobrun2016-02-012-80/+217
| | | | | | [android] #3760 - added missing methods for UiSettings, updated tests and test app to reflect this change [android] #3760 - typo fix