summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [android] - ignore activity gen testsupstream/fabian-cp-10163Tobrun2017-11-011-1/+1
|
* [darwin] MGLMapSnapshot - add missing EXPORTIvo van Dongen2017-11-011-0/+1
|
* [ios, macos] Fix MGLMapSnapshotter documentation typo.Fabian Guerra2017-10-311-1/+1
|
* [android] map snapshotter - expose attributionsIvo van Dongen2017-10-315-5/+48
|
* [darwin] map snapshotter - expose attributionsIvo van Dongen2017-10-311-1/+1
|
* [core] map snapshotter - add attributions to snapshotter callbackIvo van Dongen2017-10-312-1/+14
|
* [darwin][ios][macos] map snapshotter - add MGLMapSnapshot wrapperIvo van Dongen2017-10-315-30/+94
|
* [android] map snapshotter - wrap snapshot in native peer for access to the ↵Ivo van Dongen2017-10-3114-28/+293
| | | | pointFor functionality
* [default] map snapshotter - add function to get screen coordinate from ↵Ivo van Dongen2017-10-312-2/+23
| | | | | | latlng for snapshot - Wraps the TransformState for the snapshot so that the snapshotter itself is free to be re-used or destroyed
* [default] headless frontend - allow access to the transform stateIvo van Dongen2017-10-312-0/+13
|
* [darwin] map snapshotter - snapshotter mutabilityIvo van Dongen2017-10-312-6/+121
|
* [android] map snapshotter - add mutatorsIvo van Dongen2017-10-319-4/+210
|
* [core] map snapshotter - add mutatorsIvo van Dongen2017-10-312-4/+98
|
* [android] - rework ease interactions to take in account possitve duration ↵Tobrun2017-10-312-10/+5
| | | | requirement
* [android] MapboxMap.animate() and Mapbox.easeCamera() should throw ↵Osana Babayan2017-10-312-0/+54
| | | | | IllegalArgument (#10321) if non-positive duration is passed in
* [android] - run all instrumenetation testsTobrun2017-10-313-2/+6
|
* [android] - add bulk addImages api on MapboxMapTobrun2017-10-3110-49/+278
|
* [android] Make sure onFinish has new camera position after camera.move (#10324)Osana Babayan2017-10-313-4/+34
|
* [android] - Add angular velocity effect on rotation gesture.Ramin Mirsharifi2017-10-305-71/+179
|
* [android] - Add touch velocity effects on scale gesture. Fine tune.Ramin Mirsharifi2017-10-302-6/+11
|
* [android] - Add touch velocity effects on scale gesture.Ramin Mirsharifi2017-10-302-5/+54
|
* [android] - avoid null pointer if map wasn't initalised when saving instance ↵Tobrun2017-10-301-2/+4
| | | | state
* [android] - move shape annotation click handling to coreTobrun2017-10-3010-68/+129
|
* [android, ios, macos] Added Hungarian localizationMinh Nguyễn2017-10-275-1/+72
| | | | Added a Hungarian localization to the Android SDK. Updated the iOS and macOS SDK Hungarian localization.
* [android, ios, macos] Added Bulgarian localizationMinh Nguyễn2017-10-2714-1/+546
|
* [ios, macos] Updated Brazilian Portuguese localizationMinh Nguyễn2017-10-275-5/+339
|
* [ios] Bump podspec to beta.3 (#10305)ios-v3.7.0-beta.3Fabian Guerra Soto2017-10-273-3/+3
|
* [ios, macos] Iterate over point and shape annotations. (#10262)Fabian Guerra Soto2017-10-272-72/+76
|
* Add option to toggle symbol layer visibility.Subodh Nijsure2017-10-263-4/+24
|
* [android] release v5.2.0-beta.3 (#10298)Pablo Guardiola2017-10-261-0/+6
|
* [android] - lower amount of external dependencies (#10268)Antonio Zugaldia2017-10-268-28/+47
|
* [core] blacklist VAO usage on adreno 3xxIvo van Dongen2017-10-261-1/+8
| | | | - Causes crashes on usage of glBuffer(Sub)Data
* [ios] Move scale bar content size invalidation to map viewJesse Bounds2017-10-252-3/+8
|
* [core] fix crash when querying GeoJSON tilesKonstantin Käfer2017-10-251-12/+12
|
* [build] Disable iOS and macOS builds on Bitriseupstream/fb-circleci-aguaJason Wray2017-10-252-73/+4
|
* [macos, build] Add CircleCI macOS buildsJason Wray2017-10-251-4/+30
|
* [ios, build] Add CircleCI iOS buildsJason Wray2017-10-252-1/+86
|
* [core] Add layer before notifying observerJohn Firebaugh2017-10-251-1/+2
|
* [android] - null check mapboxMap with onStop invocationTobrun2017-10-231-1/+4
|
* [build] Bump earcut to 0.12.4Bruno de Oliveira Abinader2017-10-211-1/+1
|
* [ios] Fix iOS 8 incompatibility in iosapp hud label fontJason Wray2017-10-201-1/+3
|
* [ios] Fix iOS 8 incompatibility in scale bar RTL checkJason Wray2017-10-202-3/+9
|
* [core] limit annotation tile source to z16Konstantin Käfer2017-10-191-1/+3
|
* [ios] Fix scale bar label alignmentJason Wray2017-10-191-3/+3
|
* [ios] Avoid drawing view annotations across pixel boundariesJason Wray2017-10-195-11/+28
|
* [ios] Slightly round the corners of the puck arrowJason Wray2017-10-191-1/+5
|
* [android] release v5.2.0-beta.2 (#10240)Pablo Guardiola2017-10-191-1/+13
|
* [ios, build] Force Bitrise to install pipJason Wray2017-10-181-6/+2
|
* [ios] Bump podspec to v3.7.0-beta.2 (#10230)ios-v3.7.0-beta.2Fabian Guerra Soto2017-10-183-3/+3
|
* [ios, macos] Add selection support to MGLMultiPoint annotations. (#9984)Fabian Guerra Soto2017-10-1812-64/+165
| | | | | | * [ios, macos] Add selection support to MGLMultiPoint annotations. * [ios, macos] Update changelogs.