Steven Deutsch
a5c5515774
Fix longpressgesture delegate typo
2017-11-18 21:15:31 -06:00
Steven Deutsch
65e7d1c7ff
Resolve merge conflict
2017-11-18 21:14:01 -06:00
Steven Deutsch
e5809b4931
Merge branch 'development' of https://github.com/MessageKit/MessageKit into development
2017-11-18 20:01:57 -06:00
Steven Deutsch
acefdd2ae9
Merge branch 'master' into development
2017-11-18 20:00:31 -06:00
Steven Deutsch
de610f525b
Remove unused class and gardening
2017-11-18 19:48:00 -06:00
Steven Deutsch
ba506ba46d
Remove MessageLabel typing from cell top & bottom labels
2017-11-18 19:42:39 -06:00
Steven Deutsch
54f670f671
Simplify origin calculations
2017-11-18 19:19:52 -06:00
Steven Deutsch
e828b5d8e3
Remove unused messageContainerPadding
2017-11-18 17:16:33 -06:00
Steven Deutsch
a2363d316d
Remove text storage from MessageIntermediateLayoutAttributes
2017-11-18 17:14:43 -06:00
Steven Deutsch and GitHub
389ccfa2b2
Merge pull request #350 from MessageKit/bugfix/MIBbottomAnchor
...
MessageInputBar bottomAnchot Fix
2017-11-16 16:47:54 -06:00
Jameel
3789b68415
verticaleBounce always true
2017-11-15 03:14:49 +05:00
Steven Deutsch and GitHub
f487a6ec24
Merge pull request #348 from zhongwuzw/FixMessageInputBarTranslucent
...
Fix MessageInputBar translucent property
2017-11-14 03:58:54 -06:00
zhongwuzw
9f6c494c17
remove MessageInputBar backgroundColor
2017-11-14 12:20:33 +08:00
Nathan Tannar
5e4da8df15
MessageInputBar bottomAnchot Fix
2017-11-13 12:03:39 -08:00
zhongwuzw
8ef9fc8a8e
Fix MessageInputBar translucent property
2017-11-13 11:15:04 +08:00
Nathan Tannar
fa95843583
SeparatorLine Fix on iPhone X
2017-11-12 13:03:12 -08:00
Steven Deutsch and GitHub
c14af94ad7
Merge pull request #334 from MessageKit/bugfix/top-contentinset
...
Adjust top contentInset on iOS < 11
2017-11-12 14:24:02 -06:00
KEN-chan
8dbcddf285
Add a flag that the user can determine whether scrolls according to the change of the height of the keyboard
2017-11-11 18:49:32 +09:00
Steven Deutsch
89f8993cae
Add CHANGELOG entry and end image context
2017-11-10 20:48:35 -06:00
Steven Deutsch and GitHub
0390f81608
Merge pull request #325 from zhongwuzw/master
...
Fix MessageInputBar layout issues && code optimize
2017-11-10 20:31:16 -06:00
Jeremy Bouillanne
f1e5b31eae
Fix pixelated initials in avatar
2017-11-10 15:55:37 +01:00
Steven Deutsch
d9ec372b83
Merge branch 'master' into development
2017-11-10 07:47:39 -06:00
Steven Deutsch and GitHub
9347aa0809
Merge pull request #341 from zhongwuzw/FixRangeOperator
...
Fix MessageLabel address detection
2017-11-09 21:57:13 -06:00
zhongwuzw
854c840112
Fix crash for escaping block
2017-11-10 00:08:08 +08:00
zhongwuzw
e61b09e682
refactor MessageLabel
2017-11-09 21:46:50 +08:00
zhongwuzw
095c432a61
Fix MessageLabel address detection
2017-11-09 17:35:48 +08:00
KEN-chan
e272775502
Use setContentOffset instead of scrollToBottom
2017-11-09 10:52:35 +09:00
KEN-chan
906036be8b
Fix to scroll to bottom when the height of the keyboard has changed
2017-11-08 17:33:37 +09:00
zhongwuzw
c59722011d
refactor code
2017-11-08 15:57:56 +08:00
zhongwuzw
aeddab2d66
replace class to AnyObject for Swift4
2017-11-08 14:52:16 +08:00
Nathan Tannar
e8b7c4b577
Status Bar Inset Fix
2017-11-07 12:37:48 -08:00
Steven Deutsch
2a26523e97
Add AvatarPosition with Horizontal.natural case
2017-11-07 03:52:35 -06:00
Steven Deutsch
f17b87a155
Remove AvatarAlignment and AvatarHorizontalAlignment
2017-11-07 03:52:13 -06:00
Steven Deutsch
477eeb568c
Remove avatarAlwaysLeading and avatarAlwaysTrailing properties
2017-11-07 03:28:48 -06:00
Steven Deutsch
6985ec588a
Refactor AvatarAlignment -> AvatarPosition
2017-11-07 03:06:23 -06:00
Steven Deutsch
31c441782c
Merge branch 'development' of https://github.com/MessageKit/MessageKit into development
2017-11-07 02:56:12 -06:00
Steven Deutsch
fe89d1414f
Resolve CHANGELOG conflict
2017-11-07 02:55:55 -06:00
Nathan Tannar
9e3334fdd0
Adjust top contentInset on iOS < 11
2017-11-06 23:52:46 -08:00
Hemang and GitHub
6aaee6bbcc
Update MessageKit+Availability.swift
...
https://github.com/MessageKit/MessageKit/issues/328
2017-11-07 12:24:55 +05:30
zhongwuzw
71b60faf4a
Revert "remove unnecessary guard statement"
...
This reverts commit 272162ddb7 .
2017-11-06 15:00:20 +08:00
zhongwuzw
272162ddb7
remove unnecessary guard statement
2017-11-06 14:49:20 +08:00
zhongwuzw
49dc433b50
merge from developer && optimize guard statement
2017-11-06 13:52:43 +08:00
Steven Deutsch
3efbdbd260
Fix bottom label origin bugs
2017-11-04 02:33:22 -05:00
zhongwuzw
117dd63fe0
Fix MessageInputBar layout issues && code optimize
...
1. Fix ambiguous layout issues when MessageInputBar run layoutIfNeeded
method before added to superview.
2. Just reload new added message when click send button.
3. Change class-only protocols declaration.
4. Change placeholderLabel’s centerX、centerY priority because we need
satisfy left/right、top/bottom constraint first .
2017-11-03 23:01:18 +08:00
Nathan Tannar
0cdf0bdf36
Suggestions from PR #320
2017-11-02 22:14:25 -07:00
Nathan Tannar
35eb42382c
Rebase onto dev with some minor fixes
2017-11-02 20:44:40 -07:00
Nathan Tannar
eea80108f7
Add .top InputStackView and Docs
2017-11-02 20:21:15 -07:00
Sid McLaughlin and Steven Deutsch
a86bc8e6b1
Refactor initals to initials. ( #315 )
...
* Refactor `initals` to `initials`.
* Update changelog.
* Be more specific with changes.
* Update CHANGELOG.md
2017-11-02 00:06:20 -05:00
Nathan Tannar
1b0af97389
Fix to issue #312
2017-11-01 12:13:26 -07:00
Nathan Tannar and GitHub
f2c5702d56
Merge pull request #310 from zhongwuzw/master
...
Fix UITextView content size ambiguous issue
2017-11-01 01:54:33 -07:00