Chatto/ChattoAdditions/Source/Input
Diego Sánchez 7a0f8d8e58 Improvements to photo input item: (#168)
- Just one capture session per input component.
 - Avoids starting/stoping capture during collection reloads, which can make the live camera take longer to capture or even hang.
 - Moves creation/destruction of capture session to the background: when opening/closing the input component many times it was resulting in capture start / stop blocking the main thread for some seconds on iOS 8
 - Queues updates in the collection view: doing a reloadData right after reloadItemsAtIndexPaths (update video) results in the visible cells not being refreshed
2016-06-29 23:54:15 +01:00
..
Photos Improvements to photo input item: (#168) 2016-06-29 23:54:15 +01:00
Text Input bar customization enhancements (#154) 2016-06-16 15:27:37 +01:00
ChatInputBar.swift Minor performance improvements for TextBubble (#166) 2016-06-27 23:03:32 +01:00
ChatInputBar.xib Input bar customization enhancements (#154) 2016-06-16 15:27:37 +01:00
ChatInputBarAppearance.swift Input bar customization enhancements (#154) 2016-06-16 15:27:37 +01:00
ChatInputBarPresenter.swift Adopts changes in appearance on ChattoApp. The default values in appearance don't work for any app (unlocalized texts) so it's better to remove the default value and make existing apps get a compiler error. 2016-03-21 23:53:58 +00:00
ChatInputItem.swift Chatto inception 2015-11-26 22:48:25 +00:00
ChatInputItemView.swift Updates to Swift 2.2 2016-04-11 14:22:56 +01:00
ExpandableTextView.swift Fixes some keyboard issues 2016-04-20 11:51:49 +01:00
HorizontalStackScrollView.swift Make HorizontalStackScrollView public to make possible creating subclass of ChatInputBar with own xib (#153) 2016-06-14 16:00:42 +01:00
ReusableXibView.swift Fixes linter warnings and updates some rules. Also removes deprecated '++' and '--' 2016-01-27 22:04:32 +00:00
TabInputButton.swift Input bar customization enhancements (#154) 2016-06-16 15:27:37 +01:00