Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | show number of failed uploads in chat list in red bubbles | Christian Schneppe | 2017-02-08 | 3 | -6/+38 |
| | |||||
* | make updater work in Android N | Christian Schneppe | 2017-02-05 | 1 | -4/+15 |
| | | | | fixes #98 | ||||
* | show unread count in small rectangles instead of circles | Christian Schneppe | 2017-01-31 | 2 | -1/+17 |
| | |||||
* | fix showing of buttons in chats | Christian Schneppe | 2017-01-31 | 1 | -0/+7 |
| | |||||
* | correct strings | Christian Schneppe | 2017-01-30 | 3 | -5/+5 |
| | |||||
* | add button to resend failed messages | Christian Schneppe | 2017-01-30 | 5 | -0/+0 |
| | |||||
* | configurable local message retention period. | Christian Schneppe | 2017-01-29 | 4 | -5/+37 |
| | |||||
* | delete unused resources | Christian Schneppe | 2017-01-25 | 9 | -33/+1 |
| | |||||
* | share uri for bookmark direclty from Start Conversation | Christian Schneppe | 2017-01-25 | 1 | -0/+3 |
| | |||||
* | reworked videocompression | Christian Schneppe | 2017-01-25 | 3 | -1/+2 |
| | |||||
* | reworked FileBackend | Christian Schneppe | 2017-01-25 | 1 | -0/+4 |
| | |||||
* | corrected german strings to share links/uris | Christian Schneppe | 2017-01-21 | 1 | -2/+2 |
| | |||||
* | fixed crash when following http link with fingerprints | Christian Schneppe | 2017-01-21 | 1 | -2/+2 |
| | |||||
* | fixed pgp encrypted text quick sharing. | Christian Schneppe | 2017-01-18 | 1 | -0/+1 |
| | |||||
* | don't show key tile in contact details when there are no keys | Christian Schneppe | 2017-01-15 | 1 | -0/+1 |
| | |||||
* | don't allow to purge keys. offer distrust instead | Christian Schneppe | 2017-01-15 | 3 | -5/+6 |
| | |||||
* | add overlay to indicate that image is gif | Christian Schneppe | 2017-01-05 | 10 | -0/+0 |
| | |||||
* | add German strings | Christian Schneppe | 2017-01-02 | 1 | -0/+3 |
| | |||||
* | make direct reply string translatable in NotificationService | Christian Schneppe | 2017-01-02 | 1 | -0/+1 |
| | |||||
* | hide inactive devices by default in contact details | Christian Schneppe | 2017-01-02 | 2 | -39/+64 |
| | |||||
* | show unread messages per conversation in chat list | Christian Schneppe | 2016-12-28 | 1 | -1/+18 |
| | |||||
* | support for quoting messages | Christian Schneppe | 2016-12-25 | 15 | -2/+7 |
| | |||||
* | added missing strings | Christian Schneppe | 2016-12-25 | 2 | -3/+6 |
| | |||||
* | changed some more icons | Christian Schneppe | 2016-12-19 | 21 | -0/+0 |
| | |||||
* | changed notification icon | Christian Schneppe | 2016-12-18 | 5 | -0/+0 |
| | |||||
* | use verified symbol instead of colored lock icons | Christian Schneppe | 2016-12-18 | 8 | -0/+0 |
| | |||||
* | show jid monospaced in verify dialog | Christian Schneppe | 2016-12-18 | 1 | -1/+1 |
| | |||||
* | show warning dialog beforing verifying keys via a link | Christian Schneppe | 2016-12-18 | 2 | -0/+28 |
| | |||||
* | shorten a string | Christian Schneppe | 2016-11-30 | 2 | -2/+2 |
| | |||||
* | added missing strings | Christian Schneppe | 2016-11-30 | 3 | -3/+6 |
| | |||||
* | allow fingerprint verification via context menu | Christian Schneppe | 2016-11-29 | 3 | -2/+8 |
| | |||||
* | added strings | Christian Schneppe | 2016-11-24 | 2 | -18/+29 |
| | |||||
* | changed design language to match BTBV proposal | Christian Schneppe | 2016-11-24 | 1 | -0/+1 |
| | | | | | * untrusted messages have red background * unverified messages have normal background and red lock | ||||
* | introduced blind trust before verification mode | Christian Schneppe | 2016-11-24 | 2 | -0/+8 |
| | | | | read more about the concept on https://gultsch.de/trust.html | ||||
* | added share button to account details | Christian Schneppe | 2016-11-24 | 2 | -0/+19 |
| | |||||
* | offer verification directly from the trust keys screen | Christian Schneppe | 2016-11-24 | 10 | -1/+16 |
| | |||||
* | use aztec code instead of qr | Christian Schneppe | 2016-11-24 | 1 | -2/+2 |
| | |||||
* | update some strings | Christian Schneppe | 2016-11-20 | 1 | -4/+4 |
| | |||||
* | update strings | Christian Schneppe | 2016-11-20 | 3 | -8/+15 |
| | |||||
* | don't show omemo keys by default in account details | Christian Schneppe | 2016-11-20 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -6/+11 |
| | |||||
* | reformat code | Christian Schneppe | 2016-11-19 | 87 | -1642/+1697 |
| | |||||
* | set preference switch to enable, disable or do automatic video compression | Christian Schneppe | 2016-11-19 | 3 | -1/+22 |
| | | | | | | automatic = SDK >= Lollipop & video size >= 10 MB (default) never = never compress videos always = SDK >= Lollipop | ||||
* | parse omemo fingerprints from uris | Christian Schneppe | 2016-11-18 | 1 | -0/+1 |
| | |||||
* | slightly darken verified icon + mark inactive | Christian Schneppe | 2016-11-18 | 5 | -0/+0 |
| | |||||
* | refactor omemo fingerprint UI code | Christian Schneppe | 2016-11-17 | 9 | -66/+98 |
| | |||||
* | distinguish between general i/o error and write exception when copying files | Christian Schneppe | 2016-11-17 | 1 | -0/+1 |
| | |||||
* | small layout improvements in contact details | Christian Schneppe | 2016-11-15 | 1 | -5/+5 |
| | |||||
* | remove unused ressources | Christian Schneppe | 2016-11-12 | 66 | -107/+22 |
| |