aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix auth when upgrading from SCRAM-SHA-1 to -256Christian Schneppe2018-10-011-52/+52
* use conscrypt api to set sni and alpnChristian Schneppe2018-10-011-31/+10
* fixed regression that didn’t enable SNIChristian Schneppe2018-10-012-22/+33
* use conscrypt as security provider to provide tls 1.3 and modern cyphers on o...Christian Schneppe2018-10-014-29/+29
* catch all exceptions on detecting mime typeChristian Schneppe2018-10-011-0/+2
* 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
* interrupt sub thread in resolverChristian Schneppe2018-09-271-1/+6
* do not show 'paste as quote' if clip is NULLChristian Schneppe2018-09-271-4/+7
* fixed notification sounds for Android 6Christian Schneppe2018-09-271-1/+3
* check if wake lock needs reinit when pressing start/pause in audio playerChristian Schneppe2018-09-271-45/+22
* do not compress/resize images with strange aspect ratiosChristian Schneppe2018-09-272-1/+14
* store avatars received over muc presence in contactChristian Schneppe2018-09-277-330/+344
* copy into new array when returning from resolverChristian Schneppe2018-09-271-6/+10
* catch jabber.pix-art.de invite urls directly in fragmentChristian Schneppe2018-09-273-2/+7
* fixed text sharing in direct sharingChristian Schneppe2018-09-274-5/+4
* behave nicely (no foreground service by default) if app is built with targetS...Christian Schneppe2018-09-274-12/+44
* do not show media overview in contact/conference details when missing storage...Christian Schneppe2018-09-267-17/+30
* use javax api instead of BC for file decryptionChristian Schneppe2018-09-261-66/+54
* do not use BC provider on android 22+Christian Schneppe2018-09-262-2/+7
* 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
* fixed regression that would not dismiss video encoding notificationChristian Schneppe2018-09-261-2/+2
* use internal viewer for images and videosChristian Schneppe2018-09-262-35/+34
* introduce media browser activityChristian Schneppe2018-09-265-2/+85
* show conversation media in contact/conference detailsChristian Schneppe2018-09-2618-116/+537
* catch NPEChristian Schneppe2018-09-241-1/+3
* use different menu items for record video and take photoChristian Schneppe2018-09-233-55/+56
* fix media preview in tablet modeChristian Schneppe2018-09-232-0/+7
* show media preview in messagebubble like text messagesChristian Schneppe2018-09-237-14/+27
* made foreground service logging more meaninfulChristian Schneppe2018-09-231-5/+6
* add icon for unknown file while keeping 'file' icon for documentsChristian Schneppe2018-09-231-2/+14
* make media previews survive rotationsChristian Schneppe2018-09-233-46/+89
* preview media before sending them and allow sharing and attaching of multiple...Christian Schneppe2018-09-2317-543/+551
* do some performance optimizations on jid host suggestionsChristian Schneppe2018-09-141-162/+22
* show background in chatoverview a bit darkerChristian Schneppe2018-09-141-1/+1
* show contact/group details as icons in tablet viewChristian Schneppe2018-09-141-0/+18
* change text highlight colorChristian Schneppe2018-09-141-1/+1
* highlight selected conversation in tablet viewChristian Schneppe2018-09-141-1/+1
* optimize some multi account handling in SettingsActivityChristian Schneppe2018-09-142-17/+64
* avoid duplicate notifcation soundsChristian Schneppe2018-09-131-15/+42
* sync roster after setting pgp idChristian Schneppe2018-09-132-2/+7
* do not parse caps and pgp keys from muc presencesChristian Schneppe2018-09-131-1/+5
* speed up DNSChristian Schneppe2018-09-134-111/+148
* hasInternetConnection() will always return true if type=ethernetChristian Schneppe2018-09-131-1/+1
* listen for Android 6 DND eventsChristian Schneppe2018-09-131-12/+36
* properly clear file adding notification if forground service channel is disabledChristian Schneppe2018-09-132-0/+8