summaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
...
| * | [ios] Fixed deprecation warningsMinh Nguyễn2016-11-021-2/+2
| * | [ios, macos] Rationalized string enum namesMinh Nguyễn2016-11-027-57/+62
| * | [ios, macos] Adopted string enumerationsMinh Nguyễn2016-11-025-17/+35
| * | [ios] Fix bad merge in iosappJesse Bounds2016-11-021-3/+0
| * | [ios, macos] Updated changelogsMinh Nguyễn2016-11-012-9/+14
| * | [ios] Update podspecs for beta 2ios-v3.4.0-beta.2Jesse Bounds2016-11-012-2/+2
| * | [ios, macos] Update changelogs for visible annotations APIJesse Bounds2016-11-012-0/+2
| * | Optimize annotation view updates (#5987)Jesse Bounds2016-11-015-55/+161
| * | [ios, macos] document custom API URL & add Info.plist guide (#6833)Justin R. Miller2016-11-017-2/+56
| * | [ios] Do iosapp token handling in viewDidLoadJason Wray2016-10-281-5/+0
| * | [ios] Add country label language toggle demoJason Wray2016-10-281-1/+74
| * | [ios, macos] Introduce visible annotations API (#6061)Jesse Bounds2016-10-265-0/+119
| * | [ios, macos] Make source ownership consistent and GeoJSON content properties ...Jesse Bounds2016-10-2611-72/+313
| * | [ios, macos] Added Swift MGLStyleValue testsMinh Nguyễn2016-10-265-0/+70
| * | [ios, macos] Corrected MGLStyleValue inheritanceMinh Nguyễn2016-10-261-2/+2
| * | [ios, macos] Fixed syntax error in documentation comment (#6822)Minh Nguyễn2016-10-262-1/+4
| * | Merge branch 'master' into boundsj-release-ios-3.4.0-merge-masterJesse Bounds2016-10-25150-1328/+5503
| |\ \
| * | | Add MGLPointCollection for GeoJSON multipoints (#6742)Jesse Bounds2016-10-2023-151/+302
| * | | [ios, macos] Make feature attributes and identifier writable (#6728)Jesse Bounds2016-10-196-15/+74
| * | | [ios, macos] Raise correct style layer misuse exception (#6738)Minh Nguyễn2016-10-182-4/+10
| * | | [ios] Optimize event uploading (#6737)Jesse Bounds2016-10-181-5/+22
| * | | [ios] Fix deploy script temp directory creation (#6740)Jason Wray2016-10-181-5/+3
* | | | Merge branch 'release-ios-v3.3.5' into masterJason Wray2016-11-022-5/+29
|\ \ \ \ | | |_|/ | |/| |
| * | | ios-v3.3.5Jason Wray2016-11-023-2/+9
| * | | [ios] Add simulator dSYM slices to build output. (#5740)Jesse Bounds2016-10-271-1/+12
| * | | [ios] Guard against nil data task (#5932)Jesse Bounds2016-10-251-1/+3
| * | | [ios] Observer that app did become active instead of will foreground (#6600)Jesse Bounds2016-10-251-1/+1
| * | | [ios] Optimize event uploading (#6737)Jesse Bounds2016-10-251-5/+22
| * | | [ios] Don't specify Swift version for jazzy doc generation (#6377)Jason Wray2016-10-251-3/+0
| * | | [ios][build] Validate dSYM and framework UUIDsJason Wray2016-10-251-1/+22
| * | | [ios][build] Generate debug symbols for all buildsJason Wray2016-10-252-8/+6
* | | | [android] - fix public xml api for drawables, fixup QueryRenderedFeatursBoxSy...Tobrun2016-11-0216-20/+20
* | | | Prefix library resources to avoid naming conflicts (#6878)Tobrun2016-11-0298-411/+408
* | | | [android] add test activity for symbol queryingIvo van Dongen2016-11-024-0/+251
* | | | removes sdk manager plugin (#6865)Cameron Mace2016-11-013-3/+0
* | | | [core] satisfy Xcode project upgraderKonstantin Käfer2016-11-0112-15/+18
* | | | [core] correctly set the framebuffer size on retina screensKonstantin Käfer2016-11-016-14/+31
* | | | [ios, macos] document custom API URL & add Info.plist guide (#6833)Justin R. Miller2016-10-317-2/+56
* | | | updated directions example in testapp to v5 (#6843)Cameron Mace2016-10-311-11/+22
* | | | Android Nougat compatibility: onstart/onstop on MapView (#6830)Tobrun2016-10-3153-182/+742
* | | | [android] - prevent null pointer when receiving connectivity change events wh...Tobrun2016-10-311-1/+1
* | | | [Qt] Fix viewport size for Linux on Qt5Bruno de Oliveira Abinader2016-10-281-8/+4
* | | | [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-2716-104/+112
* | | | [android] - Update to Android Studio 2.2.2 with tools/dependencies (#6390)Tobrun2016-10-266-24/+24
| |_|/ |/| |
* | | [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-2529-521/+288
* | | [core] separate Backend from View for headless renderingKonstantin Käfer2016-10-2524-276/+382
* | | removed brew cask install android studio instruction (#6723)Cameron Mace2016-10-251-9/+2
* | | [android] - MarkerView is responsible for managing height and width of a Mark...Tobrun2016-10-252-15/+43
* | | [android] - remove timer from compassView, make fading when facing north opti...Tobrun2016-10-2511-76/+165
* | | [android] - move marker view click handling to core (#5639)Tobrun2016-10-253-25/+57