summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/test/java/com
Commit message (Expand)AuthorAgeFilesLines
* [android] - move min/max zoom to transform class, cleanup usage of double vs...Tobrun2016-12-151-7/+8
* Allows for setting the user location icon to transparent (#7393)Cameron Mace2016-12-141-0/+14
* [android] - remove location enabled flag from MapboxMap (#7308)Tobrun2016-12-082-16/+27
* [android] - Refactor dependencies, introduce focused components (#7189)Tobrun2016-12-066-614/+87
* [android] - move camera logic to dedicated transform class (#6919)Tobrun2016-11-231-330/+1
* Cherry pick release v4.2.0 (#6944)Tobrun2016-11-091-8/+4
* 6067 annotation manager (#6913)Tobrun2016-11-071-1/+4
* [android] - rename attributes (#6894)Tobrun2016-11-071-5/+5
* Prefix library resources to avoid naming conflicts (#6878)Tobrun2016-11-021-5/+5
* [android] - remove timer from compassView, make fading when facing north opti...Tobrun2016-10-251-0/+8
* [android] - correct degrees/radiants integration into transform.cpp, fixes ca...Tobrun2016-10-101-5/+3
* Rotate markerview (#6640)Tobrun2016-10-101-1/+101
* [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] - do not update marker while creating (#6314)Tobrun2016-09-191-5/+5
* [android] Radiant → radian (#6169)Minh Nguyễn2016-08-261-11/+11
* [android] #4845 - remove robotium, migrate to espressoTobrun2016-08-032-1/+2
* [android] #5610 - Runtime style api - part 2Ivo van Dongen2016-08-021-0/+29
* [android] #5610 - Initial Runtime Style BindingsIvo van Dongen2016-07-261-0/+90
* [android] latlngbounds includes added in builderCameron2016-07-141-0/+21
* [android] #5631 - add a concrete java exception when creating a marker withou...Tobrun2016-07-144-41/+58
* [android] - Remove StyleInitializer class, obsolete with introduction MapboxA...Tobrun2016-07-051-75/+0
* [android] #5171 - introduce new select/deselect animation system for view mar...Tobrun Van Nuland2016-06-051-17/+0
* [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
* [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 i...Tobrun2016-05-061-0/+20
* [android] #4800 - correct background offsets from attributesTobrun2016-04-261-8/+3
* [android] #4800 - default location view from start: introduced attributes, up...Tobrun2016-04-263-4/+68
* [android] #3231 - add support for tinting attribution icon through xml - Mapb...Tobrun2016-04-261-1/+7
* [android] #4814 - simplified mock parcel testing, update tests to reflect the...Tobrun2016-04-248-317/+195
* [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
* [android] #4475 - Introducing LatLng.wrap() and removing usage of wrap() in J...Brad Leege2016-03-251-4/+9
* [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