15805 Commits

Author SHA1 Message Date
Steven Fisher
da790ac865 Fixed another couple occurred. 2015-03-18 16:11:29 -07:00
Steven Fisher
112e75b23d Fixed spelling of thumbnail in a few spots. 2015-03-18 16:10:49 -07:00
Steven Fisher
504019a0b6 Fix spelling of observer. 2015-03-18 16:09:40 -07:00
Andreas Linde
25a03a553a Fix compile error introduced with previous commit 2015-03-18 19:04:30 +01:00
Andreas Linde
7eef1c4075 Fix a lot more typos and a property name typo
See https://github.com/bitstadium/HockeySDK-iOS/issues/139

Important for users, is that the public property `timeintervalCrashInLastSessionOccured` name is fixed. If you are using this, you need to adjust your code.
2015-03-18 17:07:39 +01:00
Andreas Linde
e0f6b6b0be Merge pull request #138 from tewha/typos
Fix typos and spelling errors
2015-03-18 16:54:10 +01:00
Nadine Salter
1dc4b42dce Merge pull request #382 from facebook/longer-async-wait
Longer timeout for async tests
2015-03-17 12:01:39 -07:00
Ryan Nystrom
7117548bc1 Longer timeout for async tests 2015-03-17 11:44:10 -07:00
Nadine Salter
1a39f412d5 Merge pull request #381 from facebook/suspended-range
Enable nodes entering the visible range to display
2015-03-17 11:20:18 -07:00
Ryan Nystrom
cd3ad1c86f Enable nodes entering the visible range to display 2015-03-17 10:52:32 -07:00
Steven Fisher
9ebcaffa5d Two other spelling fixes in BITCrashManager.h. 2015-03-16 12:15:04 -07:00
Steven Fisher
4614d04d5f Fix spelling of occurred in BITCrashManager. 2015-03-16 12:14:39 -07:00
Steven Fisher
136563c4e3 Fix spelling: instrumentation (I assume?) 2015-03-16 11:57:28 -07:00
Steven Fisher
08397c531a Fix spelling: observer. 2015-03-16 11:57:15 -07:00
Steven Fisher
06ff39192c Fix typo: module. 2015-03-16 11:57:04 -07:00
Steven Fisher
0896316c24 Fix typo: comparisonResult. 2015-03-16 11:56:50 -07:00
Steven Fisher
fc59abd1cb Fix spelling: accessibility. 2015-03-16 11:56:27 -07:00
Steven Fisher
eddcc9a01d Fix typo: userName. 2015-03-16 11:55:48 -07:00
Steven Fisher
239381f67d Fix typo: is. 2015-03-16 11:55:26 -07:00
Steven Fisher
fa9bef14bf Fix spelling: overridden. 2015-03-16 11:55:06 -07:00
Steven Fisher
80d0df1697 Split "view controller." 2015-03-16 11:54:52 -07:00
Steven Fisher
8482109670 Fix typo: whether. 2015-03-16 11:54:40 -07:00
Steven Fisher
f449cd8db6 Fix typo: name. 2015-03-16 11:54:25 -07:00
Steven Fisher
9699ed9575 Fix typo: current. 2015-03-16 11:54:05 -07:00
Steven Fisher
b9a9dd5d71 Fix typo: following. 2015-03-16 11:53:55 -07:00
Steven Fisher
b4b356c5f8 Fix spelling of anonymous. 2015-03-16 11:53:38 -07:00
Steven Fisher
0da0ceb34a Fix spelling of specific. 2015-03-16 11:52:55 -07:00
Steven Fisher
3848ba56c4 Fix spelling of occurred. 2015-03-16 11:51:59 -07:00
Steven Fisher
e9cffeba66 Fix spelling of instance. 2015-03-16 11:50:50 -07:00
Steven Fisher
bf6a9896c3 Fix spelling of compatibility. 2015-03-16 11:49:46 -07:00
Steven Fisher
60bbaa11b1 Fix spelling of identify. 2015-03-16 11:49:32 -07:00
Steven Fisher
82d45140d3 Fix viewcontroller in comments; should be ViewController or view controller as appropriate. 2015-03-16 11:49:19 -07:00
Steven Fisher
7fd274ba03 Fix spelling of necessary. 2015-03-16 11:48:53 -07:00
Ryan Nystrom
fa2f36004b Merge pull request #375 from facebook/issue-374
Stretchy or mod block images
2015-03-15 15:59:38 -07:00
Andreas Linde
b99e25ec3c Store crash metadata after setting crash object
Fetch and store the meta data after setting _lastSessionCrashDetails, so the property can be used in the protocol methods
2015-03-14 10:53:40 -07:00
Andreas Linde
7cc280f45a Fix compile issue using CocoaPods & Frameworks 2015-03-14 08:15:53 -07:00
Ryan Nystrom
59c9fc8819 Stretchy or mod block images
fixes #374
2015-03-12 14:41:11 -07:00
Ryan Nystrom
1278fe2cf0 Merge pull request #373 from facebook/issue-349
Remove the nil-asyncDelegate proxy.
2015-03-12 14:29:28 -07:00
Nadine Salter
7fa5aa5e01 Merge pull request #371 from facebook/working-window
Working range window
2015-03-11 18:02:20 -07:00
Ryan Nystrom
0b19be0f85 Working range window
This brings back the concept of a window store for nodes that are in the working range (reverting #127). It turns out that due to the system architecture if there are nodes who fetch remote content (e.g. `ASNetworkImageNode`), calls to `-display` will occur before fetching has been completed. The next chance the nodes have to decode and display content is then when they are actually on the screen, thus defeating the purpose of a working range.

With the reintroduction of the working range window, nodes are "stored" in the window and when content is finished being fetched, CA triggers `-display` since they are part of a view hierarchy.

This can be tested in the Kittens project by insuring that before `ASRangeController` adds a node to [a visible view](https://github.com/facebook/AsyncDisplayKit/blob/master/AsyncDisplayKit/Details/ASRangeController.mm#L57) that the image node (with remote content) has set its layer's contents.
2015-03-11 17:59:03 -07:00
Nadine Salter
de14f220c3 Merge pull request #367 from facebook/issue-364
Thread safe creation and canceling of download tasks
2015-03-11 17:57:52 -07:00
Nadine Salter
a79b771a85 Remove the nil-asyncDelegate proxy.
Fixes #349.
2015-03-11 17:43:45 -07:00
Ryan Nystrom
db8bbcfd0e Thread safe creation and canceling of download tasks
fixes #364
2015-03-11 16:52:14 -07:00
Nadine Salter
ac9337a629 Merge pull request #372 from bdaz/master
Support Forwarding Responder-Chain Actions to Node from its View
2015-03-11 14:39:44 -07:00
Brian Amerige
9019233c68 Support Forwarding Responder-Chain Actions to Node from its View
Summary:
What it says on the tin. This allows Nodes to effectively participate in the responder chain.

Caveat: see note in implementation below. Would have been nice to use `-targetForAction:withSender:` the way the docs imply you can, but alas.

Test Plan: Observe a node in the responder chain get invoked to handle an action it implements.

Reviewers: bcunning, zsh, sma, jpasqualini, suv, nyn531, b3ll, aaronpang, kimon, grp, jonathan, rnystrom, nadi

Reviewed By: nadi

Subscribers: trunkagent, rnystrom

Differential Revision: https://phabricator.fb.com/D1894023

Signature: t1:1894023:1426026643:203945b6a7c318f6d2c9b94d876da61da31327bd
2015-03-11 14:37:17 -07:00
Nadine Salter
862c8f2991 Merge pull request #355 from facebook/text-placeholders
Text placeholders snap to pixels
2015-03-11 14:15:20 -07:00
Ryan Nystrom
b6dea69070 Text placeholders snap to pixels 2015-03-11 13:56:12 -07:00
Nadine Salter
c7e04c84f1 [travis] Disable iOS 7.1 testing.
Travis CI's buildbots no longer have the iOS 7.x runtimes installed:

    == Runtimes ==
    iOS 7.0 (7.0 - Unknown) (com.apple.CoreSimulator.SimRuntime.iOS-7-0) (unavailable, runtime path not found)
    iOS 7.1 (7.1 - Unknown) (com.apple.CoreSimulator.SimRuntime.iOS-7-1) (unavailable, runtime path not found)
    iOS 8.1 (8.1 - 12B411) (com.apple.CoreSimulator.SimRuntime.iOS-8-1)

Disable iOS 7.1 testing.
2015-03-11 13:51:58 -07:00
Elliot Lee
0c088f3914 Fix typo 2015-03-10 11:22:43 -07:00
Nadine Salter
a40c8172ac Merge pull request #365 from facebook/issue-363
Range handlers use recursive actions
2015-03-09 12:37:17 -07:00