Releases: Automattic/Automattic-Tracks-iOS
Releases · Automattic/Automattic-Tracks-iOS
0.3.2
Bump version to 0.3.2
0.3.2-beta.1
Add online status to all events.
0.3.1
0.3
0.2.4
- Updates UIDeviceIdentifier to 1.1.4
- Improvements to the TravisCI configuration
- Adds a check for whether the user has VoiceOver enabled
- Adds a check for the current status bar height
- No longer accesses CTTelephonyNetworkInfo from the simulator
- Housekeeping improvements, including:
- Ignoring .DS_Store files
- Adding IDEWorkspaceChecks file
- Removes the OS X podspec (it wasn't compiling properly)
- Lints the podspec during PRs to ensure validity
0.2.4-beta.1
- temporary bug fix for coretelephony error messages in console.log of host apps
- general housekeeping: commit .gitignore file, add .DS_Store to ignore
- general housekeeping: add IDEWorkspaceChecks.plist, so Xcode doesn't have to run the check every time the repo is opened
0.2.1
0.2.0
Updates CocoaLumberjack dependency version.
0.1.1 - URL Sessions & HTTP Errors
Switches Tracks to not use the shared NSURLSession but rather an ephemeral one. Also fixes a bug with not deleting Tracks events when an HTTP error is encountered.
0.1.0 - CocoaPods 1.0
Enables modules in the demo project, ups to iOS 9 only, and ensures CocoaPods 1.0 builds properly with it.