skensell
skensell
I didn't write this with Swift in mind, but I guess it should work with the appropriate bridging headers. PRs welcome.
The cellFactory is the main class which should be unit tested. Most other classes are pretty simple.
After we add more complicated examples we can add Functional tests which use those examples.
I don't remember if the current setup allows customizing background colors, but I don't think it does. The input toolbar would be the main issue to make sure it's dark-skinned.
We need examples which do the following: - Loads older messages. - Loads newer messages after some delays. - Has video media. And maybe even a more complicated one which...
This should also be pretty easy. The `avatarNode` on the message cell node is already an `ASNetworkImageNode` so we can have the message cell add itself as a target-action and...
Landscape support should be easy as I believe the text bubbles already resize to have max width a fraction of the containing width. The main issue would be updating the...
The height change is abrupt when the text grows from 1 to 2 lines, or when a message is sent and it shrinks back to 1 line. Would love to...
I'm using FreeStreamer 3.1.1 in my iOS app and so far I've been quite happy with it. However, I've run into a problem streaming certain Soundcloud tracks. The following works...
I've just been browsing this repo to see if it's usable, but I'm pretty sure I spotted a vulnerability: The `checkReceipt:` method is using the logic from this Apple guide...