aboutsummaryrefslogtreecommitdiff
path: root/plugins/omemo/src/ui
Commit message (Collapse)AuthorAgeFilesLines
* Fix some memory leaksfiaxh2023-02-271-10/+31
|
* Fix QR code being displayed way too smallfiaxh2023-01-281-5/+5
| | | | fixes #1278
* Fix compiler warningsfiaxh2022-12-301-1/+0
|
* OMEMO QR code: Switch to paintable, fix cssfiaxh2022-09-181-3/+3
|
* Improve Gtk4 portfiaxh2022-07-274-15/+15
|
* Port from GTK3 to GTK4fiaxh2022-07-278-118/+103
|
* Fix build on Vala < 0.50 and pre-release Vala versionsMarvin W2022-03-161-2/+1
|
* QR-code: Actually use Uri.join if glib version supports itfiaxh2022-03-091-6/+6
|
* OMEMO QR code: URI-escape the JIDmjk2022-02-261-1/+17
|
* OMEMO: Make QR code "scalable" in accordance with GDK_SCALEmjk2022-02-251-2/+4
| | | | | The QR code is now generated at the required resolution instead of being stretched for display with linear filtering.
* OMEMO: Make QR code fixed-resolution and the quiet zone ISO-conformantmjk2022-02-251-14/+8
|
* Fix compiler warnings ('Switch does not handle .. of enum ..')fiaxh2021-10-121-0/+2
|
* Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'')fiaxh2021-10-122-33/+33
|
* Calls: Indicate whether OMEMO key is verifiedfiaxh2021-05-111-0/+57
|
* Use advertized/server/live time for sorting instead of arrival timefiaxh2020-12-041-3/+1
| | | | fixes #310
* Improve contact description in OMEMO warningsfiaxh2020-12-041-7/+12
| | | | fixes #947
* Improve entity identity getterfiaxh2020-11-201-1/+1
|
* Fix some compiler warningsfiaxh2020-10-271-1/+1
|
* Update translationsTranslations2020-10-071-1/+1
|
* Update translationsTranslations2020-09-101-3/+3
|
* Don't offer encryption in MUC PMsfiaxh2020-06-232-0/+8
|
* Show unencryptable/untrusted OMEMO warnings also in MUCsfiaxh2020-06-051-14/+49
| | | | fixes #857
* Update translationsTranslations2020-04-121-1/+1
|
* Add support for last message correctionfiaxh2020-04-031-3/+2
|
* Visually mark OMEMO messages from a trusted device as trustedfiaxh2020-03-291-0/+20
|
* Warn about undecrypted and untrusted messagesfiaxh2020-03-291-0/+136
|
* Change UI messages for more claritymbeko2020-03-243-16/+16
|
* Properly check Jids everywhereMarvin W2019-12-231-1/+5
|
* OMEMO: Improve handling of newly added devicesMarvin W2019-12-231-2/+52
|
* Omemo contact details dialog: Only show inactive keys Expander if there are anyfiaxh2019-12-131-3/+5
|
* Update translationsTranslations2019-11-141-0/+3
|
* Fix accept/reject new OMEMO key buttons in current Adwaita theme versionsfiaxh2019-10-281-19/+16
|
* Colapse inactive keys in OMEMO keys dialogfiaxh2019-10-223-98/+103
|
* Plugins: Set UI texts in code instead of .ui files to fix translationsfiaxh2019-10-102-0/+26
| | | | Co-authored-by: srgcdev <srg.dev@posteo.net>
* Fix some warningshrxi2019-09-101-2/+4
| | | | | | Instances of `RegexError` are just asserted as `assert_not_reached` as they cannot really fail except for allocation failure if the given regex is valid.
* Rework encryption enabling logic + UIfiaxh2019-08-021-3/+25
|
* Fix Manage Key dialog string for verified keys (#588)Henrik Ullman2019-07-281-1/+1
|
* OMEMO code cleanup: Move TrustLevel out of Databasefiaxh2019-07-082-24/+24
|
* OMEMO: Move files to fitting subdirectoryfiaxh2019-07-089-0/+771