aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed enabling trust toggle. unknown->untrustedChristian Schneppe2016-11-171-3/+2
* refactore trust enum to be FingerprintStatus class with trust and activeChristian Schneppe2016-11-175-508/+476
* catch NPE on trying to start navigation if no app could be foundChristian Schneppe2016-11-151-2/+8
* don't allow message correction for xmpp or geo urisChristian Schneppe2016-11-121-2/+3
* prevent accidental close of voice recorderChristian Schneppe2016-11-121-5/+12
* treat XmppUri not as textChristian Schneppe2016-11-121-3/+11
* make message correction also working for single chats againChristian Schneppe2016-11-121-2/+6
* update changelog uriChristian Schneppe2016-11-121-1/+1
* don't offer message correction in anonymous mucsChristian Schneppe2016-11-111-1/+2
* send text automatically via sharewithactivityChristian Schneppe2016-11-111-1/+17
* show button on "xmpp:" urisChristian Schneppe2016-11-111-0/+24
* correct typoChristian Schneppe2016-11-111-13/+13
* increase map preview sizeChristian Schneppe2016-11-111-3/+2
* show contacts name on shared VCARDsChristian Schneppe2016-11-111-3/+21
* show map preview in chatChristian Schneppe2016-11-101-15/+35
* introduced new feature to navigate directly to a received locationChristian Schneppe2016-11-081-0/+16
* don't mark previous conversation as read when processing pending intentChristian Schneppe2016-11-081-2/+7
* show warning in account details when data saver is enabledChristian Schneppe2016-11-072-22/+66
* handle file attachment when missing connectionChristian Schneppe2016-11-071-1/+3
* Revert "use file provider on android M as well"Christian Schneppe2016-11-071-1/+1
* add error message to failed messages. accessible via context menuChristian Schneppe2016-10-261-0/+15
* use file provider on android M as wellChristian Schneppe2016-10-261-1/+1
* Remove MERGE_SEPARATORChristian Schneppe2016-10-262-30/+25
* Remove spans on copying or pasting a textChristian Schneppe2016-10-263-5/+118
* fix duplicate file sharing via ShareWithActivityChristian Schneppe2016-10-231-2/+35
* Revert "stop rotation in ShareWithActivity"Christian Schneppe2016-10-231-11/+1
* retrigger key selection if openpgp key was deletedChristian Schneppe2016-10-211-1/+8
* Retain TextView selection after list updatingChristian Schneppe2016-10-213-2/+248
* stop rotation in ShareWithActivityChristian Schneppe2016-10-211-1/+11
* don't trigger context menu in message adapter manuallyChristian Schneppe2016-10-181-13/+0
* update conversation in database background threadChristian Schneppe2016-10-184-15/+10
* Merge branch 'master' of https://github.com/kriztan/Pix-Art-MessengerChristian Schneppe2016-10-181-2/+4
|\
| * don't show 0 KiB if filesize is smaller than 1 KiBChristian Schneppe2016-10-181-2/+4
* | code cleanupChristian Schneppe2016-10-185-51/+1
|/
* little notification improvements for video compressionChristian Schneppe2016-10-163-17/+3
* put closeProgress() and showProgress() to the correct placeChristian Schneppe2016-10-131-2/+2
* use notification icon during video compression instead of a dialogChristian Schneppe2016-10-113-23/+18
* little bug fixes and improvements to VideoCompressorChristian Schneppe2016-10-082-4/+8
* warn user if account is offline during avatar publicationChristian Schneppe2016-10-081-4/+10
* Prepend the subject from the intent if presentChristian Schneppe2016-10-081-1/+8
* differentiate between pending image and pending photo urisChristian Schneppe2016-10-051-7/+15
* fixed omemo shown as unavailable in 1:1 chatsChristian Schneppe2016-10-052-4/+6
* resolve take photo uri for internal useChristian Schneppe2016-10-051-3/+4
* properly index take photo uris from file providerChristian Schneppe2016-10-051-1/+1
* add more logging to attaching file processChristian Schneppe2016-10-051-4/+21
* simplified code that invokes the export logs serviceChristian Schneppe2016-09-282-39/+9
* expert 'setting' to remove omemo identityChristian Schneppe2016-09-281-1/+61
* initialize audioplayer at beginningChristian Schneppe2016-09-271-3/+3
* don't use deprecated methodsChristian Schneppe2016-09-271-1/+1
* catch NPE while loading locationChristian Schneppe2016-09-271-1/+6