Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't throw assertion error when building session with same device id from ↵ | Christian Schneppe | 2016-12-29 | 1 | -1/+6 |
| | | | | other contact | ||||
* | add new notification icon as png | Christian Schneppe | 2016-12-28 | 1 | -0/+0 |
| | |||||
* | show unread messages per conversation in chat list | Christian Schneppe | 2016-12-28 | 2 | -2/+26 |
| | |||||
* | deduplicate corrected messages | Christian Schneppe | 2016-12-27 | 1 | -5/+8 |
| | |||||
* | Version 1.15.4 + changes | Christian Schneppe | 2016-12-25 | 2 | -4/+11 |
| | |||||
* | stop using broken parallax distance in sliding pane layout | Christian Schneppe | 2016-12-25 | 1 | -3/+1 |
| | |||||
* | support for quoting messages | Christian Schneppe | 2016-12-25 | 21 | -10/+310 |
| | |||||
* | added missing strings | Christian Schneppe | 2016-12-25 | 2 | -3/+6 |
| | |||||
* | fixed npe cause by race condition when axolotl service isn't initialized | Christian Schneppe | 2016-12-25 | 1 | -0/+3 |
| | |||||
* | skip empty lines in message preview. prevents indexoutofbounds exception | Christian Schneppe | 2016-12-25 | 1 | -1/+25 |
| | | | | and don't show quoted text in message preview | ||||
* | use original message to parse pep | Christian Schneppe | 2016-12-25 | 1 | -3/+3 |
| | |||||
* | added omemo padding but disabled by Config.java flag | Christian Schneppe | 2016-12-25 | 2 | -2/+19 |
| | |||||
* | disable removing of broken devices by default | Christian Schneppe | 2016-12-25 | 2 | -10/+13 |
| | |||||
* | remove broken devices only once to prevent loops | Christian Schneppe | 2016-12-25 | 1 | -2/+5 |
| | |||||
* | ignore debug output | Christian Schneppe | 2016-12-25 | 1 | -1/+2 |
| | |||||
* | catch NPE while sharing video from content uri and make it working | Christian Schneppe | 2016-12-25 | 2 | -136/+242 |
| | |||||
* | improve video compression quality | Christian Schneppe | 2016-12-24 | 1 | -1/+1 |
| | |||||
* | changed some more icons | Christian Schneppe | 2016-12-19 | 23 | -21/+21 |
| | |||||
* | set alpha correctly | Christian Schneppe | 2016-12-18 | 1 | -1/+1 |
| | |||||
* | changed notification icon | Christian Schneppe | 2016-12-18 | 5 | -0/+0 |
| | |||||
* | remove own fetch errors from device announcement | Christian Schneppe | 2016-12-18 | 6 | -42/+48 |
| | |||||
* | make sure to display encryption indicatior | Christian Schneppe | 2016-12-18 | 1 | -0/+1 |
| | |||||
* | don't reconnect accout when system reports no internet connection | Christian Schneppe | 2016-12-18 | 1 | -2/+6 |
| | |||||
* | don't correct a message if that would create a duplicate | Christian Schneppe | 2016-12-18 | 1 | -1/+2 |
| | |||||
* | use verified symbol instead of colored lock icons | Christian Schneppe | 2016-12-18 | 9 | -18/+8 |
| | |||||
* | fixed http resume | Christian Schneppe | 2016-12-18 | 1 | -4/+11 |
| | |||||
* | add support for RFC7711 to MTM | Christian Schneppe | 2016-12-18 | 15 | -623/+235 |
| | |||||
* | show jid monospaced in verify dialog | Christian Schneppe | 2016-12-18 | 3 | -3/+11 |
| | |||||
* | disable 'show blocklist' if blocklist is empty | Christian Schneppe | 2016-12-18 | 1 | -1/+9 |
| | |||||
* | redraw options menu after rotation in muc details | Christian Schneppe | 2016-12-18 | 1 | -2/+2 |
| | |||||
* | add omemo fingerprints to web links as well | Christian Schneppe | 2016-12-18 | 3 | -18/+33 |
| | |||||
* | show warning dialog beforing verifying keys via a link | Christian Schneppe | 2016-12-18 | 4 | -109/+192 |
| | |||||
* | support for jid escapting when displaying localpart only | Christian Schneppe | 2016-12-18 | 3 | -2/+16 |
| | |||||
* | use prepped string when building axolotl session | Christian Schneppe | 2016-12-18 | 1 | -3/+3 |
| | |||||
* | shorten a string | Christian Schneppe | 2016-11-30 | 2 | -2/+2 |
| | |||||
* | added missing strings | Christian Schneppe | 2016-11-30 | 3 | -3/+6 |
| | |||||
* | version 1.15.3 + changes | Christian Schneppe | 2016-11-30 | 2 | -5/+11 |
| | |||||
* | delete unused code | Christian Schneppe | 2016-11-29 | 1 | -8/+0 |
| | |||||
* | better handle the case when same user is joined with multiple nicks in the ↵ | Christian Schneppe | 2016-11-29 | 2 | -7/+26 |
| | | | | same room | ||||
* | mark conversations as read after receiving blocklist push for that conversation | Christian Schneppe | 2016-11-29 | 1 | -0/+9 |
| | |||||
* | allow fingerprint verification via context menu | Christian Schneppe | 2016-11-29 | 7 | -25/+102 |
| | |||||
* | add support for body paramater in xmpp uri | Christian Schneppe | 2016-11-29 | 2 | -6/+36 |
| | |||||
* | sent messages from unverified devices show red lock | Christian Schneppe | 2016-11-29 | 1 | -1/+1 |
| | |||||
* | handle image rotations in ShowFullscreenMessageActivity correctly | Christian Schneppe | 2016-11-29 | 1 | -7/+46 |
| | |||||
* | added some logging to FullScreenViewer | Christian Schneppe | 2016-11-27 | 1 | -2/+4 |
| | |||||
* | fixed migrations from pre-btbv phase | Christian Schneppe | 2016-11-27 | 1 | -3/+7 |
| | | | | add some logging to FullScreenView | ||||
* | added strings | Christian Schneppe | 2016-11-24 | 2 | -18/+29 |
| | |||||
* | always force close a connection when disabling from error state | Christian Schneppe | 2016-11-24 | 2 | -1/+5 |
| | |||||
* | changed design language to match BTBV proposal | Christian Schneppe | 2016-11-24 | 3 | -8/+14 |
| | | | | | * untrusted messages have red background * unverified messages have normal background and red lock | ||||
* | update the conversations view (and the lock icon) after receiving device list | Christian Schneppe | 2016-11-24 | 1 | -0/+1 |
| |