summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [android] add plural style builder methodsupstream/lp-plural-style-builder-13517Łukasz Paczos2019-02-282-0/+200
|
* [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
|
* [android] Update to changelog with stable 7.2.0 changes (#14003)Langston Smith2019-02-271-1/+5
| | | | | | * [android] update to changelog with final 7.2.0 changes * Removed relinker
* [android] Android README link and writing updates (#13995)Langston Smith2019-02-271-5/+11
|
* [core] Move Map::Impl to its own def/impl filesBruno de Oliveira Abinader2019-02-275-213/+249
|
* [qt] Share the same file source only if using the same access tokenThiago Marcos P. Santos2019-02-271-13/+14
| | | | | If access tokens are different, we cannot share the file source, because it will override the previously set access token.
* [ios] Make PingFang as the default local font family for GCJ glyphs(#13988)Lloyd Sheng2019-02-273-4/+6
| | | | | | * Make PingFang as the default local font family * Add a changelog
* [ios, build] Trigger automated site and docs generation during releasesJason Wray2019-02-262-0/+35
|
* [ios, build] Only install packaging dependencies if not installedJason Wray2019-02-261-1/+8
|
* [glfw] Add bounds exampleBruno de Oliveira Abinader2019-02-261-0/+40
|
* [core] Use unwrapped longitude for bounds checkBruno de Oliveira Abinader2019-02-265-54/+212
|
* [core] Ensure 'isPanning' is true when panning a full roundBruno de Oliveira Abinader2019-02-262-1/+18
|
* [build] Added package-lock.json to .gitignoreBruno de Oliveira Abinader2019-02-261-0/+3
|
* [build] More granular timestamps for binary metrics collectionNadia Barbosa2019-02-261-4/+3
|
* [android] clear singleton instance of Mapbox after running unit test suiteŁukasz Paczos2019-02-261-0/+16
|
* [android] run unit tests before building the libraryŁukasz Paczos2019-02-261-3/+3
|
* [android] replace remaining hardcoded delays with the idle eventŁukasz Paczos2019-02-264-16/+18
|
* [build] Publish Android/iOS binary sizes to S3Nadia Barbosa2019-02-254-24/+81
|
* [ios, macos] Expose MGLMapView OpenGL context to OpenGL style layersMinh Nguyễn2019-02-256-1/+28
| | | | Added a property to MGLOpenGLStyleLayer that contains the map view’s underlying OpenGL rendering context.
* [android] - make ReLinker default library loader, create library loader ↵tobrun2019-02-258-21/+95
| | | | provider for modularisation
* [core] remove DrawMode from VertexVector/BufferKonstantin Käfer2019-02-254-20/+11
|
* [core] Layer manager is responsible for buckets and layouts creationMikhail Pozdnyakov2019-02-2541-145/+131
| | | | This is a step to stop using of render layers in tile worker thread.
* [android] gl surfaceview renderer - only destroy context when destroying the ↵Ivo van Dongen2019-02-231-1/+21
| | | | mapview
* [android] re-create renderer on surface update after app backgrounding (in ↵Ivo van Dongen2019-02-232-2/+9
| | | | case egl context is preserved, but surface is not)
* [android] fix naming for re-open testsIvo van Dongen2019-02-232-12/+12
|
* [android] - add UiAutomator tests for testing clicking home and returning ↵tobrun2019-02-235-0/+157
| | | | with recent apps
* [android] - add missing package-info.java files to packages for javadoc ↵tobrun2019-02-226-1/+21
| | | | generation
* [android] Android 7.2.0-beta.1 changelog update (#13968)Langston Smith2019-02-211-1/+17
| | | | | | * [android] android 7.2.0-beta.1 changelog update * Whitespace fixes
* [android] bump snapshot to 7.3.0Łukasz Paczos2019-02-211-1/+1
|
* [android] initialize vendor submodules as a CI stepŁukasz Paczos2019-02-213-6/+11
|
* [ios] Release ios-v4.9.0-beta.1Jason Wray2019-02-203-3/+3
|
* [android] ignore android-nitpick's non-zero exit value when updating submodulesŁukasz Paczos2019-02-201-0/+1
|
* [qt] fix missing alpha channel for `QColor`xylosper2019-02-202-5/+12
| | | | | | | | `QColor::name()` produces `#rrggbb` format where alpha is missing. Use `rgba(...)` string instead when convert `QColor` to mapbox style. Note: `QColor::name(QColor::HexArgb)` produces `#aarrggbb` format string, but mapbox does not support this format apparently.
* [ios] Mock MGLOfflineStorage in MGLDocumentationExampleTestsJason Wray2019-02-192-17/+32
| | | | Otherwise we risk kicking-off long-running offline pack downloads that could interfere with other tests.
* [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
* Add javadocs for local font familykevin2019-02-192-1/+5
|
* [android] set localIdeographFontFamily default to sans-serifkevin2019-02-192-2/+2
|
* [android] do not post stale state message when new option provided but the ↵Łukasz Paczos2019-02-191-12/+28
| | | | component is stopped
* [android] keep location component's layers hidden when new style with the ↵Łukasz Paczos2019-02-192-4/+33
| | | | "layer-below" option is applied
* [build] Use the correct define on WindowsThiago Marcos P. Santos2019-02-195-5/+4
| | | | https://blog.kowalczyk.info/article/j/guide-to-predefined-macros-in-c-compilers-gcc-clang-msvc-etc..html
* [ios, macos] Expose the url session configuration object. (#13886)Fabian Guerra Soto2019-02-1812-28/+78
| | | | 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
|
* [core] Silence -Wshorten-64-to-32 in icu targetJason Wray2019-02-141-0/+1
|
* [core] Remove old sqlite3 usage noteJason Wray2019-02-141-8/+0
|
* [android] - bring back style loading test to native map, add onDestroy to ↵tobrun2019-02-141-0/+25
| | | | after test
* [android] Update changelog for v7.2.0-alpha.2 (#13930)android-v7.2.0-alpha.2Langston Smith2019-02-141-0/+6
| | | | | | * [android] updated android changelog for 7.2.0-alpha.2 release * [android] Added additional bug fix to changelog
* [android] hook into surface holder to cleanup renderer on the right thread ↵Ivo van Dongen2019-02-147-5/+66
| | | | before the surface is destroyed
* [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-136-33/+27
| | | [ios, macos] Move `apiBaseURL` to `MGLAccountManager`