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