summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [android] - clear callbacks as part of OnDestroy not as part of OnDestroyViewtobrun2019-03-068-7/+94
|
* 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-056-48/+51
|
* [android] Adding builder pattern for LocationComponent activation (#13941)Langston Smith2019-03-0514-147/+984
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial additions of activation builder * [android] refactoring LocationComponentActivationOptions based on code review * [android] initial addition of LocationComponentActivationOptionsTest unit tests * [android] more refactoring based on code review * [android] refactoring test app location examples * [android] espresso test refactor with LocationComponentActivationOptions usage * [android] locationComponent builder instrumentation test tweaks and log removal * [android] method and docs refactoring based @lukaspaczos 's review * [android] locationEngine setting logic refactor * [android] add null locationEngine to stillStaleAfterResuming test * added .locationEngine(null) to other tests * [android] javadocs, method, and test adjustments based on @lukaspaczos review * [android] test tweaks based on Lukasz review
* [ios] Mute warnings about OpenGL deprecation. (#14019)Julian Rex2019-03-051-0/+3
|
* Skip failing render testsMikhail Pozdnyakov2019-03-051-1/+5
|
* [build, darwin] Disable Xcode indexing-while-compiling on CIJason Wray2019-03-043-0/+20
|
* [qt] Also use the base API URL as key for sharing the cache.Thiago Marcos P. Santos2019-03-041-2/+3
| | | | | Otherwise we will have a URL pointing to different servers and potentially different data.
* [android] added areAllGesturesEnabled() method and test (#14022)Langston Smith2019-03-042-0/+27
|
* [core] Remove map coordinate setters/gettersBruno de Oliveira Abinader2019-03-047-21/+27
|
* [core] Transform{State}: s/angle/bearing/Bruno de Oliveira Abinader2019-03-0412-48/+67
|
* [core] Remove map bearing setters/gettersBruno de Oliveira Abinader2019-03-046-32/+49
|
* [core] Remove map pitch setters/gettersBruno de Oliveira Abinader2019-03-045-11/+16
|
* [core] Remove map zoom setters/gettersBruno de Oliveira Abinader2019-03-046-41/+56
|
* [core] Added Map::pitchBy()Bruno de Oliveira Abinader2019-03-044-2/+8
|
* [core] Added Map::scaleBy()Bruno de Oliveira Abinader2019-03-042-4/+4
|
* [qt] Cleanup QMapboxGL::coordinateZoomForBounds()Bruno de Oliveira Abinader2019-03-041-14/+1
|
* [android] verify no native method is called when saving stateŁukasz Paczos2019-03-043-18/+14
|
* [android] add plural style builder methodsŁukasz Paczos2019-03-042-0/+200
|
* [ios] CADisplayLink method now takes a parameter as required. (#14018)Julian Rex2019-03-013-6/+19
|
* [core] Simplify util::peerMikhail Pozdnyakov2019-02-281-1/+1
| | | | Remove custom vtable, base implementation on `std::unique_ptr`.
* [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
|
* [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-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
| | | | 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
* [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-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
| | | | | | | | `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
|