aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-07-29changed package id inside manifest and projectChristian Schneppe173-42136/+0
2016-07-28reworked permissionsChristian Schneppe1-69/+89
2016-07-28automatically join muc after unknown errorChristian Schneppe1-1/+2
2016-07-28fix crash on first startChristian Schneppe1-7/+13
2016-07-27add OS to version responseDaniel Gultsch1-1/+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-27don't crash during standby and resume full screen video viewChristian Schneppe1-2/+16
fixes #93
2016-07-27fixed regression in file delete detection due to missing !Daniel Gultsch1-1/+1
2016-07-27added 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-40/+35
processing view intents before saved instance caused troubles when the activity was destroyed fixes #1969
2016-07-25refactored deleted file detection to monitor entire sd card. fixes #1968Daniel Gultsch2-19/+95
2016-07-25feed version response from app name instead of static variableDaniel Gultsch2-3/+5
2016-07-25don't crash when opening 'xmpp:' urisDaniel Gultsch1-1/+1
2016-07-25provide black background video thumbnail if preview couldn't be generatedDaniel Gultsch1-6/+13
2016-07-25push file offered notification when initial HTTP HEAD req. failsDaniel Gultsch1-6/+7
2016-07-25offer back/cancel button when using magic createDaniel Gultsch1-7/+25
2016-07-25announce OTR support as per XEP-0378Daniel Gultsch1-0/+6
2016-07-25additional null pointer checks when verifying otr keysDaniel Gultsch1-1/+1
2016-07-25show toast hint when touching inactive omemo fingerprintsDaniel Gultsch2-1/+37
2016-07-17avoid NPEChristian Schneppe1-2/+4
2016-07-17show error notification in connecting state as wellDaniel Gultsch1-1/+3
2016-07-17add more error states for stream errorsDaniel Gultsch2-4/+32
2016-07-17include 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
now that file params has more work to do we should make sure we always call it from a sperate thread
2016-07-12fixed storage location for recorded voiceChristian Schneppe1-2/+1
fixes #92
2016-07-12change foreground icon when not connectedChristian Schneppe1-3/+5
2016-07-12revert be4aa2afc96b86c89c2fc37735a4b0cf328d7415Christian Schneppe2-95/+129
2016-07-12show a preview for video filesDaniel Gultsch1-24/+116
2016-07-09don't crash when tabbing through muc user list with offline usersDaniel Gultsch1-2/+3
2016-07-09simplified muc users orderingDaniel Gultsch1-11/+12
2016-07-09do not crash on jingle connection when contact doesn't use discoDaniel Gultsch1-2/+4
2016-07-02set timeout correctlyChristian Schneppe1-2/+2
2016-07-02code cleanupChristian Schneppe10-26/+0
2016-07-02some little updater changes and code cleanupChristian Schneppe3-29/+10
2016-07-01show online status in foreground serviceChristian Schneppe1-3/+14
2016-07-01correct variable namesChristian Schneppe1-1/+1
2016-07-01use direct invites to re-invite muc membersDaniel Gultsch1-5/+9
2016-07-01use dnd as overriding statusDaniel Gultsch4-14/+15
2016-06-30don't crash on record voiceChristian Schneppe1-2/+1
2016-06-30don't crash on broken base64 in omemo messages. fixes #1934Daniel Gultsch2-8/+14
2016-06-30support jingle ft:4 to be compatible with swiftDaniel Gultsch4-32/+105
Conversations and Gajim both have an implementation bug that sends the jingle session id instead of the transport id (compare XEP-260 2.2). This commit has a work around for this that remains buggy when using ft:3. If gajim is ever to fix this we will be incompatbile. gajim should implement ft:4 instead. (gajim to gajim is broken as well)
2016-06-30add share button to image/video viewChristian Schneppe1-5/+34
2016-06-30code cleanupChristian Schneppe1-11/+0
2016-06-30add .nomedia to audios directoryChristian Schneppe1-4/+12
2016-06-30use variables from filebackendChristian Schneppe1-1/+2