log cagou/plugins/plugin_wid_chat.py @ 437:b5e6d36fbf9c

age author description
2020-03-06 Goffi chat: set AttachmentImageItem in python instead of kv:
2020-03-01 Goffi chat: generate preview if there is not one already for non encrypted attachments
2020-03-01 Goffi chat: attachment preview:
2020-03-01 Goffi chat: renamed `MESS_KEY_MEDIA_TYPE` to `MESS_KEY_ATTACHMENTS_MEDIA_TYPE` following backend change
2020-02-26 Goffi chat: image attachments collection, first draft:
2020-02-26 Goffi chat: show images in attachments:
2020-02-23 Goffi chat: use constant instead of hard-coded string for C.MESS_KEY_MEDIA_TYPE
2020-02-23 Goffi menu (TransferMenu): UI improvments:
2020-02-23 Goffi core: file dropping:
2020-02-23 Goffi chat: control send button visibility in core.platform_, and show it when there are attachments
2020-02-23 Goffi chat: attachment sending:
2020-02-22 Goffi chat: work around ScrollView bug in attachments by using a StackLayout instead:
2020-02-19 Goffi chat: show attachments as clickable icons
2020-02-12 Goffi common (jidSelector): replace implitict_update mechanism by real-time update:
2020-02-12 Goffi core (common): JidSelector + behaviors various improvments:
2020-02-09 Goffi chat: use QuickApp.notify and clear notifications when selected.
2020-02-06 Goffi chat: use header input to filter entities + open a new chat with unknown jid.
2020-02-06 Goffi chat: use the new "implicit_update" and "to_show" properties for ChatSelector.jid_selector:
2020-02-06 Goffi chat: added a "close" item in menu, to leave MUC/close current chat widget.
2020-02-04 Goffi cagou widget: don't add header_input systematically anymore:
2020-01-29 Goffi fixed shebangs
2020-01-29 Goffi dates update
2020-01-27 Goffi chat: prepend nick to message input when occupant avatar is touched on group chat.
2020-01-18 Goffi core: better back key (ESC) management:
2020-01-17 Goffi chat: keep as many instances of opened chat as there are active WHWrapper, instead of just one:
2020-01-17 Goffi chat: new chat selector:
2020-01-17 Goffi core (widgets handler): refactoring:
2019-12-30 Goffi chat: removed some old code
2019-12-30 Goffi chat: show encryption button with group chats:
2019-12-29 Goffi chat: handle room statuses following backend change
2019-12-20 Goffi chat: encrypt uploaded file if the session is encrypted
2019-12-20 Goffi chat: serialise `options` in `fileUpload` following change in backend