1673 Commits

Author SHA1 Message Date
Lukas Spieß
a006862a61 Fix several small type comparison issues 2015-09-12 00:52:58 +02:00
Lukas Spieß
2999f621d2 Enable additional warnings 2015-09-12 00:52:58 +02:00
Lukas Spieß
bc4d09c39d Make defaultMaxBatchCount static 2015-09-12 00:52:58 +02:00
Christoph Wendt
4e46e8e1c3 Fix docu warnings 2015-09-11 15:27:42 -07:00
Lukas Spieß
481a453199 Respect Telemetry feature in CrashOnly builds 2015-09-11 22:03:42 +02:00
Christoph Wendt
bae361be8a Persist session events immediately after creation (remove ununsed timer code) 2015-09-11 12:36:54 -07:00
Christoph Wendt
ea922447df Remove network type check since it's not used at this point 2015-09-11 12:31:33 -07:00
Lukas Spieß
60aeff7d65 Fix "unused" warning in helper tests 2015-09-11 20:51:15 +02:00
Lukas Spieß
ccf93b29b5 Use new helper function syntax in tests 2015-09-11 20:51:00 +02:00
Lukas Spieß
16c49d2f8b Add missing tests back to project 2015-09-11 20:50:09 +02:00
Lukas Spieß
df04cb6c67 Make context helper available in CrashOnly-builds 2015-09-11 18:41:51 +02:00
Lukas Spieß
a921c55271 Move & rename helper method so it works with CrashOnly 2015-09-11 18:41:33 +02:00
Lukas Spieß
6f81cc02f3 Update podspecs with new library and framework 2015-09-11 18:37:21 +02:00
Lukas Spieß
39d5c3216a Move linking of CrashReporter also to xcconfig file 2015-09-11 18:15:53 +02:00
Lukas Spieß
fd408e96d5 Remove linking that is already done in xcconfig file
These frameworks already get linked by our HockeySDK.xcconfig file so we don't need these duplications
2015-09-11 18:12:31 +02:00
Lukas Spieß
20bbda4ce5 Add libs and frameworks to modulemap & xcconfig 2015-09-11 18:05:00 +02:00
Lukas Spieß
8559072c13 Merge branch 'develop' into feature/telemetry
Conflicts:
	.gitignore
	Classes/BITHockeyHelper.h
	Classes/BITHockeyHelper.m
	Support/HockeySDK.xcodeproj/project.pbxproj
	Support/HockeySDKTests/libOCMock.a
2015-09-11 18:04:55 +02:00
Andreas Linde
4bcbda5c2e Update PLCR build using Xcode 7 GM 2015-09-11 11:14:21 +02:00
Christoph Wendt
c5956c28b5 Fix issue: Do not delete file because of "no connection" response 2015-09-10 19:28:10 -07:00
Christoph Wendt
85a0469e90 Use prod urls by default for telemetry 2015-09-10 19:26:37 -07:00
Christoph Wendt
eb1d15f2e8 Test BITSender (sending, response handling) 2015-09-10 18:58:30 -07:00
Christoph Wendt
44e6315bbb Trigger sending of persisted file on startManager() (BITTelemetryManager) 2015-09-10 18:57:51 -07:00
Christoph Wendt
988d5881b2 Fix NSURLSession issue 2015-09-10 18:56:51 -07:00
Christoph Wendt
2bcd14d132 Refactor sender methods to enable testing of async code 2015-09-10 18:55:44 -07:00
Christoph Wendt
e32c1e5c8b Use correct queue for sending objects 2015-09-10 18:54:38 -07:00
Christoph Wendt
2bcb4d8e53 Add properties/methods to sender header (testing) 2015-09-10 18:53:44 -07:00
Christoph Wendt
a04b5ccf9d Refactoring: Determine content type for request 2015-09-10 18:52:48 -07:00
Christoph Wendt
b4b35351bc Fix warning (channel tests) 2015-09-10 18:50:35 -07:00
Christoph Wendt
b2074e4954 Add GZIP entry to license file 2015-09-10 14:29:25 -07:00
Lukas Spieß
28fe5ac5f5 Add libz to linked libraries in xcconfig files 2015-09-10 22:19:52 +02:00
Christoph Wendt
7363ec0d9a Convert AppID to GUID before sending telemetry data 2015-09-10 11:28:25 -07:00
Benjamin Reimold
324614a2e9 Add AppCode Folder to gitignore 2015-09-10 10:26:29 -07:00
Lukas Spieß
c22638f6a1 Update bit_URLEncdoedString() to use modern API 2015-09-10 15:19:31 +02:00
Lukas Spieß
0e94435466 Remove unused bit_URLDecodedString function 2015-09-10 14:51:40 +02:00
Lukas Spieß
6119d81a33 Add unit test for bit_URLEncodedString() 2015-09-10 14:51:40 +02:00
Andreas Linde
2dff32690c 3.8 RC 1 Release 2015-09-10 14:33:01 +02:00
Lukas Spieß
49bc9b4fb7 Use standard archs for framework test target 2015-09-10 13:53:46 +02:00
Lukas Spieß
14a562dcac Removing troublesome search path from framework test target 2015-09-10 13:51:01 +02:00
Christoph Wendt
986ef2726b Initialize sender in telemetry manager 2015-09-09 18:47:13 -07:00
Christoph Wendt
011972245d Add sender 2015-09-09 18:46:49 -07:00
Christoph Wendt
60112daa2e Fix timer duration (BITChannel) 2015-09-09 18:46:25 -07:00
Christoph Wendt
56628bb824 Fix naming 2015-09-09 18:46:07 -07:00
Christoph Wendt
8c6a9621a6 Support GZIP for telemetry data 2015-09-09 18:45:06 -07:00
Andreas Linde
f4c9a3bae5 Merge pull request #197 from bitstadium/feature/iOS9-Updates
Make SDK ready for iOS 9
2015-09-09 18:49:58 +02:00
Lukas Spieß
d529d0247a Update documentation and readme 2015-09-09 17:03:52 +02:00
Lukas Spieß
a87d64e922 Fix test issue with pointer conversion on armv7 2015-09-09 16:28:26 +02:00
Lukas Spieß
c0fa425c80 Print command that will run on TravisCI 2015-09-09 16:25:09 +02:00
Lukas Spieß
c0c973e20a Add license for OCMock to licenses file 2015-09-09 15:34:21 +02:00
Lukas Spieß
cfd0ddb154 Disable test that only fails with xcodebuild
The test if a debugger is attached currently fails when being run with Xcode 7's version of xcodebuild but not when run from within Xcode itself. We will reenable this as soon as it's fixed or we find a workaround.
2015-09-09 15:29:32 +02:00
Lukas Spieß
1870f14252 Show list of available simulators before running tests 2015-09-09 14:57:25 +02:00