summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge pull request #1164 from mapbox/1164-parsing-speed-regressionKonstantin Käfer2015-04-012-25/+25
| |\ | | | | | | Fix tile parsing performance regression
| | * Parse VT tags lazilyJohn Firebaugh2015-04-012-25/+25
| |/
| * Eliminate some unnecessary pointer indirectionJohn Firebaugh2015-03-3110-107/+76
| | | | | | | | | | Buckets had a pointer to the associated layout type, when they can just have a direct member.
| * Merge pull request #1167 from mapbox/style-url-testsJustin R. Miller2015-03-311-0/+5
| |\ | | | | | | add style URL tests
| | * add style URL testsJustin R. Miller2015-03-311-0/+5
| | |
| * | Remove unusedJohn Firebaugh2015-03-313-17/+1
| |/
| * Merge pull request #1165 from mapbox/1162-app-bundleBrad Leege2015-03-311-2/+4
| |\ | | | | | | App Bundle Id
| | * #1162 - Adding appBundleId as an event attributeBrad Leege2015-03-311-2/+4
| |/
| * Merge pull request #1163 from mapbox/cocoa-map-id-apiJustin R. Miller2015-03-302-6/+30
| |\ | | | | | | refs #892: Cocoa support for map ID style URLs
| | * expose style URL settingJustin R. Miller2015-03-301-0/+4
| | |
| | * move to actual NSURL typeJustin R. Miller2015-03-301-7/+7
| | |
| | * refs #892: Cocoa support for map ID style URLsJustin R. Miller2015-03-302-0/+20
| |/
| * Remove unused variableJohn Firebaugh2015-03-301-10/+2
| |
| * Merge pull request #1161 from mapbox/mapbox-style-urlsJustin R. Miller2015-03-304-9/+31
| |\ | | | | | | fixes #892: support mapbox:// style URLs
| | * fixes #892: support mapbox:// style URLsJustin R. Miller2015-03-304-9/+31
| |/
| * Merge pull request #1149 from mapbox/1ec5-subviewMinh Nguyễn2015-03-301-1/+1
| |\ | | | | | | Child GLKView should be bottommost child
| | * Child GLKView should be bottommost childMinh Nguyễn2015-03-271-1/+1
| | | | | | | | | | | | Otherwise, any subviews added to an MGLMapView in a XIB or storyboard are completely obscured by the GLKView.
| * | Merge pull request #1156 from mapbox/1156-normalize-fontstackKonstantin Käfer2015-03-301-1/+21
| |\ \ | | | | | | | | Normalize font names
| | * | normalize font stackKonstantin Käfer2015-03-301-1/+21
| |/ / | | | | | | | | | | | | - split all fontstack names at the comma character, trim, the join - capitalization is important and may not be changed
| * | Merge pull request #1137 from mapbox/clang-3.5Thiago Marcos P. Santos2015-03-301-0/+1
| |\ \ | | | | | | | | Fix build failure when using clang-3.5 on Linux
| | * | Fix build failure when using clang-3.5 on LinuxThiago Marcos P. Santos2015-03-271-0/+1
| | | |
| * | | Merge pull request #1148 from mapbox/1ec5-osx-testMinh Nguyễn2015-03-271-0/+1
| |\ \ \ | | | | | | | | | | Fixed make test breakage
| | * | | Fixed test breakage from 501f9701cd25c004b496dbdf96c8ac45845718beMinh Nguyễn2015-03-271-0/+1
| | | |/ | | |/| | | | | | | | | | | | | | | | | Unlike iOS, OS X does not consider OpenGL.framework to be a standard library, so LINK_WITH_STANDARD_LIBRARIES does not pull it in. Ref #1099, #1105
| * | | Merge pull request #1151 from mapbox/1125-improvementsios-v0.2.5ios-beta-preview-sirius-0.0.6Justin R. Miller2015-03-271-13/+47
| |\ \ \ | | | | | | | | | | refs #1125: user dot improvements
| | * | | refs #1125: user dot improvementsJustin R. Miller2015-03-271-13/+47
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * more quickly unhide dot when nearing viewport * improvements to maintaining user tracking mode during tap zooms * removed a redundant layer hide * better at ignoring bad location data * be sure to use existing coordinate utilities
| * | | Merge pull request #1150 from mapbox/1134-remove-mail-metricBrad Leege2015-03-273-29/+1
| |\ \ \ | | |/ / | |/| | Removing enabled.mail
| | * | #1134 - Removing enabled.email metric and supporting infrastructureBrad Leege2015-03-273-29/+1
| |/ /
| * | Merge pull request #1146 from mapbox/1144-back-to-booleanBrad Leege2015-03-271-16/+0
| |\ \ | | | | | | | | Back To Bool
| | * | #1144 - Removing conversion of (char)0 and (char)1 to false and true stringsBrad Leege2015-03-271-16/+0
| |/ /
| * | Merge pull request #1141 from mapbox/tighten-gesturesJustin R. Miller2015-03-271-98/+101
| |\ \ | | | | | | | | tighten up gestures & metrics
| | * | only recognize the end state of single tapsJustin R. Miller2015-03-271-86/+89
| | | |
| | * | track metrics for gestures once upon beginJustin R. Miller2015-03-271-12/+12
| |/ /
| * | Merge pull request #1138 from mapbox/1124-both-ids-take-2Brad Leege2015-03-271-7/+7
| |\ \ | | | | | | | | Resplitting anonid into advertiserId and vendorId
| | * | #1124 - Resplitting anonid into advertiserId and vendorIdBrad Leege2015-03-271-7/+7
| | |/
| * | Merge pull request #1135 from mapbox/1128-convert-booleansJustin R. Miller2015-03-273-16/+31
| |\ \ | | | | | | | | fixes #1128: convert metrics BOOLs to strings internally
| | * \ Merge remote-tracking branch 'origin/master' into 1128-convert-booleansJustin R. Miller2015-03-276-74/+148
| | |\ \ | | | |/
| | * | convert metrics BOOLs to strings internallyJustin R. Miller2015-03-273-16/+31
| | | |
| * | | Merge pull request #1104 from mapbox/1104-worker-dispatch-crashKonstantin Käfer2015-03-271-1/+8
| |\ \ \ | | | | | | | | | | HTTPRequest handleResponse
| | * | | Disable all Sources when terminatingKonstantin Käfer2015-03-271-1/+8
| |/ / /
| * | | Merge pull request #1136 from mapbox/1069-annotations-threadsafe-followupKonstantin Käfer2015-03-271-1/+1
| |\ \ \ | | |_|/ | |/| | Make sure the app terminates correctly
| | * | make sure the map terminatesKonstantin Käfer2015-03-271-1/+1
| |/ /
| * | Merge pull request #1069 from mapbox/1069-annotations-threadsafeKonstantin Käfer2015-03-272-20/+82
| |\ \ | | | | | | | | make annotations API threadsafe
| | * | dispatch all AnnotationManager calls to the map threadKonstantin Käfer2015-03-272-20/+82
| |/ / | | | | | | | | | calls that return a value block until the operation was executed
| * | Merge pull request #1133 from mapbox/metrics-less-magic-stringsJustin R. Miller2015-03-274-53/+65
| |\ \ | | |/ | |/| more metrics magic strings removals
| | * no need to iterate passed dictionaryJustin R. Miller2015-03-261-6/+2
| | |
| | * more metrics magic strings removalsJustin R. Miller2015-03-264-47/+63
| |/
| * Merge pull request #1132 from mapbox/metrics-stability-squashJustin R. Miller2015-03-266-338/+509
| |\ | | | | | | fixes #1116: metrics stability & performance refactor
| | * convention cleanups for main thread variable; use class methodJustin R. Miller2015-03-261-5/+8
| | |
| | * Merge remote-tracking branch 'origin/master' into metrics-stability-squashJustin R. Miller2015-03-261-1/+12
| | |\ | | |/ | |/|
| * | Merge pull request #1131 from friedbunny/remote-notifications-ios7Minh Nguyễn2015-03-261-4/+17
| |\ \ | | | | | | | | Metrics: Remote-notifications-enabled support for iOS 7