| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Upgrade to boost 1.60.0 (#4899) | John Firebaugh | 2016-04-28 | 5 | -7/+7 |
* | [android] #4878 - Setting default MyLocationBackgroundTint to be white | Brad Leege | 2016-04-28 | 4 | -5/+2 |
* | [android] #4878 - fix default color of accuracy circle to match primary color... | Tobrun | 2016-04-28 | 34 | -62/+75 |
* | [Qt] C++98 compatibility | Thiago Marcos P. Santos | 2016-04-28 | 1 | -1/+1 |
* | [Qt] Statically assert reflected Qt enums | Bruno de Oliveira Abinader | 2016-04-28 | 3 | -45/+60 |
* | [Qt] s/mapRegionDidChange()/mapChanged(QMapboxGL::MapChange)/ signal | Bruno de Oliveira Abinader | 2016-04-28 | 3 | -18/+27 |
* | [Qt] Make needsRendering signal asynchronous | Thiago Marcos P. Santos | 2016-04-28 | 2 | -2/+8 |
* | [glfw] Atomic is no longer needed | Thiago Marcos P. Santos | 2016-04-28 | 1 | -4/+3 |
* | [Qt] Initialize GL extensions | Thiago Marcos P. Santos | 2016-04-28 | 3 | -0/+21 |
* | [android] #4112 - Updating build tools, support libraries, gradle tools, and ... | Brad Leege | 2016-04-27 | 4 | -7/+7 |
* | [ios] Updated offline pack tests | Minh Nguyễn | 2016-04-27 | 3 | -4/+10 |
* | [android] Add completedTile{Count,Size} bindings | John Firebaugh | 2016-04-27 | 2 | -3/+29 |
* | [ios, osx] Add countOfTilesCompleted binding | John Firebaugh | 2016-04-27 | 2 | -0/+6 |
* | [core] Refactor getRegionCompletedStatus; add completedTileCount; add tests | John Firebaugh | 2016-04-27 | 2 | -23/+32 |
* | [ios, osx] Add a property for bytes used by offline tiles | Brent Whitman | 2016-04-27 | 4 | -14/+32 |
* | [Qt] Set a zoom and a coordinate on the QML test app | Thiago Marcos P. Santos | 2016-04-27 | 1 | -13/+10 |
* | [Qt] Expose center and zoom properties | Thiago Marcos P. Santos | 2016-04-27 | 6 | -1/+167 |
* | [android] #4850 - add non-gl content to snapshot bitmap | Tobrun | 2016-04-27 | 3 | -7/+13 |
* | [android] #4850 - user location view is show instantly when toggled on | Tobrun | 2016-04-27 | 1 | -1/+1 |
* | [build] Move Qt version define to configure.sh | Bruno de Oliveira Abinader | 2016-04-27 | 2 | -3/+5 |
* | [android] Updating AWS Device Farm Python Script URL | Brad Leege | 2016-04-27 | 1 | -1/+1 |
* | [Qt] Flip Qt Quick item vertically if Qt version >= 5.6 | Bruno de Oliveira Abinader | 2016-04-27 | 1 | -0/+4 |
* | [Qt] Added qt-qml-app example | Bruno de Oliveira Abinader | 2016-04-27 | 6 | -0/+116 |
* | [Qt] Added QQuickMapboxGL{,Renderer} | Bruno de Oliveira Abinader | 2016-04-27 | 7 | -0/+138 |
* | [Qt] Use shared GL context by default | Thiago Marcos P. Santos | 2016-04-27 | 1 | -1/+1 |
* | [build] Qt cleanup | Bruno de Oliveira Abinader | 2016-04-27 | 1 | -1/+1 |
* | [ios] Moved .stringsdict from Base.lproj to en.lproj | Minh Nguyễn | 2016-04-26 | 2 | -2/+2 |
* | [ios] Announce zoom level, visible annotations after zooming | Minh Nguyễn | 2016-04-26 | 4 | -2/+59 |
* | [android] #4835 - Adding disable location icon switch to FAB | Brad Leege | 2016-04-26 | 2 | -1/+15 |
* | [android] #4835 - Adding tracking and cleanup of myLocationListener functiona... | Brad Leege | 2016-04-26 | 2 | -10/+14 |
* | [android] #4835 - Adding FAB Toggle UI And Functionality | Brad Leege | 2016-04-26 | 3 | -8/+105 |
* | [android] #4835 - Restoring Initial setup of MyLocationToggle UI | Brad Leege | 2016-04-26 | 1 | -1/+25 |
* | [android] #4835 - Initial setup of MyLocationToggle UI | Brad Leege | 2016-04-26 | 4 | -0/+93 |
* | [ios] Only post layout change notifications when focused | Minh Nguyễn | 2016-04-26 | 2 | -4/+22 |
* | [ios] Fixed ℹ️, user dot accessibility | Minh Nguyễn | 2016-04-26 | 2 | -7/+20 |
* | [android] #4800 - correct background offsets from attributes | Tobrun | 2016-04-26 | 7 | -46/+34 |
* | [android] #4800 - default location view from start: introduced attributes, up... | Tobrun | 2016-04-26 | 18 | -288/+528 |
* | [android] #4845 - disable robotium | Tobrun | 2016-04-26 | 4 | -96/+106 |
* | node-v3.1.2node-v3.1.2 | Mike Morris | 2016-04-26 | 1 | -0/+4 |
* | [Qt] Split Qt flags | Thiago Marcos P. Santos | 2016-04-26 | 3 | -6/+21 |
* | [android] #3231 - add support for tinting attribution icon through xml - Mapb... | Tobrun | 2016-04-26 | 9 | -44/+106 |
* | [android] #3231 - added support for automatic tinting ui components used the ... | Tobrun | 2016-04-26 | 4 | -3/+113 |
* | [osx] make scrollwheel zooming smoother | Konstantin Käfer | 2016-04-26 | 1 | -6/+14 |
* | [osx] disable touch events | Konstantin Käfer | 2016-04-26 | 1 | -1/+0 |
* | [ios] Hide compass from VoiceOver when pointing north | Minh Nguyễn | 2016-04-26 | 1 | -6/+7 |
* | [ios] Use default images for world tour destinations | Minh Nguyễn | 2016-04-25 | 1 | -1/+1 |
* | [ios] Update frame size when changing dot/puck mode | Jason Wray | 2016-04-25 | 1 | -0/+20 |
* | [osx] Fixed crash on launch on OS X 10.10 | Minh Nguyễn | 2016-04-25 | 1 | -1/+1 |
* | [android] #4829 - Use CopyOnWriteArrayList for non blocking iterations | Brad Leege | 2016-04-25 | 1 | -6/+3 |
* | [Qt] Add toolchain support | Thiago Marcos P. Santos | 2016-04-25 | 2 | -0/+27 |