aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* deduplicate corrected messagesDaniel Gultsch2016-12-261-5/+8
|
* stop using broken parallax distance in sliding pane layoutDaniel Gultsch2016-12-251-3/+1
|
* fixed npe cause by race condition when axolotl service isn't initializedDaniel Gultsch2016-12-231-0/+3
|
* skip empty lines in message preview. prevents indexoutofbounds exceptionDaniel Gultsch2016-12-231-0/+3
|
* use original message to parse pepDaniel Gultsch2016-12-231-3/+4
|
* don't show quoted text in message previewDaniel Gultsch2016-12-201-6/+24
|
* added omemo padding but disabled by Config.java flagDaniel Gultsch2016-12-202-2/+19
|
* disable removing of broken devices by defaultDaniel Gultsch2016-12-182-10/+14
|
* remove broken devices only once to prevent loopsDaniel Gultsch2016-12-181-2/+5
|
* remove own fetch errors from device announcementDaniel Gultsch2016-12-165-36/+48
|
* make sure to display encryption indicatiorDaniel Gultsch2016-12-161-0/+1
|
* don't reconnect accout when system reports no internet connectionDaniel Gultsch2016-12-101-2/+6
|
* don't correct a message if that would create a duplicateDaniel Gultsch2016-12-091-1/+2
|
* use verified symbol instead of colored lock iconsDaniel Gultsch2016-12-091-20/+13
|
* don't show unavailable quick actions in settingsDaniel Gultsch2016-12-061-0/+22
|
* fixed http resumeDaniel Gultsch2016-12-061-4/+11
|
* add support for RFC7711 to MTMDaniel Gultsch2016-12-053-4/+5
|
* show jid monospaced in verify dialogDaniel Gultsch2016-12-042-2/+10
|
* disable 'show blocklist' if blocklist is empty. fixes #2164Daniel Gultsch2016-12-031-1/+9
|
* redraw options menu after rotation in muc details. fixes #2161Daniel Gultsch2016-12-031-2/+2
|
* add omemo fingerprints to web links as wellDaniel Gultsch2016-12-033-18/+33
|
* show warning dialog beforing verifying keys via a linkDaniel Gultsch2016-12-032-10/+64
|
* Merge branch 'feature-quotation' of ↵Daniel Gultsch2016-12-025-11/+297
|\ | | | | | | https://github.com/Mishiranu/Conversations into Mishiranu-feature-quotation
| * Add quotation supportMishiranu2016-11-255-11/+297
| |
* | default using internal storage to falseDaniel Gultsch2016-12-021-1/+1
| |
* | Merge branch 'master' of https://github.com/Fenisu/Conversations into ↵Daniel Gultsch2016-12-029-23/+133
|\ \ | | | | | | | | | Fenisu-master
| * | Private files using a boolean flag from Config.java.Ignacio Quezada2016-11-087-17/+130
| | |
* | | support for jid escapting when displaying localpart onlyDaniel Gultsch2016-12-014-3/+17
| | |
* | | use prepped string when building axolotl sessionDaniel Gultsch2016-12-011-3/+3
| | |
* | | don't use own jid joined from another client to generate muc titleDaniel Gultsch2016-12-011-1/+4
| | |
* | | don't show share button before account is setupDaniel Gultsch2016-12-011-0/+3
| | |
* | | only show contact related snackbars when conversation is singleDaniel Gultsch2016-12-011-3/+3
| | |
* | | made provider authorities relativ to deal with different package idsDaniel Gultsch2016-12-014-7/+13
| | |
* | | avoid binding multiple times from BarcodeServiceDaniel Gultsch2016-12-011-15/+22
| | |
* | | renamed foreground service preferenceDaniel Gultsch2016-11-302-2/+3
| | |
* | | better handle the case when same user is joined with multiple nicks in the ↵Daniel Gultsch2016-11-292-8/+26
| | | | | | | | | | | | same room
* | | mark conversations as read after receiving blocklist push for that conversationsDaniel Gultsch2016-11-281-0/+9
| | |
* | | allow fingerprint verification via context menuDaniel Gultsch2016-11-284-20/+94
| | |
* | | add support for body paramater in xmpp uriDaniel Gultsch2016-11-282-6/+36
| | |
* | | sent messages from unverified devices show red lockDaniel Gultsch2016-11-281-1/+1
| | |
* | | fixed migrations from pre-btbv phaseDaniel Gultsch2016-11-251-3/+7
| | |
* | | always force close a connection when disabling from error stateDaniel Gultsch2016-11-242-1/+5
| | |
* | | changed design language to match BTBV proposalDaniel Gultsch2016-11-242-8/+13
| | | | | | | | | | | | | | | * untrusted messages have red background * unverified message have normal background and red lock
* | | update the conversations view (and the lock icon) after receiving device listDaniel Gultsch2016-11-241-0/+1
| | |
* | | explictly scan for aztec and qr codes onlyDaniel Gultsch2016-11-233-31/+4
| | |
* | | introduced blind trust before verification modeDaniel Gultsch2016-11-236-7/+54
| | | | | | | | | | | | read more about the concept on https://gultsch.de/trust.html
* | | added share button to account detailsDaniel Gultsch2016-11-224-25/+264
| | |
* | | show proper avatar for 'self' contact. fixes #2138Daniel Gultsch2016-11-222-2/+9
| | |
* | | offer verification directly from the trust keys screenDaniel Gultsch2016-11-222-3/+78
| | |
* | | use aztec code instead of qrDaniel Gultsch2016-11-211-10/+5
| | |