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 | |
| | ||||||
* | show 'clear devices' button underneath own devices | Christian Schneppe | 2016-11-20 | 5 | -60/+59 | |
| | ||||||
* | 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 | |
| | ||||||
* | make update.apk filename static final | Christian Schneppe | 2016-11-19 | 1 | -1/+1 | |
| | ||||||
* | reformat code | Christian Schneppe | 2016-11-19 | 174 | -33724/+33762 | |
| | ||||||
* | optimize imports | Christian Schneppe | 2016-11-19 | 3 | -6/+3 | |
| | ||||||
* | set preference switch to enable, disable or do automatic video compression | Christian Schneppe | 2016-11-19 | 1 | -1/+16 | |
| | | | | | | 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 | 10 | -46/+174 | |
| | ||||||
* | 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 | 1 | -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 | 5 | -276/+331 | |
| | ||||||
* | distinguish between general i/o error and write exception when copying files | Christian Schneppe | 2016-11-17 | 3 | -107/+121 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | 1 | -5/+12 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | show button on "xmpp:" uris | Christian Schneppe | 2016-11-11 | 4 | -0/+42 | |
| | ||||||
* | correct typo | Christian Schneppe | 2016-11-11 | 1 | -13/+13 | |
| | ||||||
* | increase map preview size | Christian Schneppe | 2016-11-11 | 2 | -4/+3 | |
| | ||||||
* | show contacts name on shared VCARDs | Christian Schneppe | 2016-11-11 | 1 | -3/+21 | |
| | ||||||
* | always encrypt one to one chats as default | Christian Schneppe | 2016-11-10 | 1 | -1/+1 | |
| | ||||||
* | show map preview in chat | Christian Schneppe | 2016-11-10 | 2 | -15/+57 | |
| | ||||||
* | make OMEMO working with other clients | Christian Schneppe | 2016-11-10 | 1 | -1/+1 | |
| |