summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | iOS 7 isRegisteredForRemoteNotifications supportJason Wray2015-03-261-2/+13
| | |
| * | Safely call `-[UIApplication isRegisteredForRemoteNotifications]`Minh Nguyễn2015-03-261-4/+6
|/ / | | | | | | Fixes #1117.
| * fixes #1116: metrics stability & performance refactorJustin R. Miller2015-03-266-325/+495
|/
* Updated nfarina/calloutview to 2.1.2Minh Nguyễn2015-03-261-0/+0
| | | | Resolves several warnings via nfarina/calloutview#78 and nfarina/calloutview#79.
* Merge branch 'ios-unused'Minh Nguyễn2015-03-2613-885/+0
|\ | | | | | | Left in MGLTypes.h, which is now a platform-neutral (iOS + OS X) place for MGLUserTrackingMode.
| * Delete unused codeJohn Firebaugh2015-03-1912-886/+0
| | | | | | | | This code appears to be unused and has not been kept in sync with style spec changes.
* | Merge pull request #1105 from mapbox/1099-gyp-depsMinh Nguyễn2015-03-263-6/+4
|\ \ | | | | | | Enable modules in iOS demo app
| * | Enabled modules in iOS demo appMinh Nguyễn2015-03-253-6/+4
| | | | | | | | | | | | No longer need to explicitly link system frameworks like UIKit.
* | | Merge pull request #1096 from mapbox/1096-fix-invalid-style-derefKonstantin Käfer2015-03-261-1/+2
|\ \ \ | | | | | | | | Painter Render Crash
| * | | make sure that we always have a style object after prepar()Konstantin Käfer2015-03-261-1/+2
|/ / /
* | | Merge pull request #1111 from mapbox/fix-sprite-paddingKonstantin Käfer2015-03-266-40/+41
|\ \ \ | | | | | | | | fix repeating pattern seams
| * | | update sprite scaling test caseKonstantin Käfer2015-03-262-0/+0
| | | |
| * | | support wrapped bilinear scalingAnsis Brammanis2015-03-264-26/+27
| | | | | | | | | | | | | | | | | | | | | | | | to get rid of seams in repeating patterns. https://github.com/mapbox/mapbox-gl-styles/issues/50#issuecomment-86159351
| * | | fix sprite padding, fixesAnsis Brammanis2015-03-261-14/+14
|/ / / | | | | | | | | | https://github.com/mapbox/mapbox-gl-styles/issues/50#issuecomment-86159351
* | | Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeios-v0.2.4ios-beta-preview-sirius-1.0v2ios-beta-preview-sirius-0.0.5Justin R. Miller2015-03-252-64/+78
|\ \ \
| * \ \ Merge pull request #1112 from mapbox/1109-ui-blockingJustin R. Miller2015-03-252-64/+78
| |\ \ \ | | | | | | | | | | avoid bogging down UI thread with metrics
| | * | | unique queue names per process & with bundle IDJustin R. Miller2015-03-251-2/+4
| | | | |
| | * | | #1109 - Converting pushEvent and flush to use actual serial queues that are ↵Brad Leege2015-03-251-2/+6
| | | | | | | | | | | | | | | | | | | | dispatched asynchronously.
| | * | | #1109 - Wrapping event flush method in sync background thread.Brad Leege2015-03-251-14/+16
| | | | |
| | * | | #1109 - Putting the event generation and process logic for pushEvent into a ↵Brad Leege2015-03-251-37/+41
| | | | | | | | | | | | | | | | | | | | serial background thread.
| | * | | #1109 - Changing priority queue for map.load event. Fixing pushEvent call ↵Brad Leege2015-03-251-3/+3
| | | | | | | | | | | | | | | | | | | | misplacement.
| | * | | #1109 - Wrapping gesture event logic in background queueBrad Leege2015-03-251-10/+12
| | | | |
* | | | | bump stylesJustin R. Miller2015-03-251-0/+0
|/ / / /