summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [core] Added CharArrayBufferBruno de Oliveira Abinader2016-06-302-5/+7
| | | | | | | | 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] 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
* | [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
| | |
| * | [ios] Use transparent image for annotations backed by views (#5461)Jesse Bounds2016-06-241-4/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current implementation of view backed annotations mostly relies on the existing annotation model manager and the associated underlying boost query implementations for annotation management. However, since the representation of the model is a view, an image was not installed for view backed annotations. Because the underlying annotation management implementation is not entire comfortable working without an image, it would report `[INFO] {Worker}[Sprite]: Can't find sprite named 'default_marker'` when annotation models without an image were encountered. This updates the annotation adding logic in to create (or reuse) and install a small, invisible image for each view backed annotation.
| * | [ios] fixes #5036 draggable annotation views (#5373)Fredrik Karlsson2016-06-247-3/+219
| | |
| * | [ios] Cycle through both UIView and UIImage backed annotationsJesse Bounds2016-06-231-27/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the way the the calculation for the largest visual annotation representation (stored in _unionedAnnotationRepresentationSize) is done so that it includes both images and views. The `annotationTagAtPoint` method is then able to find annotation objects that are in a query rect formed from the sizes of all manner of point annotation visual representations. The `annotationTagAtPoint` method also gains new logic in a conditional to handle annotations backed by MGLAnnotationViews. Similarly to the image case, it filters out disabled annotations and calculates a centered rect for the view. The hit test logic remains the same but now works correctly for both the centered rects of both images and views. This also fixes a bug where the `largestAnnotationViewSize` was always holding the last annotation view size and not necessarily the largest. This would affect when annotation views are put into a reuse queue since the size is used to help determine when an annotation view has gone offscreen.
| * | [ios, macos] Renamed overdraw to overdraw visualization (#5416)Minh Nguyễn2016-06-239-25/+30
| | | | | | | | | | | | | | | | | | A verb doesn’t make sense in this enum value. Instead, use a descriptive word for this effect and describe it in detail in the documentation comment. Cherry-picked from 415c18294693166472785459f9d5bc8be31b7033.
| * | [ios] fixes #5406 view for annotation (#5413)Fredrik Karlsson2016-06-212-0/+18
| | |