| Commit message (Expand) | Author | Age | Files | Lines |
* | remove unneeded permissions (#14208) | Zack Mully | 2019-03-22 | 1 | -112/+0 |
* | [android] - revert onDismiss workaround, refactor tests, adress review | tobrun | 2019-03-22 | 13 | -153/+155 |
* | [android] - make a singular FragmentBackStack test | tobrun | 2019-03-22 | 1 | -18/+0 |
* | [android] - hook GLSurfaceViewMapRenderer into surfaceCreated callback, don't... | tobrun | 2019-03-22 | 2 | -9/+5 |
* | [android] - add integration test suite | tobrun | 2019-03-22 | 16 | -306/+378 |
* | [android] - add GLSurfaceView RecylerView example to test for regressions | tobrun | 2019-03-22 | 8 | -157/+199 |
* | [core] Replace shared_ptr with unique_ptr in {Map,Resource}Options | Bruno de Oliveira Abinader | 2019-03-22 | 8 | -75/+87 |
* | [android] - bump snapshot version to 7.4.0 | tobrun | 2019-03-22 | 1 | -1/+1 |
* | [android] fix formatting of the 7.3.0-beta.1 changelog | Łukasz Paczos | 2019-03-22 | 1 | -6/+6 |
* | [android] - improve reliability of UiAutomator tests | tobrun | 2019-03-22 | 2 | -18/+10 |
* | Update to `mapbox-events-ios` release `v0.9.1` (#14194) | Alf Watt | 2019-03-21 | 5 | -15/+20 |
* | [ios] Bumped podspecs for v4.10.0-beta.1 (#14197) | Jordan Kiley | 2019-03-21 | 3 | -3/+3 |
* | [ios] Nitpicky style edits of recent changes | Jason Wray | 2019-03-21 | 2 | -15/+18 |
* | [ios] Copy-edit changelog for 4.10.0-beta.1 | Jason Wray | 2019-03-21 | 1 | -6/+14 |
* | [android] - call getMapAsync when restoring map fragment from saved instance ... | tobrun | 2019-03-21 | 2 | -10/+18 |
* | [android] - introduce Pixel dimension instrumentation test | tobrun | 2019-03-21 | 7 | -76/+5535 |
* | [ios, macos] Fix conditional expression parsing error. (#14181) | Fabian Guerra Soto | 2019-03-21 | 4 | -24/+6 |
* | [core] Change definition of "complete" so offline packs created before #11055... | Julian Rex | 2019-03-21 | 3 | -1/+6 |
* | [android] changelog for 7.3.0-beta.1 | Łukasz Paczos | 2019-03-20 | 2 | -1/+15 |
* | [build] correct the code_coverage time to follow ISO 8601 | Łukasz Paczos | 2019-03-20 | 1 | -7/+6 |
* | [android] cache source/layer only when successfully added | Łukasz Paczos | 2019-03-20 | 1 | -5/+5 |
* | [android] clear the style object when the map is destroyed | Łukasz Paczos | 2019-03-20 | 2 | -4/+8 |
* | [core] Remove file source from public Map ctor | Bruno de Oliveira Abinader | 2019-03-20 | 65 | -467/+659 |
* | [core] Cleanup Map::Impl ctor | Bruno de Oliveira Abinader | 2019-03-20 | 3 | -54/+30 |
* | [darwin] [MGLOfflineStorage mbglFileSource] is now a shared_ptr | Bruno de Oliveira Abinader | 2019-03-20 | 8 | -32/+24 |
* | [android] - add offline troubleshooting link to javadoc of OfflineManager | tobrun | 2019-03-20 | 1 | -0/+4 |
* | [ios, macos] Fix format expression parsing. (#14168) | Fabian Guerra Soto | 2019-03-20 | 2 | -13/+25 |
* | [core] Expose a way of flushing the graphics pipeline | Thiago Marcos P. Santos | 2019-03-20 | 6 | -0/+23 |
* | [core] move cleanup to gfx::Context | Konstantin Käfer | 2019-03-20 | 4 | -15/+20 |
* | [core] move ProgramMap to within the gl::Program object | Konstantin Käfer | 2019-03-20 | 53 | -327/+819 |
* | [core] use constexpr string concatenation for uniform/attribute names | Konstantin Käfer | 2019-03-20 | 27 | -533/+621 |
* | [core] remove a_/u_ prefix from attribute/uniform types | Konstantin Käfer | 2019-03-20 | 51 | -541/+541 |
* | [core] expose vertex binding count in gfx::Context | Konstantin Käfer | 2019-03-20 | 4 | -13/+12 |
* | [core] remove gl/context.hpp from more files, cast where necessary | Konstantin Käfer | 2019-03-20 | 23 | -77/+92 |
* | [android] - refactor idling resource from test | tobrun | 2019-03-20 | 1 | -60/+42 |
* | [ios, macos] Add text-color support to format expressions. (#14146) | Fabian Guerra Soto | 2019-03-19 | 12 | -9/+176 |
* | [android] update licenses | Łukasz Paczos | 2019-03-19 | 1 | -12/+6 |
* | [android] expose LocationComponent's layer IDs | Łukasz Paczos | 2019-03-19 | 1 | -6/+26 |
* | [android] unit and instrumentation tests code coverage report | Łukasz Paczos | 2019-03-19 | 7 | -7/+95 |
* | [ios] Deleted unused NSData category | Minh Nguyễn | 2019-03-18 | 6 | -103/+0 |
* | [build] Add sha to the coverage json (#14145) | Jordan Kiley | 2019-03-18 | 1 | -2/+6 |
* | [android] bump telemetry version to 4.3.0 | Łukasz Paczos | 2019-03-18 | 2 | -1/+1 |
* | [android] cache location layer IDs in a set instead of a list | Łukasz Paczos | 2019-03-18 | 2 | -24/+33 |
* | [android] - remove base idlingResource setup | tobrun | 2019-03-18 | 22 | -735/+495 |
* | [ios, macos] Add format expression convenience methods support. (#14094) | Fabian Guerra Soto | 2019-03-15 | 20 | -22/+329 |
* | Merge pull request #14126 from mapbox/gfx-refactor-4 | Konstantin Käfer | 2019-03-15 | 156 | -2567/+2480 |
* | [android] - older device for running gnustl instrumentation tests on firebase | tobrun | 2019-03-15 | 1 | -28/+28 |
* | [android] text-color option for formatted sections | Łukasz Paczos | 2019-03-15 | 8 | -123/+376 |
* | [core] Forward evaluation context directly to evaluated property | Alexander Shalamov | 2019-03-15 | 1 | -1/+5 |
* | [core] Group Map LatLngBounds, min and max zoom methods | Ander Conselvan de Oliveira | 2019-03-14 | 11 | -56/+123 |