GitNirajHub
|
3dffe09b4f
|
Added custom image masking
|
2024-08-29 00:12:16 +05:30 |
|
Jakub Kaspar
|
11615e913d
|
Fix example projects
|
2024-07-11 20:32:49 +02:00 |
|
Jakub Kaspar
|
439bb19a6f
|
Make keyboard manager public
|
2024-07-11 11:32:52 +02:00 |
|
Jakub Kaspar
|
bf73559135
|
Example fixes
|
2024-07-11 11:25:37 +02:00 |
|
Jan de Vries
|
6304caaf88
|
fixed minor warning in example app
|
2023-08-23 20:16:56 +02:00 |
|
Jakub Kaspar
|
751f81aafd
|
Don't animate hiding typing indicator if also inserting a message
|
2023-04-30 11:46:03 -05:00 |
|
Andrey Solovjev
|
2070fc38c2
|
Fix CameraInputBarAccessoryView in AdvancedExampleViewController
|
2022-09-29 15:24:09 +07: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
|
cf07a475c9
|
Renamed func currentSender() -> SenderType to var currentSender: SenderType (#1714)
* refactor: Renamed `func currentSender() -> SenderType` to `var currentSender: SenderType`
* refactor: Renamed `func currentSender() -> SenderType` to `var currentSender: SenderType`
Changelog
|
2022-05-10 16:42:34 +02: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
|
aef7eccaba
|
refactor: InpuBar as subview instead of accessoryView
Updated InputBarAccessoryView version to 6.0.0
|
2022-05-05 11:44:46 +02:00 |
|
martinpucik
|
9c0e72a9d7
|
Merge branch '4.0.0' into input-bar-as-subview
# Conflicts:
# Example/Sources/View Controllers/LaunchViewController.swift
|
2022-05-05 08:31:15 +02:00 |
|
martinpucik
|
1cf9e48837
|
chore: Use enum for rows in Example launch VC
|
2022-05-05 08:30:24 +02: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
|
07eed9be91
|
refactor: InpuBar as subview instead of accessoryView
Simplify example launch VC
# Conflicts:
# Example/Sources/View Controllers/LaunchViewController.swift
# Example/Sources/View Controllers/NavigationController.swift
|
2022-05-03 18:01:12 +02:00 |
|
martinpucik
|
659137a5ae
|
refactor: InpuBar as subview instead of accessoryView
Simplify example launch VC
|
2022-05-03 17:26:04 +02:00 |
|
martinpucik
|
0709350393
|
refactor: InpuBar as subview instead of accessoryView
Basic keyboard observing from accessory view's observing view
|
2022-04-29 12:30:19 +02:00 |
|
Mehmet Baykar
|
4f160e5b48
|
Bind the keyboard to subviewInputBar when moved to its parent
Set the inputAccesoryView of the controller to subviewInputBar.
|
2021-11-16 20:32:44 +01:00 |
|
Seyed Mojtaba Hosseini Zeidabadi
|
76824b1c98
|
fix: misspellings of strings inside the launch view controller file
|
2021-09-10 13:32:45 +04:30 |
|
Seyed Mojtaba Hosseini Zeidabadi
|
acaf6d192b
|
fix: misspellings of the code inside the autocomplete example view controller file
|
2021-09-10 13:31:16 +04:30 |
|
Seyed Mojtaba Hosseini Zeidabadi
|
d2882fcbe0
|
Fix: misspellings
|
2021-07-11 13:25:38 +04:30 |
|
Vignesh J
|
ecc62b4d1f
|
Added Custom Text Messages Layout example
|
2021-05-01 21:38:20 +05:30 |
|
Mohannad Bakbouk
|
413204156b
|
Subclass InputBarView to allow picking images
|
2020-12-25 10:06:52 -08:00 |
|
Martin Púčik
|
696eb34dc2
|
Deprecated scrollToBottom() in favor of scrollToLastItem() (#1505)
* refactor: deprecated scrollToBottom() in favor of scrollToLastItem
* refactor: deprecated scrollToBottom() in favor of scrollToLastItem
Changelog
|
2020-12-03 19:09:21 +01:00 |
|
martinpucik
|
d89ab53c54
|
refactor: Example project with SPM as dependency manager
|
2020-12-03 17:16:05 +01:00 |
|
Martin Púčik
|
86cd13eafa
|
Updated MessageKit.podspec to use resource_bundle instead of resources (#1460)
* Update MessageKit.podspec
Changed resources to resource_bundle
* Update CHANGELOG.md
* Update MessageKit.podspec
Update resource bundle getter for updated podspec bundle setting
* Update CHANGELOG.md
* Update CHANGELOG.md
Co-authored-by: Jakub Kašpar <kaspikk@gmail.com>
|
2020-10-06 10:08:59 +02:00 |
|
amir pirzad
|
c6bfdba900
|
Add document
|
2020-09-03 12:42:20 +04:30 |
|
amir pirzad
|
d2b87770c9
|
Conform protocol
|
2020-09-02 22:47:11 +04:30 |
|
amir pirzad
|
f08cdad1f4
|
Fix some issues
|
2020-09-02 22:28:24 +04:30 |
|
amir pirzad
|
5949d6e32c
|
Add comment
|
2020-08-30 01:27:55 +04:30 |
|
amir pirzad
|
404f3ad332
|
Add boolean for enable/disable display time
|
2020-08-28 17:21:00 +04:30 |
|
Jakub Kaspar
|
b5d163ffc8
|
Merge branch 'master' into development
# Conflicts:
# Example/ChatExample.xcodeproj/project.pbxproj
# Example/Sources/View Controllers/LaunchViewController.swift
# README.md
|
2020-08-05 23:23:45 +02:00 |
|
Kino
|
8b848dfefe
|
Don't attempt to build with 32 bit architectures
SwiftUI doesn't include symbols for 32-bit archs so xcodebuild fails, and there is no reason to build the example app for 32 bit archs
|
2020-07-18 21:56:58 -07:00 |
|
Kino
|
f481519da4
|
Create SwiftUIExampleView to show use of MessagesView and data binding
|
2020-07-18 15:04:37 -07:00 |
|
Kino
|
2436db9f5d
|
Add SwiftUI Example to launchVC
|
2020-07-18 14:14:53 -07:00 |
|
Kino
|
b0280fce54
|
Merge branch 'master' into development-patch-from-master
# Conflicts:
# README.md
|
2020-06-28 21:29:04 -07:00 |
|
Kino
|
ccc26481c7
|
Add padding info in the example proj for the InputBar
|
2020-05-26 20:47:23 -07:00 |
|
Ashley Ng
|
d2a34894a5
|
Address code review
- change varibale names with VC to ViewController
- add MIT License Header to new files
- add documentation about using a height constant
|
2020-05-07 18:29:23 -05:00 |
|
Ashley Ng
|
d6ffbf87b3
|
Merge branch 'development' into Support_iPad_SplitView
|
2020-03-25 17:29:33 -05:00 |
|
martinpucik
|
176c6cdd28
|
documentation: Loading remote image messages in Example project
|
2020-03-20 13:56:20 +01:00 |
|
Jakub Kašpar
|
f345d80c02
|
Merge branch 'development' into Support_iPad_SplitView
|
2020-03-20 09:36:21 +01:00 |
|
Jakub Kaspar
|
42d32abf3a
|
Update project and example
|
2020-03-19 20:02:22 +01:00 |
|
Ashley Ng
|
33c2ad5448
|
Add support to show splitview for iPads
|
2020-03-14 21:24:34 -05:00 |
|
Jakub Kaspar
|
26c38d512a
|
Update example project
|
2020-02-28 15:17:23 +01:00 |
|
Domenico
|
57af77527f
|
Added image tapped delegate
|
2019-08-18 19:26:07 +02:00 |
|
Nathan Tannar
|
d16e5f8078
|
Improve Example, Add screenshots
|
2019-04-06 12:09:47 -07:00 |
|
Nathan Tannar
|
bdb11d25fc
|
Cleanup / Add warnings / Prep for beta release
|
2019-04-05 00:35:21 -07:00 |
|
Nathan Tannar
|
8cc96d71a2
|
Merge remote-tracking branch 'origin/3.0.0-beta' into typingIndicatorView
|
2019-04-05 00:11:14 -07:00 |
|
Nathan Tannar
|
3f93702ff1
|
Merge branch '3.0.0-beta' into typingIndicatorView
|
2019-04-02 22:45:52 -07:00 |
|