Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | explictly set account status to offline when waiting for push | Daniel Gultsch | 2016-08-09 | 1 | -1/+2 |
| | |||||
* | catch all throwables when parsing xml | Daniel Gultsch | 2016-08-02 | 1 | -2/+2 |
| | |||||
* | catch platform bug when getting ringer mode | Daniel Gultsch | 2016-08-02 | 1 | -4/+9 |
| | |||||
* | catch NPE in getVideoPreview() because getFrame sometimes returns null | Daniel Gultsch | 2016-08-02 | 1 | -1/+1 |
| | |||||
* | handle invalid prekey ids in bundle | Daniel Gultsch | 2016-08-02 | 1 | -3/+5 |
| | |||||
* | set tablet, phone or pc identity | Daniel Gultsch | 2016-07-31 | 2 | -4/+11 |
| | |||||
* | add logging when swiping away from recents is being ignored | Daniel Gultsch | 2016-07-31 | 1 | -0/+2 |
| | |||||
* | catch exception when trying to get video preview of pgp encrypted file | Daniel Gultsch | 2016-07-31 | 1 | -1/+5 |
| | |||||
* | show identity type for device selection | Daniel Gultsch | 2016-07-28 | 10 | -46/+135 |
| | |||||
* | pulled translations from transifex | Daniel Gultsch | 2016-07-28 | 8 | -29/+85 |
| | |||||
* | add OS to version response | Daniel Gultsch | 2016-07-27 | 1 | -0/+5 |
| | |||||
* | fixed rare null pointer in avatar creation | Daniel Gultsch | 2016-07-27 | 1 | -1/+1 |
| | |||||
* | add trillian to html otr parsing fixes #1963 | Daniel Gultsch | 2016-07-27 | 1 | -1/+1 |
| | |||||
* | pulled translations from transifex | Daniel Gultsch | 2016-07-27 | 18 | -25/+741 |
| | |||||
* | fixed regression in file delete detection due to missing ! | Daniel Gultsch | 2016-07-26 | 1 | -1/+1 |
| | |||||
* | added more logging for file deletion | Daniel Gultsch | 2016-07-26 | 1 | -6/+11 |
| | |||||
* | display specific error message when password is too weak on registration | Daniel Gultsch | 2016-07-25 | 3 | -15/+24 |
| | |||||
* | refactored how view intents are handled | Daniel Gultsch | 2016-07-25 | 4 | -39/+36 |
| | | | | | processing view intents before saved instance caused troubles when the activity was destroyed fixes #1969 | ||||
* | refactored deleted file detection to monitor entire sd card. fixes #1968 | Daniel Gultsch | 2016-07-23 | 2 | -19/+95 |
| | |||||
* | feed version response from app name instead of static variable | Daniel Gultsch | 2016-07-22 | 2 | -3/+4 |
| | |||||
* | don't crash when opening 'xmpp:' uris | Daniel Gultsch | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | provide black background video thumbnail if preview couldn't be generated | Daniel Gultsch | 2016-07-22 | 1 | -6/+13 |
| | |||||
* | push file offered notification when initial HTTP HEAD req. fails | Daniel Gultsch | 2016-07-21 | 1 | -6/+7 |
| | |||||
* | offer back/cancel button when using magic create | Daniel Gultsch | 2016-07-21 | 1 | -7/+25 |
| | |||||
* | announce OTR support as per XEP-0378 | Daniel Gultsch | 2016-07-17 | 1 | -0/+6 |
| | |||||
* | allow message correction by default since security implications are negligible | Daniel Gultsch | 2016-07-17 | 2 | -2/+2 |
| | | | | Conversations only allows correction of the *last* message. so nudging a message into oblivion by adding a message correction doesn't work. also conversations checks the fingerprint for encrypted messages | ||||
* | additional null pointer checks when verifying otr keys | Daniel Gultsch | 2016-07-17 | 1 | -1/+1 |
| | |||||
* | show toast hint when touching inactive omemo fingerprints | Daniel Gultsch | 2016-07-17 | 4 | -1/+39 |
| | |||||
* | show error notification in connecting state as well | Daniel Gultsch | 2016-07-14 | 1 | -1/+3 |
| | |||||
* | add more error states for stream errors | Daniel Gultsch | 2016-07-14 | 3 | -5/+35 |
| | |||||
* | include pgp and omemo fallback message only when unencrypted is enabled | Daniel Gultsch | 2016-07-14 | 1 | -2/+5 |
| | |||||
* | don't take stanza-id into account when deduping muc pms | Daniel Gultsch | 2016-07-14 | 1 | -1/+1 |
| | |||||
* | respond to XEP-0202: Entity Time | Daniel Gultsch | 2016-07-13 | 3 | -2/+34 |
| | |||||
* | don't time out disco request but just send bind request | Daniel Gultsch | 2016-07-13 | 1 | -37/+12 |
| | |||||
* | call update file params from thread | Daniel Gultsch | 2016-07-13 | 1 | -16/+16 |
| | | | | now that file params has more work to do we should make sure we always call it from a sperate thread | ||||
* | show a preview for video files | Daniel Gultsch | 2016-07-11 | 6 | -24/+116 |
| | |||||
* | don't crash when tabbing through muc user list with offline users | Daniel Gultsch | 2016-07-08 | 1 | -2/+3 |
| | |||||
* | simplified muc users ordering | Daniel Gultsch | 2016-07-04 | 1 | -11/+12 |
| | |||||
* | do not crash on jingle connection when contact doesn't use disco | Daniel Gultsch | 2016-07-04 | 1 | -2/+4 |
| | |||||
* | pulled translations from transifex | Daniel Gultsch | 2016-07-01 | 1 | -4/+4 |
| | |||||
* | use direct invites to re-invite muc members | Daniel Gultsch | 2016-06-30 | 1 | -5/+9 |
| | |||||
* | use dnd as overriding status | Daniel Gultsch | 2016-06-30 | 4 | -15/+15 |
| | |||||
* | don't show 'disable foreground service' button. fixes #1933 | Daniel Gultsch | 2016-06-29 | 1 | -1/+1 |
| | |||||
* | don't crash on broken base64 in omemo messages. fixes #1934 | Daniel Gultsch | 2016-06-29 | 2 | -8/+14 |
| | |||||
* | support jingle ft:4 to be compatible with swift | Daniel Gultsch | 2016-06-29 | 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) | ||||
* | don't show 'create conference' toast on invite | Daniel Gultsch | 2016-06-28 | 2 | -8/+12 |
| | |||||
* | parse ยง5.1.2 full jids from muc archives for OMEMO messages | Daniel Gultsch | 2016-06-28 | 1 | -4/+12 |
| | |||||
* | only keep offline members in members only conferences | Daniel Gultsch | 2016-06-28 | 1 | -1/+4 |
| | |||||
* | pulled translations from transifex | Daniel Gultsch | 2016-06-25 | 3 | -1/+75 |
| | |||||
* | introduced share button in contact details. remove show qr | Daniel Gultsch | 2016-06-24 | 6 | -33/+30 |
| |