Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-08-09 | don't run backup during check for updates | Christian Schneppe | 1 | -7/+0 | |
2016-08-09 | reworked backup service | Christian Schneppe | 11 | -111/+347 | |
* automatically save database encrypted to local storage at 4 am each day * run backup import in new thread | |||||
2016-08-06 | don't name images "IMG_..." | Christian Schneppe | 1 | -1/+1 | |
2016-08-05 | don't show shadow in action button | Christian Schneppe | 1 | -87/+0 | |
2016-08-04 | modified download button a bit | Christian Schneppe | 3 | -79/+27 | |
2016-08-02 | code cleanup | Christian Schneppe | 1 | -8/+0 | |
2016-08-02 | set tablet, phone or pc identity | Daniel Gultsch | 2 | -7/+11 | |
2016-08-02 | catch exception when trying to get video preview of pgp encrypted file | Daniel Gultsch | 1 | -1/+5 | |
2016-08-02 | add icons to files/locations in chat view | Christian Schneppe | 34 | -13/+82 | |
2016-07-31 | added missing german strings | Christian Schneppe | 1 | -0/+2 | |
2016-07-31 | added black border to play button | Christian Schneppe | 5 | -0/+0 | |
2016-07-31 | don't leave conferences ... | Christian Schneppe | 1 | -3/+3 | |
... when Pix-Art Messenger is swiped away from recent apps | |||||
2016-07-30 | show snackbar box not before address in sharelocation activity | Christian Schneppe | 1 | -1/+1 | |
2016-07-30 | changed last wrong package ids | Christian Schneppe | 5 | -8/+18 | |
2016-07-29 | add missing imports | Christian Schneppe | 2 | -0/+2 | |
2016-07-29 | show identity type for device selection | Daniel Gultsch | 10 | -46/+136 | |
2016-07-29 | make username unchangeable | Christian Schneppe | 1 | -0/+1 | |
2016-07-29 | revert permission rework | Christian Schneppe | 2 | -92/+73 | |
50889004f3c679387d95ba9c49a53a8f882ba33c | |||||
2016-07-29 | changed package id inside manifest and project | Christian Schneppe | 187 | -1072/+1061 | |
2016-07-28 | reworked permissions | Christian Schneppe | 2 | -73/+92 | |
2016-07-28 | automatically join muc after unknown error | Christian Schneppe | 1 | -1/+2 | |
2016-07-28 | fix crash on first start | Christian Schneppe | 1 | -7/+13 | |
2016-07-27 | add OS to version response | Daniel Gultsch | 1 | -1/+5 | |
2016-07-27 | fixed rare null pointer in avatar creation | Daniel Gultsch | 1 | -1/+1 | |
2016-07-27 | add trillian to html otr parsing fixes #1963 | Daniel Gultsch | 1 | -1/+1 | |
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 | 3 | -15/+24 | |
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 | 4 | -1/+39 | |
2016-07-19 | update some english strings | Christian Schneppe | 1 | -7/+7 | |
2016-07-17 | added some german translations | Christian Schneppe | 1 | -0/+2 | |
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 | 3 | -5/+35 | |
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 |