Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [android] - update changelog for v7.1.0-alpha.2android-v7.1.0-alpha.2 | tobrun | 2019-01-16 | 1 | -0/+21 |
| | |||||
* | [android] do not invoke #onCancel when animation is scheduled from #onFinish ↵ | Łukasz Paczos | 2019-01-16 | 3 | -24/+115 |
| | | | | block | ||||
* | [android] updated licenses after Android vendorization | Łukasz Paczos | 2019-01-16 | 1 | -21/+24 |
| | |||||
* | [core] Simplify mbgl::Immutable | Mikhail Pozdnyakov | 2019-01-15 | 1 | -15/+5 |
| | |||||
* | [android] - expose query feature extensions | tobrun | 2019-01-15 | 14 | -98/+6463 |
| | |||||
* | [android] - makes improve map url backwards compatible | tobrun | 2019-01-15 | 2 | -3/+11 |
| | |||||
* | [android] - show snapshot attribution | tobrun | 2019-01-15 | 2 | -8/+23 |
| | |||||
* | [android] change vendor modules update script | Łukasz Paczos | 2019-01-15 | 3 | -10/+9 |
| | |||||
* | [android] mapbox-events-android vendor | Łukasz Paczos | 2019-01-15 | 5 | -6/+9 |
| | |||||
* | [android] mapbox-java vendor | Łukasz Paczos | 2019-01-15 | 6 | -12/+12 |
| | |||||
* | [android] mapbox-gestures-android vendor | Łukasz Paczos | 2019-01-15 | 9 | -5/+22 |
| | |||||
* | [android] - optimise interface definition | tobrun | 2019-01-15 | 14 | -382/+309 |
| | |||||
* | [android] - introduce NativeMap abstraction, remove static code block ↵ | tobrun | 2019-01-15 | 10 | -153/+441 |
| | | | | removal utility | ||||
* | [ios] Display map on connected displaysupstream/az-perf-event | Minh Nguyễn | 2019-01-14 | 1 | -0/+36 |
| | | | | Whenever an external display is connected, show a map synchronized with the main map on the main display. | ||||
* | [ios] Prevent map view on external display from sleeping in background | Minh Nguyễn | 2019-01-14 | 2 | -2/+12 |
| | | | | When the application enters background mode, only put the map view to sleep if it’s installed on the main screen or hasn’t been added to any window. Otherwise, if it’s targeting an external display, such as via AirPlay or CarPlay, allow the map view to continue rendering. | ||||
* | [ios, macos] Support getLeaves (and related) clustering methods (#12952) ↵ | Julian Rex | 2019-01-14 | 21 | -36/+470 |
| | | | | following feature extension API (#13382) | ||||
* | [android] fix debug activity not show fps (#13726) | Kevin Li | 2019-01-14 | 1 | -2/+2 |
| | |||||
* | [android] updated make icon id (#13729) | Osana Babayan | 2019-01-14 | 1 | -1/+1 |
| | |||||
* | [core] Notify requests about network reachability in priority order | Alexander Shalamov | 2019-01-14 | 1 | -1/+11 |
| | |||||
* | [core] SymbolBucket: use single map for paint properties data | Mikhail Pozdnyakov | 2019-01-14 | 4 | -27/+30 |
| | | | | Obviates unnecessary lookups, improves readability. | ||||
* | [android] - avoid null pointer when quickly closing activity for attribution ↵ | Tobrun | 2019-01-11 | 1 | -1/+3 |
| | | | | click handling | ||||
* | [core] return constexpr strings from functions to avoid ODR compile failures | Konstantin Käfer | 2019-01-11 | 4 | -43/+43 |
| | |||||
* | [core] Split layer type specific code in mbgl::Programs | Mikhail Pozdnyakov | 2019-01-11 | 23 | -91/+257 |
| | | | | | | | | | | | Progams code for a certain layer type is encapsulted within a dedicated `<layer type>Programs` class, inherited from the generic base `LayerTypePrograms` class. `mbgl::Programs::get<layer type>Programs()` lazily initializes the layer type-specific programs code using pointer to the base class, which allows LTO to remove this code from binaries (if the corresponding `get<layer type>Programs()` method can never be invoked). | ||||
* | [core] shader program must always match bucket in render symbol layer | Mikhail Pozdnyakov | 2019-01-11 | 8 | -53/+73 |
| | | | | | | | | | Before this change, `RenderSymbolLayer` with updated style was trying to render symbols using the previous bucket (with paint property binders that matched a previous program). Now, symbol bucket caches the latest corresponding paint properties (caching is happening on complete tiles only). As a result, `RenderSymbolLayer` always picks the shader program and its parameters in sync with the obtained bucket. | ||||
* | [android] Implement google benchmark runner for Android platform | Alexander Shalamov | 2019-01-11 | 8 | -5/+69 |
| | |||||
* | [macos] - update links to new API doc format (#13693) | Heather Stenson | 2019-01-10 | 2 | -15/+15 |
| | |||||
* | [ios] - update links to new API doc format (#13694) | Heather Stenson | 2019-01-10 | 1 | -1/+1 |
| | |||||
* | [android] - update link from API docs (#13692) | Heather Stenson | 2019-01-10 | 1 | -2/+2 |
| | |||||
* | [android] - avoid leaking dialog when context is being stopped | tobrun | 2019-01-10 | 3 | -6/+24 |
| | |||||
* | [android] - update changelog for v7.0.1 | tobrun | 2019-01-10 | 1 | -0/+3 |
| | |||||
* | [android] Add list of skipped core unit tests | Alexander Shalamov | 2019-01-10 | 3 | -1/+13 |
| | |||||
* | [android] Implement android test runner for core unit tests | Alexander Shalamov | 2019-01-10 | 8 | -113/+118 |
| | |||||
* | [android] Rename offline database in Test App to follow .gitignore rule (#13708) | Antonio Zugaldia | 2019-01-10 | 3 | -2/+2 |
| | | | | | | * [android] rename offline.db to offline_test.db to avoid working around the .gitignore rule * [android] update code references to database file | ||||
* | [build] add missing files | Konstantin Käfer | 2019-01-10 | 2 | -0/+2 |
| | |||||
* | [android] - throw IllegalStateException when setting an maximum fps while ↵ | tobrun | 2019-01-10 | 1 | -0/+2 |
| | | | | the mapRenderer isn't created yet | ||||
* | [android] - update symbol layer example with regression test for symbols ↵ | tobrun | 2019-01-10 | 1 | -7/+24 |
| | | | | flashing | ||||
* | [android] lift Parcelable inheritance to the OfflineRegionDefinition | Łukasz Paczos | 2019-01-10 | 3 | -7/+9 |
| | |||||
* | [android] - espresso tests rework | Tobrun | 2019-01-10 | 58 | -834/+283 |
| | |||||
* | [ios] Migrated tests, playground to Swift 4.2 | Minh Nguyễn | 2019-01-09 | 2 | -10/+5 |
| | |||||
* | [ios] Podspec bump to v4.8.0 alpha.1 (#13696)ios-v4.8.0-alpha.1 | Fabian Guerra Soto | 2019-01-09 | 4 | -4/+4 |
| | | | | | | * [ios, macos] Podspec bump to 4.8.0-alpha.1. * [ios] Update changelogs. | ||||
* | [ios] Updates the change log with 4.7.1 changes. (#13690) | Julian Rex | 2019-01-09 | 1 | -0/+8 |
| | |||||
* | [ios, macos] Fixes a bug where the animated parameter of -[MGLMapView ↵ | Julian Rex | 2019-01-09 | 4 | -34/+53 |
| | | | | selectAnnotation:animated:] was ignored. (#13689) | ||||
* | [android] - update changelog for android v7.1.0-alpha.1android-v7.1.0-alpha.1 | tobrun | 2019-01-09 | 1 | -10/+21 |
| | |||||
* | [build] generate header maps instead of -files.txt | Konstantin Käfer | 2019-01-09 | 92 | -7711/+6772 |
| | |||||
* | [build] add a Buck build and BUCK file for Android | Konstantin Käfer | 2019-01-09 | 11 | -0/+240 |
| | |||||
* | [ios, macos] Bump code comments to streets-v8 | Nadia Barbosa | 2019-01-08 | 2 | -2/+2 |
| | |||||
* | [ios, macos] Renames MGLStyle.enablePlacementTransitions (#13685) | Fabian Guerra Soto | 2019-01-08 | 5 | -10/+10 |
| | | | | | | * [ios, macos] Rename enablePlacementTransitions to performsPlacementTransitions. * [ios, macos] Update changelogs. | ||||
* | [android] v7.0.0 changelog (#13684) | Osana Babayan | 2019-01-07 | 1 | -0/+5 |
| | |||||
* | [iOS] Upgrade Events submodule to v0.8.0 (#13676) | Randall Lee | 2019-01-07 | 1 | -0/+0 |
| | |||||
* | [core] Updated script detection for Unicode 11 | Minh Nguyễn | 2019-01-07 | 1 | -0/+11 |
| | | | | Updated script detection code to reflect changes in Unicode 11. |