Shannon Ma
d5de2a22fd
Text node to gracefully fail upon font failure
2015-07-31 12:24:04 -07:00
Shannon Ma
15133fdbf7
setNeedsDisplay must be called on main
2015-07-31 12:11:19 -07:00
Shannon Ma
f7a4ca45db
Fix ASTextNodeWordKernerTests for Xcode 7/iOS 9
2015-07-31 11:31:10 -07:00
appleguy
16ed66c3a1
Merge pull request #550 from marmelroy/issue-549
...
Access to underlying UITextView for more configuration options.
2015-07-30 22:04:30 -07:00
ricky cancro
eae76d26b7
Add expectedSize to ASNetworkImageNode
...
ASNetworkImageNode defers to ASImageNode to return its calculatedSize. ASImageNode returns the size of its image. There is a good chance that ASNetworkImageNode hasn't downloaded its image yet when calculatedSize is called, so it returns a size of CGSizeZero.
On top of that, it is possible that the size of the image is not actually the size that we wish to display in our node.
I've added an "expectedImageSize" property that can be used to determine the calculatedSize of an ASNetworkImageNode.
2015-07-30 16:50:11 -07:00
appleguy
e76fa2794f
Merge pull request #589 from connor/returnKeyType
...
Add support for configuring `returnKeyType` on ASEditableTextNode.
2015-07-30 15:23:48 -07:00
Connor Montgomery
ca5e9e7dc3
Add support for configuring on ASEditableTextNode.
2015-07-30 15:19:00 -04:00
Peter
cacd411299
no message
2015-07-30 01:20:03 +03:00
Peter
65d12e60c6
no message
2015-07-30 01:10:02 +03:00
Peter
0cf72b8a57
no message
2015-07-30 01:09:30 +03:00
Peter
690b1d572b
Initial Commit
2015-07-29 19:06:10 +03:00
Peter
66c107f0c3
no message
2015-07-29 18:03:41 +03:00
Peter
7f5890f459
no message
2015-07-29 18:02:56 +03:00
Peter
fd51c954fb
no message
2015-07-28 18:44:27 +03:00
Peter
38272e9c36
Swift upgrades
2015-07-27 15:05:50 +03:00
Peter
6889f59981
no message
2015-07-27 15:02:47 +03:00
Peter
6252ca75f7
Updated keychain
2015-07-27 15:01:26 +03:00
appleguy
5482213e2e
Merge pull request #584 from facebook/AssertionsAndTesting
...
Implement warning assertion for supplementary views in ASCollectionView.
2015-07-25 21:47:16 -07:00
Scott Goodson
46bbe479ae
Implement warning assertion for supplementary views in ASCollectionView.
...
Make sure ASTableViewStressTest passes. It was sometimes testing a scenario UITableView itself doesn't support.
2015-07-25 21:25:40 -07:00
appleguy
f3b8216a10
Merge pull request #582 from eanagel/fix-travis
...
Attempt to fix travis by specifying cocoapods 0.37.2 explicitly
2015-07-25 09:36:58 -07:00
Ethan Nagel
9b427576f2
Attempt to fix travis by specifying cocoapods 0.37.2 explicitly
2015-07-24 23:22:57 -07:00
Ethan Nagel
6e13c3ebab
Attempt to fix travis by specifying cocoapods 0.37.2 explicitly
2015-07-24 23:05:14 -07:00
Andreas Linde
7e9ffd35ea
Add contributor license into readme
2015-07-23 10:56:00 +02:00
Andreas Linde
6018e13739
Include UI from crash manager only on iOS
...
This excludes the UI code from WatchOS builds since `TARGET_OS_IOS` excludes WatchOS (`TARGET_OS_WATCH`)
2015-07-22 16:11:13 +02:00
Andreas Linde
cb00038222
Use UIAlertController when available
2015-07-22 15:37:51 +02:00
Andreas Linde
29acf3ef05
Fix iOS 9 warnings
...
- Require iOS 7 as base SDK (for compiling)
- Hide deprecation message for NSURLConnection calls, these will be refactored soon
- Remove statusbar adjustment code (which isn't needed any longer)
- Remove kBITTextLabel... defines and use NSText.. instead
- Remove a few `#if __IPHONE_OS_VERSION_MAX_ALLOWED > __IPHONE_6_1` since we require iOS 7 as base now (for real)
2015-07-22 15:33:53 +02:00
Roy Marmelstein
6b38000941
A simpler, cleaner implementation
2015-07-22 11:05:27 +02:00
appleguy
5dae5dffb6
Merge pull request #578 from eanagel/update-podfile-lock
...
Update Podfile.lock to match earlier changes to Podfile.
2015-07-21 18:56:49 -07:00
Ethan Nagel
451beda238
Update Podfile.lock to match earlier changes to Podfile.
2015-07-21 09:38:40 -07:00
appleguy
2ddfbefaab
Merge pull request #575 from eanagel/new-auto-adjust-content
...
Take 2: Automatically adjust content offset for insertion/deletion
2015-07-20 22:21:41 -07:00
Ethan Nagel
bf0766169b
PR Feedback: Require main thread for all edit commands, various cleanup.
2015-07-20 22:08:19 -07:00
Ethan Nagel
f497639124
Add support automatically adjusting the content offset to UITableView as well as support for performing endUpdates with no animations. Additionally, there are critical bug fixes for ASDataController (begin/end updates delegates not called in correct order) and ASRangeController (failure to fully refresh internal state when inserts or delete are made.)
2015-07-20 14:05:56 -07:00
Lukas Spieß
4adf588d4a
Indentation fixes for code blocks in Readme
2015-07-19 20:45:17 +02:00
Roy Marmelstein
3c71289927
lazy creation of textview in accessor after assert
2015-07-18 16:31:13 +02:00
Roy Marmelstein
6b970e0e4a
Display node assert
2015-07-18 16:29:25 +02:00
Roy Marmelstein
36b92205ed
Brace style
2015-07-18 16:10:32 +02:00
Marat S.
882dda4445
broken markup fix
2015-07-18 11:32:19 +03:00
appleguy
d5086bd64f
Merge pull request #568 from eanagel/update-astable-test
...
Update ASTableView test
2015-07-17 18:48:43 -07:00
appleguy
36884cc53e
Merge pull request #573 from eanagel/fix-endUpdates-async-when-invalid
...
Prevent making async updates to UITable|CollectionView when asycDataSource is cleared
2015-07-17 17:54:10 -07:00
Ethan Nagel
c14ecd7e99
short-circuit editing calls after the asyncDataSource has been set to nil (ASCollectionView)
2015-07-16 20:26:45 -07:00
Ethan Nagel
9762e7cfe6
short-circuit editing calls after the asyncDataSource has been set to nil (ASTableView)
2015-07-16 20:26:28 -07:00
Peter
d95f61a82a
no message
2015-07-17 00:18:08 +03:00
Peter
ac1cc0b5cc
no message
2015-07-17 00:16:18 +03:00
Peter
8f23c15be3
no message
2015-07-17 00:06:33 +03:00
Peter
00a69da9a3
no message
2015-07-16 23:55:19 +03:00
Peter
d3a85be396
no message
2015-07-16 23:25:26 +03:00
Peter
126d711c0f
no message
2015-07-16 21:19:12 +03:00
Peter
95e2d53dd9
no message
2015-07-16 18:27:59 +03:00
Peter
f74a350697
no message
2015-07-16 15:45:45 +03:00
Peter
52b9f7291a
no message
2015-07-16 15:39:12 +03:00