Commit Graph

13022 Commits

Author SHA1 Message Date
Nadine Salter
ad73c86c64 [travis] Life Without CocoaPods. 2015-03-20 16:44:01 -07:00
Nadine Salter
dd0ad80889 Add smoke-tests/ and Life Without CocoaPods.
See the README.md files for details.
2015-03-20 16:44:01 -07:00
Nadine Salter
4ae20aa11b Merge pull request #391 from facebook/new-build-script
[travis] New build script.
2015-03-20 16:07:32 -07:00
Nadine Salter
65fe805ecb [travis] Disable Travis CI automatic pod install. 2015-03-20 15:55:29 -07:00
Nadine Salter
a9d555d225 [travis] New build script.
In addition to building & testing AsyncDisplayKit, this new build script
can ensure that all example projects still compile.  This will prevent
breaking API changes from landing without updating sample projects that
use them.  It's also extensible, so we can add additional integration
tests in future (e.g., non-CocoaPods framework integration).
2015-03-20 15:45:33 -07:00
Nadine Salter
9eff356a61 [travis] Shared schemes for all example projects. 2015-03-20 15:36:31 -07:00
Nadine Salter
8164d63d29 Fix ASTextNode positioning for non-left alignment, part deux.
Apply the fix from #329 to `-setFrame:`.  Fixes #89.
2015-03-20 12:45:06 -07:00
Nadine Salter
7344cb98bb Remove ASImageNode's tint property.
ASImageNodeTint is inflexible (your options are "no tint" and "use
`[UIColor grayColor]`") and needlessly complicates the ASImageNode
implementation.  Use ASImageNodeTintColorModificationBlock() instead.
Closes #383.
2015-03-20 12:37:27 -07:00
Andreas Linde
376b5b88d2 Merge pull request #141 from tewha/typos-2
Typos 2
2015-03-19 14:54:56 +01:00
Andreas Linde
0b264bd4ce Merge pull request #142 from 0xced/typos-deprecation
Introduce deprecation for renamed public interfaces
2015-03-19 14:53:32 +01:00
Cédric Luthi
6b79a2fd05 Add deprecated enum for renamed BITFeedbackListViewCellPresentatationStyle 2015-03-19 09:51:58 +01:00
Cédric Luthi
6763399f00 Add deprecated property for renamed timeintervalCrashInLastSessionOccurred 2015-03-19 09:51:25 +01:00
Steven Fisher
05d9ee22ee Fixed Payment Button. (Err, right?) 2015-03-18 16:12:52 -07:00
Steven Fisher
dda5cc79e0 Fixed spelling of explicitly. 2015-03-18 16:12:34 -07:00
Steven Fisher
3c6f7cd68f Fixed spelling of associated. 2015-03-18 16:12:23 -07:00
Steven Fisher
52ab9ddb47 Fixed spelling of instance. 2015-03-18 16:12:09 -07:00
Steven Fisher
630b9ebb6b Every time is two words.
Not important, but removes a false positive from spellchecks.
2015-03-18 16:11:51 -07:00
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