log cagou/plugins/plugin_wid_chat.py @ 491:203755bbe0fe

age author description
Sat, 08 Apr 2023 13:44:32 +0200 Goffi massive refactoring from camelCase -> snake_case. See backend commit log for more details
Sat, 08 Apr 2023 13:34:55 +0200 Goffi chat: changed KEY_ATTACHEMENTS* name following backend change
Fri, 07 Apr 2023 15:22:31 +0200 Goffi plugin (chat): fix `fileSend` call
Fri, 19 Mar 2021 11:57:19 +0100 Goffi dates update
Tue, 14 Apr 2020 21:14:44 +0200 Goffi core: update avatar handling following backend changes:
Wed, 01 Apr 2020 23:59:00 +0200 Goffi chat: fixed media_type guessing when Path is used for attachment
Sun, 22 Mar 2020 14:10:59 +0100 Goffi chat: resize attachments (images only for now):
Wed, 18 Mar 2020 20:26:21 +0100 Goffi chat: fixed `source` assignment for `AttachmentImageItem`
Sat, 07 Mar 2020 00:05:50 +0100 Goffi chat: fixed handling of attachments without URL
Sat, 07 Mar 2020 00:05:50 +0100 Goffi chat: fixed discoInfos call
Sat, 07 Mar 2020 00:05:50 +0100 Goffi chat: use `image-loading` as source by default:
Sat, 07 Mar 2020 00:05:49 +0100 Goffi chat: set AttachmentImageItem in python instead of kv:
Sun, 01 Mar 2020 22:11:25 +0100 Goffi chat: generate preview if there is not one already for non encrypted attachments
Sun, 01 Mar 2020 22:11:25 +0100 Goffi chat: attachment preview:
Sun, 01 Mar 2020 22:11:25 +0100 Goffi chat: renamed `MESS_KEY_MEDIA_TYPE` to `MESS_KEY_ATTACHMENTS_MEDIA_TYPE` following backend change
Wed, 26 Feb 2020 22:07:15 +0100 Goffi chat: image attachments collection, first draft:
Wed, 26 Feb 2020 16:47:39 +0100 Goffi chat: show images in attachments:
Sun, 23 Feb 2020 17:49:53 +0100 Goffi chat: use constant instead of hard-coded string for C.MESS_KEY_MEDIA_TYPE
Sun, 23 Feb 2020 17:16:27 +0100 Goffi menu (TransferMenu): UI improvments:
Sun, 23 Feb 2020 15:39:06 +0100 Goffi core: file dropping:
Sun, 23 Feb 2020 15:39:06 +0100 Goffi chat: control send button visibility in core.platform_, and show it when there are attachments
Sun, 23 Feb 2020 15:39:03 +0100 Goffi chat: attachment sending:
Sat, 22 Feb 2020 18:34:09 +0100 Goffi chat: work around ScrollView bug in attachments by using a StackLayout instead:
Wed, 19 Feb 2020 09:49:21 +0100 Goffi chat: show attachments as clickable icons
Wed, 12 Feb 2020 20:02:58 +0100 Goffi common (jidSelector): replace implitict_update mechanism by real-time update:
Wed, 12 Feb 2020 20:02:58 +0100 Goffi core (common): JidSelector + behaviors various improvments:
Sun, 09 Feb 2020 23:47:29 +0100 Goffi chat: use QuickApp.notify and clear notifications when selected.
Thu, 06 Feb 2020 21:16:21 +0100 Goffi chat: use header input to filter entities + open a new chat with unknown jid.
Thu, 06 Feb 2020 21:16:21 +0100 Goffi chat: use the new "implicit_update" and "to_show" properties for ChatSelector.jid_selector:
Thu, 06 Feb 2020 21:16:21 +0100 Goffi chat: added a "close" item in menu, to leave MUC/close current chat widget.