summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add code of conductJason Wray2015-10-311-0/+5
|
* Create UIActionSheet on demandMinh Nguyễn2015-10-301-16/+19
| | | | Fixes #2475.
* [android] Save added markers in test appLeith Bade2015-10-312-16/+43
| | | | Fixes #2877
* [android] Adjust annotation touch tolerance to match default markerLeith Bade2015-10-311-4/+5
| | | | For #1504
* [android] When pinch zooming lock rotationLeith Bade2015-10-311-22/+13
| | | | Fixes #813
* bump iOS version in podspec/Fabricios-v3.0.0-pre.3Justin R. Miller2015-10-302-2/+2
|
* [core] Don't crash when removing a shape annotation whose layer was never ↵John Firebaugh2015-10-302-1/+15
| | | | created
* [core][iOS] Source iOS styles from default_stylesMinh Nguyễn2015-10-3016-95/+149
| | | | | | | | | | 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-302-3/+2
| | | | Also renamed styles to more common names.
* [core] Remove bundled styles.Leith Bade2015-10-3020-118/+56
| | | | Fixes #2239
* [core] Polymorphic bucket creationJohn Firebaugh2015-10-3019-162/+247
|
* [core] Eliminate StyleBucketJohn Firebaugh2015-10-3019-235/+174
|
* [core] Use current copy of style layers when reparsing tilesJohn Firebaugh2015-10-306-17/+26
| | | | | | This fixes adding shape annotations after VectorTileData objects have been created for annotations already, and will also be necessary for the dynamic Style API.
* [core] Monitor annotation tiles, rather than completely invalidating themJohn Firebaugh2015-10-307-16/+46
| | | | Fixes #1688
* [core] When reparsing a tile, replace all existing bucketsJohn Firebaugh2015-10-303-5/+4
| | | | | A tile may go from having particular layers, to not having them. (Annotation tiles in particular.)
* [core] Separate type for RasterTileParseResultJohn Firebaugh2015-10-303-18/+14
|
* [android] #2880 - CoordinateBounds correction equals methodTobrun2015-10-301-1/+1
|
* [android] #2868 - Setting android back to SNAPSHOT mode and incrementing ↵Brad Leege2015-10-301-1/+1
| | | | build number
* Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeBrad Leege2015-10-3056-868/+920
|\
| * [android] #2861 - double tap zoom gesture while tracking mode is enabledTobrun2015-10-301-1/+7
| |
| * [android] #2864 - improved compass update cycle, removed lowpassfilterTobrun2015-10-301-39/+8
| | | | | | | | [android] #2864 changed currentTimeInMills with elapsedRealtime
| * [android] Allow apps to override map resourcesLeith Bade2015-10-3031-13/+26
| | | | | | | | Fixes #2858
| * Document node-mapbox-gl-native with JSDocTom MacWright2015-10-291-0/+75
| |
| * [core] Polymorphic layout and paint parsingJohn Firebaugh2015-10-2922-814/+803
| |
| * [core] Fudge numbers to get a timing-based test to pass more oftenJohn Firebaugh2015-10-291-1/+1
| | | | | | | | Fixes #2872
* | Merge branch 'release-android-v2.2.0'Brad Leege2015-10-292-2/+2
|\ \ | |/ |/|
| * [android] #2847 - Updating version to 2.2.0 for release and Fabricandroid-v2.2.0Brad Leege2015-10-282-2/+2
| |
* | [android] Implement Parcelable annotationsLeith Bade2015-10-303-3/+119
| | | | | | | | Fixes #2638
* | Update changelog for #2643Jason Wray2015-10-291-0/+1
| |
* | [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] Merge LiveTileData into VectorTileDataJohn Firebaugh2015-10-2912-343/+224
| | | | | | | | | | | | | | | | | | | | To encapsulate the differences, this introduces an abstract GeometryTileMonitor class, with concrete VectorTileMonitor and AnnotationTileMonitor implementations, and makes pbf parsing for VectorTile data happen lazily in getLayer, since we want that to happen on the worker thread, rather than when VectorTile is created. Fixes #2792
* | [core] Set names to threads on LinuxThiago Marcos P. Santos2015-10-292-2/+4
| | | | | | | | Makes debugging/profiling easier.
* | [core] Workaround for #2808John Firebaugh2015-10-281-0/+3
| |
* | [node] Output debug logs when a render test times outJohn Firebaugh2015-10-2816-2/+80
| |
* | [docs] update INSTALL.md dependencies [skip ci]Jason Wray2015-10-281-7/+3
| | | | | | | | | | | | | | | | | | | | Drops mason-installed packages Boost, zlib, libpng, libuv and glfw. Adds libtool and automake, which may be needed when mason binaries are not available. Drops ImageMagick, which was replaced with pixelmatch in aaf090b87dbc96f7a09e783833c10d0b88a16d39 & https://github.com/mapbox/mapbox-gl-test-suite/pull/50
* | [core] refactor test server startupKonstantin Käfer2015-10-282-16/+26
| |
* | [core] Ensure URL normalization is safe. Fixes #2695Tom MacWright2015-10-282-0/+22
| |
* | [android] Update test app iconLeith Bade2015-10-2811-0/+84
| | | | | | | | Fixes #2838
* | [android] #2797 - addLocationBearing part oneTobrun2015-10-288-79/+368
| |
* | [android] Grey out GPS marker when location is staleLeith Bade2015-10-282-19/+45
| | | | | | | | Fixes #2694
* | [android] #2224 inflate children map view through xmlTobrun2015-10-285-57/+72
| | | | | | | | | | | | [android] - #2224 make UserLocationView inflatable through xml. using setter to attach MapView [android] #2224 - renamed fragment layout file, reordered views in layout file map view
* | [android] Remove NullPointerException from MapViewLeith Bade2015-10-281-22/+44
| | | | | | | | Fixes #2831
* | Don't create libuv objects on the stackJohn Firebaugh2015-10-271-8/+6
| |
* | [android] Fix NullPointerException in editor modeLeith Bade2015-10-281-2/+8
| | | | | | | | Fixes #2830
* | [docs] Recreate structure of documentationTom MacWright2015-10-2714-345/+431
| |
* | [core] Fix gdb check for CIJohn Firebaugh2015-10-271-1/+1
| |
* | remove metrics testsJustin R. Miller2015-10-272-276/+0
| |
* | remove heading tests as unreliableJustin R. Miller2015-10-2710-351/+10
| |