There was an error while loading. Please reload this page.
Pull request #67: MCA-5546 Added new customization attrs Merge in MML/infobip-mobile-messaging-flutter.wiki from jdzubak-MCA-5546-chat-customization-improvement to master Squashed commit of the following: commit 0021d0861fc1c2122ab69a7d59fe58c3ba948d45 Author: Francisco Fortes <francisco.fortes@infobip.com> Date: Tue Jun 30 16:01:46 2026 +0200 MCA-5546 Chat - Customising disabled buttons (iOS part) commit 4713bd0756bf34841d4081618146a7ccf7e557c9 Author: Jakub Dzubak <Jakub.Dzubak@infobip.com> Date: Mon Jun 29 15:08:04 2026 +0200 MCA-5133 Migration guide commit 5810753900658b9ecb5f29364f59d5229b3c03d1 Author: Jakub Dzubak <Jakub.Dzubak@infobip.com> Date: Mon Jun 29 13:25:06 2026 +0200 MCA-5133 Chat customizations doco
Pull request #66: MCA-5468 WebRTCUI mention in chat doco + MCA-3743 changed focus on REST API setup Merge in MML/infobip-mobile-messaging-flutter.wiki from ffortes-MCA-5468-WebRTCUI-mention-in-chat to master Squashed commit of the following: commit a8bd0b218b8cdb8f225148541b95429c5b0d561f Author: Francisco Fortes <francisco.fortes@infobip.com> Date: Thu Jun 11 14:41:50 2026 +0200 MCA-5468 WebRTCUI mention in chat doco + MCA-3743 changed focus on REST API setup
Pull request #63: MM-7809 AgentOS Renaming Merge in MML/infobip-mobile-messaging-flutter.wiki from MM-7809-AgentOS-Renaming to master Squashed commit of the following: commit 3424b0f650959ebd689b36ce932c39365122815a Author: mhudicek <Matej.Hudicek@infobip.com> Date: Wed Apr 1 12:25:35 2026 +0200 Capitalize products commit 2cdabfc5dbcd0db59dcc9e7d0dd6e01919b80903 Author: mhudicek <Matej.Hudicek@infobip.com> Date: Tue Mar 31 18:11:20 2026 +0200 Capitalize products commit e36cb2903b4cd3951095fd7f68f2da33e4a0b6df Author: mhudicek <Matej.Hudicek@infobip.com> Date: Tue Mar 31 17:02:35 2026 +0200 Finalize link TODOs commit 613890b12dbbaa81d3e08fa9e26dc26cfc0bced0 Author: mhudicek <Matej.Hudicek@infobip.com> Date: Tue Mar 3 13:37:05 2026 +0100 TODO comments for links commit fb78ed5aa641d9d057262b5a05583319f7aad51c Author: mhudicek <Matej.Hudicek@infobip.com> Date: Tue Mar 3 10:58:30 2026 +0100 AgentOS renaming
Pull request #60: Mtokar MCA-5067 chat error screen Merge in MML/infobip-mobile-messaging-flutter.wiki from mtokar-MCA-5067-chat-error-screen to master Squashed commit of the following: commit b67bccefc74a5084ed92bd194d3b4b4e637c09e8 Author: Matus Tokar <Matus.Tokar@infobip.com> Date: Wed Jan 28 10:29:54 2026 +0100 MCA-5067 extract migration commit 57ed49fb4253083da0dc1957b00a6c3347622c35 Merge: 25d6f58 40494d5 Author: Matus Tokar <Matus.Tokar@infobip.com> Date: Fri Jan 23 16:06:38 2026 +0100 MCA-5067 Merge remote-tracking branch 'origin/mtokar-MCA-5067-chat-error-screen' into mtokar-MCA-5067-chat-error-screen # Conflicts: # Migration-Guides.md commit 25d6f5865f2ed702777322f1c5a9056a6d8f49eb Author: Matus Tokar <Matus.Tokar@infobip.com> Date: Fri Jan 23 16:05:24 2026 +0100 MCA-5067 remove bs ai lines commit dc616ac700878faad6166ccdcff157987ca87396 Author: Matus Tokar <Matus.Tokar@infobip.com> Date: Fri Jan 23 16:03:39 2026 +0100 MCA-5067 Update Flutter wiki for chat error handling improvements - Enhanced In-app chat error documentation with three error types: * Full Screen Error (when chat fails to load completely) * Network Connection Error (when internet connection is lost) * Chat Error Banner (for chat operation errors) - Added error screenshots showing all three error types - Updated ChatCustomization properties: * Removed deprecated networkErrorIconVisible property * Added new chatFullScreenError* properties for full screen error styling * Added new chatBannerError* properties for chat operation errors * Clarified descriptions for each error type - Added migration guide from 9.3.x to 9.4.0 explaining: * Removal of networkErrorIconVisible * New full screen error styling properties * New banner error styling properties * Before/after code examples with all new properties * Error types clarification - Fixed code example syntax in error handling section - Corrected property naming from chatSnackbarError to chatBannerError Migrated from Android wiki PRs: - https://git.ib-ci.com/projects/MML/repos/infobip-mobile-messaging-android.wiki/pull-requests/112 - https://git.ib-ci.com/projects/MML/repos/infobip-mobile-messaging-android.wiki/pull-requests/113 commit 40494d546e4def3ef8393b27a89d816875144f58 Merge: d464094 023799d Author: Matus Tokar <Matus.Tokar@infobip.com> Date: Fri Jan 23 15:03:55 2026 +0100 MCA-5067 Merge remote-tracking branch 'origin/mtokar-MCA-5067-chat-error-screen' into mtokar-MCA-5067-chat-error-screen # Conflicts: # Migration-Guides.md commit d46409462fb7557049888e7a3499191ce14f76a9 Author: Matus Tokar <Matus.Tokar@infobip.com> Date: Fri Jan 23 15:01:00 2026 +0100 MCA-5067 MCA-5067: Update Flutter wiki for chat error handling improvements - Enhanced In-app chat error documentation with three error types: * Full Screen Error (when chat fails to load completely) * Network Connection Error (when internet connection is lost) * Chat Error Snackbar (for chat operation errors) - Added error screenshots showing all three error types - Updated ChatCustomization properties: * Removed deprecated networkErrorIconVisible property * Added new chatFullScreenError* properties for full screen error styling * Added new chatSnackbarError* properties for chat operation errors * Clarified descriptions for each error type - Added comprehensive migration guide section explaining: * Removal of networkErrorIconVisible * New full screen error styling properties * New snackbar error styling properties * Before/after code examples with all new properties * Error types clarification - Fixed code example syntax in error handling section Migrated from Android wiki PRs: - https://git.ib-ci.com/projects/MML/repos/infobip-mobile-messaging-android.wiki/pull-requests/112 - https://git.ib-ci.com/projects/MML/repos/infobip-mobile-messaging-android.wiki/pull-requests/113 commit 023799d1cb3b688a4e2c6b1501eef891410482b3 Author: Matus Tokar <Matus.Tokar@infobip.com> Date: Fri Jan 23 14:41:33 2026 +0100 MCA-5067 fix title commit bf868843ca3006e6eb9938b51a522ad1d6ff2129 Author: Matus Tokar <Matus.Tokar@infobip.com> Date: Fri Jan 23 14:26:32 2026 +0100 MCA-5067 MCA-5067: Update Flutter wiki for chat error handling improvements - Enhanced In-app chat error documentation with three error types: * Full Screen Error (when chat fails to load completely) * Network Connection Error (when internet connection is lost) * Chat Error Snackbar (for chat operation errors) - Added error screenshots showing all three error types - Updated ChatCustomization properties: * Removed deprecated networkErrorIconVisible property * Added new chatSnackbarError* properties for customizing chat operation errors * Clarified descriptions for each error type - Added comprehensive migration guide section explaining: * Removal of networkErrorIconVisible * New snackbar error styling properties * Before/after code examples * Error types clarification - Fixed code example syntax in error handling section Migrated from Android wiki PRs: - https://git.ib-ci.com/projects/MML/repos/infobip-mobile-messaging-android.wiki/pull-requests/112 - https://git.ib-ci.com/projects/MML/repos/infobip-mobile-messaging-android.wiki/pull-requests/113 commit 93595f2c9e7f6273cb48246140e177191838d6d2 Author: Matus Tokar <Matus.Tokar@infobip.com> Date: Mon Jan 19 16:24:53 2026 +0100 MCA-5067 MCA-5067: Update wiki for chat error screen property renaming commit 1bf95172e70952c2ee34d5797833d44f019415c2 Author: Matus Tokar <Matus.Tokar@infobip.com> Date: Fri Jan 16 15:46:20 2026 +0100 MCA-5067 small e rollback commit 67b8f89890383de227ae0bff10939698cb570533 Author: Matus Tokar <Matus.Tokar@infobip.com> Date: Fri Jan 16 15:41:48 2026 +0100 MCA-5067 android only properties for network error icon commit 14355fa85e9539aebf835a7034b64eaa545e472c Author: Matus Tokar <Matus.Tokar@infobip.com> Date: Tue Jan 13 23:14:28 2026 +0100 MCA-5067 rename network error commit ed9627a4936c0e23f610121b45ffbe96ee182c5c Author: Matus Tokar <Matus.Tokar@infobip.com> Date: Tue Jan 13 23:14:05 2026 +0100 MCA-5067 rename network error commit 978353b8586590a6c83a0e51df7fb206e49bc8fe Author: Matus Tokar <Matus.Tokar@infobip.com> Date: Tue Jan 13 23:13:14 2026 +0100 MCA-5067 remove example commit 1be4230c860b44a4eb39b87ebedfa13543da8b05 Author: Matus Tokar <Matus.Tokar@infobip.com> Date: Tue Jan 13 21:05:19 2026 +0100 MCA-5067 MCA-5067: Rollback networkErrorBackgroundColor to networkErrorLabelBackgroundColor commit fbfe3e334a1cda3fbec0dbed81a9459b7521b8b6 Author: Matus Tokar <Matus.Tokar@infobip.com> Date: Tue Jan 13 20:58:42 2026 +0100 MCA-5067 MCA-5067: Add chat error UI customization documentation
Pull request #58: MCA-5057 char counter customization parameters Merge in MML/infobip-mobile-messaging-flutter.wiki from mtokar-MCA-5057-chat-input-char-counter-doc to master Squashed commit of the following: commit a439b9298612c8bffee7744b7388605eff07d652 Author: Francisco Fortes <Francisco.Fortes@infobip.com> Date: Tue Dec 16 14:01:52 2025 +0000 Applied suggestion commit 19aad281535bbe09d89b168633df8e8e7bff3e26 Author: Matus Tokar <Matus.Tokar@infobip.com> Date: Wed Dec 10 15:50:59 2025 +0100 MCA-5057 char counter customization parameters
Pull request #59: MCA-5143 isChatAvailability mention Merge in MML/infobip-mobile-messaging-flutter.wiki from mtokar-MCA-5143-chat_availability_documentation to master Squashed commit of the following: commit e3274e9a96eefdd4a0a9efa6dabdde40f82482d1 Author: Matus Tokar <Matus.Tokar@infobip.com> Date: Fri Dec 12 19:31:06 2025 +0100 MCA-5143 isChatAvailability mention commit fbf9d0606984f2a01e07a9ebab868458b357f094 Author: Matus Tokar <Matus.Tokar@infobip.com> Date: Fri Dec 12 19:11:51 2025 +0100 MCA-5143 isChatAvailability mention commit 33c946db417cdf9fd97edab7bc787bbd118e76b6 Author: Matus Tokar <Matus.Tokar@infobip.com> Date: Fri Dec 12 19:08:33 2025 +0100 MCA-5143 isChatAvailability mention
Pull request #54: aboldyrev/MM-7544-personalization Merge in MML/infobip-mobile-messaging-flutter.wiki from aboldyrev/MM-7544-personalization to master Squashed commit of the following: commit ee0aed2226d4101812ae412eb011c436bb652ad8 Author: Alexander Boldyrev <alexander.boldyrev@infobip.com> Date: Thu Oct 16 12:21:25 2025 +0400 PR fix VIII commit 7d829db51a581c8f8127be2e63a174897c185601 Author: Alexander Boldyrev <alexander.boldyrev@infobip.com> Date: Thu Oct 16 11:48:40 2025 +0400 PR fix VII commit 28ad1374b103efe083a492041d6473ea488f1307 Author: Alexander Boldyrev <alexander.boldyrev@infobip.com> Date: Tue Oct 14 15:15:58 2025 +0400 PR fix VI commit 3eb8bc9d632ffbeb5533b9a30b949fe32c062900 Author: Alexander Boldyrev <alexander.boldyrev@infobip.com> Date: Tue Oct 14 15:13:55 2025 +0400 PR fix V commit ea08e94ca6a68fa6bf5ae36b05eac643130a3978 Author: Alexander Boldyrev <alexander.boldyrev@infobip.com> Date: Tue Oct 14 15:10:46 2025 +0400 PR fix IV commit ae3eed74961876d9e763ed5d7d52a5a818341cac Author: Alexander Boldyrev <alexander.boldyrev@infobip.com> Date: Mon Oct 13 18:54:39 2025 +0400 PR fix III commit bbb452a00c11a7e067ca6f0ca22c0e9aa0af7534 Author: Alexander Boldyrev <alexander.boldyrev@infobip.com> Date: Mon Oct 13 18:49:40 2025 +0400 PR fix II commit 6ab703be3a60c0d83fa2367bffa088e3b33bb49b Author: Alexander Boldyrev <alexander.boldyrev@infobip.com> Date: Mon Oct 13 18:47:13 2025 +0400 PR fix I commit 83a10cf555a55deedc64cae9234f3751e2e90a50 Author: Alexander Boldyrev <Alexander.Boldyrev@infobip.com> Date: Mon Oct 13 14:03:35 2025 +0000 Applied suggestion commit 5829ec1b6d24ec48439e2a3d0847fa0c588674ea Author: Alexander Boldyrev <Alexander.Boldyrev@infobip.com> Date: Mon Oct 13 14:01:39 2025 +0000 Applied suggestion commit 8fbf52cf0fd6e18f0a203d7ba19d485829c0f041 Author: Alexander Boldyrev <alexander.boldyrev@infobip.com> Date: Mon Oct 13 17:36:35 2025 +0400 this and 7488
Pull request #53: MCA-4934 Error handler doco Merge in MML/infobip-mobile-messaging-flutter.wiki from jdzubak-MCA-4917-ChatExceptionHandler to master Squashed commit of the following: commit d5c11f2b05fb4c998c37096b60be75ee767cf082 Author: Francisco Fortes <Francisco.Fortes@infobip.com> Date: Thu Sep 11 06:36:21 2025 +0000 Applied suggestion commit 12d73e58f5c5b5de101a0043f9889d87dabb10ad Author: Jakub Dzubak <Jakub.Dzubak@infobip.com> Date: Mon Sep 8 17:08:23 2025 +0200 MCA-4934 Error handler doco
Pull request #51: MCA-4810 fix customization data class keys Merge in MML/infobip-mobile-messaging-flutter.wiki from mtokar-MCA-4810-inapp-customization-fix to master Squashed commit of the following: commit 058f92a189593c2b6a5832af66b086777af88b19 Author: Matus Tokar <Matus.Tokar@infobip.com> Date: Thu Aug 21 17:17:26 2025 +0200 MCA-4810 fix customization data class keys
Pull request #52: MCA-4892 Chat JWT doco update Merge in MML/infobip-mobile-messaging-flutter.wiki from jdzubak-MCA-4864-chat-jwt to master Squashed commit of the following: commit 21791f412267cbad81796277fc9c73a55ac83b64 Author: Matej Hudiček <Matej.Hudicek@infobip.com> Date: Fri Aug 22 11:52:11 2025 +0000 Applied suggestion commit 38bcf2846ff8b3c44774da24db9399aeeb1a6f4a Author: Jakub Dzubak <Jakub.Dzubak@infobip.com> Date: Wed Aug 20 16:49:50 2025 +0200 MCA-4892 Chat JWT doco update
Pull request #46: MCA-4701 Updated attachments Android links Merge in MML/infobip-mobile-messaging-flutter.wiki from jdzubak-MCA-3211-chat-attachments to master Squashed commit of the following: commit d55803317882432645a53f02e3acbe5ef8c5bf36 Author: Jakub Dzubak <Jakub.Dzubak@infobip.com> Date: Wed May 28 10:10:57 2025 +0200 MCA-4701 Updated attachments Android links
Pull request #38: MM-7082 iOS 13 migration and chat extras moved to customization Merge in MML/infobip-mobile-messaging-flutter.wiki from ffortes-MM-7082-iOS13migration to master Squashed commit of the following: commit 492a402b1555a78a52216eb215e76d6ae336fb78 Author: Francisco Fortes <francisco.fortes@infobip.com> Date: Wed Mar 26 13:22:01 2025 +0100 MM-7082 iOS 13 migration and chat extras moved to customization
Pull request #36: CHAT-3383 Add doco for InAppChatExtras Merge in MML/infobip-mobile-messaging-flutter.wiki from bugfix/msvitlovskyi-CHAT-3383-keyboard-issues to master Squashed commit of the following: commit 8e33e01f3ef4918acc6a82bf581ae10cb01beef1 Author: Joanna Suau <Joanna.Suau@infobip.com> Date: Thu Mar 6 14:48:54 2025 +0000 Applied suggestion commit f6e7e52a47c811cd7f15ca566dfb63f858e0adb3 Author: Maksym Svitlovskyi <maksym.svitlovskyi@infobip.com> Date: Thu Mar 6 13:20:42 2025 +0100 Add doco for InAppChatExtras
Pull request #35: Msvitlovskyi MCA-4330 new send context data strategy Merge in MML/infobip-mobile-messaging-flutter.wiki from msvitlovskyi-MCA-4330-new-send-context-data-strategy to master Squashed commit of the following: commit 017a110836d6379851f4f55d46af00754e17730d Author: Jakub Dzubak <Jakub.Dzubak@infobip.com> Date: Fri Dec 20 13:27:42 2024 +0000 Applied suggestion commit 9848df399d4f29d82f45ba64859eb28a6cce3814 Author: Maksym Svitlovskyi <Maksym.Svitlovskyi@infobip.com> Date: Fri Dec 6 15:50:40 2024 +0100 fix commit 77d860b0aa6497b8d19ac6972bf3d334a878faae Author: Maksym Svitlovskyi <Maksym.Svitlovskyi@infobip.com> Date: Fri Dec 6 15:47:58 2024 +0100 MCA-4330 doco for new multithread strategy
Pull request #33: Aboldyrev MM-6710 fmirror Merge in MML/infobip-mobile-messaging-flutter.wiki from aboldyrev-MM-6710-fmirror to master Squashed commit of the following: commit 92b1c99201e70db2a8a85a3ff418dfa9235bdba7 Author: Alexander Boldyrev <alexander.boldyrev@infobip.com> Date: Wed Oct 30 17:56:53 2024 +0300 RN link removed commit 9d94d506df23353d132aa4bb199b0a788697264e Author: Alexander Boldyrev <alexander.boldyrev@infobip.com> Date: Wed Oct 30 17:35:49 2024 +0300 in-app -> In-App commit 59003c68f80507c85e3eb98f632b84e4b4bc7a66 Author: Alexander Boldyrev <alexander.boldyrev@infobip.com> Date: Wed Oct 30 17:32:57 2024 +0300 original commit
Pull request #31: aboldyrev-MM-6202-wiki_docs Merge in MML/infobip-mobile-messaging-flutter.wiki from aboldyrev-MM-6202-wiki_docs to master Squashed commit of the following: commit 05aa0ab495d899d8c0a29c6d5ab11f3ae3499546 Author: Alexander Boldyrev <alexander.boldyrev@infobip.com> Date: Fri Oct 25 10:40:27 2024 +0400 lists, lists commit c292d0b98657d3eea44840b129ee714c67240064 Author: Alexander Boldyrev <alexander.boldyrev@infobip.com> Date: Wed Oct 16 17:20:59 2024 +0400 last commit 02764789fef7c76b6de25e88e4244f345ffcbd89 Author: Alexander Boldyrev <alexander.boldyrev@infobip.com> Date: Wed Oct 16 17:05:18 2024 +0400 links links commit a60ebd66170d021a0793311b65d8d2ebd57cd327 Author: Alexander Boldyrev <alexander.boldyrev@infobip.com> Date: Wed Oct 16 16:57:42 2024 +0400 links links commit b3218940cddef05ae6dd10cc9d1b0de10428a1ac Author: Alexander Boldyrev <alexander.boldyrev@infobip.com> Date: Wed Oct 16 15:42:01 2024 +0400 original commit
Pull request #30: mtokar-MCA-3945-realTimeChatCustomisation Merge in MML/infobip-mobile-messaging-flutter.wiki from mtokar-MCA-3945-realTimeChatCustomisation to master Squashed commit of the following: commit 21f6321701193ff1799c9d9b3aa6b356f7e6447c Author: Jakub Dzubak <Jakub.Dzubak@infobip.com> Date: Tue Oct 8 06:51:57 2024 +0000 Applied suggestion commit bbf2a68cfa732d5ca9972e5142f44766482ede13 Author: Matuš Tokar <Matus.Tokar@infobip.com> Date: Wed Oct 2 17:23:22 2024 +0200 review fixes commit aaf39ee8c1b1bbdce4b1396dcaf9342e2ce64dd8 Author: Matuš Tokar <Matus.Tokar@infobip.com> Date: Wed Oct 2 17:20:27 2024 +0200 review fixes commit a089f70ddefa830cbfd4d3df9c1cbbb980e47164 Author: Matuš Tokar <Matus.Tokar@infobip.com> Date: Tue Oct 1 00:57:06 2024 +0200 doco update
Pull request #29: Mtokar MCA-4127 custom title body in app chat push Merge in MML/infobip-mobile-messaging-flutter.wiki from mtokar-MCA-4127_custom_title_body_in_app_chat_push to master Squashed commit of the following: commit 4f0599e1a76def983f5b36ad8b228007dcf867f6 Author: Matuš Tokar <Matus.Tokar@infobip.com> Date: Thu Sep 5 10:27:49 2024 +0200 rename title commit 3831beb15e1017018313c517d8862fae3954e2d0 Author: Matuš Tokar <Matus.Tokar@infobip.com> Date: Wed Sep 4 12:15:32 2024 +0200 mentions android only support commit f88071810f6d828cfee728a2c399f1e37dc221ff Author: Matuš Tokar <Matus.Tokar@infobip.com> Date: Fri Aug 30 18:32:47 2024 +0200 doco update commit dda2f2f2b3084011e4a587caa32487bced21035d Author: Matuš Tokar <Matus.Tokar@infobip.com> Date: Fri Aug 30 18:31:24 2024 +0200 doco update
Pull request #27: Jdzubak MCA-4071 contextual data Merge in MML/infobip-mobile-messaging-flutter.wiki from jdzubak-MCA-4071-contextual-data to master Squashed commit of the following: commit 89df2d5d09588597107fdfc83b00882f6a3ce4c6 Author: Jakub Dzubak <Jakub.Dzubak@infobip.com> Date: Mon Jul 29 15:54:38 2024 +0200 MCA-4086 Send contextual data doco update commit 4d821b5c93afdf13caedd9537022fa21ef5f3e78 Author: Jakub Dzubak <Jakub.Dzubak@infobip.com> Date: Mon Jul 29 14:12:41 2024 +0200 MCA-4086 Send contextual data doco update
Pull request #26: MCA-4074 ChatView doco first version Merge in MML/infobip-mobile-messaging-flutter.wiki from jdzubak-MCA-4025-chat-view to master Squashed commit of the following: commit cf9d58c430e2f2760db48d1f33d399b4fd91579c Author: Jakub Dzubak <Jakub.Dzubak@infobip.com> Date: Thu Jul 18 14:01:56 2024 +0200 MCA-4074 ChatView review fixes commit 0168bc5695481fa77e504e3766bc94da3105894a Author: Francisco Fortes <Francisco.Fortes@infobip.com> Date: Thu Jul 18 11:53:14 2024 +0000 Applied suggestion commit 81ee9c8734d765485def300afefe7d69e5611ffd Author: Francisco Fortes <Francisco.Fortes@infobip.com> Date: Thu Jul 18 11:50:15 2024 +0000 Applied suggestion commit 6235822d63637eee027000dfe963b9e6136b9b26 Author: Francisco Fortes <Francisco.Fortes@infobip.com> Date: Thu Jul 18 11:49:36 2024 +0000 Applied suggestion commit 7574c9be78c2472354b04b7a1032597ce4d99f27 Author: Francisco Fortes <Francisco.Fortes@infobip.com> Date: Thu Jul 18 11:49:12 2024 +0000 Applied suggestion commit e3e4392b831f581f96af8ff46a0e634c03e820cc Merge: cc84871 726cd19 Author: Jakub Dzubak <Jakub.Dzubak@infobip.com> Date: Thu Jul 18 11:32:27 2024 +0200 Merge remote-tracking branch 'refs/remotes/bitbucket/master' into jdzubak-MCA-4025-chat-view # Conflicts: # In-app-chat.md commit cc848718c5b6483498a3aa5c3548af4c0b92ef8d Author: Jakub Dzubak <Jakub.Dzubak@infobip.com> Date: Thu Jul 18 10:59:31 2024 +0200 MCA-4074 ChatView doco first version
Pull request #24: Add description of new event Merge in MML/infobip-mobile-messaging-flutter.wiki from msvitlovskyi-MCA-3882-chat-ready-event to master Squashed commit of the following: commit 73741b8d4d3dc91647cd8bf2fc45efd641945a79 Author: Matus Tokar <mtokar@infobip.com> Date: Wed May 15 15:41:08 2024 +0200 doco update commit 8ba6287756d0048742b57e9e1743182f0e115414 Author: Matus Tokar <mtokar@infobip.com> Date: Wed May 15 15:34:47 2024 +0200 doco update commit c68e0890b3191e6dc874940fd9d0c5b3c1d5863d Author: Maksym Svitlovskyi <Maksym.Svitlovskyi@infobip.com> Date: Fri May 10 11:30:56 2024 +0200 Remove commit 12f29779a783f21ad01fbf50811e854bb250b002 Author: Maksym Svitlovskyi <Maksym.Svitlovskyi@infobip.com> Date: Thu May 9 15:56:16 2024 +0200 Add description of new event
Pull request #23: MCA-3878 InAppChat wiki troubleshooting section added Merge in MML/infobip-mobile-messaging-flutter.wiki from ffortes-MCA-3878-chatWikiTroubleshooting to master Squashed commit of the following: commit ce4cc9146d7720e9e90305b54c12dd12d0e6e757 Author: Francisco Fortes <francisco.fortes@infobip.com> Date: Thu Apr 18 10:19:23 2024 +0200 MCA-3878 InAppChat wiki troubleshooting section added
Pull request #21: Jdzubak MCA-3781 set theme doco Merge in MML/infobip-mobile-messaging-flutter.wiki from jdzubak-MCA-3781-set-theme-doco to master Squashed commit of the following: commit 4e174c421b095fdbde35622fc3a14074cd5b8da4 Author: Alexander Boldyrev <Alexander.Boldyrev@infobip.com> Date: Wed Mar 20 13:10:49 2024 +0000 Applied suggestion commit 87e984ff4b01f99c141caa294f201e62d1c31e8c Author: Jakub Dzubak <jakub.dzubak@infobip.com> Date: Mon Mar 18 14:47:38 2024 +0100 MCA-3781 update commit 7371fadcaa583163c95ebee0a7962b3893be3a39 Author: Jakub Dzubak <jakub.dzubak@infobip.com> Date: Mon Mar 18 13:45:51 2024 +0100 MCA-3781 rename commit 29dc1fe7bb10bc47c4f9a3a818d2ffcc8bd64f00 Author: Jakub Dzubak <jakub.dzubak@infobip.com> Date: Mon Mar 18 12:25:57 2024 +0100 MCA-3781 In-app chat widget theme doco
Pull request #16: Ffortes MCA-3259 LCCallsAndNewSetup Merge in MML/infobip-mobile-messaging-flutter.wiki from ffortes-MCA-3259-LCCallsAndNewSetup to master Squashed commit of the following: commit d8e298030636a8c27a3a2c502acf39e355a18447 Author: Jakub Dzubak <jakub.dzubak@infobip.com> Date: Wed Oct 11 09:53:38 2023 +0200 MCA-3282 Updated example app guide and migration guide commit 58fcdd3715aec2a0d7ea5f4d4178777e99b7a3fe Author: Francisco Fortes <francisco.fortes@infobip.com> Date: Thu Oct 5 13:43:33 2023 +0200 Corrections from review commit c620682cf81af8c7357b12e0a704ab46854a4f7d Author: Joanna Suau <Joanna.Suau@infobip.com> Date: Thu Oct 5 11:32:24 2023 +0000 Applied suggestion commit 78e65110c621ddb0e3ce03f1edd628726a70013c Author: Joanna Suau <Joanna.Suau@infobip.com> Date: Thu Oct 5 11:19:05 2023 +0000 Applied suggestion commit ddcce512335e3ee7bc7434f776bebec8d3c60ad8 Author: Joanna Suau <Joanna.Suau@infobip.com> Date: Thu Oct 5 11:18:50 2023 +0000 Applied suggestion commit fa59e23d2443954b76d30f478bb1cd3051886dfb Author: Joanna Suau <Joanna.Suau@infobip.com> Date: Thu Oct 5 11:15:51 2023 +0000 Applied suggestion commit de587ea02f6cdeb97ed95e0631230f1c21348ac5 Author: Joanna Suau <Joanna.Suau@infobip.com> Date: Thu Oct 5 11:15:34 2023 +0000 Applied suggestion commit 2a457191dc6164aa146ea31f13559b554ee7c3fe Author: Jakub Dzubak <Jakub.Dzubak@infobip.com> Date: Fri Sep 29 15:47:52 2023 +0200 MCA-3282 Android part, added migration guide, added events commit 1aceb86d28e4347ac0c34d9965dc521a072cec3c Author: Francisco Fortes <francisco.fortes@infobip.com> Date: Fri Sep 22 15:41:24 2023 +0200 MCA-3259 iOS part for new LC registration
Pull request #15: Msvitlovskyi MCA-2802 customisation in plugins Merge in MML/infobip-mobile-messaging-flutter.wiki from msvitlovskyi-MCA-2802-customisation-in-plugins to master Squashed commit of the following: commit f16247d61c9b4bc02640fb6c71e0dc144d67fb07 Author: Maksym Svitlovskyi <Maksym.Svitlovskyi@infobip.com> Date: Mon Aug 28 08:13:00 2023 +0000 Note -> Notice commit 8062b350fba2d47298eb1e2215fd537425bbc89a Author: Maksym Svitlovskyi <Maksym.Svitlovskyi@infobip.com> Date: Thu Aug 24 14:32:59 2023 +0000 Added migration guides commit 93ecc2aeaa6b925f8ba2ac5f846013a5ca5d9523 Author: Jakub Miško <Jakub.Misko@infobip.com> Date: Tue Aug 22 07:58:45 2023 +0200 MCA-3217 - fix grammar commit 1785c9ecb3d3e15591449ccec698cb9f75ab2807 Author: Francisco Fortes <Francisco.Fortes@infobip.com> Date: Tue Aug 22 05:54:15 2023 +0000 Applied suggestion commit 110c04066b56fbbbcace8be9eef49928f0d63b6f Author: Jakub Miško <Jakub.Misko@infobip.com> Date: Mon Aug 21 13:56:30 2023 +0200 MCA-3217 - add configuration mention commit 9a31335dfd7886786aea9e924cef84f5b120deb3 Author: Jakub Miško <Jakub.Misko@infobip.com> Date: Mon Aug 21 13:52:23 2023 +0200 MCA-3217 - android customization example commit 179df1a165f475741e6275a21b7493cb041eaf07 Author: Maksym Svitlovskyi <maksym.svitlovskyi@infobip.com> Date: Fri Aug 18 12:55:22 2023 +0200 Add description of common and iOS customisation options, placeholder for android
Pull request #14: MCA-3117 Chat push improvements Merge in MML/infobip-mobile-messaging-flutter.wiki from jdzubak/MCA-3069-chat-push to master Squashed commit of the following: commit fdbd1d08f4087cd8595db3ada1cb58206c00c917 Author: Jakub Dzubak <Jakub.Dzubak@infobip.com> Date: Tue Jul 25 10:09:39 2023 +0200 MCA-3117 Chat push improvements
Pull request #13: Feature/MCA-2981 webrtcui Merge in MML/infobip-mobile-messaging-flutter.wiki from feature/MCA-2981-webrtcui to master Squashed commit of the following: commit 3d16e09bf875928225389146a83a0e70c31b56b6 Author: Francisco Fortes <francisco.fortes@infobip.com> Date: Thu Jul 20 10:43:43 2023 +0200 MCA-3069 Control over chat connection commit fa690673b74103fc05d37653fbe60111b23f2322 Author: Francisco Fortes <francisco.fortes@infobip.com> Date: Thu Jul 20 10:24:54 2023 +0200 iOS content commit 3f18bb4655b312de4de651218215c23a1687630e Author: Jakub Miško <Jakub.Misko@infobip.com> Date: Mon Jul 17 09:43:58 2023 +0200 MCA-3124 - common webrtcui docs + android setup
Pull request #11: MCA-3018 InAppChat integration guide Merge in MML/infobip-mobile-messaging-flutter.wiki from jdzubak-MCA-2968-chat-integration-guide to master Squashed commit of the following: commit d876ea7aa797865f9a691b9e082da76a7e0aa5fb Author: Jakub Dzubak <Jakub.Dzubak@infobip.com> Date: Mon Jun 12 11:27:51 2023 +0200 MCA-3018 InAppChat integration guide
Pull request #9: MCA-2999 added JWT doco, fixed personalization doco Merge in MML/infobip-mobile-messaging-flutter.wiki from jdzubak-MCA-2867-JWT to master Squashed commit of the following: commit 18d37239c19c3b4f8ffa64299037b9df583bd34a Merge: 5f6da65 8c5756b Author: Jakub Dzubak <Jakub.Dzubak@infobip.com> Date: Fri Jun 16 12:33:06 2023 +0200 Merge branch 'master' into jdzubak-MCA-2867-JWT # Conflicts: # In-app-chat.md commit 5f6da65c7a92cef2c27a8392467990a8d15de11e Author: Jakub Dzubak <Jakub.Dzubak@infobip.com> Date: Wed Jun 7 09:39:13 2023 +0200 MCA-2999 added JWT doco, fixed personalization doco
Pull request #10: aboldyrev MM-5070 contracts Merge in MML/infobip-mobile-messaging-flutter.wiki from aboldyrev-MM-5070-contracts to master Squashed commit of the following: commit 7b05154b50ca680ebd1268e53023885cb06b8156 Author: Alexander Boldyrev <Alexander.Boldyrev@infobip.com> Date: Fri Jun 9 19:18:45 2023 +0200 - extra event name commit d606a822e287bc98153ac6b85de9dcb40c9adbf1 Author: Alexander Boldyrev <Alexander.Boldyrev@infobip.com> Date: Fri Jun 9 18:59:08 2023 +0200 - event name commit e1da738f86b6601a96a4822e0ddbbb64ddcba2a1 Author: Alexander Boldyrev <Alexander.Boldyrev@infobip.com> Date: Fri Jun 9 16:19:49 2023 +0200 - event names