aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (unfollow)
Commit message (Expand)AuthorFilesLines
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-01introduced error code for server not opening stream after auth or starttlsChristian Schneppe2-195/+199
2018-10-01fixed sni and alpn for kitkatChristian Schneppe2-6/+44
2018-10-01code cleanupChristian Schneppe1-5/+5
2018-10-01make NotificationManager finalChristian Schneppe1-1/+1
2018-10-01fixed authChristian Schneppe1-8/+8
2018-10-01Fix auth when upgrading from SCRAM-SHA-1 to -256Christian Schneppe1-52/+52
2018-10-01use conscrypt api to set sni and alpnChristian Schneppe1-31/+10
2018-10-01fixed regression that didn’t enable SNIChristian Schneppe2-22/+33
2018-10-01use conscrypt as security provider to provide tls 1.3 and modern cyphers on o...Christian Schneppe4-29/+29
2018-10-01catch all exceptions on detecting mime typeChristian Schneppe1-0/+2
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-27interrupt sub thread in resolverChristian Schneppe1-1/+6
2018-09-27do not show 'paste as quote' if clip is NULLChristian Schneppe1-4/+7
2018-09-27fixed notification sounds for Android 6Christian Schneppe1-1/+3
2018-09-27check if wake lock needs reinit when pressing start/pause in audio playerChristian Schneppe1-45/+22
2018-09-27do not compress/resize images with strange aspect ratiosChristian Schneppe2-1/+14
2018-09-27store avatars received over muc presence in contactChristian Schneppe7-330/+344
2018-09-27copy into new array when returning from resolverChristian Schneppe1-6/+10
2018-09-27catch jabber.pix-art.de invite urls directly in fragmentChristian Schneppe3-2/+7
2018-09-27fixed text sharing in direct sharingChristian Schneppe4-5/+4
2018-09-27behave nicely (no foreground service by default) if app is built with targetS...Christian Schneppe4-12/+44
2018-09-26do not show media overview in contact/conference details when missing storage...Christian Schneppe7-17/+30
2018-09-26use javax api instead of BC for file decryptionChristian Schneppe1-66/+54
2018-09-26do not use BC provider on android 22+Christian Schneppe2-2/+7
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-26fixed regression that would not dismiss video encoding notificationChristian Schneppe1-2/+2
2018-09-26use internal viewer for images and videosChristian Schneppe2-35/+34
2018-09-26introduce media browser activityChristian Schneppe5-2/+85
2018-09-26show conversation media in contact/conference detailsChristian Schneppe18-116/+537
2018-09-24catch NPEChristian Schneppe1-1/+3
2018-09-23use different menu items for record video and take photoChristian Schneppe3-55/+56
2018-09-23fix media preview in tablet modeChristian Schneppe2-0/+7
2018-09-23show media preview in messagebubble like text messagesChristian Schneppe7-14/+27
2018-09-23made foreground service logging more meaninfulChristian Schneppe1-5/+6
2018-09-23add icon for unknown file while keeping 'file' icon for documentsChristian Schneppe1-2/+14
2018-09-23make media previews survive rotationsChristian Schneppe3-46/+89
2018-09-23preview media before sending them and allow sharing and attaching of multiple...Christian Schneppe17-543/+551
2018-09-14do some performance optimizations on jid host suggestionsChristian Schneppe1-162/+22
2018-09-14show background in chatoverview a bit darkerChristian Schneppe1-1/+1
2018-09-14show contact/group details as icons in tablet viewChristian Schneppe1-0/+18
2018-09-14change text highlight colorChristian Schneppe1-1/+1
2018-09-14highlight selected conversation in tablet viewChristian Schneppe1-1/+1
2018-09-14optimize some multi account handling in SettingsActivityChristian Schneppe2-17/+64