aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-08show max file size for httpupload in profile --> server infoChristian Schneppe1-1/+30
2018-11-08improve openkeychain error reportingChristian Schneppe1-1/+1
2018-10-24add missing slash to make database import working againChristian Schneppe1-2/+2
2018-10-24write null bitmap to imageview to replace asyncdrawableChristian Schneppe1-3/+3
2018-10-24code cleanup, null check not necessary when using instance ofChristian Schneppe1-9/+10
2018-10-24ask for permission when committing attachmentsChristian Schneppe1-10/+22
2018-10-24do not provide up navigation in publish account when in setup modeChristian Schneppe2-6/+10
2018-10-24don't use internal updater if store != nullChristian Schneppe3-43/+33
2018-10-22bring back animated gif view in MediaViewerChristian Schneppe1-2/+12
2018-10-20fix bug in UpdaterChristian Schneppe1-8/+4
2018-10-20refactor magic creates password gen to CryptoHelperChristian Schneppe1-14/+2
2018-10-20Do not insert text shared over XMPP uri when already drafting messageChristian Schneppe4-15/+35
2018-10-20removed unused paramater 'newTask' from switchToConversation apiChristian Schneppe3-30/+12
2018-10-20do not show 'open website' button after info has changedChristian Schneppe1-3/+4
2018-10-20offer either 'cancel download' or 'delete file' but not bothChristian Schneppe1-3/+4
2018-10-20make 'cancelled' work for jingle ftChristian Schneppe1-3/+3
2018-10-20show snackbar for remote server timeout in mucsChristian Schneppe1-0/+7
2018-10-20show cancelled instead of delivery failed if user requested to abort transferChristian Schneppe1-1/+5
2018-10-20make jids appear as monospace in dialogsChristian Schneppe4-28/+38
2018-10-20add confirmation dialog for deleting filesChristian Schneppe1-7/+14
2018-10-20code cleanup / reformat in ShareViaAccountChristian Schneppe2-22/+15
2018-10-20fix crash in ConferenceDetailsActivityChristian Schneppe1-0/+4
2018-10-20change apk iconChristian Schneppe1-5/+10
2018-10-04added a few TODOs in regards to the handling of inactive devicesChristian Schneppe1-1/+1
2018-10-04Do weOwnFile security check only when attachingChristian Schneppe1-1/+14
2018-10-04use fab.hide() and fab.show() - this will animate the processChristian Schneppe1-2/+2
2018-10-04make navigation working with google mapsChristian Schneppe1-17/+17
2018-10-04run through sendMessage() procedure instead of taking shortcut after returnin...Christian Schneppe1-9/+6
2018-10-04refresh ui after device list update only if list has changedChristian Schneppe1-3/+2
2018-10-03reworked shortcut for QR-Code scanning in profileChristian Schneppe1-34/+1
2018-10-03remove unused SimpleFingerGestures_Android_LibraryChristian Schneppe1-44/+0
2018-10-03rework MediaViewerActivityChristian Schneppe3-43/+116
2018-10-02hide icons for muc/contact details in phone mode and only show them in tablet...Christian Schneppe1-3/+11
2018-10-02small muc details improvementsChristian Schneppe1-1/+1
2018-10-02show failed file messages count in chatlist correctlyChristian Schneppe2-2/+79
2018-10-01add shortcut for QR-Code scanning in profileChristian Schneppe1-1/+34
2018-10-01catch NPE in configureAttachmentMenuChristian Schneppe1-0/+3
2018-10-01fix crashes with EmojiTextViewChristian Schneppe4-10/+11
2018-09-27bring back private group messages for all muc and fix broken highlight in mucChristian Schneppe2-12/+18
2018-09-27do not show 'paste as quote' if clip is NULLChristian Schneppe1-4/+7
2018-09-27store avatars received over muc presence in contactChristian Schneppe1-1/+1
2018-09-27catch jabber.pix-art.de invite urls directly in fragmentChristian Schneppe1-1/+5
2018-09-27fixed text sharing in direct sharingChristian Schneppe4-5/+4
2018-09-26do not show media overview in contact/conference details when missing storage...Christian Schneppe3-6/+19
2018-09-26check omemo keys when attachments are commit instead of beforeChristian Schneppe1-12/+7
2018-09-26commit next message (draft) when input box gets emptied. causes tablet view t...Christian Schneppe1-12/+19
2018-09-26show inactive keys if all of them areChristian Schneppe1-2/+11
2018-09-26clear parent activities pending view intent before calling startAcitvityForRe...Christian Schneppe3-4/+33
2018-09-26use internal viewer for images and videosChristian Schneppe2-35/+34
2018-09-26introduce media browser activityChristian Schneppe3-0/+79