Commit Graph

1750 Commits

Author SHA1 Message Date
Lukas Spieß
af3bce56f6 Update telemetryManager init with new syntax 2015-10-21 18:55:19 +02:00
Lukas Spieß
cb29d149be Merge branch 'develop' into feature/telemetry
# Conflicts:
#	Classes/BITHockeyManager.m
#	Support/HockeySDK.xcodeproj/project.pbxproj
2015-10-21 18:53:50 +02:00
Lukas Spieß
b5b519b038 Close file descriptor
File descriptors should of course be closed, not freed.
2015-10-21 11:52:10 +02:00
Lukas Spieß
c9e50569f2 Nil check completionHandlers before calling them 2015-10-21 11:32:52 +02:00
Lukas Spieß
a9df11d0be Free file descriptor if we couldn't find the file 2015-10-21 11:32:52 +02:00
Lukas Spieß
885f4457df Merge pull request #213 from bitstadium/feature/demo-ios9-fixes
Fixes for feedback compose view controller on iOS 9
2015-10-20 23:11:57 +02:00
Lukas Spieß
48f3015e40 Fix typo in FeedbackManager documentation 2015-10-20 21:33:07 +02:00
Matthias Wenz
4eebed913c Support pre iOS8 devices 2015-10-20 11:33:56 +02:00
Matthias Wenz
1a37cfca41 Show/hide keyboard if necessary on all iOS 9 devices 2015-10-20 11:11:12 +02:00
Lukas Spieß
82f410ab7f Generating test crash will continue to work in TestFlight 2015-10-15 14:46:17 +02:00
Lukas Spieß
a63f18c674 Fix typo with duplicate use of kBITBinaryImageKeyUUID 2015-10-14 18:59:56 +02:00
Lukas Spieß
6b727733a5 Merge pull request #209 from bitstadium/feature/update-appstore-detection
Update AppStore detection
2015-10-12 17:14:51 +02:00
Lukas Spieß
2ae934ea8e Add documentation for BITEnvironment 2015-10-12 15:55:56 +02:00
Lukas Spieß
ffd5120a56 Merge branch 'develop' into feature/telemetry
# Conflicts:
#	Classes/BITFeedbackManager.m
#	Support/HockeySDK.xcodeproj/project.pbxproj
2015-10-09 14:36:56 +02:00
Lukas Spieß
0bf1bd929c Update documentation for setting up SDK with extensions 2015-10-09 14:17:37 +02:00
Lukas Spieß
47a70d4e77 Move all public enums to a separate header 2015-10-09 14:15:43 +02:00
Lukas Spieß
566d6f77fd Disable Bitcode in UI since we set this from xcconfig
This should remedy compiler warnings where the compiler complains about both bitcode flags `-fembed-bitcode` and `-fembed-bitcode-marker` being present.
2015-10-09 13:44:45 +02:00
Lukas Spieß
5f3bdd33bf Update tests with new appEnvironment syntax 2015-10-09 12:59:58 +02:00
Lukas Spieß
684838623f Add enum documentation 2015-10-09 12:59:58 +02:00
Lukas Spieß
45575cfab9 Switch to using environment enum throughout 2015-10-09 12:59:58 +02:00
Lukas Spieß
fc4a83f89c Remove unreachable code fork 2015-10-09 12:59:58 +02:00
Lukas Spieß
604d5dc237 Deprecate isAppStoreEnvironment property
Use the newly introduced appEnvironment property
2015-10-09 12:59:58 +02:00
Lukas Spieß
713d60bf08 Switch to using new environment enum 2015-10-09 12:59:58 +02:00
Lukas Spieß
dac40c5e82 Correct typo in documentation 2015-10-09 12:03:40 +02:00
Lukas Spieß
bccfc61a42 Add warnings to docs for threading, properly dispatch internally 2015-10-05 17:39:03 +02:00
Lukas Spieß
ed3ea81864 Disable Authenticator and UpdateManager in TestFlight 2015-10-05 17:12:39 +02:00
Lukas Spieß
13aaaa6ae0 Move AppStore detection and adapt for TestFlight 2015-10-05 17:11:56 +02:00
Lukas Spieß
44b231225c Silence AssetLibrary deprecation warning while we work to replace it 2015-10-01 17:04:46 +02:00
Lukas Spieß
30f27eae8f Small code refactorings and improvements 2015-10-01 17:04:23 +02:00
Lukas Spieß
230ac86130 Make sure showView: method always runs on main queue 2015-10-01 15:37:07 +02:00
Lukas Spieß
5303ebc414 Always present feedback alerts using main queue 2015-10-01 15:37:07 +02:00
Lukas Spieß
02f73a31d2 Use https directly to query Apple's search API
Although the http URL automatically redirects, we can obviously make this more clear by using https directly.
2015-10-01 15:11:02 +02:00
Lukas Spieß
5e1b3a3ef9 Run UI code in authenticator completions on main queue 2015-10-01 15:00:37 +02:00
Lukas Spieß
c5205e8b18 Fix typo in installation setup template 2015-09-30 12:38:15 +02:00
Lukas Spieß
96cfb169b6 Switch back to using UIAlertView
We won't use UIAlertController for now until we have a more robust solution for displaying it without knowing the currently presented view controller.
2015-09-29 16:38:11 +02:00
Lukas Spieß
7539ab06ba Add comments to #endif for clarity 2015-09-29 15:53:46 +02:00
Andreas Linde
74880df968 Add documentation zip to distribution build 2015-09-29 13:48:45 +02:00
Christoph Wendt
10484b82ed Merge pull request #204 from bitstadium/feature/fix-alert-crashonly
Fix alert not being shown in CrashOnly build
2015-09-25 18:00:28 -04:00
Christoph Wendt
0309ef9714 Merge pull request #203 from bitstadium/feature/prevent-duplicate-binary-images
Make sure we don't add images to final report twice
2015-09-25 10:34:21 -04:00
Lukas Spieß
02f2f2f135 Fix alert not being shown in CrashOnly build
In previous versions, the CrashOnly build could not display the alert to ask the user for permission to send the crash report because the necessary method implementations were missing.
2015-09-25 15:45:06 +02:00
Lukas Spieß
d664d2d183 Make sure we don't add images to final report twice
This is to prevent issues with PLCR under iOS 9, see here: https://groups.google.com/forum/#!msg/plcrashreporter/i6rYc2f4yBo/G8uBTEnMAgAJ
2015-09-25 15:31:29 +02:00
Lukas Spieß
8d945beedf Merge branch 'develop' into feature/telemetry
Conflicts:
	HockeySDK-Source.podspec
	README.md
	Support/buildnumber.xcconfig
	Support/release.xcconfig
	docs/Changelog-template.md
	docs/Guide-Installation-Setup-template.md
2015-09-18 16:43:15 +02:00
Lukas Spieß
141668cf62 Use filePath instead of path in more places 2015-09-18 16:33:43 +02:00
Andreas Linde
48fe938023 Merge tag '3.8.2' into develop
Version 3.8.2
2015-09-18 16:17:32 +02:00
Andreas Linde
dc7666b28d Merge branch 'hotfix/3.8.2' 2015-09-18 16:17:32 +02:00
Andreas Linde
2d04db5388 Fix compile error with Xcode 6.4 2015-09-18 16:17:20 +02:00
Andreas Linde
251249800a Fix compile error with Xcode 6.4 2015-09-18 16:15:03 +02:00
Andreas Linde
cbc9356517 Update build number 2015-09-18 15:54:50 +02:00
Andreas Linde
df3feaf4d1 Merge tag '3.8.2' into develop
Version 3.8.2
2015-09-18 15:54:15 +02:00
Andreas Linde
e8cd219db0 Merge branch 'release/3.8.2' 2015-09-18 15:54:14 +02:00