Commit Graph

25012 Commits

Author SHA1 Message Date
Lukas Spieß
650a500635 Remove armv7s as a valid architecture for framework tests
We can't use armv7s because OCMock doesn't contain the slice
2015-10-23 17:17:59 +02:00
Lukas Spieß
b5a8088ddb Only set Bitcode settings through xcconfig files 2015-10-23 17:17:59 +02:00
Levi McCallum
e0dfe8f0c4 Fix method naming 2015-10-23 06:10:06 -07:00
Lukas Spieß
c5f0342937 Merge branch 'master' into develop 2015-10-23 10:17:57 +02:00
Lukas Spieß
0092338e09 Merge branch 'release/3.8.4' 2015-10-23 10:17:57 +02:00
Lukas Spieß
b850cf8ee3 Update changelog with fixes for 3.8.4 2015-10-23 10:17:41 +02:00
Lukas Spieß
bc8bc7865c Update version number to 3.8.4 2015-10-23 10:17:41 +02:00
Lukas Spieß
ca2dd4c270 Increase build number 2015-10-23 10:07:06 +02:00
Lukas Spieß
7a72c3a2dc Fix type comparison warnings 2015-10-23 09:59:00 +02:00
Lukas Spieß
b102fa3988 Add missing header to umbrella 2015-10-23 09:54:36 +02:00
Levi McCallum
722b90f1cf Implement basic immediate reloadData method on table and collection view 2015-10-22 21:28:44 -07:00
Levi McCallum
c33d6efa8a WIP synchronous reload data on collection view 2015-10-22 21:28:30 -07:00
Levi McCallum
6569893c23 Reset inspector selector implementation cache correctly 2015-10-22 18:54:07 -07:00
Levi McCallum
d9ea1b52ea Fix unit tests 2015-10-22 15:27:48 -07:00
Lukas Spieß
2c7e72a1d8 Merge branch 'hotfix/cast-to-bool' 2015-10-22 22:02:52 +02:00
Lukas Spieß
4e3e389177 Merge branch 'master' into develop 2015-10-22 22:02:52 +02:00
Lukas Spieß
baef2d607f Properly cast to BOOL when checking for profile 2015-10-22 22:02:45 +02:00
Lukas Spieß
29c1b2824c Merge branch 'release/3.8.3' 2015-10-22 21:18:23 +02:00
Lukas Spieß
e3181e220d Merge branch 'master' into develop 2015-10-22 21:18:23 +02:00
Lukas Spieß
a7b779dc7e Update changelog 2015-10-22 21:03:25 +02:00
Lukas Spieß
dade87551a Update version number to 3.8.3 2015-10-22 21:03:25 +02:00
Lukas Spieß
4b4b28904a Merge branch 'develop' into feature/telemetry
# Conflicts:
#	Support/HockeySDK.xcodeproj/project.pbxproj
2015-10-22 20:52:53 +02:00
Lukas Spieß
946069c3f8 Make HockeySDKNullability header public 2015-10-22 20:34:43 +02:00
Levi McCallum
e9708633bc Remove stubbed collection view layout setter behavior 2015-10-21 23:17:38 -07:00
Levi McCallum
e8ce7fcbb2 Clean up caching of collection view delegate selectors on the inspector 2015-10-21 23:17:38 -07:00
Levi McCallum
084d60883b Add assertion to flow layout inspector down casting 2015-10-21 23:17:38 -07:00
Levi McCallum
db0a0326d7 Rename layoutDelegate to layoutInspector in ASCollectionView 2015-10-21 23:17:38 -07:00
Levi McCallum
45ff74b604 Remove array fallback on editing node index paths 2015-10-21 23:17:38 -07:00
Levi McCallum
5736e7c2d2 Clarify editing transaction documentation 2015-10-21 23:17:37 -07:00
Levi McCallum
5645724984 Use pointer comparison helpers for string equality 2015-10-21 23:17:37 -07:00
Levi McCallum
ad82c72eb4 Cache flow layout delegate in local variable 2015-10-21 23:17:37 -07:00
Levi McCallum
413307a973 Assert flow layout inspector always initializes with a flow layout 2015-10-21 23:17:37 -07:00
Levi McCallum
5ca14486b6 Make array instantiation consistent 2015-10-21 23:17:37 -07:00
Levi McCallum
9697edac33 Fix conditional block style 2015-10-21 23:17:37 -07:00
Levi McCallum
11076b115e Used cached layout value in node remeasurement 2015-10-21 23:17:37 -07:00
Levi McCallum
8f289d9977 Back internal kind collection with a set 2015-10-21 23:17:37 -07:00
appleguy
a88ad0a848 Merge pull request #752 from nguyenhuy/StaticLayousSpecTests
Add snapshot tests for ASStaticLayoutSpec
2015-10-21 18:09:00 -07:00
Lukas Spieß
8e9d528f28 Update project settings with Xcode 7.1's recommendations 2015-10-21 23:50:35 +02:00
Lukas Spieß
0024d8a139 Don't copy xcconfig into distribution builds anymore
This is only really useful when building from source and otherwise only causes confusion so we  will remove for now
2015-10-21 22:30:39 +02:00
Lukas Spieß
587041bd11 Add missing headers to CrashOnly builds 2015-10-21 22:25:13 +02:00
Christoph Wendt
fefae1b0d5 Merge pull request #215 from bitstadium/feature/fix-setuserid
Fix bug where setUserID never works
2015-10-21 10:47:14 -07:00
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
appleguy
c96813c51c Merge pull request #760 from levi/patch-4
Call UIViewController's designated initializer in ASViewController
2015-10-20 19:31:45 -07:00
Levi McCallum
0972c56f73 Call UIViewController's designated initializer in ASViewController
ASViewController currently cannot be subclassed in Swift, as the original call to `[super init]` directs to calling the designated initializer of UIViewController `[self initWithNibName:bundle:]`. Because of Swift's initializer inheritance behavior, this designated initializer will not implicitly be available on the subclassed ASViewController without some extra boilerplate. Adding an explicit call to the designated initializer fixes this issue.
2015-10-20 16:37:39 -07: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