summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com
Commit message (Expand)AuthorAgeFilesLines
...
* [android] #3276 - using a pool to do view reuseTobrun2016-05-202-23/+90
* [android] #3276 - introduced rate limited discovery for view markersTobrun2016-05-201-5/+16
* [android] #3276 - android view annotations adapter approachTobrun2016-05-204-136/+116
* [android] #3276 - add event listener on REGION_IS_CHANGING to determine the a...Tobrun2016-05-201-0/+9
* [android] #3276 - WIP Android View Annotations, showing an Android SDK view o...Tobrun2016-05-204-0/+141
* [android] #5068 - Switching to Mapbox Locale ConstantBrad Leege2016-05-181-10/+6
* [android] - using deprecate annotation for access token javadocTobrun2016-05-182-20/+7
* [android] #4942 - using Android SDK Compass exampleTobrun2016-05-181-28/+23
* [android] #4942 - removes jumpiness from compass updates, removes old way of ...Tobrun2016-05-181-37/+27
* [android] Animate MylocationView directionCameron Mace2016-05-181-1/+12
* [android] #5045 - Adding Async Location Permissions Approval CheckBrad Leege2016-05-172-4/+42
* [android] #5004 - Introducing MapboxAccountManagerBrad Leege2016-05-156-44/+149
* [android] - move OnMapReady callback for offline bugTobrun2016-05-131-1/+1
* Merge branch 'release-android-v4.0.1'Brad Leege2016-05-127-17/+12
|\
| * [android] #5014 - Removing malformed HTML from Javadocsandroid-v4.0.1Brad Leege2016-05-127-18/+13
| * [android] #4553 - remove annotations fixTobrun2016-05-021-10/+8
* | [android] - fixes style init bug, added unit test to prevent regressionTobrun2016-05-121-4/+8
* | [android] Update Outdoors style descriptionJason Wray2016-05-111-1/+1
* | [android] #4994 - Add events=true to mapbox http requestsBrad Leege2016-05-101-1/+13
* | [android] #4700 - deprecate OnLocationChangeListenerTobrun2016-05-101-1/+8
* | [android] #4930 - added invalidate to change tint colorsTobrun2016-05-101-0/+4
* | [android] #4702 - upgrade default styles, deprecate Style string definition i...Tobrun2016-05-063-9/+171
* | [android] #4748 - add javadoc for unregistering location listenersTobrun2016-05-061-0/+13
* | [android] #4763 - introduce StyleInitializer classTobrun2016-05-061-12/+45
* | [android] #4894 - correctly calculate LatLngBoundsTobrun2016-05-061-1/+1
* | [core] Privatize math.hpp and vec.hppJohn Firebaugh2016-05-051-1/+1
* | [android] #4912 - remove lollipop attribute from background drawable, made de...Tobrun2016-05-031-1/+1
* | [android] #4902 - Standarizing Locale and LanguageBrad Leege2016-04-292-22/+19
* | [android] #4878 - Setting default MyLocationBackgroundTint to be whiteBrad Leege2016-04-281-1/+1
* | [android] #4878 - fix default color of accuracy circle to match primary color...Tobrun2016-04-283-36/+52
* | [android] Add completedTile{Count,Size} bindingsJohn Firebaugh2016-04-271-3/+23
* | [android] #4850 - add non-gl content to snapshot bitmapTobrun2016-04-271-6/+12
* | [android] #4850 - user location view is show instantly when toggled onTobrun2016-04-271-1/+1
* | [android] #4835 - Adding tracking and cleanup of myLocationListener functiona...Brad Leege2016-04-262-10/+14
* | [android] #4800 - correct background offsets from attributesTobrun2016-04-264-34/+20
* | [android] #4800 - default location view from start: introduced attributes, up...Tobrun2016-04-269-166/+358
* | [android] #3231 - add support for tinting attribution icon through xml - Mapb...Tobrun2016-04-265-43/+96
* | [android] #3231 - added support for automatic tinting ui components used the ...Tobrun2016-04-263-2/+113
* | [android] #4829 - Use CopyOnWriteArrayList for non blocking iterationsBrad Leege2016-04-251-6/+3
* | [android] #4814 - simplified mock parcel testing, update tests to reflect the...Tobrun2016-04-241-1/+1
* | [android] #4396 - Cleanup + javadoc TrackingSettings classTobrun2016-04-231-32/+71
* | [android] #4396 - fixed test activity tracking settings modes, Deprecated old...Tobrun2016-04-231-1/+12
* | [android] #4396 - UserLocationView Refactor fix testsTobrun2016-04-233-10/+10
* | [android] #4396 - UserLocationView accuracy & non-tracking animation + cleanupTobrun2016-04-231-173/+134
* | [android] #4396 - fixup mason build issueTobrun2016-04-235-83/+380
* | [android] #4396 - model integrationTobrun2016-04-233-454/+132
* | [android] #4396 - introduced behaviour model using a factory. fixed double ta...Tobrun2016-04-232-66/+142
* | [android] #4396 - cleanup codeTobrun2016-04-231-206/+196
* | [android] #4396 - new images for UserLocationViewTobrun2016-04-231-21/+17
* | [android] #4396 - UserLocationView refactorTobrun2016-04-233-593/+593