Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make launching app shortcuts work with disabled accounts | Christian Schneppe | 2017-06-11 | 1 | -1/+1 |
| | |||||
* | fix NPE when bookmark jid is null on creating suggestions | Christian Schneppe | 2017-06-01 | 1 | -1/+2 |
| | |||||
* | add the 4 most frequently contacted contacts as app shortcuts | Christian Schneppe | 2017-05-31 | 1 | -4/+12 |
| | |||||
* | fall back to jingle only in 1:1 | Christian Schneppe | 2017-05-19 | 1 | -1/+2 |
| | |||||
* | use mam reference instead of timestamp | Christian Schneppe | 2017-05-17 | 1 | -6/+11 |
| | |||||
* | set catchup flag on mam only when doing that | Christian Schneppe | 2017-05-10 | 1 | -2/+2 |
| | |||||
* | suggest bookmarked conferences servers in join conference dialog | Christian Schneppe | 2017-05-09 | 1 | -0/+6 |
| | |||||
* | don't load signed prekeys on startup | Christian Schneppe | 2017-05-09 | 1 | -3/+11 |
| | |||||
* | send read marker after reading message in android auto | Christian Schneppe | 2017-05-09 | 1 | -1/+1 |
| | |||||
* | while restoring state deal with conversations that don't have accounts | Christian Schneppe | 2017-04-26 | 1 | -2/+8 |
| | |||||
* | send pgp signature when creating ad hoc conferences | Christian Schneppe | 2017-04-26 | 1 | -1/+1 |
| | |||||
* | Add Android Auto support to notifications | Christian Schneppe | 2017-04-21 | 1 | -0/+4 |
| | | | | | | | | | | This patch adds required additions in order to show notifications in Android Auto. Messages are read aloud and voice reply is offered. The functionaliy has been tested with the Android Auto standalone app as well as with the DHU simulator as describes here: https://developer.android.com/training/auto/testing/index.html | ||||
* | hide resend button if file is smaller than AutoAcceptFileSize… | Christian Schneppe | 2017-04-18 | 1 | -2/+1 |
| | | | | …otherwise show resend button | ||||
* | reused code to retrieve AutoAcceptFileSize for AutoResend | Christian Schneppe | 2017-04-18 | 1 | -19/+1 |
| | |||||
* | show 'try again' button when remote server wasn't found in previously active muc | Christian Schneppe | 2017-04-16 | 1 | -0/+1 |
| | |||||
* | use async message loading only when called from UI | Christian Schneppe | 2017-04-13 | 1 | -9/+14 |
| | |||||
* | Optimized imports from entire project | Christian Schneppe | 2017-04-13 | 1 | -6/+1 |
| | |||||
* | make image compression configurable | Christian Schneppe | 2017-03-26 | 1 | -0/+26 |
| | |||||
* | rework last activity logic to something that should work pretty well … | Christian Schneppe | 2017-03-23 | 1 | -2/+2 |
| | | | | …in Conversations only enviroments | ||||
* | update shortcutbadger async | Christian Schneppe | 2017-03-14 | 1 | -9/+20 |
| | |||||
* | don't open conversation when opening contact details | Christian Schneppe | 2017-03-14 | 1 | -0/+55 |
| | |||||
* | rename media directories | Christian Schneppe | 2017-03-11 | 1 | -0/+1 |
| | |||||
* | send and parse Chat States to and from conferences | Christian Schneppe | 2017-03-11 | 1 | -1/+5 |
| | |||||
* | set last clear date to time of last message | Christian Schneppe | 2017-03-09 | 1 | -1/+7 |
| | |||||
* | closing the corresponding conversations after blocking a contact | Christian Schneppe | 2017-03-09 | 1 | -1/+31 |
| | |||||
* | extract stanza-id from muc reflections | Christian Schneppe | 2017-03-09 | 1 | -1/+4 |
| | |||||
* | change bitrate with video quality settings too | Christian Schneppe | 2017-03-05 | 1 | -2/+15 |
| | |||||
* | make video resolution configurable | Christian Schneppe | 2017-03-04 | 1 | -1/+14 |
| | |||||
* | rename the Xmlns class to Namespace | Christian Schneppe | 2017-03-04 | 1 | -7/+6 |
| | |||||
* | make x509 verification node world readable | Christian Schneppe | 2017-03-04 | 1 | -11/+38 |
| | |||||
* | send 'online' presences also while typing a message | Christian Schneppe | 2017-02-22 | 1 | -1/+1 |
| | |||||
* | Fix a typo in legacy | Christian Schneppe | 2017-02-22 | 1 | -3/+3 |
| | |||||
* | migrate domain and host exemption into seperate class | Christian Schneppe | 2017-02-22 | 1 | -3/+4 |
| | |||||
* | npe checks | Christian Schneppe | 2017-02-22 | 1 | -1/+4 |
| | |||||
* | bump mam namespace | Christian Schneppe | 2017-02-22 | 1 | -2/+3 |
| | |||||
* | rethink mam catchup strategies | Christian Schneppe | 2017-02-22 | 1 | -7/+12 |
| | |||||
* | don't delete chats after restart / reconnect | Christian Schneppe | 2017-02-15 | 1 | -0/+1 |
| | | | | fixes #102 | ||||
* | fixed adhoc conference creation behaviour. properly show errors | Christian Schneppe | 2017-02-14 | 1 | -3/+6 |
| | |||||
* | don't compress videos if they are in our files directory | Christian Schneppe | 2017-02-12 | 1 | -3/+7 |
| | |||||
* | clear avatar cache when system name changes | Christian Schneppe | 2017-02-10 | 1 | -4/+6 |
| | |||||
* | also try to resend failed uploads while sending ping | Christian Schneppe | 2017-02-09 | 1 | -0/+7 |
| | |||||
* | resend failed uploads automatically if filesize smaller than configured ↵ | Christian Schneppe | 2017-02-09 | 1 | -0/+33 |
| | | | | AutoAcceptFilesize | ||||
* | support aesgcm:// style urls | Christian Schneppe | 2017-02-08 | 1 | -0/+6 |
| | |||||
* | fixed scrolling and async loading of message of new conversation start | Christian Schneppe | 2017-02-08 | 1 | -13/+25 |
| | |||||
* | configurable local message retention period. | Christian Schneppe | 2017-01-29 | 1 | -13/+54 |
| | |||||
* | change video filename and lower bitrate for smaller files | Christian Schneppe | 2017-01-29 | 1 | -2/+4 |
| | |||||
* | reworked videocompression | Christian Schneppe | 2017-01-25 | 1 | -206/+74 |
| | |||||
* | cleaning up crypto targets when conference member is getting removed | Christian Schneppe | 2017-01-25 | 1 | -0/+20 |
| | |||||
* | reworked backup scheduler and add wakelock to ExportLogsService | Christian Schneppe | 2017-01-21 | 1 | -14/+15 |
| | |||||
* | handle swiping away from recent apps correctly | Christian Schneppe | 2017-01-16 | 1 | -0/+5 |
| |