aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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-26modify media preview sizes for various screensChristian Schneppe5-1/+16
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-26s/show media/view media/gChristian Schneppe3-3/+3
2018-09-26use internal viewer for images and videosChristian Schneppe2-35/+34
2018-09-26introduce media browser activityChristian Schneppe9-2/+115
2018-09-26show conversation media in contact/conference detailsChristian Schneppe23-122/+651
2018-09-24catch NPEChristian Schneppe1-1/+3
2018-09-23use different menu items for record video and take photoChristian Schneppe28-73/+90
2018-09-23fix media preview in tablet modeChristian Schneppe2-0/+7
2018-09-23show media preview in messagebubble like text messagesChristian Schneppe8-14/+28
2018-09-23made foreground service logging more meaninfulChristian Schneppe1-5/+6
2018-09-23add icon for unknown file while keeping 'file' icon for documentsChristian Schneppe13-5/+20
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 Schneppe106-562/+637
2018-09-14update stringsChristian Schneppe1-1/+1
2018-09-14slighten darken some more backgrounds in dark themeChristian Schneppe4-4/+4
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 Schneppe8-0/+31
2018-09-14change text highlight colorChristian Schneppe1-1/+1
2018-09-14highlight selected conversation in tablet viewChristian Schneppe4-10/+10
2018-09-14optimize some multi account handling in SettingsActivityChristian Schneppe2-17/+64
2018-09-14update stringsChristian Schneppe1-1/+1
2018-09-14design: bubbles more curvier, avatar higher radius and no borderMartin/Geno19-155/+174
2018-09-13avoid duplicate notifcation soundsChristian Schneppe1-15/+42
2018-09-13sync roster after setting pgp idChristian Schneppe2-2/+7
2018-09-13do not parse caps and pgp keys from muc presencesChristian Schneppe1-1/+5
2018-09-13speed up DNSChristian Schneppe5-112/+148
2018-09-13hasInternetConnection() will always return true if type=ethernetChristian Schneppe1-1/+1
2018-09-13listen for Android 6 DND eventsChristian Schneppe1-12/+36
2018-09-13properly clear file adding notification if forground service channel is disabledChristian Schneppe2-0/+8
2018-09-13correct channel for video compression, updater, backup and LED colorChristian Schneppe1-5/+5
2018-09-13removed global notifications switchChristian Schneppe4-20/+0
2018-09-13load contacts and start observer after giving permissionsChristian Schneppe2-26/+18
2018-09-13provide intent filter to launch settings from notification groups controlsChristian Schneppe1-1/+6
2018-09-13bug fixes in UpdaterActivityChristian Schneppe1-2/+2
2018-09-13more bug fixes in ExportLogsServiceChristian Schneppe1-6/+12
2018-09-13make channel for video compression, updater, backupChristian Schneppe2-0/+27
2018-09-13initial work toward api 26+Christian Schneppe15-173/+359
2018-09-12fixed user hint in magic create modeChristian Schneppe1-0/+1
2018-09-12fixed own avatar not being square in message viewChristian Schneppe1-10/+22
2018-09-12code cleanup for group chat user context menuChristian Schneppe4-76/+83
2018-09-12start new conversations by long press on avatarChristian Schneppe6-131/+219