aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationFragment.java (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-16attach editor content as fileChristian Schneppe1-4/+4
2018-06-16catch NPE in exif detectionChristian Schneppe1-1/+1
2018-06-01make sure account is connected before attempting to download p1s3Christian Schneppe1-2/+10
2018-05-21temporarly disable swipe gesturesChristian Schneppe1-0/+3
2018-05-21do not save draft if message is completly empty and fixed appending shared textChristian Schneppe1-1/+3
2018-05-21fix some crashes on Android 4 devicesChristian Schneppe1-0/+1
2018-05-18temporarly fix crash with resending files via buttonChristian Schneppe1-1/+1
2018-05-14fix taking videoChristian Schneppe1-5/+21
2018-05-14check permissions for locationsChristian Schneppe1-0/+4
2018-05-05add animators for more activitiesChristian Schneppe1-0/+6
2018-05-05Support both new and old http upload namespacesChristian Schneppe1-2/+6
2018-05-05encode and decode % and # in invite linksChristian Schneppe1-0/+12
2018-05-03add animationsChristian Schneppe1-0/+8
2018-05-02fixed crash with samsung recorderChristian Schneppe1-2/+2
2018-05-02remove old codeChristian Schneppe1-48/+0
2018-05-02added search result context menu + date separatorsChristian Schneppe1-50/+12
2018-04-30remove old resourcesChristian Schneppe1-33/+0
2018-04-30click on avatars in message search opens contact detailsChristian Schneppe1-19/+7
2018-04-30properly cancel pending searchs and scroll to bottom after refreshChristian Schneppe1-13/+3
2018-04-30very much unoptimized search functionalityChristian Schneppe1-7/+11
2018-04-29mock (non functional) search activityChristian Schneppe1-8/+1
2018-04-29migrate recording activity to view binderChristian Schneppe1-61/+26
2018-04-29scroll to bottom even if last visible item is heigher than viewChristian Schneppe1-9/+20
2018-04-24load currently open conversation fasterChristian Schneppe1-0/+3
2018-04-24fixed redownloadChristian Schneppe1-9/+8
2018-04-24fixed exception handlerChristian Schneppe1-1/+1
2018-04-23provide fallback in case synchronizing around message list fails for some reasonChristian Schneppe1-27/+32
2018-04-23synchronize around getting last visibile uuidChristian Schneppe1-12/+14
2018-04-23make error message for 'not encrypted for this device'Christian Schneppe1-0/+5
2018-04-22in case fragment starts after activity is bound to service; fetch conversatio...Christian Schneppe1-14/+25
2018-04-22fixed read event when status messages are displayedChristian Schneppe1-1/+7
2018-04-22fixed read event when using fab scroll downChristian Schneppe1-43/+47
2018-04-22only mark visible messages as readChristian Schneppe1-5/+30
2018-04-22null check for conversationChristian Schneppe1-0/+3
2018-04-22show scroll down button instantly when scrolling upChristian Schneppe1-7/+8
2018-04-22introduced sroll to bottom buttonChristian Schneppe1-8/+74
2018-04-22fix crash in resendMessageChristian Schneppe1-1/+1
2018-04-13remove duplicate call to onConversationArchived()Christian Schneppe1-4/+0
2018-04-13end view if conversation was archivedChristian Schneppe1-5/+19
2018-04-13do not allow user to quote fileChristian Schneppe1-2/+4
2018-04-12fix getNextEncryptionChristian Schneppe1-9/+5
2018-04-12prevent double tapping on overflow menuChristian Schneppe1-1/+4
2018-04-12fixed redownload of deleted http upload messagesChristian Schneppe1-0/+4
2018-04-12sync roster to disk after roster pushChristian Schneppe1-1/+1
2018-04-12fix jump to first unread messageChristian Schneppe1-39/+38
2018-04-12fix choose imageChristian Schneppe1-14/+12
2018-04-08offer a more convienient way to disable omemo from trust keys dialogChristian Schneppe1-9/+4
2018-04-08do not show snackbar for archived conversations. fixes glitch when leaving mucChristian Schneppe1-1/+4
2018-04-08fixed rotation in choose contact activityChristian Schneppe1-0/+3
2018-04-08make swipe to right gesture workingChristian Schneppe1-7/+44