Commit Graph
1278 Commits
Author SHA1 Message Date
Iosif Moldovan 09907c10bd add test case for check return of audio message cell 2018-10-04 12:40:12 +03:00
Iosif Moldovan 9ebcd8c9ab fix compute audio cell size in the advance example view controller 2018-10-04 12:39:40 +03:00
Iosif Moldovan a493493e0e Revert "fix configure audio cell"
This reverts commit da872d6d0a, reversing
changes made to cda9cfa470.
2018-10-04 10:09:55 +03:00
Iosif Moldovan da872d6d0a fix configure audio cell 2018-10-04 09:53:47 +03:00
Iosif Moldovan cda9cfa470 implement support for audio message 2018-10-03 17:20:01 +03:00
Iosif Moldovan 515b98ce45 partial development in add audio message support 2018-10-03 12:19:33 +03:00
Marius Serban 6a2eef77a1 fix intrinsic content size for MessageLabel 2018-10-02 16:58:25 +01:00
Pavel Anokhov 2aa9573c58 Better method names 2018-10-02 12:19:47 +03:00
Iosif Moldovan 46d9f1c4d9 Merge branch 'development' of https://github.com/MessageKit/MessageKit into audio_message_support
# Conflicts:
#	Cartfile.resolved
#	Example/ChatExample.xcodeproj/project.pbxproj
#	Example/Podfile.lock
#	Example/Sources/AppDelegate.swift
#	Example/Sources/ConversationViewController.swift
#	Example/Sources/Data Generation/SampleData.swift
#	Example/Sources/View Controllers/LaunchViewController.swift
#	MessageKit.xcodeproj/project.pbxproj
#	MessageKit.xcodeproj/xcshareddata/xcschemes/MessageKit.xcscheme
#	MessageKit.xcodeproj/xcshareddata/xcschemes/MessageKitTests.xcscheme
#	Sources/Controllers/MessagesViewController+Keyboard.swift
#	Sources/Views/InputBarItem.swift
#	Sources/Views/InputStackView.swift
#	Sources/Views/InputTextView.swift
#	Sources/Views/MessageInputBar.swift
#	Tests/ViewsTests/InputBarItemTests.swift
2018-10-01 10:44:34 +03:00
Iosif Moldovan 85c05e1d02 update podfile.lock 2018-10-01 10:41:33 +03:00
Nathan TannarandGitHub 095abe0223 Merge pull request #883 from MessageKit/swift-4.2
Swift 4.2
2018-09-30 16:17:19 -07:00
Nathan Tannar 7db7aac470 CHANGELOG 2018-09-30 16:12:41 -07:00
Nathan Tannar d806da72e0 Update Example to Swift 4.2 2018-09-29 12:24:01 -07:00
Nathan Tannar dbf9d65d14 Bump Cartfile versions, fix .circleci config 2018-09-29 12:06:47 -07:00
Nathan Tannar 9a2affcd6f Update to Swift 4.2 2018-09-29 11:45:50 -07:00
Iosif Moldovan de2905ea55 update MessageKit framework and tests to swift 4.2 2018-09-27 16:54:18 +03:00
Iosif Moldovan 7cded85341 update to swift 4.2 2018-09-27 16:14:10 +03:00
Pavel Anokhov 485b4602af swiftlint 2018-09-27 14:32:47 +03:00
Nathan Tannar 406f700109 Minor edits 2018-09-25 23:04:15 -07:00
Nathan TannarandGitHub 0e6c797b5b Merge pull request #874 from MessageKit/marcocapano-patch-1
Updating "apps using this library"
2018-09-22 19:04:15 -07:00
Marco CapanoandGitHub ad7b00fc36 Updating "apps using this library"
Adding my latest work in the list of apps using this library.
2018-09-20 15:02:06 +02:00
Nathan TannarandSteven Deutsch 230e067009 Integrate MessageInputBar as a dependency (#732)
* Remove MessageInputBar files and change build settings

* Conditional imports to allow for builds without MessageInputBar

* Update Cardfile

* Specify Version in Cartfile for MessageInputBar

* Remove conditional imports in favor of Carthage for local development

* Additional `import MessageInputBar`

* Remove `MessageInputBar` from Cartfile.private

* Bump MessageInputBar version

* Add Cartfile

* Tweak build settings

* Specify import of MessageInputBar for Carthage
2018-09-17 12:22:21 -05:00
Steven DeutschandGitHub 6374b87992 Merge pull request #865 from marcocapano/patch-1
Updating FAQ with linkable sections.
2018-09-16 12:16:27 -05:00
Marco CapanoandGitHub 4ca60bb212 Updating FAQ with linkable sections.
Addresses issue #672
2018-09-16 15:06:01 +02:00
Steven DeutschandGitHub 2d1fe72c7c Merge pull request #856 from p-petrenko/bugfix/issue-829-dev
Fix scrollsToBottomOnKeybordBeginsEditing typo (development branch)
2018-09-15 21:51:19 -05:00
Steven DeutschandGitHub 04c2369d32 Merge pull request #832 from maxxx777/enhancement/init-reusable-view-with-coder
Enhancement/init reusable view with coder
2018-09-15 18:23:20 -05:00
Maxim Tsvetkov a36fa7ca34 Update CHANGELOG 2018-09-15 22:59:18 +02:00
Maxim Tsvetkov ae68e19c3f Rename convenience method to register Reusable View from nib 2018-09-15 22:44:10 +02:00
Steven DeutschandGitHub 18036508c9 Fix CHANGELOG entry 2018-09-11 21:09:32 -05:00
Polina Petrenko 3bfeccd080 Fix a typo in scrollsToBottomOnKeybordBeginsEditing 2018-09-11 23:10:20 +03:00
Pavel Anokhov fe0a000fc5 MessagesDataSource & MessagesLayoutDelegate methods for MessageType.custom handling. 2018-09-08 11:16:42 +03:00
Nathan Tannar 041a239713 CHANGELOG Entry 2018-08-31 11:10:24 -07:00
Nathan Tannar a3c7a2f062 Add delegate and adjust layout 2018-08-31 11:04:42 -07:00
Maxim Tsvetkov 6a81f5c7b2 Add convenience method to register Reusable View from nib 2018-08-31 00:29:16 +02:00
Maxim Tsvetkov a009e72be6 Add init with coder for MessageReusableView 2018-08-31 00:22:59 +02:00
Nathan TannarandGitHub ba9baace72 Merge pull request #803 from MessageKit/update-example
All-New ChatExample app
2018-08-21 19:21:44 -07:00
Nathan Tannar 00909055be Make requested changes from @zhongwuzw 2018-08-21 14:29:53 -07:00
Steven Deutsch 1be76220a5 Fix CHANGELOG 2018-08-15 10:50:50 -05:00
Steven DeutschandGitHub 381b4c1fd0 Merge pull request #815 from monzo/master
Add support for embedded NSLinks for .url DetectorType
2018-08-15 00:21:59 -05:00
James NicholsonandGitHub 699bdd2abd Merge pull request #1 from monzo/feature/nslink
Add support for embedded NSLinks for .url DetectorType
2018-08-14 14:45:48 +02:00
Nathan Tannar b82aeec995 Remove Random.swift, add more examples 2018-08-12 13:56:16 -07:00
Nathan Tannar b058727457 Correct Typo 2018-08-11 22:02:52 -07:00
Nathan Tannar 5de6481e96 All-New ChatExample App 2018-08-11 21:57:34 -07:00
James Nicholson e63d9a5337 Add support for embedded NSLinks for .url DetectorType 2018-08-07 17:22:59 +01:00
Steven DeutschandGitHub f8894874cc Merge pull request #787 from andreyvit/keyboard-inset-fix-to-rule-em-all
Adjust contentInset for the keyboard frame properly
2018-08-07 09:33:05 -05:00
zhongwuzw 540f203f6a Fix insets calculation when present and dismiss vc && remove precision when compare double 2018-08-07 14:44:27 +08:00
Nathan TannarandGitHub 5e5c80f5de Merge pull request #791 from MessageKit/fix-inputtextview
Fix #569 and #789
2018-08-03 11:27:21 -07:00
Steven DeutschandGitHub 3ee84ee9fb Merge pull request #795 from Vortec4800/emoji-size
Double the font size of emoji messages
2018-08-02 16:50:30 -05:00
Cory ImdiekeandGitHub a47a4a324c Update CHANGELOG.md 2018-08-02 16:07:21 -05:00
Cory ImdiekeandGitHub 16761a01a5 Double the font size of emoji messages
Modifies the emoji size calculator to set a new font, which has a size that is double the size of the default font.
2018-08-02 15:34:52 -05:00