summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [android] Use hi res icons in test app menuLeith Bade2015-10-2616-3/+3
|
* [android] Remove unused permissionLeith Bade2015-10-261-1/+0
|
* [android] #2758 - add my location tracking modeTobrun2015-10-2615-37/+402
|
* [android] #2726 - finalise BulkAddMarkers activityTobrun2015-10-263-9/+61
|
* [android] #2726 - moved utility classes to separate packageTobrun2015-10-263-7/+9
|
* [core] Initialize attributes before using themThiago Marcos P. Santos2015-10-261-1/+3
| | | | Spotted by valgrind.
* [android] #2523 - fix toolbar alignment issueTobrun2015-10-257-14/+7
|
* #2784 - Restoring API minimum to 15 for TestAppBrad Leege2015-10-241-1/+1
|
* #2784 - Restoring API minimum to 15Brad Leege2015-10-241-1/+1
|
* [android] Move android filesLeith Bade2015-10-25234-17/+16
| | | | Fixes #2032
* [android] Remove the WRITE_EXTERNAL_STORAGE permission from test appLeith Bade2015-10-251-1/+1
| | | | Fixes #2655
* [android] [ios] [linux] [osx] Update many mason modulesLeith Bade2015-10-244-19/+19
|
* [android] Use ViewCompat in CompassView for pre-Jelly Bean animationLeith Bade2015-10-242-12/+8
|
* [android] Fix TEXTREL dlopen error on Android 6.0 x86Leith Bade2015-10-242-2/+2
| | | | | Update libcurl to 7.45.0 and OpenSSL to 1.0.1p Fixes #2772
* re-bump for ios-v3.0.0-pre.2ios-v3.0.0-pre.2Justin R. Miller2015-10-232-2/+2
|
* bump iOS version for 2.2.0-pre.2ios-v2.2.0-pre.2Justin R. Miller2015-10-232-2/+2
|
* Optimize Travis build order: start osx builds firstJohn Firebaugh2015-10-231-33/+33
| | | | Travis seems to queue jobs in the order listed in .travis.yml, so put the slower jobs first in an attempt to reduce the overall time for a build.
* [iOS] Don't build iOS on Travis, it's too slowJohn Firebaugh2015-10-231-3/+0
|
* Fixed typo in default stylesBruno de Oliveira Abinader2015-10-231-1/+1
|
* refs #2684: integrate Twitter FabricJustin R. Miller2015-10-239-3/+272
|
* [core] Remove MapData dependency from StyleParserJohn Firebaugh2015-10-2311-62/+60
| | | | | | | | | | MapData was needed for two things: getting the default transition and fade durations, and detecting still rendering vs. continuous. The first is avoided by making transition durations optional, and supplying the default fallback value at evaluation time. The second did not fix the still rendering issue, and will be followed up with a different approach in a later commit.
* [core] Introduce StyleCalculationParametersJohn Firebaugh2015-10-2321-90/+126
| | | | This makes subsequent changes to the the parameter list less intrusive.
* [core] Respect source layer z-order for style-sourced annotationsJohn Firebaugh2015-10-231-2/+5
|
* [publish ios-v3.0.0-pre.1]Minh Nguyễn2015-10-230-0/+0
|
* Bumped podspec for 3.0.0-pre.1ios-v3.0.0-pre.1Minh Nguyễn2015-10-231-1/+1
|
* [core] Fix integer overflow for high maximum zoom levelsBruno de Oliveira Abinader2015-10-231-3/+5
|
* Typo in iOS changelogMinh Nguyễn2015-10-231-1/+1
| | | [skip ci]
* IB inspectable for allowing tiltMinh Nguyễn2015-10-232-5/+6
|
* [android] Use new GPS markers.Leith Bade2015-10-2429-74/+178
| | | | | | Add missing dpi for mapbox logo and compass. Fixes #2732 Fixes #2690
* [ios] Fix for a crash on iPod Touch related to carrier vendorAdam Hunter2015-10-231-5/+6
| | | | | | Reverts #2691, which only fixed simulator crashing. Refs #2687
* [android] #2751 - added sanity tests for feature activitiesTobrun2015-10-238-19/+185
|
* [android] Use hardware layer for compass fadeLeith Bade2015-10-243-4/+8
| | | | | Set minimum API level to 14 (don't know why it 15) Set test app version to 2.2.0
* [android] Fix disabling compassLeith Bade2015-10-232-0/+5
| | | | Fixes #2752
* [android] Test max 27.4k markersLeith Bade2015-10-232-2/+176
| | | | | Add timing logging For #2726
* [android] #2748 - added a coordinatebounds unit testTobrun2015-10-233-17/+102
|
* [android] Add SpriteFactory.drawable for custom markersLeith Bade2015-10-238-8/+47
| | | | | Used in InfoWindowAdapter activity Fixes #2744
* [android] Fix JNI local ref overflowLeith Bade2015-10-233-3/+3
| | | | | Change test to 1000 markers For #2726
* [android] Add missing satellite streets style to Android and iOS.Leith Bade2015-10-2310-20/+41
| | | | | | As well as default_styles.cpp Fixes #2739 Fixes #2740
* [core] Remove StyleLayer::isBackground()John Firebaugh2015-10-223-8/+1
|
* [styles] Update to styles release v1.1.4Leith Bade2015-10-231-0/+0
| | | | Fixes #2585
* [core] Added save/restore capabilities to GL configBruno de Oliveira Abinader2015-10-223-1/+130
|
* [core] Added stencilOp, depthFunc and blendFunc to GL configBruno de Oliveira Abinader2015-10-223-33/+69
| | | | All GL values are now reset upon Painter setup.
* [core] Added GLContextMode to MapDataBruno de Oliveira Abinader2015-10-227-9/+18
| | | | | | | Adding new mbgl::GLContextMode enum to mbgl::Map ctor, which gets stored in MapData. In shared GL context environments, we cannot assume that the GL state that has been left since the last draw is the same, so we reset the GL configurations to their default values.
* [android] #2689 - Setting new 2.2.0-SNAPSHOT version for developmentBrad Leege2015-10-221-1/+1
|
* [core] Style-sourced shape annotation propertiesJohn Firebaugh2015-10-226-67/+129
| | | | | This introduces the possibility to source the type and style properties of a shape annotation from a designated layer in the style.
* [iOS] Removed long-unavailable APIsMinh Nguyễn2015-10-223-32/+0
|
* [iOS] Replaced styleID property with styleURL__ inspectableMinh Nguyễn2015-10-224-31/+35
| | | | | | The new styleURL__ inspectable property is carefully named to masquerade as a URL property in Interface Builder, even though IB supports no such thing. If the user enters an invalid URL into the “Style URL” inspectable, throw an error instead of silently setting the style to the default. This check is not required in -setStyleURL:, which takes a real NSURL.
* [ios] minor telemetry improvementsJason Wray2015-10-222-13/+13
| | | | | | - Use integer precision on zoom, location accuracy, and altitude keys - Bump telemetry user agent version to 1.1 - Only send cellular events when dataful
* [core] Introduce StyleLayer subclassesJohn Firebaugh2015-10-2240-535/+648
|
* [core] Rationalize style property classes: <type>{Paint,Layout}PropertiesJohn Firebaugh2015-10-2231-352/+279
|