Mercurial > libervia-desktop-kivy
annotate android/sat.conf @ 354:aa860c10acfc
chat: new chat selector:
Using the new ScreenManager feature, a widget to select a chat to display is shown when a
user opens the chat (except if an entity jid is specified, in which case it opens directly
the Chat widget), or when user presses ESC.
When on ChatSelector, pressing ESC brings to the root widget (i.e. default widget).
The ChatSelect is a first draft, it is planned to show opened chats, rooms, and a way to
create new chats.
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 17 Jan 2020 18:44:35 +0100 |
parents | ef77423ce500 |
children |
rev | line source |
---|---|
61 | 1 [DEFAULT] |
63 | 2 bridge = pb |
61 | 3 log_level = debug |
66
94013a9481db
sat.conf: a # is added in front of backend logs, to differenciate from frontend logs
Goffi <goffi@goffi.org>
parents:
63
diff
changeset
|
4 log_fmt = #[%%(levelname)s][%%(name)s] %%(message)s |
61 | 5 |
6 [cagou] | |
281
ef77423ce500
core: store tls_validation flag in host and use if for file upload.
Goffi <goffi@goffi.org>
parents:
140
diff
changeset
|
7 no_certificate_validation = true |
61 | 8 log_level = debug |
9 log_fmt = [%%(levelname)s][%%(name)s] %%(message)s |