Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-07-27 | don't crash during standby and resume full screen video view | Christian Schneppe | 1 | -2/+16 | |
fixes #93 | |||||
2016-07-27 | fixed regression in file delete detection due to missing ! | Daniel Gultsch | 1 | -1/+1 | |
2016-07-27 | added more logging for file deletion | Daniel Gultsch | 1 | -6/+11 | |
2016-07-25 | display specific error message when password is too weak on registration | Daniel Gultsch | 2 | -15/+23 | |
2016-07-25 | refactored how view intents are handled | Daniel Gultsch | 4 | -40/+35 | |
processing view intents before saved instance caused troubles when the activity was destroyed fixes #1969 | |||||
2016-07-25 | refactored deleted file detection to monitor entire sd card. fixes #1968 | Daniel Gultsch | 2 | -19/+95 | |
2016-07-25 | feed version response from app name instead of static variable | Daniel Gultsch | 2 | -3/+5 | |
2016-07-25 | don't crash when opening 'xmpp:' uris | Daniel Gultsch | 1 | -1/+1 | |
2016-07-25 | provide black background video thumbnail if preview couldn't be generated | Daniel Gultsch | 1 | -6/+13 | |
2016-07-25 | push file offered notification when initial HTTP HEAD req. fails | Daniel Gultsch | 1 | -6/+7 | |
2016-07-25 | offer back/cancel button when using magic create | Daniel Gultsch | 1 | -7/+25 | |
2016-07-25 | announce OTR support as per XEP-0378 | Daniel Gultsch | 1 | -0/+6 | |
2016-07-25 | additional null pointer checks when verifying otr keys | Daniel Gultsch | 1 | -1/+1 | |
2016-07-25 | show toast hint when touching inactive omemo fingerprints | Daniel Gultsch | 2 | -1/+37 | |
2016-07-17 | avoid NPE | Christian Schneppe | 1 | -2/+4 | |
2016-07-17 | show error notification in connecting state as well | Daniel Gultsch | 1 | -1/+3 | |
2016-07-17 | add more error states for stream errors | Daniel Gultsch | 2 | -4/+32 | |
2016-07-17 | include pgp and omemo fallback message only when unencrypted is enabled | Daniel Gultsch | 1 | -2/+5 | |
2016-07-14 | don't take stanza-id into account when deduping muc pms | Daniel Gultsch | 1 | -1/+1 | |
2016-07-13 | respond to XEP-0202: Entity Time | Daniel Gultsch | 3 | -2/+34 | |
2016-07-13 | don't time out disco request but just send bind request | Daniel Gultsch | 1 | -37/+12 | |
2016-07-13 | call update file params from thread | Daniel Gultsch | 1 | -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-12 | fixed storage location for recorded voice | Christian Schneppe | 1 | -2/+1 | |
fixes #92 | |||||
2016-07-12 | change foreground icon when not connected | Christian Schneppe | 1 | -3/+5 | |
2016-07-12 | revert be4aa2afc96b86c89c2fc37735a4b0cf328d7415 | Christian Schneppe | 2 | -95/+129 | |
2016-07-12 | show a preview for video files | Daniel Gultsch | 1 | -24/+116 | |
2016-07-09 | don't crash when tabbing through muc user list with offline users | Daniel Gultsch | 1 | -2/+3 | |
2016-07-09 | simplified muc users ordering | Daniel Gultsch | 1 | -11/+12 | |
2016-07-09 | do not crash on jingle connection when contact doesn't use disco | Daniel Gultsch | 1 | -2/+4 | |
2016-07-02 | set timeout correctly | Christian Schneppe | 1 | -2/+2 | |
2016-07-02 | code cleanup | Christian Schneppe | 10 | -26/+0 | |
2016-07-02 | some little updater changes and code cleanup | Christian Schneppe | 3 | -29/+10 | |
2016-07-01 | show online status in foreground service | Christian Schneppe | 1 | -3/+14 | |
2016-07-01 | correct variable names | Christian Schneppe | 1 | -1/+1 | |
2016-07-01 | use direct invites to re-invite muc members | Daniel Gultsch | 1 | -5/+9 | |
2016-07-01 | use dnd as overriding status | Daniel Gultsch | 4 | -14/+15 | |
2016-06-30 | don't crash on record voice | Christian Schneppe | 1 | -2/+1 | |
2016-06-30 | don't crash on broken base64 in omemo messages. fixes #1934 | Daniel Gultsch | 2 | -8/+14 | |
2016-06-30 | support jingle ft:4 to be compatible with swift | Daniel Gultsch | 4 | -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-30 | add share button to image/video view | Christian Schneppe | 1 | -5/+34 | |
2016-06-30 | code cleanup | Christian Schneppe | 1 | -11/+0 | |
2016-06-30 | add .nomedia to audios directory | Christian Schneppe | 1 | -4/+12 | |
2016-06-30 | use variables from filebackend | Christian Schneppe | 1 | -1/+2 | |
2016-06-29 | increased preview size | Christian Schneppe | 1 | -3/+3 | |
2016-06-29 | reworked image preview a bit | Christian Schneppe | 1 | -71/+82 | |
2016-06-29 | code cleanup | Christian Schneppe | 1 | -4/+2 | |
2016-06-29 | vibrate on new messages when app is open | Christian Schneppe | 2 | -0/+11 | |
2016-06-29 | add count to notifications | Christian Schneppe | 1 | -0/+1 | |
2016-06-28 | check if bitmap is null and clear pending uris when pressing cancel | Christian Schneppe | 1 | -61/+71 | |
2016-06-28 | don't show 'create conference' toast on invite | Daniel Gultsch | 2 | -8/+12 | |