Mercurial > libervia-desktop-kivy
annotate doc/index.rst @ 506:0480f883f0a6
plugin calls: update UI:
- there is now a "search" UI to select a contact to call
- "call" UI is displayed only when we actually are in a call
- new control button to (un)mute audio and video
- new control button to go to fullscreen/back to normal
- add an extra "hang up" button directly in the call UI, so there is always one even in
fullscreen mode
- UI is similar to the one implemented in web frontend
- notification + ringtone + desktop notification on incoming call
- if an incoming call is cancelled from initiator, confirmation dialog is removed
rel 425
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 25 Oct 2023 15:28:44 +0200 |
parents | 966c641d6c00 |
children |
rev | line source |
---|---|
493
b3cedbee561d
refactoring: rename `cagou` to `libervia.desktop_kivy` + update imports and names following backend changes
Goffi <goffi@goffi.org>
parents:
470
diff
changeset
|
1 .. Libervia Desktop-Kivy documentation master file, created by |
307 | 2 sphinx-quickstart on Tue Jul 23 20:07:36 2019. |
3 You can adapt this file completely to your liking, but it should at least | |
4 contain the root `toctree` directive. | |
5 | |
493
b3cedbee561d
refactoring: rename `cagou` to `libervia.desktop_kivy` + update imports and names following backend changes
Goffi <goffi@goffi.org>
parents:
470
diff
changeset
|
6 Libervia Desktop/Mobile (Kivy) documentation |
470
383b5f54aba9
doc: change title following renaming
Goffi <goffi@goffi.org>
parents:
307
diff
changeset
|
7 ===================================== |
307 | 8 |
493
b3cedbee561d
refactoring: rename `cagou` to `libervia.desktop_kivy` + update imports and names following backend changes
Goffi <goffi@goffi.org>
parents:
470
diff
changeset
|
9 Welcome to Libervia Desktop-Kivy's documentation. You'll find here both end-user end developer documentations. |
307 | 10 |
493
b3cedbee561d
refactoring: rename `cagou` to `libervia.desktop_kivy` + update imports and names following backend changes
Goffi <goffi@goffi.org>
parents:
470
diff
changeset
|
11 Libervia Desktop-Kivy is the desktop/mobile frontend for Libervia, a Libre communication ecosystem based on XMPP standard. |
307 | 12 |
493
b3cedbee561d
refactoring: rename `cagou` to `libervia.desktop_kivy` + update imports and names following backend changes
Goffi <goffi@goffi.org>
parents:
470
diff
changeset
|
13 You can follow this documentation to learn more on it, or join our official XMPP room at `libervia@chat.jabberfr.org <xmpp:libervia@chat.jabberfr.org?join>`_ (also available via a `web link <https://chat.jabberfr.org/converse.js/libervia@chat.jabberfr.org>`_) |
307 | 14 |
15 | |
16 .. toctree:: | |
17 :maxdepth: 3 | |
18 :caption: Contents: | |
19 | |
20 installation.rst | |
501
966c641d6c00
doc: "Calls" feature documentation: first draft:
Goffi <goffi@goffi.org>
parents:
493
diff
changeset
|
21 calls.rst |
307 | 22 |
23 | |
24 | |
25 Indices and tables | |
26 ================== | |
27 | |
28 * :ref:`genindex` | |
29 | |
30 .. | |
31 * :ref:`modindex` | |
32 | |
33 * :ref:`search` |