summaryrefslogtreecommitdiff
path: root/platform/ios
Commit message (Collapse)AuthorAgeFilesLines
* [ios] update file namejmkiley2019-03-111-2/+2
|
* [ios] uncomment aws uploadjmkiley2019-03-111-1/+1
|
* [ios] Update CI template, modify file namejmkiley2019-03-111-3/+4
|
* [ios] install awsjmkiley2019-03-111-2/+3
|
* [ios] rename folderjmkiley2019-03-111-1/+1
|
* [ios] coverage.jsonjmkiley2019-03-111-4/+18
|
* [ios] Update circle.yml, generate coverage reportsjmkiley2019-03-111-0/+11
|
* [ios] Generate code coverage, print percentagejmkiley2019-03-111-0/+19
|
* [iOS] Enable developers to change position of ornaments (#13911)Lloyd Sheng2019-03-1113-229/+558
| | | | | | | * APIs for change position of ornaments * Use anchors APIs and emove iOS8 layout code * Add ornaments layout tests
* [core] Add MapOptions to define properties of MapSudarsana Babu Nagineni2019-03-081-2/+9
| | | | | | To simplify the Map constructor, introduce MapOptions interface to define the properties that can be set on a Map.
* [ios, macos] Fix a bug with multiple format expressions. (#14064)Fabian Guerra Soto2019-03-071-0/+1
| | | | Fixed a bug where `format` expressions using the generic `MGL_FUNCTION` binding ignored multiple formatting parameters.
* [ios] Reset access token state after running testsJason Wray2019-03-073-0/+3
|
* [ios] Enable test run-order randomizationJason Wray2019-03-071-1/+2
|
* [ios] Release ios-v4.10.0-alpha.1 (#14056)ios-v4.10.0-alpha.1Jordan Kiley2019-03-064-4/+4
|
* Add option to prefetch low-resolution tiles (#14031)m-stephen2019-03-063-0/+21
| | | * Add option to prefetch low-resolution tiles
* [build, ios] Replace 'nightly' build with snapshotJason Wray2019-03-055-47/+51
|
* [build, darwin] Disable Xcode indexing-while-compiling on CIJason Wray2019-03-041-0/+9
|
* [core] Remove map coordinate setters/gettersBruno de Oliveira Abinader2019-03-041-4/+6
|
* [core] Transform{State}: s/angle/bearing/Bruno de Oliveira Abinader2019-03-041-11/+11
|
* [core] Remove map bearing setters/gettersBruno de Oliveira Abinader2019-03-041-11/+19
|
* [core] Remove map pitch setters/gettersBruno de Oliveira Abinader2019-03-041-3/+6
|
* [core] Remove map zoom setters/gettersBruno de Oliveira Abinader2019-03-041-14/+17
|
* [ios] CADisplayLink method now takes a parameter as required. (#14018)Julian Rex2019-03-013-6/+19
|
* [ios] Release ios-v4.9.0upstream/friedbunny-ios-v4.9.0Jason Wray2019-02-273-3/+3
|
* [ios] Update changelog for ios-v4.9.0Jason Wray2019-02-271-2/+5
|
* [ios] Make PingFang as the default local font family for GCJ glyphs(#13988)Lloyd Sheng2019-02-271-0/+1
| | | | | | * Make PingFang as the default local font family * Add a changelog
* [ios, build] Trigger automated site and docs generation during releasesJason Wray2019-02-261-0/+34
|
* [ios, build] Only install packaging dependencies if not installedJason Wray2019-02-261-1/+8
|
* [build] Publish Android/iOS binary sizes to S3Nadia Barbosa2019-02-251-1/+4
|
* [ios, macos] Expose MGLMapView OpenGL context to OpenGL style layersMinh Nguyễn2019-02-252-1/+4
| | | | Added a property to MGLOpenGLStyleLayer that contains the map view’s underlying OpenGL rendering context.
* [ios] Release ios-v4.9.0-beta.1Jason Wray2019-02-203-3/+3
|
* [iOS] Update to Events SDK v0.9.0 (#13951)Randall Lee2019-02-193-0/+14
| | | | | | | | | | * Update to Events SDK v0.9.0 Minor bug fixes and addition of internal turnstile attributes. Also enables LTO compiler flag. * Add CLLocationManager+MMEMobileEvents category * Generate file lists
* [ios, macos] Expose the url session configuration object. (#13886)Fabian Guerra Soto2019-02-184-3/+5
| | | | The `MGLNetworkConfiguration` class was make public, and added `sessionConfiguration` property to let developers customize the `NSURLSessionConfiguration` object that is used to make HTTP requests in the SDK.
* [ios] Fix string-bool casting warning in MBXOfflinePacksTableViewControllerJason Wray2019-02-141-2/+2
|
* [ios] Release ios-v4.9.0-alpha.2ios-v4.9.0-alpha.2Jason Wray2019-02-133-3/+3
|
* [ios, macos] Move `apiBaseURL` to `MGLAccountManager`` (#13754)Jordan Kiley2019-02-131-4/+0
| | | [ios, macos] Move `apiBaseURL` to `MGLAccountManager`
* [android,darwin,ios,qt] Remove unused codeThiago Marcos P. Santos2019-02-121-1/+0
| | | | These files are no longer needed after the new GL abstraction.
* [core] Switch to the new OpenGL abstractionThiago Marcos P. Santos2019-02-121-0/+1
| | | | | | This patch will make Mapbox GL Core never use OpenGL directly. We should consider locking into OpenGL ES 2.0 to simplify the code path and remove #ifdefs.
* [ios] Check supported interface orientations when rotating device/view ↵Julian Rex2019-02-112-1/+101
| | | | layout (#13900)
* [ios] Improve tilt gesture performance (#13902)Felix Wehnert2019-02-112-4/+6
|
* [ios] Update changelog for 4.9.0ios-v4.9.0-alpha.1Jason Wray2019-02-061-2/+2
|
* [ios, build] Improve error message when tagged version does not exist in ↵Jason Wray2019-02-061-1/+7
| | | | changelog
* [ios] Release ios-v4.9.0-alpha.1Jason Wray2019-02-064-4/+4
|
* [ios, build] Make jazzy sqlite3 installation version agnosticJason Wray2019-02-061-2/+1
|
* [ios] Reverts "Enable customize positions of mapview ornaments (#13556)" ↵Julian Rex2019-02-0512-583/+222
| | | | | (#13870) This reverts commit e22d28c285c1543ebbf75d205f0129e74b0fbb8a.
* [ios] Specify sqlite3 version used by Jazzy (#13874)Julian Rex2019-02-051-1/+1
|
* [ios, docs] Fix types in jazzy Swift declarations for MGLMapViewDelegateJason Wray2019-02-042-2/+2
| | | Also, fix highlighting for one thing.
* [ios, docs] Support custom jazzy header contentJason Wray2019-02-011-2/+4
|
* [ios] Fix the user location not getting displayed when setting tracking mode ↵Fabian Guerra Soto2019-02-012-6/+4
| | | | | | to followWithCourse and followWithHeading (#13849) Removed legacy code that was causing the mapView to ignore setting the user location to tracking modes follingWithCourse and followWithHeading.
* [ios] Bump podspec to 4.8.0.Fabian Guerra2019-01-303-3/+3
|