Commit Graph

13022 Commits

Author SHA1 Message Date
Peter
f78cd6fe17 no message 2017-03-21 20:42:24 +03:00
Paul Bardea
857afde032 Fix Markdown formatting in README 2017-03-21 13:32:32 -04:00
overtake
129c0686ae no message 2017-03-21 20:25:33 +03:00
overtake
4bd269e5ea no message 2017-03-21 20:01:04 +03:00
Peter
333b5c0ffc no message 2017-03-21 19:59:03 +03:00
Peter
daa642eacb no message 2017-03-21 19:58:45 +03:00
Peter
5278f451f1 no message 2017-03-21 19:58:26 +03:00
Peter
2707eea1c3 no message 2017-03-21 19:58:11 +03:00
appleguy
03d9873cb2 [ASCollectionNode] Add .collectionViewClass to ASCollectionNode+Beta. (#3198)
Although we may not want to support this property long-term, there are some usages of it
that are difficult to avoid. Specifically because the complexity it adds is both low,
and contained to a small area of the code that would be easy to remove it, it would be
great to support this.

The usage relates to apps that require the Interop protocol, and are architected to expect
a few methods / protocols being implemented on the UICollectionView class itself. It does
not directly override ASCollectionView behaviors. So hypothetically, it would also work
if it were possible to set ASCollectionView's superclass.

Instead, the app is making its own subclass descend from ASCollectionView and use the interop
APIs, even in environments where there are no ASCellNodes ever returned.
2017-03-21 09:54:53 -07:00
overtake
7227f38311 Merge branches 'master' and 'master' of https://github.com/peter-iakovlev/Postbox 2017-03-21 14:40:28 +03:00
Peter
1ae775b2f4 no message 2017-03-21 14:37:37 +03:00
Peter
4b1fb83ae7 no message 2017-03-21 14:37:01 +03:00
overtake
0b7bf07482 no message 2017-03-21 14:35:39 +03:00
Singro
b3ccbaf655 Fix @import compatibility with .mm files 2017-03-21 15:01:11 +08:00
Brandon Withrow
2e7288e368 Merge pull request #177 from letsgogeeky/master
Added note for referencing animation json files
2017-03-20 10:16:56 -07:00
Brandon Withrow
5fbbe18619 Merge pull request #175 from WorldDownTown/master
update README for Swift
2017-03-20 10:16:37 -07:00
Brandon Withrow
5b8cb1040c Merge pull request #174 from jmyers0022/allow-stop-looping-via-flag
Allow animation to stop looping via flag [#142]
2017-03-20 10:16:17 -07:00
Brandon Withrow
3071f7bec0 Merge pull request #163 from valeriyvan/dequeue
Uses -[UITableView dequeueReusableCellWithIdentifier:indexPath:]
2017-03-20 10:03:23 -07:00
Brandon Withrow
3936baa83b Merge pull request #158 from valeriyvan/crashdemo
Fixes bug leading to crash of example app
2017-03-20 10:03:00 -07:00
overtake
e12aaa6f62 Merge branch 'master' of https://github.com/peter-iakovlev/Postbox 2017-03-20 18:37:59 +03:00
Peter
7b231edd2f no message 2017-03-20 18:37:15 +03:00
Peter
1d730c968d no message 2017-03-20 18:34:28 +03:00
overtake
fd5c1ecd50 Merge branch 'master' of https://github.com/peter-iakovlev/Postbox 2017-03-18 17:59:25 +03:00
overtake
3bc78cb58d no message 2017-03-18 17:59:16 +03:00
Peter
ee7d69819c no message 2017-03-18 17:58:07 +03:00
Peter
c2192b598c no message 2017-03-18 17:57:52 +03:00
Ramy
d620e1c1cd Added note for referencing animation json files 2017-03-18 01:11:58 +02:00
Flo
d5a84bf7b1 [ASImageProtocols] Fix nullables to avoid bridging crashes (#3190)
* [ASMultiplex/NetworkImageNode] Ensure ASImageProtocols are not called with nil arguments.

* [ASBasic/PINRemoteImageDownloader] Do not check for nil downloadIdentifier needlessly.

* [ASImageCacheProtocol] Make synchronouslyFetchedCachedImageWithURL URL nonnull.
2017-03-17 11:46:10 -07:00
Rychagov Evgeny
46a3450511 Remove all dependences iOS 6 2017-03-17 21:14:44 +03:00
Michael Schneider
0e73f4ad5e Fix warnings (#3194) 2017-03-17 07:15:31 -07:00
WorldDownTown
e1812fb1c0 update README for Swift 2017-03-17 17:20:47 +09:00
jmyers0022
dd197d66fc remove check for looping animation 2017-03-16 08:45:54 -06:00
Peter
370f76636a no message 2017-03-16 10:58:00 +03:00
jmyers0022
f788f45081 leave reference to completion block in looping animation 2017-03-15 20:50:48 -06:00
Michael Schneider
39a2d7eebb Fix shadowing variable in [ASTextNode setTextContainerInset] (#3188) 2017-03-15 16:44:50 -07:00
Peter
f20a270fca no message 2017-03-16 00:22:34 +03:00
Peter
935a534de5 Merge commit '35859bfe7b9dfb137b5462f76db32d276357ad60' 2017-03-16 00:10:27 +03:00
Peter
b90f3bc405 no message 2017-03-16 00:10:21 +03:00
Michael Schneider
bc05227631 Check in layout transition if the supernode is still the node that is executing the transition (#3181)
We have to check in this case if the supernode of the subnode is indeed the _node that executes a layout transition. It can happen that a node already did a layout transition and added this subnode, in this case the subnode would would be removed from the new node instead of _node.
2017-03-15 13:20:01 -07:00
overtake
35859bfe7b changes 2017-03-15 21:21:24 +03:00
Huy Nguyen
7a11c4b32b Fix recursive description of ASDisplayNode (#3186)
- Before this commit:
  - Bridged properties are accessed to construct a recursive description without considering thread affinity.
  - We have multiple methods that does the same thing: generates a debug description.
- After this commit:
  - Bridged properties are accessed without triggering thread affinity assertions.
  - We have only one method that provides debug description of a node. It is then used to construct a recursive description.
2017-03-15 18:20:19 +00:00
Dave Weston
e393e380ee Set up nav bar on UIImagePickerController
UIImagePickerController inherits from UINavigationController, so
we should set the barStyle with the same default we use when creating
a UINavigationController.
2017-03-15 10:32:57 -07:00
Dave Weston
4c7d408b1e Use UIModalPresentationStyle parameter
This parameter was never used, instead using the property defined on
self. However, everywhere it was passed in as .FormSheet, which is
what the local property defaulted to.
2017-03-15 10:30:31 -07:00
Dave Weston
351c1fa3cd Use BITHockeyBaseManager method for navigation
Call into BITHockeyBaseManager for a UINavigationController to
match other places in the code base.
2017-03-15 10:27:49 -07:00
Michael Schneider
ef2ed54d0b [ASDisplayNode] Add locking to view and layer in ASDisplayNode (#3179)
* Add locking to view and layer in ASDisplayNode

* Another approach

* Some more

* Address comments
2017-03-15 09:05:38 -07:00
Peter
b74ce8978d no message 2017-03-15 19:05:03 +03:00
Huy Nguyen
bf41847665 Don't load collection/table node just to wait for updates to be committed (#3182)
- Because there would be no update otherwise.
2017-03-15 08:55:50 -07:00
Peter
1ce4c9f832 no message 2017-03-15 17:29:26 +03:00
overtake
3521580e99 fingerprint fix 2017-03-15 17:24:03 +03:00
Peter
b53ab405dc no message 2017-03-15 16:53:33 +03:00