Jakub Kaspar
|
6bb47d5af5
|
Remove plugins that caused issues, migrate to swift 6
|
2024-10-30 07:49:27 +01:00 |
|
Jakub Kaspar
|
439bb19a6f
|
Make keyboard manager public
|
2024-07-11 11:32:52 +02:00 |
|
Martin Púčik
|
bff35fda61
|
Added Swiftlint and Swiftformat plugins (#1729)
* build: Swiftlint plugin
* build: Swiftformat plugin
* build: Swiftformat plugin
* build: Swiftformat bash command
* style: Swiftformat rules
* style: Swiftformat applied to codebase
* style: Ignore Tests for Swiftlint
* Update bundler
* Update changelog and migration guide
* style: Ignore Example for Swiftlint
* chore: Changelog
* Update Xcode version for ci_pr_tests.yml
* Update ci_pr_framework.yml
* Update ci_pr_example.yml
* chore: Changelog
Co-authored-by: Jakub Kaspar <kaspikk@gmail.com>
|
2022-07-25 08:46:14 +00:00 |
|
Martin Púčik
|
0e95375b21
|
Added a way to change messageInputBar to a custom view (#1707)
* chore: Fix Example controllers presentation
* feat: MessageInputBarKind
|
2022-05-06 13:04:37 +00:00 |
|
Martin Púčik
|
7d66a982ad
|
Updating messagesCollectionView's bottom inset and content position on inpuBar height change (#1705)
* refactor: InpuBar height change behavior
* refactor: InpuBar height change behavior
Changelog
|
2022-05-05 14:03:22 +00:00 |
|
martinpucik
|
4ab430c7b1
|
refactor: InpuBar as subview instead of accessoryView
Cleanup of commented and not used code
Moved some internal properties to state object
Removed iOS 13 available checks
|
2022-05-04 16:44:27 +02:00 |
|
martinpucik
|
dbbf45d2ee
|
refactor: InpuBar as subview instead of accessoryView
Using KeyboardManager to handle input container view position on keyboard change
|
2022-05-03 14:47:13 +02:00 |
|