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
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
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
1cf9e48837
chore: Use enum for rows in Example launch VC
2022-05-05 08:30:24 +02:00
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
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
amir pirzad
c6bfdba900
Add document
2020-09-03 12:42:20 +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
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
Ashley Ng
33c2ad5448
Add support to show splitview for iPads
2020-03-14 21:24:34 -05: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
3f93702ff1
Merge branch '3.0.0-beta' into typingIndicatorView
2019-04-02 22:45:52 -07:00
Nathan Tannar
a4654372ef
Merge pull request #913 from JulienKode/CustomDetectorType
...
[DetectorType][MessageLabel] Add custom, mention and hashtag detector type 👻
2019-03-24 17:39:48 -07:00
Nathan Tannar
085f563a91
Crunch some bugs
2019-03-01 00:01:43 -08:00
Nathan Tannar
6eff119a5e
Add warnings to MessageInputBar
2019-02-28 22:33:04 -08:00
Nathan Tannar
7555e0ac16
Merge branch '3.0.0-beta' into CustomDetectorType
2019-02-28 19:21:38 -08:00
Nathan Tannar
ede22c30bc
Swap MessageInputBar for InputBarAccessoryView
2019-02-24 14:06:58 -08:00
Nathan Tannar
94d121bc00
Merge remote-tracking branch 'origin/3.0.0-beta' into sender-protocol
2019-02-19 00:07:50 -08:00
Iosif Moldovan
d0ab6387ca
apply code review and update cardfile.resolve
2019-01-23 17:24:51 +02:00
Iosif Moldovan
7f855d20a3
pull out BasicAudioController from MessageKit framework
2018-12-15 12:44:33 +02:00
Julien K
60c10d62f3
Merge remote-tracking branch 'upstream/development' into CustomDetectorType
2018-11-27 16:37:34 +01:00
Iosif Moldovan
e51fcf3d53
Merge branch 'development' of https://github.com/MessageKit/MessageKit into tagonsoft_development
...
# Conflicts:
# CHANGELOG.md
2018-11-27 17:18:41 +02:00
Nathan Tannar
762f583d49
Refactor to see what SenderType would look like
2018-11-25 21:27:33 -08:00
Maxim Tsvetkov
32ecab3066
Enhancement/add another bottom label to the cell ( #920 )
...
* Rename cell bottom label stuff which actually conforms to message bottom label stuff
* Add cell bottom label methods for flow layout, data source and delegates
* Add vars for cell bottom label alignment and size
* Add cell bottom label into message content cell and set layout for label
* Set attributes for cell bottom label
Add cell bottom label attributes into calculation of cell content height
* Update example project to display cell bottom label
* Set avatar position to messageBottom in example project to display avatar with cell bottom label more pleasant (cosmetic change)
* Revert "Set avatar position to messageBottom in example project to display avatar with cell bottom label more pleasant (cosmetic change)"
This reverts commit d8d215518a .
* Fix comment to capitalize word
* Add cell bottom label after message bottom label in message content cell
* Update changelog
* Calculate Y position of cell bottom label as max Y position of message bottom label
* Move layout calculation of cell bottom label after layout calculation of message bottom label (because layout calculation of cell bottom label depends on layout calculation of message bottom label now)
* Update breaking changes in changelog
2018-11-23 14:27:17 -06:00
Julien K
9a64ebf621
[Examples] Add delegate methods
2018-11-01 11:25:45 +01:00
Iosif Moldovan
de8ba43a34
clean code and add tests for audio controller
2018-10-16 10:31:51 +03:00
Iosif Moldovan
eae6aa1e5a
Merge branch 'development' of https://github.com/MessageKit/MessageKit into tagonsoft_development
...
# Conflicts:
# Example/Podfile.lock
# Example/Sources/View Controllers/ChatViewController.swift
# MessageKit.xcodeproj/project.pbxproj
# Sources/Protocols/MessageCellDelegate.swift
2018-10-16 09:13:25 +03:00
Nathan Tannar
78c48fbf2d
Merge remote-tracking branch 'origin/development' into accessoryview-updates
2018-10-11 21:32:02 -07:00
hamzaozturk
d62d9b4407
isLastSectionVisible method returns wrong results for the BasicExampleViewController. Moreover, there is an easier method to find the visible section.
...
It is unnecessary to scroll to the bottom when title view updated.
2018-10-08 16:50:46 +03:00
Iosif Moldovan
ea4c123707
apply second review changes
2018-10-08 13:46:37 +03:00
Iosif Moldovan
84de5586c4
apply review changes
2018-10-05 13:00:46 +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
Nathan Tannar
d806da72e0
Update Example to Swift 4.2
2018-09-29 12:24:01 -07:00
Nathan Tannar
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
Polina Petrenko
3bfeccd080
Fix a typo in scrollsToBottomOnKeybordBeginsEditing
2018-09-11 23:10:20 +03:00
Nathan Tannar
a3c7a2f062
Add delegate and adjust layout
2018-08-31 11:04:42 -07:00
Nathan Tannar
00909055be
Make requested changes from @zhongwuzw
2018-08-21 14:29:53 -07:00
Nathan Tannar
b82aeec995
Remove Random.swift, add more examples
2018-08-12 13:56:16 -07:00
Nathan Tannar
5de6481e96
All-New ChatExample App
2018-08-11 21:57:34 -07:00