summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pin to appledoc 2.2v963 for now until HEAD is better tested with our setupJustin R. Miller2015-05-111-6/+7
* Merge pull request #1469 from mapbox/1435-android-gl-crashBrad Leege2015-05-1111-95/+160
|\
| * Ignore deactivate when no valid EGL display. Fixes #1435Leith Bade2015-05-0911-95/+160
* | Merge pull request #1429 from mapbox/travis-setupMike Morris2015-05-1112-51/+41
|\ \
| * | drop unnecessary mason PATH and MASON_DIR exports from setup.shMike Morris2015-05-072-6/+0
| * | break out setup.sh from run.shMike Morris2015-05-0712-51/+47
* | | Merge pull request #1499 from mapbox/clang-3.7-libcpp-atomic_flag-initializedThiago Marcos P. Santos2015-05-112-2/+1
|\ \ \
| * | | Initialize the atomic_flag in the class definitionThiago Marcos P. Santos2015-05-112-2/+1
* | | | Merge pull request #1486 from mapbox/fix-division-by-zeroKonstantin Käfer2015-05-114-10/+27
|\ \ \ \
| * | | | fix division by zero conditionsDane Springmeyer2015-05-084-10/+27
| |/ / /
* | | | Merge pull request #1497 from mapbox/1ec5-info-menuMinh Nguyễn2015-05-111-12/+46
|\ \ \ \ | |/ / / |/| | |
| * | | Round zoom level for Map Feedback toolMinh Nguyễn2015-05-101-2/+2
| * | | Dismiss attribution popover on rotationMinh Nguyễn2015-05-101-10/+17
| * | | Merge pull request #1498 from friedbunny/1497-feedback-urlMinh Nguyễn2015-05-101-1/+3
| |\ \ \
| | * | | Add long/lat/zoom to feedback URLJason Wray2015-05-101-1/+3
| |/ / /
| * | | Turned copyright notices into action buttonsMinh Nguyễn2015-05-101-2/+8
| * | | Attribute Mapbox and OpenStreetMap in-appMinh Nguyễn2015-05-101-12/+31
|/ / /
* | | [publish ios-v0.2.23]Justin R. Miller2015-05-080-0/+0
* | | bump podspec to 0.2.23ios-v0.2.23Justin R. Miller2015-05-081-1/+1
* | | Merge pull request #1482 from mapbox/1481-flush-all-eventsBrad Leege2015-05-081-13/+4
|\ \ \
| * | | #1481 - Changing events array to be created with +arrayWithArrayBrad Leege2015-05-081-2/+2
| * | | #1481 - Refactoring to use iOS -copy and -removeAllObjects to get away from h...Brad Leege2015-05-081-13/+3
| * | | #1481 - Replacing flushAt with eventQueue count of upper range limitBrad Leege2015-05-081-8/+9
|/ / /
* | | Merge pull request #1480 from mapbox/1ec5-metrics-keysMinh Nguyễn2015-05-083-6/+6
|\ \ \
| * | | Renamed settings keysMinh Nguyễn2015-05-083-6/+6
* | | | Merge pull request #1446 from mapbox/1446-transform-to-nanJohn Firebaugh2015-05-085-4/+173
|\ \ \ \ | |/ / / |/| | |
| * | | ignore Transform changes with NaN parametersKonstantin Käfer2015-05-083-1/+163
| * | | catch NaN values from UIPinchGestureRecognizerKonstantin Käfer2015-05-081-0/+5
| * | | initialize TransformState helper variables correctlyKonstantin Käfer2015-05-081-3/+5
|/ / /
* | | Merge remote-tracking branch 'origin/1369-alternate-fix'John Firebaugh2015-05-084-3/+56
|\ \ \
| * | | make DefaultFileRequest movable onlyKonstantin Käfer2015-05-082-2/+8
| * | | don't trigger a HTTP request twiceKonstantin Käfer2015-05-083-1/+48
* | | | Merge pull request #1470 from mapbox/1470-cancelable-work-requestsJohn Firebaugh2015-05-089-70/+135
|\ \ \ \
| * | | | make WorkRequests cancelableKonstantin Käfer2015-05-089-74/+112
| * | | | add worker cancellation test (failing)Konstantin Käfer2015-05-081-0/+27
* | | | | Merge pull request #1475 from mapbox/1474-ttlBrad Leege2015-05-081-3/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | #1474 - Setting flushAfter back to 60 seconds. Removing debug log statementsBrad Leege2015-05-081-6/+1
| * | | | #1474 - Adding timer cleanup logic to -flush so that it doesn't loop indefini...Brad Leege2015-05-081-0/+7
| * | | | #1474 - Refactoring timer to be started when first event is added to queue. ...Brad Leege2015-05-081-4/+8
|/ / / /
* | | | Merge pull request #1473 from mapbox/linux_gcc_debug_buildThiago Marcos P. Santos2015-05-081-1/+1
|\ \ \ \
| * | | | Fix Linux GCC Debug buildThiago Marcos P. Santos2015-05-081-1/+1
| |/ / /
* | | | Merge pull request #1472 from mapbox/render_brokenThiago Marcos P. Santos2015-05-081-7/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Update the 'render' to reflect recent API changesThiago Marcos P. Santos2015-05-081-7/+2
|/ / /
* | | Merge pull request #1457 from mapbox/valgrind_targetThiago Marcos P. Santos2015-05-081-0/+7
|\ \ \ | |/ / |/| |
| * | Added convenience target to run with Valgrind on OSX and LinuxThiago Marcos P. Santos2015-05-071-0/+7
* | | Merge pull request #1464 from mapbox/1ec5-type-inMinh Nguyễn2015-05-072-1/+12
|\ \ \
| * | | Added tests for 6292e95f80fa2e0a9a7aa4d4d4e320a207e78d27Minh Nguyễn2015-05-071-0/+7
| * | | Parse feature types in set filtersMinh Nguyễn2015-05-071-1/+5
* | | | Merge pull request #1459 from mapbox/remove_unused_methodThiago Marcos P. Santos2015-05-071-1/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Removed unused method from MapContextThiago Marcos P. Santos2015-05-071-1/+0
|/ / /