aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/application.vala
Commit message (Collapse)AuthorAgeFilesLines
* Start conversation if closed when receiving an audio or video call (#1485)eerielili2023-10-081-1/+1
| | | | | | | | | * Start conversation if closed when receiving an audio or video call * Fix starting conversation on new calls, move setting conversation.last_active --------- Co-authored-by: fiaxh <git@lightrise.org>
* Rewrite contact details dialogfiaxh2023-09-241-0/+1
|
* First steps of meson supporthrxi2023-03-241-1/+0
| | | | | | | Basic configuration of qlite, xmpp-vala, the Dino library and the Dino application are supported. There's no support for the plugins. This e.g. enables using the Vala language server.
* Fix placeholder being shown on startup, fix missing vertical line in ↵fiaxh2023-01-311-4/+1
| | | | no-conversations placeholder
* Add support for XEP-0461 replies (with fallback)fiaxh2023-01-061-0/+2
|
* Add support for reactionsfiaxh2022-10-111-0/+1
|
* Fix Version handling, add function to retrieve short version without git commitMarvin W2022-03-301-0/+6
|
* Add support for unencrypted RTP calls to libdinofiaxh2021-03-211-0/+2
| | | | Co-authored-by: Marvin W <git@larma.de>
* Add cache for file transfersfiaxh2021-02-171-0/+1
|
* Store last read content item for conversationsfiaxh2020-06-031-1/+1
| | | | fixes #495
* Add support for last message correctionfiaxh2020-04-031-0/+1
|
* Store entity identity info, use it in conversation list tooltipsfiaxh2020-03-291-0/+1
|
* Only distinguish between typing or not (incoming)fiaxh2020-02-201-2/+2
| | | | fixes #739
* Properly check Jids everywhereMarvin W2019-12-231-1/+7
|
* Add version and adjust some cmakeMarvin W2019-12-181-2/+6
|
* Don't continue reading after stream was disconnected, make disconnecting asyncfiaxh2019-11-271-1/+1
| | | | fixes #636
* Use log during IBRMarvin W2019-10-181-1/+1
|
* Allow to run Dino as background serviceMarvin W2019-10-181-0/+2
|
* Refactor file receive/send interfaces and UIfiaxh2019-07-181-1/+0
|
* Add file receiving via Jinglehrxi2019-07-091-1/+1
| | | | | This currently follows the same rules as HTTP file download for accepting files.
* Implement file sending via Jinglehrxi2019-07-091-0/+1
| | | | | | | | | | | This is still disabled by default until prioritization is implemented; otherwise this could be preferred to HTTP uploads. File sending only works via Jingle In-Band-Bytestreams right now, more transports are going to be implemented. To test this, uncomment the line with `JingleFileTransfer` in libdino/src/application.vala.
* Remove invalid MUC avatarsfiaxh2019-06-011-2/+2
|
* Split login jid/password into two steps with checksfiaxh2018-11-161-2/+3
|
* Use ContentItems for NotificationEventsfiaxh2018-11-071-1/+1
|
* accumulate conversation content in meta db tablebobufa2018-08-131-1/+1
|
* initial search logic / displaybobufa2018-08-131-0/+1
|
* refactor conversation item management (accumulate them in libdino)bobufa2018-08-131-0/+1
|
* Small connection fixesfiaxh2018-03-101-1/+1
|
* Move notification sounds (canberra dependency) into plugin, introduce ↵fiaxh2018-03-051-0/+1
| | | | libdino/NotificationEvents
* Show subscription request in conversation summaryfiaxh2017-12-301-0/+13
|
* Async service lookup, connect and writefiaxh2017-11-231-1/+4
|
* Go offline before quiting applicationfiaxh2017-10-311-0/+3
| | | | fixes #141
* Blocking setting in Contact Detailsfiaxh2017-10-311-0/+1
|
* Download & inline display imagesfiaxh2017-08-311-0/+1
|
* Handle xmpp ?join and ?message urisfiaxh2017-08-251-14/+14
|
* Use single process, accept xmpp:-URIs as program argumentMarvin W2017-08-251-0/+36
|
* Move settings from GSettings to own dbfiaxh2017-08-221-0/+6
|
* libdino: remove dependency to GTK+ (all GTK+ code is in main+plugins)Marvin W2017-08-171-8/+6
|
* Roster versioningfiaxh2017-05-221-1/+1
|
* Gettext supportfiaxh2017-04-101-0/+1
|
* MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3)fiaxh2017-04-041-1/+2
|
* Add --print-xmpp flag to log detailsMarvin W2017-04-031-5/+9
|
* Fix -Werror=format-security issuesMarvin W2017-03-301-1/+1
|
* Select conversation on startup, placeholder for "No conversation selected", ↵fiaxh2017-03-201-0/+18
| | | | start services before UI
* Move storage into user directory and fix plugin search pathMarvin W2017-03-121-2/+15
|
* Move PGP support into pluginfiaxh2017-03-121-1/+0
|
* Move UI code into main dirMarvin W2017-03-111-89/+0
|
* Improve Plugin API (allow to move encryption into plugin)Marvin W2017-03-111-0/+115