2070 Commits

Author SHA1 Message Date
Jakub Kašpar b75d3970a2 Merge pull request #1877 from davecom/patch-1
Fix Typo in QuickStart
2025-01-09 20:27:43 +01:00
David Kopec a4081f7c07 Fix Typo in QuickStart 2025-01-09 14:07:23 -05:00
Jakub Kašpar bf24e052b9 Update LICENSE.md 2024-12-06 12:53:11 +01:00
Jakub Kašpar 7b440d3e1f Update README.md 2024-12-06 12:51:15 +01:00
Jakub Kašpar dc48356f83 Update deploy_docs.yml 5.0.0 2024-12-06 12:45:52 +01:00
Jakub Kašpar e98ddbf112 Update README.md 2024-12-06 12:44:33 +01:00
Jakub Kašpar 38ea0e10bf Merge pull request #1870 from MessageKit/swift6
Migrate to Swift 6, fully support async/await and Swift concurrency, drop iOS 13
2024-12-06 12:41:48 +01:00
Jakub Kaspar 3a0f20b96a Return empty cell in case location is invalid 2024-11-25 17:48:38 +01:00
Jakub Kaspar ba4f2b9afa Improve error message 2024-11-25 17:44:21 +01:00
Jakub Kaspar 644ee72418 Fix tests and warnings 2024-11-25 17:39:15 +01:00
Jakub Kašpar 7e4c11639e Update Makefile 2024-11-02 16:28:21 +01:00
Jakub Kašpar f16daea7e1 Update ci_pr_tests.yml 2024-10-30 07:56:11 +01:00
Jakub Kašpar 048f539190 Update ci_pr_framework.yml 2024-10-30 07:56:03 +01:00
Jakub Kašpar 84ca1504be Update ci_pr_example.yml 2024-10-30 07:55:56 +01:00
Jakub Kaspar 6bb47d5af5 Remove plugins that caused issues, migrate to swift 6 2024-10-30 07:49:27 +01:00
Jakub Kašpar a60ad67459 Merge pull request #1868 from MessageKit/dependabot/bundler/rexml-3.3.9
build(deps): Bump rexml from 3.3.6 to 3.3.9
2024-10-30 07:13:09 +01:00
Jakub Kaspar 587a60f273 Fix example app 2024-10-30 07:12:16 +01:00
dependabot[bot] f0edd0e6cb build(deps): Bump rexml from 3.3.6 to 3.3.9
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.6 to 3.3.9.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.3.6...v3.3.9)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-28 18:41:35 +00:00
Jakub Kaspar b024c1287a Bump to Swift 5.10 4.3.0 2024-10-14 09:12:35 +02:00
Jakub Kašpar ec5246e928 Merge pull request #1860 from GitNirajHub/main
Added custom image masking
2024-09-10 13:47:53 +02:00
Jakub Kašpar e80018e17a Merge branch 'main' into main 2024-09-10 13:40:14 +02:00
Jakub Kašpar 8917bd9484 Merge pull request #1862 from technocidal/main
♻️ Rename plugins to avoid clashing with SwiftLintPlugins
2024-09-10 13:37:58 +02:00
Johannes Ebeling 8dd2716971 Merge branch 'main' into main 2024-09-10 13:25:33 +02:00
Jakub Kašpar cac86a98ec Merge pull request #1854 from CocoaBob/main
Fix timestamp label layout when not in fullscreen
2024-09-10 13:06:53 +02:00
Jakub Kašpar 21b866defa Merge branch 'main' into main 2024-09-10 12:59:43 +02:00
Johannes Ebeling 6b495662fb ♻️ Rename plugins to avoid clashing with SwiftLintPlugins 2024-09-10 11:42:03 +02:00
GitNirajHub 3dffe09b4f Added custom image masking 2024-08-29 00:12:16 +05:30
Jakub Kašpar 0c89acc6b5 Merge pull request #1853 from SkiTles55/custom-detector-update
Fix for overlapping detected matches
2024-08-23 01:45:53 +02:00
Jakub Kašpar 9afe266b59 Merge branch 'main' into custom-detector-update 2024-08-23 01:42:22 +02:00
Jakub Kašpar ec7062ab92 Merge branch 'main' into main 2024-08-23 01:41:37 +02:00
Jakub Kašpar db0a2a54a7 Merge pull request #1858 from MessageKit/dependabot/bundler/rexml-3.3.6
build(deps): Bump rexml from 3.2.8 to 3.3.6
2024-08-23 01:41:15 +02:00
dependabot[bot] 1cbc212955 build(deps): Bump rexml from 3.2.8 to 3.3.6
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.8 to 3.3.6.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.2.8...v3.3.6)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-22 20:38:46 +00:00
CocoaBob 0be65a1f82 Fix timestamp label layout when not in fullscreen 2024-07-30 18:51:40 -04:00
Dmitry Khudyakov 93511cad3b Fix for overlapping detected matches 2024-07-13 20:57:10 +06:00
Jakub Kaspar 11615e913d Fix example projects 2024-07-11 20:32:49 +02:00
Jakub Kaspar 439bb19a6f Make keyboard manager public 2024-07-11 11:32:52 +02:00
Jakub Kaspar bf73559135 Example fixes 2024-07-11 11:25:37 +02:00
Jakub Kašpar 75215ecfc8 Merge pull request #1842 from Webel-Technologies/main
Added listener for keyboard input mode changes (e.g. emoji keyboard)
2024-06-03 20:28:49 +02:00
Raúl Olmedo 944b0c828e Wait for the inputView to be laid out 2024-05-27 19:01:04 +02:00
Raúl Olmedo 29beea1868 Added listener for keyboard input mode changes (e.g. emoji keyboard) 2024-05-24 17:08:47 +02:00
Jakub Kašpar d98be9e246 Merge pull request #1839 from MessageKit/dependabot/bundler/rexml-3.2.8
build(deps): Bump rexml from 3.2.5 to 3.2.8
2024-05-17 12:25:54 +02:00
dependabot[bot] f124ca3618 build(deps): Bump rexml from 3.2.5 to 3.2.8
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.2.5...v3.2.8)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 18:53:44 +00:00
Jakub Kašpar 43f8ec33f7 Merge pull request #1821 from Almaz5200/main
Added ability to specify additionalBottomSpace for keyboardManager
2024-02-21 09:28:00 +01:00
Jakub Kašpar 8d14735ef4 Merge branch 'main' into main 2024-02-21 09:24:59 +01:00
Jakub Kašpar 9c23309e4e Update deploy_docs.yml 2024-02-21 09:24:13 +01:00
Jakub Kašpar 15cc36d6e6 Update ci_pr_tests.yml 2024-02-21 09:23:34 +01:00
Jakub Kašpar 077fa6fde4 Update ci_pr_framework.yml 2024-02-21 09:23:23 +01:00
Jakub Kašpar 3c63339b6e Update ci_pr_example.yml 2024-02-21 09:23:09 +01:00
Jakub Kašpar aa5e644448 Merge branch 'main' into main 2024-02-21 09:21:55 +01:00
Jakub Kašpar 15e8dc07fc Update ci_pr_tests.yml 2024-02-21 09:21:40 +01:00