summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [core] Added CharArrayBufferBruno de Oliveira Abinader2016-06-303-5/+62
| | | | | | | | Implements a custom std::streambuf to avoid creating temporary std::string objects and thus optimizing image decode. Suggested by @artemp in https://github.com/mapbox/mapbox-gl-native/pull/5417#issuecomment-227700063.
* Merge remote-tracking branch 'origin/release-android-v4.1.0'John Firebaugh2016-06-2956-259/+1862
|\
| * [android] #5510 - Setting version to 4.2.0-SNAPSHOTBrad Leege2016-06-291-1/+1
| |
| * [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] #5398 - Rename Custom Dynamic InfoWindow Adapter in testapp (#5414)Antonio Zugaldia2016-06-200-0/+0
| |
| * [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
| * [core] Bring optimized animated annotations to Android release branchJohn Firebaugh2016-06-1711-42/+75
| | | | | | | | Part of #5385
| * [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-1699-188/+293
| | | | | | | | | | | | 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
* | [test] Added max zoom annotation testsBruno de Oliveira Abinader2016-06-283-0/+10
| |
* | [core] Use the right types for zoom scale logicBruno de Oliveira Abinader2016-06-283-6/+6
| | | | | | | | | | | | | | 32 bit integers should be enough for zoom scale logic. In shape annotation logic, 'maxAmountOfTileFeatures' requires 64 bits because we are multiplying the zoom scale with the extent, which might give a number higher than std::numeric_limits<uint32_t>::max().
* | [core] Set annotation max zoom to 18Bruno de Oliveira Abinader2016-06-281-1/+2
| |
* | [ios] Merge branch 'release-ios-v3.3.0'Jesse Bounds2016-06-2713-48/+502
|\ \ | | | | | | | | | | | | This merges v3.3.0 at beta 2 stage. Conflicts related to the os x -> macOS rename were corrected manually.
| * | Update podspec files for v3.3.0-beta.2ios-v3.3.0-beta.2Jesse Bounds2016-06-242-2/+2
| | |