aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-20fixed regression that would crash create contact dialogChristian Schneppe1-2/+4
2016-11-20show 'clear devices' button underneath own devicesChristian Schneppe2-17/+27
2016-11-19make update.apk filename static finalChristian Schneppe1-1/+1
2016-11-19reformat codeChristian Schneppe45-11255/+11258
2016-11-19optimize importsChristian Schneppe2-4/+3
2016-11-19correct colors for uncrypted messages in encrypted chatsChristian Schneppe2-3/+11
2016-11-18put omemo fingerprint in own uri (qr code / nfc)Christian Schneppe1-9/+7
2016-11-18parse omemo fingerprints from urisChristian Schneppe3-10/+19
2016-11-18fixed back and forth between Welcome- and EditAccountActivityChristian Schneppe1-3/+26
2016-11-17refactor omemo fingerprint UI codeChristian Schneppe4-276/+94
2016-11-17fixed enabling trust toggle. unknown->untrustedChristian Schneppe1-3/+2
2016-11-17refactore trust enum to be FingerprintStatus class with trust and activeChristian Schneppe5-508/+476
2016-11-15catch NPE on trying to start navigation if no app could be foundChristian Schneppe1-2/+8
2016-11-12don't allow message correction for xmpp or geo urisChristian Schneppe1-2/+3
2016-11-12prevent accidental close of voice recorderChristian Schneppe1-5/+12
2016-11-12treat XmppUri not as textChristian Schneppe1-3/+11
2016-11-12make message correction also working for single chats againChristian Schneppe1-2/+6
2016-11-12update changelog uriChristian Schneppe1-1/+1
2016-11-11don't offer message correction in anonymous mucsChristian Schneppe1-1/+2
2016-11-11send text automatically via sharewithactivityChristian Schneppe1-1/+17
2016-11-11show button on "xmpp:" urisChristian Schneppe1-0/+24
2016-11-11correct typoChristian Schneppe1-13/+13
2016-11-11increase map preview sizeChristian Schneppe1-3/+2
2016-11-11show contacts name on shared VCARDsChristian Schneppe1-3/+21
2016-11-10show map preview in chatChristian Schneppe1-15/+35
2016-11-08introduced new feature to navigate directly to a received locationChristian Schneppe1-0/+16
2016-11-08don't mark previous conversation as read when processing pending intentChristian Schneppe1-2/+7
2016-11-07show warning in account details when data saver is enabledChristian Schneppe2-22/+66
2016-11-07handle file attachment when missing connectionChristian Schneppe1-1/+3
2016-11-07Revert "use file provider on android M as well"Christian Schneppe1-1/+1
2016-10-26add error message to failed messages. accessible via context menuChristian Schneppe1-0/+15
2016-10-26use file provider on android M as wellChristian Schneppe1-1/+1
2016-10-26Remove MERGE_SEPARATORChristian Schneppe2-30/+25
2016-10-26Remove spans on copying or pasting a textChristian Schneppe3-5/+118
2016-10-23fix duplicate file sharing via ShareWithActivityChristian Schneppe1-2/+35
2016-10-23Revert "stop rotation in ShareWithActivity"Christian Schneppe1-11/+1
2016-10-21retrigger key selection if openpgp key was deletedChristian Schneppe1-1/+8
2016-10-21Retain TextView selection after list updatingChristian Schneppe3-2/+248
2016-10-21stop rotation in ShareWithActivityChristian Schneppe1-1/+11
2016-10-18don't trigger context menu in message adapter manuallyChristian Schneppe1-13/+0
2016-10-18update conversation in database background threadChristian Schneppe4-15/+10
2016-10-18code cleanupChristian Schneppe5-51/+1
2016-10-18don't show 0 KiB if filesize is smaller than 1 KiBChristian Schneppe1-2/+4
2016-10-16little notification improvements for video compressionChristian Schneppe3-17/+3
2016-10-13put closeProgress() and showProgress() to the correct placeChristian Schneppe1-2/+2
2016-10-11use notification icon during video compression instead of a dialogChristian Schneppe3-23/+18
2016-10-08little bug fixes and improvements to VideoCompressorChristian Schneppe2-4/+8
2016-10-08warn user if account is offline during avatar publicationChristian Schneppe1-4/+10
2016-10-08Prepend the subject from the intent if presentChristian Schneppe1-1/+8
2016-10-05differentiate between pending image and pending photo urisChristian Schneppe1-7/+15