aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed linkifierChristian Schneppe2017-01-161-1/+7
* play gif files in fullscreen viewChristian Schneppe2017-01-151-15/+25
* show doze warning when push is running on prosodyChristian Schneppe2017-01-152-2/+2
* don't show key tile in contact details when there are no keysChristian Schneppe2017-01-151-5/+3
* don't allow to purge keys. offer distrust insteadChristian Schneppe2017-01-151-11/+10
* use 7.1 web url pattern matching on old platforms as wellChristian Schneppe2017-01-091-2/+19
* add spaces to otr fingerprints copied to clipboardChristian Schneppe2017-01-091-1/+1
* unify getFileUri across share and open intentsChristian Schneppe2017-01-093-27/+24
* Do not compress GIFs, allow GBoard to send GIFsChristian Schneppe2017-01-053-26/+104
* show offline contacts as grayed out in conference detailsChristian Schneppe2017-01-051-0/+7
* get rid of unecessary config debug paramater that has been replaced by exeper...Christian Schneppe2017-01-051-31/+0
* hide inactive devices by default in contact detailsChristian Schneppe2017-01-021-4/+41
* always open account details when scanning one of our own keysChristian Schneppe2017-01-021-6/+9
* show unread messages per conversation in chat listChristian Schneppe2016-12-281-1/+8
* stop using broken parallax distance in sliding pane layoutChristian Schneppe2016-12-251-3/+1
* support for quoting messagesChristian Schneppe2016-12-256-8/+303
* set alpha correctlyChristian Schneppe2016-12-181-1/+1
* remove own fetch errors from device announcementChristian Schneppe2016-12-185-10/+289
* make sure to display encryption indicatiorChristian Schneppe2016-12-181-0/+1
* use verified symbol instead of colored lock iconsChristian Schneppe2016-12-181-18/+8
* show jid monospaced in verify dialogChristian Schneppe2016-12-182-2/+10
* disable 'show blocklist' if blocklist is emptyChristian Schneppe2016-12-181-1/+9
* redraw options menu after rotation in muc detailsChristian Schneppe2016-12-181-2/+2
* add omemo fingerprints to web links as wellChristian Schneppe2016-12-181-1/+1
* show warning dialog beforing verifying keys via a linkChristian Schneppe2016-12-181-108/+149
* delete unused codeChristian Schneppe2016-11-291-8/+0
* allow fingerprint verification via context menuChristian Schneppe2016-11-293-21/+48
* add support for body paramater in xmpp uriChristian Schneppe2016-11-291-5/+5
* sent messages from unverified devices show red lockChristian Schneppe2016-11-291-1/+1
* handle image rotations in ShowFullscreenMessageActivity correctlyChristian Schneppe2016-11-291-7/+46
* added some logging to FullScreenViewerChristian Schneppe2016-11-271-2/+4
* changed design language to match BTBV proposalChristian Schneppe2016-11-241-6/+11
* introduced blind trust before verification modeChristian Schneppe2016-11-242-4/+12
* explictly scan for aztec and qr codes onlyChristian Schneppe2016-11-242-2/+3
* added share button to account detailsChristian Schneppe2016-11-242-27/+33
* show proper avatar for 'self' contactChristian Schneppe2016-11-241-3/+6
* offer verification directly from the trust keys screenChristian Schneppe2016-11-241-0/+73
* use aztec code instead of qrChristian Schneppe2016-11-241-7/+5
* use constants for some preferencesChristian Schneppe2016-11-242-7/+12
* don't use xmpp uri for self verification if account is disabledChristian Schneppe2016-11-201-1/+1
* fixed regression that would crash create contact dialogChristian Schneppe2016-11-201-2/+4
* show 'clear devices' button underneath own devicesChristian Schneppe2016-11-202-17/+27
* make update.apk filename static finalChristian Schneppe2016-11-191-1/+1
* reformat codeChristian Schneppe2016-11-1945-11255/+11258
* optimize importsChristian Schneppe2016-11-192-4/+3
* correct colors for uncrypted messages in encrypted chatsChristian Schneppe2016-11-192-3/+11
* put omemo fingerprint in own uri (qr code / nfc)Christian Schneppe2016-11-181-9/+7
* parse omemo fingerprints from urisChristian Schneppe2016-11-183-10/+19
* fixed back and forth between Welcome- and EditAccountActivityChristian Schneppe2016-11-181-3/+26
* refactor omemo fingerprint UI codeChristian Schneppe2016-11-174-276/+94