aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-29increased preview sizeChristian Schneppe1-3/+3
2016-06-29reworked image preview a bitChristian Schneppe1-71/+82
2016-06-29code cleanupChristian Schneppe1-4/+2
2016-06-29vibrate on new messages when app is openChristian Schneppe2-0/+11
2016-06-29add count to notificationsChristian Schneppe1-0/+1
2016-06-28check if bitmap is null and clear pending uris when pressing cancelChristian Schneppe1-61/+71
2016-06-28don't show 'create conference' toast on inviteDaniel Gultsch2-8/+12
2016-06-28parse ยง5.1.2 full jids from muc archives for OMEMO messagesDaniel Gultsch1-4/+12
2016-06-28only keep offline members in members only conferencesDaniel Gultsch1-1/+4
2016-06-28show preview when sharing single imageChristian Schneppe1-11/+107
2016-06-25modified output filename and location of voice recorderChristian Schneppe1-1/+1
2016-06-24code cleanupChristian Schneppe1-15/+0
2016-06-24introduced share button in contact details. remove show qrDaniel Gultsch4-23/+22
2016-06-24code cleanup in jingle socks5 transportDaniel Gultsch1-16/+2
2016-06-24show error toasts on ui threadDaniel Gultsch1-5/+18
2016-06-24catch exceptions when retrieving uri file extensionDaniel Gultsch1-0/+2
2016-06-23show image/video in fullscreenChristian Schneppe1-1/+9
2016-06-22fixed bug on opening notificationsChristian Schneppe1-1/+1
2016-06-22remove white spaces from hostnameDaniel Gultsch1-2/+2
2016-06-22refactor code that reads real jid from mucDaniel Gultsch1-15/+15
2016-06-22respond to block list pushDaniel Gultsch1-0/+6
2016-06-22make sure that we always release wake lock even after throwing exceptionDaniel Gultsch1-20/+13
2016-06-22synchronize stanza count increment and writeDaniel Gultsch1-11/+11
2016-06-21reworked permissionsChristian Schneppe4-9/+50
2016-06-20display toast on pgp errorDaniel Gultsch3-8/+16
2016-06-20log reason for not showing notificationDaniel Gultsch1-0/+3
2016-06-20remove ascii control chars when creating xmlDaniel Gultsch1-1/+1
2016-06-20hide all graphical previews in chatlistChristian Schneppe1-6/+9
2016-06-20thumb caching improvementChristian Schneppe2-3/+2
2016-06-19fixed intents for integrated location service and voice recorderChristian Schneppe1-4/+2
2016-06-19fixed bug with message preview in chatlistChristian Schneppe1-2/+3
2016-06-19optimized image cacheChristian Schneppe2-0/+5
2016-06-19don't fail on missing jid in bookmarksDaniel Gultsch1-3/+5
2016-06-19don't handle chat states in muc or from archiveDaniel Gultsch1-1/+3
2016-06-19show toast when connection to openkeychain could not be madeDaniel Gultsch1-1/+9
2016-06-19log download failure caused by missing content lengthDaniel Gultsch1-1/+1
2016-06-19mark used otr fingprint in contact details and highlight pgpDaniel Gultsch2-4/+26
2016-06-19synchronize message body changes for message correctionDaniel Gultsch2-68/+72
2016-06-19extract relevant extension from file name when processing share intentDaniel Gultsch1-2/+23
2016-06-19replace corrected messages in decryption queueDaniel Gultsch2-0/+6
2016-06-19only dismiss sent message after encryptionDaniel Gultsch2-9/+16
2016-06-19refresh UI to redraw message hint after switching to pgpDaniel Gultsch1-0/+1
2016-06-19delay notification until after pgp decryptionDaniel Gultsch7-22/+51
2016-06-19log all fail reasonsDaniel Gultsch1-5/+6
2016-06-14clear muc tiles when avatar of member changesDaniel Gultsch3-1/+19
2016-06-14sort muc users by affiliation, name. fixes #1913Daniel Gultsch1-9/+15
2016-06-14synchronize access to stanza queueDaniel Gultsch1-21/+31
2016-06-14remove messages from decryption queue when trimming a conversationDaniel Gultsch2-4/+19
2016-06-14make sure tagwriter is clear before force closing socketDaniel Gultsch2-19/+9
2016-06-14refactored pgp decryptionDaniel Gultsch10-333/+213