summaryrefslogtreecommitdiff
path: root/platform/ios/MGLMapboxEvents.m
Commit message (Expand)AuthorAgeFilesLines
* [ios] fix CoreTelephony crash (by removing it)Jason Wray2015-12-021-45/+0
* refs #3112: cleanups around Core Telephony runtimeJustin R. Miller2015-12-021-6/+7
* [ios] Fix for a crash on iPod Touch related to carrier vendorAdam Hunter2015-10-231-5/+6
* [ios] minor telemetry improvementsJason Wray2015-10-221-9/+9
* [ios] fix simulator crash on optional CoreTelephony codeJason Wray2015-10-211-1/+3
* [ios] remove CoreTelephony dependencyJason Wray2015-10-191-36/+30
* [iOS] Remove wifi SSID from metricsJason Wray2015-10-081-43/+4
* iOS perspective gesture supportJason Wray2015-08-261-0/+1
* abbreviate syntax for unused parametersJustin R. Miller2015-07-081-4/+1
* Replaced user-facing assertions with exceptionsMinh Nguyễn2015-06-181-1/+6
* Lightweight genericsMinh Nguyễn2015-06-171-11/+13
* Audited headers for nullabilityMinh Nguyễn2015-06-111-2/+4
* #1659 - Converting true to YES, false to NO to match Objective C standardsBrad Leege2015-06-011-4/+4
* #1659 - Converting usingTestServer to atomic propertyBrad Leege2015-06-011-3/+6
* #1659 - Adding tile stream certificate and ssl pin check for test server.Brad Leege2015-05-281-0/+23
* #1641 - Changing version to a static constant instead of a propertyBrad Leege2015-05-261-4/+3
* #1641 - Adding version and instance to Turnstile event and keeping them DRY f...Brad Leege2015-05-261-7/+11
* Fixed up various Info.plist edge casesMinh Nguyễn2015-05-211-2/+3
* Merge branch '1ec5-plist-1535'Minh Nguyễn2015-05-201-2/+4
|\
| * Updated Metrics in-app opt-out assertionMinh Nguyễn2015-05-141-1/+1
| * Grab access token and other app-wide data from Info.plistMinh Nguyễn2015-05-131-1/+3
* | #1595 - Changing to strongSelfBrad Leege2015-05-201-1/+1
* | #1595 - Separating pushTurnstileEvent from primary pushEvent infrastructure. ...Brad Leege2015-05-201-16/+29
* | #1595 - Moving MGLEventTypeAppUserTurnstile event to end of MGLMapboxEvents i...Brad Leege2015-05-201-0/+3
* | #1595 - Improving stability by moving MGLEventTypeAppUserTurnstile after the ...Brad Leege2015-05-201-5/+5
* | #1595 - Adding exception so that Turnstile event will always be sent inBrad Leege2015-05-201-1/+17
* | Implementing suggestions to tighten up MGLAccountManager and rename MGLEventT...Brad Leege2015-05-201-2/+3
* | #1595 - Adding App User count event to be triggered and immediately sent when...Brad Leege2015-05-191-1/+2
* | #1396 - Refactoring Metrics Test Server URL configuration to be drive via Inf...Brad Leege2015-05-181-1/+7
* | Privatized MGLMapboxEventsMinh Nguyễn2015-05-181-1/+1
|/
* Return nil for IB designables agentMinh Nguyễn2015-05-131-1/+1
* fix dispatch-thread patternJustin R. Miller2015-05-121-15/+14
* Cleaned up in-app opt-out propertyMinh Nguyễn2015-05-121-1/+0
* Merge branch '1ec5-metrics-determinism' into 1ec5-metrics-opt-way-outMinh Nguyễn2015-05-121-21/+28
|\
| * Enable Metrics by default default defaultMinh Nguyễn2015-05-121-12/+23
* | Merge branch 'master' into 1ec5-metrics-opt-way-outMinh Nguyễn2015-05-121-6/+9
|\ \ | |/
| * Acknowledge the existence of other Mapbox GL classesMinh Nguyễn2015-05-121-1/+1
| * Corrected Settings.bundle assertion messageMinh Nguyễn2015-05-121-1/+1
| * #1516 - Renaming setShowsOptOutInApp to setMapboxMetricsEnabledSettingShownIn...Brad Leege2015-05-121-6/+2
| * #1516 - Adding explicit checks for developer implementation of user Opt Out f...Brad Leege2015-05-111-6/+14
* | Consolidated logic for pausing/resuming MGLMapboxEventsMinh Nguyễn2015-05-121-20/+43
* | Respond to opt-out setting change immediatelyMinh Nguyễn2015-05-121-4/+24
* | More cleanup and sanitizationMinh Nguyễn2015-05-121-18/+12
* | Folded MGLMetricsLocationManager into MGLMapboxEventsMinh Nguyễn2015-05-121-10/+73
* | Resume iff Metrics is enabledMinh Nguyễn2015-05-121-1/+1
* | Refactored MGLMapboxEvents for better data managementMinh Nguyễn2015-05-121-121/+109
* | Objective-C method naming conventionMinh Nguyễn2015-05-121-15/+15
* | Predicate MGLMapboxEvents initialization on user opt-outMinh Nguyễn2015-05-121-6/+1
* | Register default user defaults on class initializationMinh Nguyễn2015-05-121-9/+13
|/
* #1481 - Changing events array to be created with +arrayWithArrayBrad Leege2015-05-081-2/+2