Mercurial > libervia-desktop-kivy
comparison cagou/plugins/plugin_wid_chat.kv @ 322:e2b51663d8b8
core, android: new share widget + added Cagou to "share" menu:
- new intent filter to add Cagou to share menu for all media types
- minimum Kivy version is now 1.11.0
- new "Share" widget to display data to share via SàT and select the target
- new core.platform_ module (the suffix "_" avoid trouble with standard "platform"
module), for platform specific code.
- Android intent are now checked on startup and "on_new_intent" events
- if a android.intent.action.SEND action is received (i.e. some data is shared), the
"Share" widget is shown
- new Cagou.share method to share data using "Share" widget
- new Cagou.getAncestorWidget method to easily retrieve an instance of a specific class in
a widget's ancestors
- ContactList's Avatar and ContactItem widgets have been moved to core.common
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 06 Dec 2019 13:23:03 +0100 |
parents | 772c170b47a9 |
children | 5868a5575e01 |
comparison
equal
deleted
inserted
replaced
321:a6eb154ba266 | 322:e2b51663d8b8 |
---|---|
101 padding: root.mess_padding | 101 padding: root.mess_padding |
102 bold: True if root.mess_data.type == "info" else False | 102 bold: True if root.mess_data.type == "info" else False |
103 | 103 |
104 <Chat>: | 104 <Chat>: |
105 messages_widget: messages_widget | 105 messages_widget: messages_widget |
106 message_input: message_input | |
106 ScrollView: | 107 ScrollView: |
107 scroll_y: 0 | 108 scroll_y: 0 |
108 do_scroll_x: False | 109 do_scroll_x: False |
109 scroll_type: ['bars', 'content'] | 110 scroll_type: ['bars', 'content'] |
110 bar_width: dp(6) | 111 bar_width: dp(6) |