summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [android] #5510 - Updating CHANGELOG for Android 4.1.0 Releaseandroid-v4.1.0Brad Leege2016-06-291-0/+8
|
* [android] #5510 - Fixing POM NameBrad Leege2016-06-291-1/+1
|
* [android] #5510 - Setting properties to 4.1.0 for ReleaseBrad Leege2016-06-292-2/+2
|
* [android] #4700 - Removing Deprecated annotation on ↵Brad Leege2016-06-281-1/+0
| | | | MapboxMap.OnMyLocationChangeListener
* [android] #5470 - Adding NaN and Infinite checks to location event trackingBrad Leege2016-06-271-0/+10
|
* [android] Fixes disappearing markers when crossing dateline, remove debug ↵Tobrun2016-06-271-8/+3
| | | | | | exception catch. Fixes #5402
* [android] #5479 - don't invalidate MapView when we are animating ↵Tobrun2016-06-251-7/+1
| | | | MyLocationView with an ObjectAnimator.
* [android] #5479 - Don't disable rotate gesture if we have tracking disabledTobrun2016-06-251-2/+2
|
* [android] #5479 - apply preRotate instead of postRotate for a correct ↵Tobrun2016-06-251-1/+1
| | | | transformation
* [android] Addresses marker view flat bugTobrun Van Nuland2016-06-242-2/+6
| | | | Fixes #5427
* [android] - Fix locational runtime permissionsTobrun Van Nuland2016-06-243-23/+126
| | | | Fixes #5450
* [android] Make markers View.GONE when being added for the first time to the mapTobrun Van Nuland2016-06-231-1/+2
| | | | Fixes #5439
* [android] Recalculate offset with new anchorTobrun Van Nuland2016-06-232-18/+8
| | | | Fixes #5421
* [android] #5415 - add 4.1.0-beta.3 to CHANGELOG.mdandroid-v4.1.0-beta.3Antonio Zugaldia2016-06-201-0/+13
|
* [android] #5415 - fix fabric version nameAntonio Zugaldia2016-06-201-1/+1
|
* [android] Rename Custom Dynamic InfoWindow Adapter in testappAntonio Zugaldia2016-06-201-3/+3
| | | | Fixes #5398
* [android] Add scaling marker activity to TestApp using the View Marker APIAntonio Zugaldia2016-06-204-0/+212
| | | | Fixes #5409
* [android] Remove unnecessary menu from Animated Marker activityAntonio Zugaldia2016-06-171-7/+0
| | | | Fixes #5396
* [android] Fix info window placement on programatic marker selectIvo van Dongen2016-06-172-5/+45
| | | | Fixes #5348
* [android] Setting up LocationPickerActivity infrastructureBrad Leege2016-06-1715-99/+780
| | | | Fixes #5282
* [android] #5299 - add rotation to cars, add cars imagesTobrun2016-06-174-18/+34
|
* [android] #5299 - remove MarkerView x,y animationTobrun2016-06-174-200/+20
|
* [android] #5299 - Added more cars to the animation example to see what ↵Ivo van Dongen2016-06-171-24/+60
| | | | impact it has
* [android] #5299 - Simplify animation code a bit. Make duration dependent on ↵Ivo van Dongen2016-06-171-29/+14
| | | | distance. Use non-linear interpolator.
* first approach to a marker continuosly chasing anotherAntonio Zugaldia2016-06-174-13/+144
|
* [android #4700 - remove deprecation MyLocationListenerTobrun2016-06-171-4/+0
|
* [android] #5335 - Invalidate MyLocationView during bearing indicator animation.Justas Medeisis2016-06-171-0/+9
|
* [android] #5335 - Always record latest accelerometer and magnetometer sensor ↵Justas Medeisis2016-06-171-10/+5
| | | | values regardless of MyLocationView update throttling.
* [android] Rename OS X SDK to macOS SDK in Android 4.1 release branchMinh Nguyễn2016-06-1687-144/+145
| | | | | | Fixes #5382 Also renamed as many references to OS X as possible to macOS in documentation.
* [android] Fix crash when MyBearingTracking mode is not NONE.Justas Medeisis2016-06-161-1/+1
| | | | Fixes #5331
* [android] Dynamic update of InfowWindow with InfoWindowAdapter exampleIvo van Dongen2016-06-166-1/+218
| | | | Fixes #5353
* [android] Create Wrappers for CordovaBrad Leege2016-06-161-0/+16
| | | | Fixes #4761
* [android] #5342 - initial marker animationTobrun2016-06-165-46/+218
|
* [android] #5276 - icon should be optional for MarkerViewTobrun Van Nuland2016-06-157-1/+15
|
* [android] #5279 - expose MarkerView alphaTobrun Van Nuland2016-06-145-3/+37
|
* [android] #4959 - Dynamic Sizing Of Default InfoWindow Based On ↵Brad Leege2016-06-132-4/+22
| | | | Availability Of Title And Snippet Data
* [android] #4924 - Make Gesture Focal Point ConfigurableTobrun Van Nuland2016-06-133-25/+69
|
* [android] #4159 - expose an api to enable selection/deselection of markers ↵Antonio Zugaldia2016-06-135-3/+42
| | | | on map tap (#5312)
* [android] #5296 - Add a container ViewGroup for MarkerViewsIvo van Dongen2016-06-133-1/+17
| | | | Fixes #5296
* [android] #5285 - bring selected MarkerView to the frontIvo van Dongen2016-06-092-1/+3
| | | | Fixes #5285
* [android] #5284 - Restoring 4.1.0-SNAPSHOT versionBrad Leege2016-06-081-1/+1
|
* [android] #5284 - Android 4.1.0-beta.2 Changelogandroid-v4.1.0-beta.2Brad Leege2016-06-081-0/+8
|
* [android] #5284 - Fixing JavaDoc link error that prevented JavaDoc generationBrad Leege2016-06-081-1/+1
|
* [android] #5284 - Setting 4.1.0-beta.2 version informationBrad Leege2016-06-082-2/+2
|
* [android] #5237 - Enabled Updates To InfoWindow's Title and SnippetBrad Leege2016-06-074-6/+48
|
* [android] #5254 - fix ARMv5 supportThiago Marcos P. Santos2016-06-062-7/+10
| | | | Backported patches fixing ARMv5 support for issue #3985.
* [android] #5186 - Starting rotateSessionId before Telemetry Starts and ↵Brad Leege2016-06-061-4/+4
| | | | ensuring that mapboxSessionId is initialized
* [android] #5167 - add support annotations to MarkerViewTobrun Van Nuland2016-06-062-6/+9
|
* [android] #5241 -float rotation on markerviewTobrun Van Nuland2016-06-064-10/+10
|
* [android] #5076 - increase cache sizeTobrun Van Nuland2016-06-061-1/+1
|