15805 Commits

Author SHA1 Message Date
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
appleguy
a56ac35105 Merge pull request #613 from eanagel/ASDisplayNode-init-perf
ASDisplayNode: Perform one-time initializations in +initialize when possible
2015-09-09 22:36:19 -07:00
Ethan Nagel
8ea40a0265 Merge branch 'master' into ASDisplayNode-init-perf
Conflicts:
	AsyncDisplayKit/ASDisplayNode.mm
	AsyncDisplayKit/Private/ASDisplayNodeInternal.h
2015-09-09 22:17:49 -07:00
appleguy
c959adace0 Merge pull request #645 from rcancro/finalLayoutableFlag
First thoughts on fixing the finalLayoutable method.
2015-09-09 21:36:58 -07:00
appleguy
69365451d1 Merge pull request #643 from nguyenhuy/fixRelayoutDuringInitialConfig
Avoid doing relayout during initial configuration
2015-09-09 19:45:21 -07: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
rcancro
23497379e4 added comment to give guidance if a user is getting crashing in finalLayoutable 2015-09-09 11:51:36 -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
rcancro
2a030c9841 First thoughts on fixing the finalLayoutable method. 2015-09-09 09:13:02 -07: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
Lukas Spieß
8e732f8e4d Don't run CI on iOS 7.1 simulator for now
This appears to be broken in the current beta of Xcode 7. Might add back later once this is fixed.
2015-09-09 14:57:10 +02:00
Andreas Linde
a770652d2f Fix feedback compose view rotation issue
This fixes https://github.com/bitstadium/HockeySDK-iOS/issues/196
2015-09-09 14:53:19 +02:00
Lukas Spieß
a25c3095bc Merge pull request #191 from bitstadium/feature/remove-xcodecoverage
Remove XcodeCoverage
2015-09-09 14:11:55 +02:00
Andreas Linde
f8d2dd0178 make sure the Add Image button is always centered
This is for BITFeedbackComposeViewController
2015-09-09 14:02:38 +02:00
Lukas Spieß
77ecb29c8f Enable code coverage on Framework test target 2015-09-09 13:24:34 +02:00
Lukas Spieß
cd1d13f233 Remove XcodeCoverage from test targets
Since we have to require Xcode 7 for Bitcode support anyway, we can also switch to using Xcode's native code coverage support
2015-09-09 13:24:34 +02:00
Andreas Linde
ff397e876b Merge pull request #194 from 0xced/clean-optional-delegate-calls
Remove unnecessary nil checking before calling `respondsToSelector:`
2015-09-09 13:13:00 +02:00
appleguy
cb1081b759 Merge pull request #644 from rcancro/layoutOptions
Added ASLayoutOptions class to store all options for ASLayoutSpecs
2015-09-08 22:30:31 -07:00
Christoph Wendt
29e2378c27 Add tests for BITChannel (enqueue & flush items) 2015-09-08 19:01:15 -07:00
Christoph Wendt
d062f3b796 Add test class for BITChannel 2015-09-08 18:14:52 -07:00
Christoph Wendt
36269e6a22 Add tests for BITTelemetryContext 2015-09-08 18:13:10 -07:00
Christoph Wendt
d9f172e3cd Update context accessors
Only create getter/setter for context field which value wont be nil
2015-09-08 18:12:33 -07:00
Christoph Wendt
7594f654c8 Remove unused context fields, which are always nil (operation & location) 2015-09-08 18:10:49 -07:00
Christoph Wendt
6e2d6288f6 Add test for helper methods (BITHockeyHelper) 2015-09-08 16:31:55 -07:00
Christoph Wendt
b3e9a5e58e Add user defaults property for the purpose of testing (telemetry manager) 2015-09-08 16:31:22 -07:00
Christoph Wendt
521a9b0f28 Fix warnings 2015-09-08 14:22:41 -07:00
Christoph Wendt
cdaead8433 Fix authentificator tests 2015-09-08 14:22:23 -07:00
Christoph Wendt
28de90109f Add OCMock library for partial mocks 2015-09-08 14:21:40 -07:00
Huy Nguyen
a8cecbd0ad Avoid doing relayout during initial configuration of table and collection views. 2015-09-08 22:43:28 +03:00
Huy Nguyen
6383b69029 Update ASTableViewTests to detect the case when relayout is trigger during initial configuration. 2015-09-08 22:43:25 +03:00
rcancro
fc9d589cf9 Merge branch 'layoutOptions' of github.com:rcancro/AsyncDisplayKit into layoutOptions 2015-09-08 09:53:22 -07:00
rcancro
fe4a2d272f add locks to ASLayoutOptions 2015-09-08 09:50:47 -07:00
rcancro
b3369ca388 making ASLayoutOptions threadsafe 2015-09-08 09:50:47 -07:00
rcancro
fca43a651f Make layoutOptions readonly 2015-09-08 09:50:47 -07:00
rcancro
2a8b20b102 didn't mean to commit this 2015-09-08 09:50:47 -07:00