Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'feature-quotation' of ↵ | Daniel Gultsch | 2016-12-02 | 5 | -11/+297 |
|\ | | | | | | | https://github.com/Mishiranu/Conversations into Mishiranu-feature-quotation | ||||
| * | Add quotation support | Mishiranu | 2016-11-25 | 5 | -11/+297 |
| | | |||||
* | | default using internal storage to false | Daniel Gultsch | 2016-12-02 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of https://github.com/Fenisu/Conversations into ↵ | Daniel Gultsch | 2016-12-02 | 9 | -23/+133 |
|\ \ | | | | | | | | | | Fenisu-master | ||||
| * | | Private files using a boolean flag from Config.java. | Ignacio Quezada | 2016-11-08 | 7 | -17/+130 |
| | | | |||||
* | | | support for jid escapting when displaying localpart only | Daniel Gultsch | 2016-12-01 | 4 | -3/+17 |
| | | | |||||
* | | | use prepped string when building axolotl session | Daniel Gultsch | 2016-12-01 | 1 | -3/+3 |
| | | | |||||
* | | | don't use own jid joined from another client to generate muc title | Daniel Gultsch | 2016-12-01 | 1 | -1/+4 |
| | | | |||||
* | | | don't show share button before account is setup | Daniel Gultsch | 2016-12-01 | 1 | -0/+3 |
| | | | |||||
* | | | only show contact related snackbars when conversation is single | Daniel Gultsch | 2016-12-01 | 1 | -3/+3 |
| | | | |||||
* | | | made provider authorities relativ to deal with different package ids | Daniel Gultsch | 2016-12-01 | 4 | -7/+13 |
| | | | |||||
* | | | avoid binding multiple times from BarcodeService | Daniel Gultsch | 2016-12-01 | 1 | -15/+22 |
| | | | |||||
* | | | renamed foreground service preference | Daniel Gultsch | 2016-11-30 | 2 | -2/+3 |
| | | | |||||
* | | | better handle the case when same user is joined with multiple nicks in the ↵ | Daniel Gultsch | 2016-11-29 | 2 | -8/+26 |
| | | | | | | | | | | | | same room | ||||
* | | | mark conversations as read after receiving blocklist push for that conversations | Daniel Gultsch | 2016-11-28 | 1 | -0/+9 |
| | | | |||||
* | | | allow fingerprint verification via context menu | Daniel Gultsch | 2016-11-28 | 4 | -20/+94 |
| | | | |||||
* | | | add support for body paramater in xmpp uri | Daniel Gultsch | 2016-11-28 | 2 | -6/+36 |
| | | | |||||
* | | | sent messages from unverified devices show red lock | Daniel Gultsch | 2016-11-28 | 1 | -1/+1 |
| | | | |||||
* | | | fixed migrations from pre-btbv phase | Daniel Gultsch | 2016-11-25 | 1 | -3/+7 |
| | | | |||||
* | | | always force close a connection when disabling from error state | Daniel Gultsch | 2016-11-24 | 2 | -1/+5 |
| | | | |||||
* | | | changed design language to match BTBV proposal | Daniel Gultsch | 2016-11-24 | 2 | -8/+13 |
| | | | | | | | | | | | | | | | * untrusted messages have red background * unverified message have normal background and red lock | ||||
* | | | update the conversations view (and the lock icon) after receiving device list | Daniel Gultsch | 2016-11-24 | 1 | -0/+1 |
| | | | |||||
* | | | explictly scan for aztec and qr codes only | Daniel Gultsch | 2016-11-23 | 3 | -31/+4 |
| | | | |||||
* | | | introduced blind trust before verification mode | Daniel Gultsch | 2016-11-23 | 6 | -7/+54 |
| | | | | | | | | | | | | read more about the concept on https://gultsch.de/trust.html | ||||
* | | | added share button to account details | Daniel Gultsch | 2016-11-22 | 4 | -25/+264 |
| | | | |||||
* | | | show proper avatar for 'self' contact. fixes #2138 | Daniel Gultsch | 2016-11-22 | 2 | -2/+9 |
| | | | |||||
* | | | offer verification directly from the trust keys screen | Daniel Gultsch | 2016-11-22 | 2 | -3/+78 |
| | | | |||||
* | | | use aztec code instead of qr | Daniel Gultsch | 2016-11-21 | 1 | -10/+5 |
| | | | |||||
* | | | use constants for some preferences | Daniel Gultsch | 2016-11-21 | 3 | -15/+20 |
| | | | |||||
* | | | when swiping don't clean startup counter entirely. just don't count last startup | Daniel Gultsch | 2016-11-21 | 2 | -5/+10 |
| | | | |||||
* | | | introduced custom tls socket factory to make tls1.2 work for http connections | Daniel Gultsch | 2016-11-20 | 2 | -12/+71 |
| | | | |||||
* | | | remove omemo devices from annoucement after 7 days of inactivity | Daniel Gultsch | 2016-11-19 | 4 | -22/+69 |
| | | | |||||
* | | | don't use xmpp uri for self verification if account is disabled | Daniel Gultsch | 2016-11-19 | 1 | -1/+1 |
| | | | |||||
* | | | save last activation time in fingerprint status | Daniel Gultsch | 2016-11-19 | 5 | -8/+58 |
| | | | |||||
* | | | removed some unecessary locking | Daniel Gultsch | 2016-11-19 | 1 | -20/+19 |
| | | | |||||
* | | | close socket after failed stream open | Daniel Gultsch | 2016-11-19 | 1 | -1/+4 |
| | | | |||||
* | | | check if thread was interrupted before doing operations on socket | Daniel Gultsch | 2016-11-19 | 2 | -76/+77 |
| | | | |||||
* | | | fixed regression that would crash create contact dialog. fixes #2131 | Daniel Gultsch | 2016-11-19 | 1 | -2/+4 |
| | | | |||||
* | | | show 'clear devices' button underneath own devices | Daniel Gultsch | 2016-11-18 | 5 | -48/+46 |
| | | | |||||
* | | | removed some unecessary logging from omemo message generation | Daniel Gultsch | 2016-11-18 | 1 | -4/+0 |
| | | | |||||
* | | | lower own otr fingerprint | Daniel Gultsch | 2016-11-18 | 1 | -1/+2 |
| | | | |||||
* | | | issue ping after network change | Daniel Gultsch | 2016-11-18 | 2 | -3/+3 |
| | | | |||||
* | | | lower reconnection time | Daniel Gultsch | 2016-11-18 | 1 | -1/+1 |
| | | | |||||
* | | | synchronzie on xmpp service around all state changes | Daniel Gultsch | 2016-11-18 | 1 | -106/+113 |
| | | | |||||
* | | | don't reset last connect time on network change | Daniel Gultsch | 2016-11-18 | 2 | -7/+9 |
| | | | |||||
* | | | use lower case otr fingerprints for comparison | Daniel Gultsch | 2016-11-18 | 2 | -2/+3 |
| | | | |||||
* | | | removed some very verbose logging from axolotl service | Daniel Gultsch | 2016-11-18 | 1 | -1/+0 |
| | | | |||||
* | | | lower casing fingerprints when parsing URI | Daniel Gultsch | 2016-11-18 | 1 | -1/+1 |
| |/ |/| | |||||
* | | put omemo fingerprint in own uri (qr code / nfc) | Daniel Gultsch | 2016-11-17 | 6 | -17/+80 |
| | | |||||
* | | parse omemo fingerprints from uris | Daniel Gultsch | 2016-11-17 | 10 | -44/+171 |
| | |