summaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* [core] Assign formatted section index to quadsAlexander Shalamov2019-03-042-2/+2
* [core] Simplify util::peerMikhail Pozdnyakov2019-02-281-1/+1
* [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] Android README link and writing updates (#13995)Langston Smith2019-02-271-5/+11
* [qt] Share the same file source only if using the same access tokenThiago Marcos P. Santos2019-02-271-13/+14
* [ios] Make PingFang as the default local font family for GCJ glyphs(#13988)Lloyd Sheng2019-02-273-4/+6
* [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
* [glfw] Add bounds exampleBruno de Oliveira Abinader2019-02-261-0/+40
* [android] clear singleton instance of Mapbox after running unit test suiteŁukasz Paczos2019-02-261-0/+16
* [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-252-2/+7
* [ios, macos] Expose MGLMapView OpenGL context to OpenGL style layersMinh Nguyễn2019-02-256-1/+28
* [android] - make ReLinker default library loader, create library loader provi...tobrun2019-02-258-21/+95
* [android] gl surfaceview renderer - only destroy context when destroying the ...Ivo van Dongen2019-02-231-1/+21
* [android] re-create renderer on surface update after app backgrounding (in ca...Ivo van Dongen2019-02-232-2/+9
* [android] fix naming for re-open testsIvo van Dongen2019-02-232-12/+12
* [android] - add UiAutomator tests for testing clicking home and returning wit...tobrun2019-02-235-0/+157
* [android] - add missing package-info.java files to packages for javadoc gener...tobrun2019-02-226-1/+21
* [android] Android 7.2.0-beta.1 changelog update (#13968)Langston Smith2019-02-211-1/+17
* [android] bump snapshot to 7.3.0Łukasz Paczos2019-02-211-1/+1
* [android] initialize vendor submodules as a CI stepŁukasz Paczos2019-02-212-6/+5
* [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
* [ios] Mock MGLOfflineStorage in MGLDocumentationExampleTestsJason Wray2019-02-192-17/+32
* [iOS] Update to Events SDK v0.9.0 (#13951)Randall Lee2019-02-193-0/+14
* 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 co...Łukasz Paczos2019-02-191-12/+28
* [android] keep location component's layers hidden when new style with the "la...Łukasz Paczos2019-02-192-4/+33
* [build] Use the correct define on WindowsThiago Marcos P. Santos2019-02-192-2/+1
* [ios, macos] Expose the url session configuration object. (#13886)Fabian Guerra Soto2019-02-1812-28/+78
* [ios] Fix string-bool casting warning in MBXOfflinePacksTableViewControllerJason Wray2019-02-141-2/+2
* [core] Remove old sqlite3 usage noteJason Wray2019-02-141-8/+0
* [android] - bring back style loading test to native map, add onDestroy to aft...tobrun2019-02-141-0/+25
* [android] Update changelog for v7.2.0-alpha.2 (#13930)android-v7.2.0-alpha.2Langston Smith2019-02-141-0/+6
* [android] hook into surface holder to cleanup renderer on the right thread be...Ivo van Dongen2019-02-147-5/+66
* [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
* [android] invalidate the camera position when gesture finishesŁukasz Paczos2019-02-131-0/+3
* [android] - update codebase for Roboelectric v4.xtobrun2019-02-134-4/+9
* [android] - bump dependencies and toolingtobrun2019-02-131-7/+5
* [android,darwin,ios,qt] Remove unused codeThiago Marcos P. Santos2019-02-127-218/+0
* [core] Switch to the new OpenGL abstractionThiago Marcos P. Santos2019-02-126-1/+8
* [android,linux,darwin,qt] Load OpenGL for the platformThiago Marcos P. Santos2019-02-124-0/+1063
* [android] change lock scope in run_loop to avoid deadlocks. simplify asIvo van Dongen2019-02-124-48/+33
* [android] use #onDidBecomeIdle event instead of layer querying during instrum...Łukasz Paczos2019-02-129-377/+290