Commit Graph

1928 Commits

Author SHA1 Message Date
Lukas Spieß
7ff199c8a3 Merge pull request #89 from bitstadium/release/4.0.0-beta.1
Add 4.0.0-beta.1 Public Beta version
2016-03-31 22:22:35 +02:00
Lukas Spieß
876d5ac64a Update podspecs 2016-03-30 21:42:26 +02:00
Lukas Spieß
78153bd26e Update Changelog and Readme with new version 2016-03-30 19:20:18 +02:00
Lukas Spieß
a7ed44df53 Update build and version number 2016-03-30 19:10:22 +02:00
Lukas Spieß
8751dd8cb2 Merge branch 'release/4.0.0-alpha.2' into preseason 2016-03-09 21:17:24 +01:00
Lukas Spieß
176b36aa3d Update changelog 2016-03-09 21:14:54 +01:00
Lukas Spieß
16af96aeaa Update build and version numbers 2016-03-09 21:14:45 +01:00
Lukas Spieß
1f5158e12e Increase build number 2016-03-09 21:07:19 +01:00
Lukas Spieß
0e8c7c74ce Merge branch 'develop' into feature/metrics/develop
# Conflicts:
#	README.md
#	Support/buildnumber.xcconfig
#	docs/Changelog-template.md
#	docs/Guide-Installation-Setup-template.md
2016-03-09 21:06:42 +01:00
Lukas Spieß
27be381001 Increase build number 2016-03-09 21:03:08 +01:00
Lukas Spieß
846ace6e8a Fix syntax error in podspec 2016-03-09 20:31:14 +01:00
Lukas Spieß
e9e64003c3 Merge tag '3.8.6' into develop 2016-03-08 20:52:41 +01:00
Lukas Spieß
54a09a2814 Merge branch 'release/3.8.6' 2016-03-08 20:52:40 +01:00
Christoph Wendt
2f26dc79c4 Update podspecs 2016-03-08 18:44:29 +01:00
Christoph Wendt
f25b7b5eb4 Remove duplicate entry in changelog 2016-03-08 18:44:29 +01:00
Christoph Wendt
e4bda83afb Update version to 3.8.6 and bump build number 2016-03-08 18:44:29 +01:00
Christoph Wendt
a3ca23fec0 Update changelog 2016-03-08 18:44:29 +01:00
Lukas Spieß
23fad891e0 Update Installation/Setup guide template 2016-03-08 18:44:20 +01:00
Christoph Wendt
488a4cf9c3 Remove system frameworks from "Link Binary With Libraries" section in build settings 2016-03-08 14:50:22 +01:00
Lukas Spieß
d1dcfc5ed7 Mark internal keys as static 2016-03-08 14:43:34 +01:00
Lukas Spieß
765a97cd19 Merge pull request #83 from bitstadium/readme-improvements
Improve Readme structure
2016-03-07 20:12:34 +01:00
Lukas Spieß
98872d9bde Improve Readme structure 2016-03-07 18:46:39 +01:00
Lukas Spieß
354ed1578c Fix CocoaPods shield in Readme 2016-03-07 04:04:44 +01:00
Lukas Spieß
b1ed026349 Use nonatomic property declarations more consistently 2016-03-07 03:50:49 +01:00
Lukas Spieß
d9188b1e5b Properly close file descriptor 2016-03-07 03:47:04 +01:00
Lukas Spieß
dc32fa2f53 Fix project settings 2016-03-05 02:50:26 +01:00
Lukas Spieß
69edb5356e Merge branch 'develop' into feature/metrics 2016-03-05 02:20:41 +01:00
Lukas Spieß
9771f08e4d Remove explicit dependency on HockeySDKResources in test targets 2016-03-05 00:07:34 +01:00
Lukas Spieß
30ce8af9c3 Update header attributes and small import fix 2016-03-05 00:06:20 +01:00
Christoph Wendt
ea7c4073a8 Merge pull request #251 from bitstadium/feature/fix-url-encoding
Fix URL encoding bug in BITUpdateManager
2016-03-02 11:28:53 -08:00
Christoph Wendt
9a2a553640 Merge pull request #257 from bitstadium/feature/feedback-image-fix
Fix bug where feedback image could only be added once
2016-03-02 11:25:39 -08:00
Christoph Wendt
b54bb1a83a Merge pull request #259 from bitstadium/feature/fix-empty-processpath-crash
Fix crash in cases where processPath is unexpectedly nil
2016-03-02 11:06:18 -08:00
Lukas Spieß
fb91f306c7 Properly prefix all string constants 2016-03-02 19:11:26 +01:00
Lukas Spieß
6dea35d925 Increase build number 2016-03-02 19:11:06 +01:00
Lukas Spieß
460bba7c8d Revert "Add Bitcode marker to simulator slices"
This reverts commit af0b839c6a.

Bitcode Marker is not needed for the SDK to function properly but confuses Xcode 6 so we remove it again.
2016-03-02 18:35:56 +01:00
Lukas Spieß
bdaeef822c Fix library search path for framework tests 2016-02-29 18:50:47 +01:00
Lukas Spieß
24bc66b85b Refactor UpdateManager request creation 2016-02-29 18:50:47 +01:00
Lukas Spieß
d687938908 Extend requestForUpdateCheck tests 2016-02-29 18:50:47 +01:00
Lukas Spieß
ba2f424314 Add failing tests for URL encoding bug
The query part of the URL used to check for app updates is not always properly URL encoded
2016-02-29 18:50:47 +01:00
Lukas Spieß
4c9ddd9fbf Move and reorder testing framework for cleaner project 2016-02-29 18:50:47 +01:00
Lukas Spieß
f030def9fc Move request creation to separate method 2016-02-29 18:50:47 +01:00
Lukas Spieß
4cc83b999e Add early return if imagePath or processPath is nil
This fixes a crash where PLCrashReporter unexpectedly returns nil as the processPath
2016-02-29 15:43:17 +01:00
Lukas Spieß
fa97f77b56 Avoid variable re-assignment in crash text formatter 2016-02-29 15:42:33 +01:00
Lukas Spieß
14734d6885 Add failing tests for cases where imagePath or processPath is nil 2016-02-29 15:41:42 +01:00
Lukas Spieß
177d7fc081 Refactor text formatter tests to use less duplicate code 2016-02-29 15:38:53 +01:00
Lukas Spieß
a1ed1d2e56 Merge branch 'develop' into feature/metrics
# Conflicts:
#	README.md
#	docs/Guide-Installation-Setup-template.md
2016-02-19 18:11:16 +01:00
Lukas Spieß
07722f6b18 Remove duplicates from project file 2016-02-19 18:07:12 +01:00
Lukas Spieß
a798b0f653 Small updates to User Metrics documentation 2016-02-19 18:07:07 +01:00
Lukas Spieß
671b17086a Make Readme indentation more consistent
# Conflicts:
#	README.md
#	docs/Guide-Installation-Setup-template.md
2016-02-19 17:10:42 +01:00
Lukas Spieß
1137d52a36 Merge pull request #255 from ReadmeCritic/develop
Correct the spelling of CocoaPods in README
2016-02-12 18:18:50 +01:00