Commit Graph

1444 Commits

Author SHA1 Message Date
Jakub Kaspar 4db71affef Fix Swiftlint 2020-04-02 21:39:46 +02:00
Jakub Kaspar 6f3a7b2e1d Cherry pick changes for example app 2020-03-20 18:58:19 +01:00
Jakub Kaspar 544bcb9ea5 Cherry pick CI and infra changes from development to apply to master 2020-03-20 18:52:38 +01:00
Jakub Kašpar 413fd8f6eb Merge pull request #1291 from MessageKit/fixChangelog
Fix changelog entry
3.1.0
2020-03-17 22:40:03 +01:00
Jakub Kaspar b731bc41e4 add missing entry 2020-03-17 22:20:38 +01:00
Austin Wright e010dcbbb1 Merge pull request #1287 from MessageKit/prepare_3_1_0_release
Prepare 3.1.0 final release #trivial
2020-03-17 17:12:17 -04:00
Jakub Kašpar faa3addb97 Merge branch 'master' into prepare_3_1_0_release 2020-03-17 21:40:09 +01:00
Jakub Kašpar b2c96a8a7d Merge pull request #1290 from MessageKit/bguidolim-patch-1
Added COYO Engage to the apps list
2020-03-17 21:39:22 +01:00
Jakub Kašpar 58d9937448 Merge branch 'master' into bguidolim-patch-1 2020-03-17 21:21:33 +01:00
Jakub Kaspar e9aa9f86d0 Revert silly change 2020-03-17 18:33:45 +01:00
Jakub Kaspar 94b887df77 Update example project 2020-03-17 18:31:24 +01:00
Jakub Kaspar fe3e9ec01e Update podspec 2020-03-17 18:30:22 +01:00
Austin Wright 64e1bcc8d4 Merge pull request #1285 from MessageKit/Fix-image-view-tap-gesture-handler
Fix image view tap gesture handler
2020-03-17 13:18:10 -04:00
Austin Wright 5038e17453 Update Changelog Guidelines 2020-03-17 01:42:29 -04:00
Austin Wright cc84d8be54 Updated Changelog
- Added entry for PRs 1166, 1278, 1285.
- Revised & Organized.
2020-03-17 01:37:05 -04:00
Austin Wright 9add67a040 Adjusted the logic back to gesture.location(in:
- Passed in the correct view so that the location is in the same view context as the condition
- Changed imageView back to frame. It doesn't really make a difference in the Example, since the container is the same size and at the same origin as the imageView. However, just in case a framework user does something different than the example (like offsetting the imageView), frame is the safer bet.
- Update podfile to point to the latest InputBarAccessoryView & use cocoapods 1.9.0
2020-03-17 01:03:43 -04:00
Austin Wright 859e37b9be Merge pull request #1278 from bguidolim/fix-imageview-gesture-handler
Fix image view tap gesture handler.
2020-03-17 00:54:40 -04:00
Bruno Guidolim a7b27bf85f Added COYO Engage to the apps list 2020-03-13 08:32:13 +01:00
Bruno Guidolim 0865c1eb37 Fix of the fix :P - Also calling superclass method if it's not handled. 2020-03-12 17:58:51 +01:00
Bruno Guidolim d5c39b72ec Fix image view tap gesture handler. 2020-03-12 17:28:56 +01:00
Austin Wright 515b4eb663 Merge pull request #1266 from lewis-smith/patch-1
Fix for issue 1265
2020-03-10 16:00:52 -04:00
Lewis Smith e56f393c11 Fix for issue 1265
Change bubble circles to be same color as text

https://github.com/MessageKit/MessageKit/issues/1265

I don't understand why this problem is new, perhaps the bubbles were a lighter shade before.
2020-03-04 10:55:23 +00:00
Steven Deutsch 51ee4141c4 Add Austin Wright as core team member (#1263) 2020-02-28 16:39:22 -05:00
Austin Wright 65171bc42e Merge pull request #1260 from MessageKit/fixAppVersion
Fix missmatch for bundle version, fix readme #trivial
2020-02-28 08:50:41 -05:00
Jakub Kaspar d54464a851 Fix project version 2020-02-28 14:21:49 +01:00
Austin Wright 5e16637ffc Merge pull request #1250 from MessageKit/development
Prepare release 3.1.0-beta.1, migrate to Swift 5
3.1.0-beta.1
2020-02-25 14:06:29 -05:00
Austin Wright afe903e836 - Adjust version number to match previous conventions
- Re-Generate podfile.lock for Example app
2020-02-25 13:38:42 -05:00
Jakub Kaspar b5bb86de78 Prepare framework for beta version 2020-02-25 15:16:03 +01:00
Jakub Kašpar d58baeec90 Update CHANGELOG.md 2020-02-25 15:08:52 +01:00
Jakub Kašpar 1fbb4970d0 Merge pull request #1255 from classdojo/development
Fix documentation
2020-02-24 11:41:42 -08:00
Kino Roy 504f9aa652 Merge pull request #1253 from kinoroy/update-inputbar
Update InputBarAccessoryView to 4.3.2, edit Cartfile to allow < v5.0.0
2020-02-24 10:39:44 -08:00
Jakub Kaspar a2e06a396a Fix comments 2020-02-24 19:35:19 +01:00
Jakub Kaspar 02db887f94 Update docu about custom cells, add to readme 2020-02-24 19:06:27 +01:00
Jakub Kaspar 905524dd12 Move UIColor extension to correct file 2020-02-24 19:03:51 +01:00
Jakub Kašpar a1cc6592e1 Merge pull request #1246 from MessageKit/hyouuu-patch-1
Downsize logo
2020-02-23 23:47:59 -08:00
Jakub Kašpar 54ff2afc06 Merge pull request #1254 from MessageKit/fixExampleProject
Update example project, fix warnings
2020-02-22 13:58:56 -08:00
Jakub Kaspar 5ba5295e22 Update podfile, udpate pods, fix warnings, remove unnecessary code 2020-02-21 21:15:12 -08:00
Jakub Kašpar ba48b696a9 Move screenshot to second section 2020-02-21 21:04:35 -08:00
Jakub Kašpar f1014d0a49 Center images 2020-02-21 21:00:58 -08:00
Kino c8d4013e86 Update InputBarAccessoryView to 4.3.2, edit Cartfile to allow < v5.0.0 2020-02-21 12:48:23 -08:00
Alexander Momotiuk 470f58b4c5 Merge pull request #1251 from classdojo/3_1_0/readmeUpdate
Update readme and changelog for 3.1.0 release
2020-02-20 22:19:11 +02:00
Hamza Öztürk e440a04616 Merge pull request #1252 from kinoroy/fix-warnings
Fix compilation warnings
2020-02-20 21:19:39 +03:00
Kino d707b91e0e Fix improper MARK use warning 2020-02-19 16:18:41 -08:00
Kino 699b4e7bcd Fix Eng project deprecation warning, Add recommended Base localization 2020-02-19 16:18:19 -08:00
Jakub Kašpar fd1e1e91fe Add more changes to the changelog 2020-02-19 09:19:31 -08:00
Jakub Kaspar c28fdbb800 Update readme and changelog for release 3.1.0 2020-02-19 09:11:05 -08:00
Kino Roy 54eec22eb1 Merge pull request #1248 from kinoroy/development
Add CHANGELOG entries for PR #1201
2020-02-18 15:45:04 -08:00
Kino 29888c2c5a Add CHANGELOG entries for PR #1201 2020-02-18 15:27:01 -08:00
hyouuu c4318f043e Merge pull request #1247 from hyouuu/development
Fix tests; Add scrollToLastItem & scrollsToLastItemOnKeyboardBeginsEditing
2020-02-18 14:46:06 -08:00
hyouuu d4f8a466e0 rename to lastItemIndex 2020-02-18 14:17:44 -08:00