Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed some unecessary locking | Christian Schneppe | 2016-11-20 | 1 | -19/+19 |
| | |||||
* | close socket after failed stream open | Christian Schneppe | 2016-11-20 | 1 | -47/+50 |
| | |||||
* | check if thread was interrupted before doing operations on socket | Christian Schneppe | 2016-11-20 | 2 | -79/+89 |
| | |||||
* | fixed regression that would crash create contact dialog | Christian Schneppe | 2016-11-20 | 1 | -2/+4 |
| | |||||
* | Fix up the langauge in some Settings strings | Christian Schneppe | 2016-11-20 | 1 | -3/+3 |
| | |||||
* | show 'clear devices' button underneath own devices | Christian Schneppe | 2016-11-20 | 7 | -66/+70 |
| | |||||
* | removed some unecessary logging from omemo message generation | Christian Schneppe | 2016-11-20 | 1 | -4/+0 |
| | |||||
* | lower own otr fingerprint | Christian Schneppe | 2016-11-20 | 1 | -1/+2 |
| | |||||
* | issue ping after network change | Christian Schneppe | 2016-11-20 | 2 | -5/+3 |
| | |||||
* | lower reconnection time | Christian Schneppe | 2016-11-20 | 1 | -1/+1 |
| | |||||
* | synchronzie on xmpp service around all state changes | Christian Schneppe | 2016-11-20 | 1 | -106/+116 |
| | |||||
* | don't reset last connect time on network change | Christian Schneppe | 2016-11-20 | 2 | -7/+9 |
| | |||||
* | use lower case otr fingerprints for comparison | Christian Schneppe | 2016-11-20 | 2 | -2/+3 |
| | |||||
* | removed some very verbose logging from axolotl service | Christian Schneppe | 2016-11-20 | 1 | -1/+0 |
| | |||||
* | lower casing fingerprints when parsing URI | Christian Schneppe | 2016-11-20 | 1 | -1/+1 |
| | |||||
* | version 1.15.1 + changes | Christian Schneppe | 2016-11-19 | 2 | -6/+8 |
| | |||||
* | make update.apk filename static final | Christian Schneppe | 2016-11-19 | 1 | -1/+1 |
| | |||||
* | reformat code | Christian Schneppe | 2016-11-19 | 391 | -42129/+40018 |
| | |||||
* | optimize imports | Christian Schneppe | 2016-11-19 | 48 | -710/+207 |
| | |||||
* | set preference switch to enable, disable or do automatic video compression | Christian Schneppe | 2016-11-19 | 4 | -2/+38 |
| | | | | | | automatic = SDK >= Lollipop & video size >= 10 MB (default) never = never compress videos always = SDK >= Lollipop | ||||
* | correct colors for uncrypted messages in encrypted chats | Christian Schneppe | 2016-11-19 | 2 | -3/+11 |
| | |||||
* | put omemo fingerprint in own uri (qr code / nfc) | Christian Schneppe | 2016-11-18 | 6 | -79/+139 |
| | |||||
* | parse omemo fingerprints from uris | Christian Schneppe | 2016-11-18 | 11 | -46/+175 |
| | |||||
* | fixed back and forth between Welcome- and EditAccountActivity | Christian Schneppe | 2016-11-18 | 1 | -3/+26 |
| | |||||
* | use base64.nowrap for omemo keys | Christian Schneppe | 2016-11-18 | 1 | -8/+8 |
| | |||||
* | reset startup count when swiped away (only count kills) | Christian Schneppe | 2016-11-18 | 2 | -315/+311 |
| | |||||
* | slightly darken verified icon + mark inactive | Christian Schneppe | 2016-11-18 | 6 | -0/+2 |
| | |||||
* | work around -1 in next encryption | Christian Schneppe | 2016-11-17 | 1 | -10/+10 |
| | |||||
* | refactor omemo fingerprint UI code | Christian Schneppe | 2016-11-17 | 16 | -342/+484 |
| | |||||
* | distinguish between general i/o error and write exception when copying files | Christian Schneppe | 2016-11-17 | 4 | -107/+122 |
| | |||||
* | fixed enabling trust toggle. unknown->untrusted | Christian Schneppe | 2016-11-17 | 2 | -4/+7 |
| | |||||
* | refactore trust enum to be FingerprintStatus class with trust and active | Christian Schneppe | 2016-11-17 | 11 | -782/+813 |
| | |||||
* | extract affiliations from unavailable presence | Christian Schneppe | 2016-11-15 | 5 | -16/+23 |
| | |||||
* | Stop automagically select default encryption | Christian Schneppe | 2016-11-15 | 1 | -32/+1 |
| | |||||
* | small layout improvements in contact details | Christian Schneppe | 2016-11-15 | 1 | -5/+5 |
| | |||||
* | close video compression notification on errors | Christian Schneppe | 2016-11-15 | 1 | -0/+2 |
| | |||||
* | catch NPE on trying to start navigation if no app could be found | Christian Schneppe | 2016-11-15 | 1 | -2/+8 |
| | |||||
* | remove unused ressources | Christian Schneppe | 2016-11-12 | 66 | -107/+22 |
| | |||||
* | don't add outcasts or non-members in members-only rooms back to list | Christian Schneppe | 2016-11-12 | 2 | -4/+7 |
| | |||||
* | don't allow message correction for xmpp or geo uris | Christian Schneppe | 2016-11-12 | 1 | -2/+3 |
| | |||||
* | prevent accidental close of voice recorder | Christian Schneppe | 2016-11-12 | 3 | -5/+14 |
| | |||||
* | treat XmppUri not as text | Christian Schneppe | 2016-11-12 | 1 | -3/+11 |
| | |||||
* | make message correction also working for single chats again | Christian Schneppe | 2016-11-12 | 1 | -2/+6 |
| | |||||
* | update changelog uri | Christian Schneppe | 2016-11-12 | 1 | -1/+1 |
| | |||||
* | version 1.15.0 + changelog | Christian Schneppe | 2016-11-11 | 2 | -2/+12 |
| | |||||
* | add libraries to about screen | Christian Schneppe | 2016-11-11 | 1 | -0/+4 |
| | |||||
* | added missing strings | Christian Schneppe | 2016-11-11 | 1 | -0/+6 |
| | |||||
* | don't offer message correction in anonymous mucs | Christian Schneppe | 2016-11-11 | 1 | -1/+2 |
| | |||||
* | brought restart threshold down to 8 times in 8h | Christian Schneppe | 2016-11-11 | 3 | -8/+26 |
| | |||||
* | send text automatically via sharewithactivity | Christian Schneppe | 2016-11-11 | 1 | -1/+17 |
| |