aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed pgp encrypted text quick sharing. fixes #2237Daniel Gultsch2017-01-171-5/+51
|
* fixed linkifierDaniel Gultsch2017-01-151-1/+7
|
* show doze warning when push is running on prosodyDaniel Gultsch2017-01-122-2/+2
|
* don't show key tile in contact details when there are no keysDaniel Gultsch2017-01-121-5/+3
|
* don't allow to purge keys. offer distrut insteadDaniel Gultsch2017-01-121-12/+8
|
* fixed typo in variable nameDaniel Gultsch2017-01-091-6/+2
|
* use 7.1 web url pattern matching on old platforms as well. fixes #2228Daniel Gultsch2017-01-091-2/+19
|
* add spaces to otr fingerprints copied to clipboard. fixes #2226Daniel Gultsch2017-01-091-1/+1
|
* unify getFileUri across share and open intentsDaniel Gultsch2017-01-092-18/+17
|
* Merge branch 'feature-gboardgifs' of ↵Daniel Gultsch2017-01-033-0/+77
|\ | | | | | | https://github.com/illegalprime/Conversations into illegalprime-feature-gboardgifs
| * Do not compress GIFs, allow GBoard to send GIFsMichael Eden2017-01-013-0/+77
| |
* | show offline contacts as grayed out in conference detailsDaniel Gultsch2017-01-031-2/+9
| |
* | get rid of unecessary config debug paramater that has been replaced by ↵Daniel Gultsch2016-12-301-30/+0
|/ | | | exepert setting
* hide inactive devices by default in contact detailsDaniel Gultsch2016-12-301-1/+38
|
* always open account details when scanning one of our own keys. fixes #2211Daniel Gultsch2016-12-291-6/+9
|
* stop using broken parallax distance in sliding pane layoutDaniel Gultsch2016-12-251-3/+1
|
* remove own fetch errors from device announcementDaniel Gultsch2016-12-164-6/+292
|
* make sure to display encryption indicatiorDaniel Gultsch2016-12-161-0/+1
|
* 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
|
* 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-031-1/+1
|
* show warning dialog beforing verifying keys via a linkDaniel Gultsch2016-12-031-9/+49
|
* 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
| |
* | Merge branch 'master' of https://github.com/Fenisu/Conversations into ↵Daniel Gultsch2016-12-025-10/+102
|\ \ | | | | | | | | | Fenisu-master
| * | Private files using a boolean flag from Config.java.Ignacio Quezada2016-11-084-6/+99
| | |
* | | support for jid escapting when displaying localpart onlyDaniel Gultsch2016-12-011-1/+1
| | |
* | | 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-012-2/+2
| | |
* | | renamed foreground service preferenceDaniel Gultsch2016-11-301-1/+1
| | |
* | | allow fingerprint verification via context menuDaniel Gultsch2016-11-283-19/+47
| | |
* | | add support for body paramater in xmpp uriDaniel Gultsch2016-11-281-5/+5
| | |
* | | sent messages from unverified devices show red lockDaniel Gultsch2016-11-281-1/+1
| | |
* | | changed design language to match BTBV proposalDaniel Gultsch2016-11-241-6/+11
| | | | | | | | | | | | | | | * untrusted messages have red background * unverified message have normal background and red lock
* | | explictly scan for aztec and qr codes onlyDaniel Gultsch2016-11-232-2/+3
| | |
* | | introduced blind trust before verification modeDaniel Gultsch2016-11-232-4/+12
| | | | | | | | | | | | read more about the concept on https://gultsch.de/trust.html
* | | added share button to account detailsDaniel Gultsch2016-11-222-24/+33
| | |
* | | show proper avatar for 'self' contact. fixes #2138Daniel Gultsch2016-11-221-2/+6
| | |
* | | offer verification directly from the trust keys screenDaniel Gultsch2016-11-221-1/+72
| | |
* | | use aztec code instead of qrDaniel Gultsch2016-11-211-10/+5
| | |
* | | use constants for some preferencesDaniel Gultsch2016-11-212-9/+13
| | |
* | | don't use xmpp uri for self verification if account is disabledDaniel Gultsch2016-11-191-1/+1
| | |
* | | fixed regression that would crash create contact dialog. fixes #2131Daniel Gultsch2016-11-191-2/+4
| | |
* | | show 'clear devices' button underneath own devicesDaniel Gultsch2016-11-182-17/+27
| |/ |/|
* | put omemo fingerprint in own uri (qr code / nfc)Daniel Gultsch2016-11-171-9/+7
| |
* | parse omemo fingerprints from urisDaniel Gultsch2016-11-173-10/+19
| |