aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-25offer quick reply on android NDaniel Gultsch4-44/+109
2016-08-25use N style stacked notificationsDaniel Gultsch2-75/+84
2016-08-25send register IQs without full fromDaniel Gultsch3-5/+6
2016-08-25made image preview size smaller for low res imagesDaniel Gultsch1-8/+14
2016-08-20various null pointer checksDaniel Gultsch3-3/+12
2016-08-19display error status for missing internet permissionDaniel Gultsch2-7/+12
2016-08-19check for rare null pointer platform bug in share intent handlingDaniel Gultsch1-3/+5
2016-08-16add payment required errorDaniel Gultsch2-2/+20
2016-08-13don't close otr session on every presence changeDaniel Gultsch1-8/+5
2016-08-13start file observer in backgroundDaniel Gultsch1-1/+6
2016-08-13make lastMessageTransmitted return max(clear_date,last_message)Daniel Gultsch1-6/+5
2016-08-13be more careful in recursive file observer. limit depthDaniel Gultsch1-1/+21
2016-08-10use direct ssl when port was manually set to 5223Daniel Gultsch1-2/+24
2016-08-09close tcp connection after 30s of inactivity when in push_modeDaniel Gultsch3-14/+31
2016-08-09don't do idle ping if close_tcp option is setDaniel Gultsch1-2/+4
2016-08-09explictly set account status to offline when waiting for pushDaniel Gultsch1-1/+2
2016-08-02catch all throwables when parsing xmlDaniel Gultsch1-2/+2
2016-08-02catch platform bug when getting ringer modeDaniel Gultsch1-4/+9
2016-08-02catch NPE in getVideoPreview() because getFrame sometimes returns nullDaniel Gultsch1-1/+1
2016-08-02handle invalid prekey ids in bundleDaniel Gultsch1-3/+5
2016-07-31set tablet, phone or pc identityDaniel Gultsch2-4/+11
2016-07-31add logging when swiping away from recents is being ignoredDaniel Gultsch1-0/+2
2016-07-31catch exception when trying to get video preview of pgp encrypted fileDaniel Gultsch1-1/+5
2016-07-28show identity type for device selectionDaniel Gultsch9-45/+129
2016-07-27add OS to version responseDaniel Gultsch1-0/+5
2016-07-27fixed rare null pointer in avatar creationDaniel Gultsch1-1/+1
2016-07-27add trillian to html otr parsing fixes #1963Daniel Gultsch1-1/+1
2016-07-26fixed regression in file delete detection due to missing !Daniel Gultsch1-1/+1
2016-07-26added more logging for file deletionDaniel Gultsch1-6/+11
2016-07-25display specific error message when password is too weak on registrationDaniel Gultsch2-15/+23
2016-07-25refactored how view intents are handledDaniel Gultsch4-39/+36
2016-07-23refactored deleted file detection to monitor entire sd card. fixes #1968Daniel Gultsch2-19/+95
2016-07-22feed version response from app name instead of static variableDaniel Gultsch2-3/+4
2016-07-22don't crash when opening 'xmpp:' urisDaniel Gultsch1-1/+1
2016-07-22provide black background video thumbnail if preview couldn't be generatedDaniel Gultsch1-6/+13
2016-07-21push file offered notification when initial HTTP HEAD req. failsDaniel Gultsch1-6/+7
2016-07-21offer back/cancel button when using magic createDaniel Gultsch1-7/+25
2016-07-17announce OTR support as per XEP-0378Daniel Gultsch1-0/+6
2016-07-17allow message correction by default since security implications are negligibleDaniel Gultsch1-1/+1
2016-07-17additional null pointer checks when verifying otr keysDaniel Gultsch1-1/+1
2016-07-17show toast hint when touching inactive omemo fingerprintsDaniel Gultsch2-1/+37
2016-07-14show error notification in connecting state as wellDaniel Gultsch1-1/+3
2016-07-14add more error states for stream errorsDaniel Gultsch2-4/+32
2016-07-14include pgp and omemo fallback message only when unencrypted is enabledDaniel Gultsch1-2/+5
2016-07-14don't take stanza-id into account when deduping muc pmsDaniel Gultsch1-1/+1
2016-07-13respond to XEP-0202: Entity TimeDaniel Gultsch3-2/+34
2016-07-13don't time out disco request but just send bind requestDaniel Gultsch1-37/+12
2016-07-13call update file params from threadDaniel Gultsch1-16/+16
2016-07-11show a preview for video filesDaniel Gultsch1-24/+116
2016-07-08don't crash when tabbing through muc user list with offline usersDaniel Gultsch1-2/+3