aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/plugin
Commit message (Expand)AuthorAgeFilesLines
* Make members of `Plugins.Registry` public instead of internalhrxi2023-03-241-8/+8
* Stop regenerating message menu buttonsfiaxh2023-02-161-1/+2
* Always display reaction+reply buttons, disable if not possiblefiaxh2023-01-301-0/+1
* Fix UI for libadwaitaMarvin W2023-01-251-0/+1
* Add support for XEP-0461 replies (with fallback)fiaxh2023-01-061-1/+1
* Add support for reactionsfiaxh2022-10-111-1/+2
* Fix encryption button update and reduce its required GTK versionfiaxh2022-08-211-6/+4
* Port from GTK3 to GTK4fiaxh2022-07-271-12/+13
* Calls: Fix device selector for multi-party calls, allow picking device before...Marvin W2022-02-121-5/+9
* Calls: Device pickerMarvin W2022-02-081-3/+3
* Various call UI/UX improvementsfiaxh2022-02-071-1/+1
* Add multiparty call support to libdino and xmpp-valafiaxh2021-11-101-1/+3
* Calls: Indicate whether OMEMO key is verifiedfiaxh2021-05-112-0/+18
* Handle non-existant call supportfiaxh2021-04-291-0/+2
* Add support for unencrypted RTP calls to libdinofiaxh2021-03-213-1/+27
* Use advertized/server/live time for sorting instead of arrival timefiaxh2020-12-041-4/+2
* voice handling in moderated groups (#788)Anmol2020-04-221-1/+3
* Add support for last message correctionfiaxh2020-04-031-4/+11
* Visually mark OMEMO messages from a trusted device as trustedfiaxh2020-03-291-0/+1
* Move widget insertion logic from ConversationTitlebar to controllerfiaxh2020-02-221-7/+1
* Fix invalid header creation for date separatorsMarvin W2020-01-221-2/+2
* Fix some compiler warningsMarvin W2020-01-221-5/+5
* Rework no-open-conversation placeholderfiaxh2019-10-011-0/+1
* Rework encryption enabling logic + UIfiaxh2019-08-021-1/+26
* Fix date separatorsfiaxh2019-05-261-2/+5
* Move app menu into window, make conversation details dialog directly accessib...fiaxh2019-02-051-2/+2
* (Partially) Fix messages being displayed wrongly sorted in ConversationSummar...fiaxh2018-12-271-1/+2
* Merge PR #413 "Improvements to the OMEMO plugin"Marvin W2018-11-102-0/+26
|\
| * More cleanup and database modificationsMarvin W2018-06-262-0/+20
| * Add trust management utilities to the omemo pluginSamuel Hand2018-06-111-0/+6
* | refactor conversation item management (accumulate them in libdino)bobufa2018-08-132-37/+10
|/
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-0/+1
* ConversationView: Date separatorfiaxh2017-12-011-2/+2
* Fix warningsfiaxh2017-10-312-5/+5
* Handle file uploading in libdino & main, have http upload as providerfiaxh2017-10-211-9/+0
* small fixesfiaxh2017-08-311-0/+1
* Download & inline display imagesfiaxh2017-08-311-0/+19
* libdino: try to load all plugins found in the respective foldersMarvin W2017-08-291-36/+39
* Plugins providing conversation items for ConversationViewfiaxh2017-08-282-0/+59
* add plugin api for text commandsMarvin W2017-08-171-0/+9
* libdino: remove dependency to GTK+ (all GTK+ code is in main+plugins)Marvin W2017-08-171-10/+18
* Message Archive Managementfiaxh2017-08-171-1/+1
* Http file uploadfiaxh2017-08-032-2/+31
* Conversation details dialogfiaxh2017-05-302-2/+26
* Make FHS compliant, split RPMs, fix compilation on older GCCsMarvin W2017-04-031-12/+13
* Fix -Werror=format-security issuesMarvin W2017-03-301-1/+1
* New CMakeMarvin W2017-03-231-3/+15
* Move storage into user directory and fix plugin search pathMarvin W2017-03-121-2/+25
* Split OMEMO plug-in into files, various fixesMarvin W2017-03-121-11/+4
* Plug-In API: allow adding custom entries to account settingsMarvin W2017-03-112-0/+40