summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [ios] Reflect Map API changes in MGLMapViewBruno de Oliveira Abinader2015-11-111-12/+18
|
* [android] Reflect Map API changes in JNIBruno de Oliveira Abinader2015-11-111-6/+12
|
* [core] Use PrecisionPoint in zoom and angle functionsBruno de Oliveira Abinader2015-11-111-4/+4
|
* [core] Use PrecisionPoint in coordinate functionsBruno de Oliveira Abinader2015-11-111-2/+2
|
* [core] Eliminate use of ClassProperties for paintJohn Firebaugh2015-11-103-15/+15
|
* move from Fabric framework to bare headers per Twitter recommendationJustin R. Miller2015-11-098-67/+3
| | | | Rolls back part of #2742
* Updated changelogMinh Nguyễn2015-11-091-2/+2
|
* Merge remote-tracking branch 'bwhtmn/ios9_multitasking' into ↵Minh Nguyễn2015-11-091-3/+3
|\ | | | | | | 1ec5-ios9-multitasking-2309
| * Fix regression on iOS 8, where map would stop updating if device was rotated ↵Brent Whitman2015-09-111-0/+1
| | | | | | | | while the app was in the background
| * Leave GLview rendering on when app is inactive, to get nice smooth ↵Brent Whitman2015-09-111-4/+3
| | | | | | | | transitions between sizes when using multitasking on iPad (iOS 9).
* | Remove constraints instead of deactivating themMinh Nguyễn2015-11-091-50/+8
| | | | | | | | | | | | Avoid piling up lots of deactivated constraints. Also avoid trying to deactivate constraints that have already been removed from the view hierarchy due to a change in view controllers. Fixes #2020.
* | bump iOS version to 3.0.0-pre.5ios-v3.0.0-pre.5Justin R. Miller2015-11-061-1/+1
| |
* | refs #2966: remove -ObjC linker flag & bring in categories via other meansJustin R. Miller2015-11-069-0/+40
| |
* | [core] fix logging so we don't use strings as a formatterKonstantin Käfer2015-11-062-3/+3
| |
* | [node] Fixes 'make xnode' to configure HOST_SLUG.gypiMike Morris2015-11-055-0/+5
| | | | | | | | | | Adds node-gyp to dev-dependencies to support 'make xnode' on Node v0.10.x Ignores -Wnested-anon-types around v8.h includes.
* | [iOS] Defer didChange until after animationMinh Nguyễn2015-11-051-5/+52
| | | | | | | | Fixes #2436.
* | [core] Include Linux-specific scheduling headerKonstantin Käfer2015-11-051-0/+5
| | | | | | | | before, builds for Linux didn't include thread priority control
* | [node] update platform/node/CHANGELOG.md [skip ci]Mike Morris2015-11-041-7/+5
| |
* | [node] update platform/node/CHANGELOG.md [skip ci]Mike Morris2015-11-041-2/+2
| |
* | [node] make ratio optional, default to 1.0Mike Morris2015-11-044-20/+39
| |
* | [node] swap array order to [lng, lat] for render option centerMike Morris2015-11-043-6/+7
| | | | | | | | For consistency with GeoJSON and mapbox-gl-js
* | Disable callout view dimming when tap is a no-opMinh Nguyễn2015-11-041-0/+5
| | | | | | | | Fixes #2634.
* | Indicate target frame interval, with a comment about how it relates to FPS.Adam Hunter2015-11-041-2/+2
| |
* | more clearly indicate target FPS as relates to display linkJustin R. Miller2015-11-041-1/+2
| |
* | cleanupsJustin R. Miller2015-11-041-29/+28
| | | | | | | | | | | | | | - We don't need a mutex as everything is ensured on main thread. - Move internal-only properties to ivars. - Avoid API collision with needsDisplay. - Move code to lifecycle section.
* | Fix #1975 - improve animation fluidity and responseAdam Hunter2015-11-041-2/+25
| |
* | [core] move mbgl.gyp to gyp directoryMike Morris2015-11-041-5/+5
| | | | | | | | | | So npm won't clobber binding.gyp, refs https://github.com/npm/npm/issues/10243
* | [node] enable npm to build mapbox-gl-native package from sourceLucas Wojciechowski2015-11-043-5/+4
| | | | | | | | | | | | This reverts commit 311bf93abe9f815668e8e0a779c87c3eb5c1199d. more explicit require paths in tests
* | [core] catch compression/decompression errors and report themKonstantin Käfer2015-11-041-0/+5
| |
* | Strip whitespace and newlines from access token and style URLMinh Nguyễn2015-11-032-0/+4
| | | | | | | | Just in case browser weirdness or a tendency to triple-click-select is causing some cases of #2012.
* | Update version and changelognode-v2.0.0-pre.11bsudekum2015-11-021-0/+1
| |
* | [node] add pitch optionbsudekum2015-11-021-0/+6
| |
* | bump iOS version to 3.0.0-pre.4ios-v3.0.0-pre.4Justin R. Miller2015-11-021-1/+1
| |
* | [core] Make DefaultFileSource react to all NetworkStatus changesKonstantin Käfer2015-11-021-6/+5
| |
* | [core] move retry logic to DefaultFileSourceKonstantin Käfer2015-11-025-282/+151
| |
* | Create UIActionSheet on demandMinh Nguyễn2015-10-301-16/+19
| | | | | | | | Fixes #2475.
* | bump iOS version in podspec/Fabricios-v3.0.0-pre.3Justin R. Miller2015-10-301-1/+1
| |
* | [core][iOS] Source iOS styles from default_stylesMinh Nguyễn2015-10-304-50/+35
| | | | | | | | | | | | | | | | | | | | Moved mbgl::util::default_styles to a more appropriate location, where iOS platform code can also find it. Moved -[MGLMapView bundledStyleURLs] (which is now deprecated) and the style switcher in iosapp to default_styles. Added a collection of convenience methods for getting style URLs. It makes little sense to layer an enum atop this, as MapKit does, because MGLMapView styles aren’t limited to this set. A good analogy is UIColor. This also makes for a good entry point for future runtime styling APIs. Introduced independent constants for each default style, because it’s more common to need access to a particular style than to iterate over them. This fact is apparent in the MGLStyle class, which now uses macros and assertions to ensure that it’s kept up-to-date with changes in default_styles. /ref #1462
* | Fixed build issues and typosMinh Nguyễn2015-10-301-2/+2
| | | | | | | | Also renamed styles to more common names.
* | [core] Remove bundled styles.Leith Bade2015-10-303-43/+42
| | | | | | | | Fixes #2239
* | Document node-mapbox-gl-native with JSDocTom MacWright2015-10-291-0/+75
| |
* | [ios] fix removal of heading view when changing user tracking modesMurray Hughes2015-10-291-0/+2
| |
* | [ios] fix user annotation view refresh when switched from course to noneMurray Hughes2015-10-292-38/+50
| |
* | bump SMCalloutView by one change to grab accessbility supportJustin R. Miller2015-10-291-0/+0
| |
* | [core] Set names to threads on LinuxThiago Marcos P. Santos2015-10-291-1/+1
| | | | | | | | Makes debugging/profiling easier.
* | [node] Output debug logs when a render test times outJohn Firebaugh2015-10-283-1/+23
| |
* | [android] Update test app iconLeith Bade2015-10-281-0/+84
| | | | | | | | Fixes #2838
* | remove heading tests as unreliableJustin R. Miller2015-10-271-1/+5
| |
* | remove dead, broken codeJustin R. Miller2015-10-271-7/+0
| |
* | [android] Fix crash on MarshmallowLeith Bade2015-10-281-0/+4
| | | | | | | | Fixes #2813