aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart (unfollow)
Commit message (Expand)AuthorFilesLines
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
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 Schneppe4-111/+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 Schneppe1-5/+0
2018-09-13load contacts and start observer after giving permissionsChristian Schneppe2-26/+18
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 Schneppe1-0/+24
2018-09-13initial work toward api 26+Christian Schneppe12-171/+332
2018-09-12fixed user hint in magic create modeChristian Schneppe1-0/+1
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
2018-09-12add more logging and fix an error in ExportDatabaseChristian Schneppe1-12/+13
2018-09-11AudioPlayer: disable screen when holding phone to earChristian Schneppe4-4/+72
2018-09-11catch illegalargument exception when discovering extension from urlChristian Schneppe1-1/+6
2018-09-11removed synchronized in favor of another interrupted check in startXmpp()Christian Schneppe1-1/+4
2018-09-11catch illegal state not illegal argument on popBackStack()Christian Schneppe1-1/+1
2018-09-11do not show 'delete contact' for phone contacts. do not treat as strangerChristian Schneppe2-0/+3
2018-09-11make recording activity not crash if microphone was in useChristian Schneppe1-6/+10
2018-09-11show jids from address book in Start Conversation screen if only one account ...Christian Schneppe2-2/+21
2018-09-11improve Updater a bit and try to catch NPEChristian Schneppe2-4/+6
2018-09-11catch NPE on detecting tor connection in UpdaterActivityChristian Schneppe1-1/+4
2018-09-11catch some more Exceptions during database importChristian Schneppe1-1/+7
2018-09-11try to catch some Exceptions in image previewChristian Schneppe1-24/+41
2018-08-30remove logChristian Schneppe1-2/+1
2018-08-30switch between earphone and speaker while playing soundsChristian Schneppe2-6/+110
2018-08-30Revert "hide record voice button if keyboard is open"Christian Schneppe1-16/+9
2018-08-30make port field disabled if hostname is emptyChristian Schneppe1-0/+8
2018-08-30use volatile for thread object in XmppConnectionChristian Schneppe1-5/+4
2018-08-30special treatment for presence errors known to be mucsChristian Schneppe2-0/+7
2018-08-30hide record voice button if keyboard is openChristian Schneppe1-9/+16
2018-08-28catch NPE on inviteUserChristian Schneppe1-1/+5