Commit Graph

13022 Commits

Author SHA1 Message Date
Adlai Holler
ddf867b106 Use NO rather than nil to fix build on Xcode 7.1 2015-10-24 10:58:25 -07:00
Adlai Holler
99113388a8 Make tests use CALayer.asyncdisplaykit_node.name rather than CALayer.asyncdisplaykit_name as needed 2015-10-24 10:58:09 -07:00
Adlai Holler
0d53a82985 Remove dead flag 2015-10-24 01:20:42 -07:00
Adlai Holler
9b2a68781c Use ASObjectIsEqual to make ASDisplayNode.setName faster when setting the same name repeatedly 2015-10-24 01:18:24 -07:00
Adlai Holler
55e22d2e57 Clean up more remnants of Old Ways 2015-10-24 01:09:31 -07:00
Adlai Holler
3bd54a3c5c Don't hold lock while copying ASDisplayNode.name 2015-10-24 01:03:56 -07:00
Adlai Holler
86c6a4648d Update UIViewBridge documentation to state that bridged properties must be accessed from the main thread once the view or layer is loaded 2015-10-24 00:57:24 -07:00
Adlai Holler
5a8e7daace Implement ASDisplayNode.name separate from CALayer 2015-10-24 00:56:00 -07:00
Lukas Spieß
cc9b168a1e Merge branch 'master' into develop 2015-10-23 17:18:25 +02:00
Lukas Spieß
2b141c3e74 Merge branch 'hotfix/fix-carthage' 2015-10-23 17:18:24 +02:00
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