aboutsummaryrefslogtreecommitdiff
path: root/libdino
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Merge branch 'master' into omemo-mucSamuel Hand2018-07-301-0/+4
| |\ \ \
| * | | | More cleanup and database modificationsMarvin W2018-06-262-0/+20
| | | | |
| * | | | Add trust management utilities to the omemo pluginSamuel Hand2018-06-111-0/+6
| | | | |
* | | | | Fix hide/show correct ContentItemsfiaxh2018-11-091-6/+17
| | | | |
* | | | | Use ContentItems for NotificationEventsfiaxh2018-11-072-18/+30
| | | | |
* | | | | Use ContentItems in ConversationSelector, Chat/Groupchat(Pm)Row -> ↵fiaxh2018-11-041-1/+9
| | | | | | | | | | | | | | | | | | | | ConversationRow
* | | | | Display room name in conversation selector and conversation titlebarcodedust2018-11-021-1/+5
| | | | |
* | | | | Fix messages never being notified from servers without MAM (#432)PapsOu2018-10-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Comment a return that stop every notifications to be trigger when an account is not synced * Do a correct check if MAM capability is available for the message to notify
* | | | | Use Account's equals_func for Gee.List<Account>fiaxh2018-09-211-1/+1
| | | | | | | | | | | | | | | | | | | | fixes #407
* | | | | Use Label instead of TextView for message displayfiaxh2018-09-211-2/+1
| | | | |
* | | | | Fix runtime criticalsfiaxh2018-09-162-10/+19
| | | | |
* | | | | Notification on TLS error/wrong password, log TLS cert issues, don't make ↵fiaxh2018-09-151-0/+2
| | | | | | | | | | | | | | | | | | | | account with connection error appear disabled in accounts dialog
* | | | | Fix property with custom get+set to not have a default value (compiler error ↵fiaxh2018-09-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with vala 0.41) Fix encryption icon not being shown right away
* | | | | Fix sent messages sometimes being displayed twicefiaxh2018-09-021-4/+1
| | | | |
* | | | | Initial implementation of SCRAM-SHA-1Marvin W2018-09-012-4/+4
| | | | |
* | | | | Add `hidden` column to content_item tablefiaxh2018-08-314-48/+84
| | | | |
* | | | | Merge pull request #415 from bobufa/message-searchfiaxh2018-08-3112-84/+694
|\ \ \ \ \ | | | | | | | | | | | | Message search
| * | | | | rename content db table -> content_itembobufa2018-08-132-4/+4
| | | | | |
| * | | | | sort file transfers into correct conversationbobufa2018-08-133-11/+14
| | | | | |
| * | | | | fix non-adjacent messages being shown before/after hitbobufa2018-08-131-12/+19
| | | | | |
| * | | | | add suggestions/auto-complete for search filtersbobufa2018-08-131-4/+155
| | | | | |
| * | | | | improve sidebar UIbobufa2018-08-133-14/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - only display messages that are content items - only display messages for active accounts - "fix" textview issue - add empty states (no search, no results)
| * | | | | add search filter expressionsbobufa2018-08-131-17/+68
| | | | | |
| * | | | | accumulate conversation content in meta db tablebobufa2018-08-137-255/+306
| | | | | |
| * | | | | initial search logic / displaybobufa2018-08-134-0/+57
| | | | | |
| * | | | | load+display later messages when scrolling downbobufa2018-08-134-32/+60
| | | | | |
| * | | | | fix local_time field of message and file_transfer being loaded from time db ↵bobufa2018-08-132-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | column
| * | | | | refactor conversation item management (accumulate them in libdino)bobufa2018-08-138-60/+302
| | | | | |
| * | | | | enable fts for the body of messagesbobufa2018-08-131-1/+5
| | |_|_|/ | |/| | |
* | | | | Fix display names for MUCs w/o localpartfiaxh2018-08-221-1/+1
| | | | |
* | | | | In-Band Registrationfiaxh2018-08-223-0/+44
|/ / / /
* | | / Fix MUC messages from others being marked as readfiaxh2018-08-061-2/+2
| |_|/ |/| |
* | | Support MUC avatarsfiaxh2018-07-311-5/+14
| |/ |/|
* | Fire signal on subscription approvalfiaxh2018-07-301-0/+4
|/
* Fix empty display names, fix update contact roster namefiaxh2018-05-101-3/+3
|
* small fixesfiaxh2018-04-171-19/+32
|
* Do not mark messages as read if they are only marked as receivedThibaut Girka2018-03-221-0/+1
|
* Small connection fixesfiaxh2018-03-103-43/+37
|
* Only assume UUID to be unique for one counterpart+account when deduplicatingfiaxh2018-03-102-7/+17
|
* Recognize own MUC messages from other devicefiaxh2018-03-102-8/+16
|
* Handle multiple chat state notifications per bare jidfiaxh2018-03-102-11/+22
| | | | fixes #117
* Only notify on last MAM message, only if not readfiaxh2018-03-065-23/+68
| | | | fixes #293
* Move notification sounds (canberra dependency) into plugin, introduce ↵fiaxh2018-03-055-14/+55
| | | | libdino/NotificationEvents
* Implement notification soundsRahix2018-02-172-0/+14
| | | | | | Add a new setting to toggle notification sounds on or off. Plays the systems default instant messaging message sound (message-new-instant) whenever a notification is shown if toggled on.
* Small fixesfiaxh2018-01-303-4/+4
|
* Make slack workarounds use in-pipelinefiaxh2018-01-281-18/+29
|
* Only display transferred images, display file names, open in system viewer, ↵fiaxh2018-01-283-6/+12
| | | | include and use pgp embedded file names
* Visually highlight mentions in MUCsfiaxh2018-01-283-11/+17
| | | | fixes #267
* Pipeline for incoming messages in libdinofiaxh2018-01-285-79/+220
|
* Small fixes to MucManagerMarvin W2018-01-281-4/+9
|