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