Commit Graph

272 Commits

Author SHA1 Message Date
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 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
MuhtasimTanmoy 9a7cfb8133 Memory leak fix by removing retain cycle in CameraInputBarAccessoryView 2021-12-05 00:53:20 +06: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
Huyanh Hoang 0ac51448c4 Fix swipe dismissal of UIImagePicker 2021-11-01 19:34:03 -07:00
Jakub Kašpar bc3170b90f Merge branch 'master' into patch-1 2021-09-10 11:28:18 +02:00
Jakub Kašpar 9e19f43cfd Merge branch 'master' into patch-1 2021-09-10 11:25:32 +02: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 2ba6ce7dae fix: misspellings of comments and strings inside the lorem file 2021-09-10 13:26:16 +04:30
Seyed Mojtaba Hosseini Zeidabadi fd13c4eb4d fix: misspellings of comments and strings inside the basic audio controller file 2021-09-10 13:25:12 +04:30
Seyed Mojtaba Hosseini Zeidabadi d2882fcbe0 Fix: misspellings 2021-07-11 13:25:38 +04:30
Charlie DiGiovanna d1f7035c29 Don't error out when shuffling empty arrays 2021-07-07 15:54:44 -04:00
Vignesh J ecc62b4d1f Added Custom Text Messages Layout example 2021-05-01 21:38:20 +05:30
Mohannad Bakbouk 6b6532f79f mofifications 2021-04-02 14:49:22 +03:00
Mohannad Bakbouk a43228ebde change presenting way 2021-02-06 03:26:10 +03:00
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
Martin Pucik f61fcf2eac test: Move to XCTest from dependency based 2020-10-05 22:37:14 +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 94fd0709c1 Fix building example app, fix assets, fix plist 2020-08-27 11:03:40 +02:00
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 c2e41ae804 Address code review 2020-07-24 12:29:31 -07:00
Kino e4405580d2 Address code review 2020-07-24 12:27:33 -07: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 93036d49d2 Remove unused getInitialMessages method 2020-07-18 16:36:58 -07:00
Kino a9a17956cb Add message top and bottom labels for name and time 2020-07-18 15:57:40 -07:00
Kino 6ff4bd7bc0 Scroll to bottom on keyboard begins editing 2020-07-18 15:57:21 -07:00
Kino 0f3e7cfe3b Add message sending ability by conforming Coordinator to InputBarAccessoryViewDelegate 2020-07-18 15:49:22 -07:00
Kino 76ac0722c3 add #if canImport for SwiftUI 2020-07-18 15:32:48 -07:00
Kino e9e524c465 Keep an initialized @State variable so we don't scrollToBottom animated the first time 2020-07-18 15:27:56 -07:00
Kino dbc7de1132 Initialize initial messages inline, add some helper methods 2020-07-18 15:27:22 -07:00
Kino f481519da4 Create SwiftUIExampleView to show use of MessagesView and data binding 2020-07-18 15:04:37 -07:00
Kino 2f6a2a14a0 Configure avatarView, currentSender 2020-07-18 14:32:51 -07:00
Kino 2436db9f5d Add SwiftUI Example to launchVC 2020-07-18 14:14:53 -07:00
Kino 5bb16cbf03 Add MessagesView wrapping MessageViewController 2020-07-18 13:41:49 -07:00
Kino Roy 02b03f3c26 Merge branch 'development' into link-preview-support 2020-06-30 10:42:28 -07:00
Kino b0280fce54 Merge branch 'master' into development-patch-from-master
# Conflicts:
#	README.md
2020-06-28 21:29:04 -07:00
Austin Wright f0c638db6a Trivial commit to trigger danger 2020-06-01 14:13:41 -04:00
Austin Wright dadc83b89a Fix syntax/scope error from #1364 2020-06-01 13:54:34 -04:00
musa-almatri dd67cd26d9 Use messagesKey instead of string
messagesKey was initialized but not used
2020-06-01 18:16:10 +03:00
Kino ccc26481c7 Add padding info in the example proj for the InputBar 2020-05-26 20:47:23 -07:00
Jakub Kašpar de410bd954 Merge branch 'development' into link-preview-support 2020-05-14 10:11:51 +02:00