Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-05-17 | some tor modifications | Christian Schneppe | 8 | -12/+17 | |
possibly fixes #199 | |||||
2018-05-17 | do not use end in catchup mam queries | Christian Schneppe | 3 | -11/+33 | |
2018-05-17 | increase sample and bit rate for voice recording | Christian Schneppe | 1 | -2/+2 | |
2018-05-17 | add null check | Christian Schneppe | 1 | -4/+4 | |
2018-05-17 | add primary key to fts table | Christian Schneppe | 1 | -2/+3 | |
2018-05-17 | do not include body in simple status updates to not trigger fts update | Christian Schneppe | 5 | -10/+19 | |
2018-05-16 | fix exceptions | Christian Schneppe | 3 | -8/+8 | |
2018-05-16 | do not load conversations with null jid | Christian Schneppe | 3 | -10/+20 | |
2018-05-16 | make session completion work with untrusted devices as well | Christian Schneppe | 3 | -7/+11 | |
2018-05-16 | max out emoji enlargment at 42 emojis | Christian Schneppe | 2 | -10/+33 | |
2018-05-16 | change MAGIC_CREATE_DOMAIN | Christian Schneppe | 1 | -1/+1 | |
2018-05-16 | split heighlights by special characters | Christian Schneppe | 1 | -0/+3 | |
2018-05-16 | don’t scale images to a 0 width or height | Christian Schneppe | 1 | -6/+8 | |
2018-05-16 | add spinner to select jabber provider for creating new accounts | Christian Schneppe | 2 | -12/+47 | |
2018-05-14 | apply styling helper to conversation overview | Christian Schneppe | 6 | -13/+151 | |
2018-05-14 | fix some location crashes | Christian Schneppe | 1 | -6/+16 | |
2018-05-14 | fix taking video | Christian Schneppe | 2 | -8/+24 | |
2018-05-14 | make quick actions working again | Christian Schneppe | 1 | -0/+22 | |
2018-05-14 | check permissions for locations | Christian Schneppe | 1 | -0/+4 | |
2018-05-05 | add animators for more activities | Christian Schneppe | 20 | -9/+70 | |
2018-05-05 | use navigate as floating action button in showlocation | Christian Schneppe | 1 | -13/+18 | |
2018-05-05 | add custom animation to ConversationsActivity | Christian Schneppe | 1 | -0/+4 | |
2018-05-05 | Support both new and old http upload namespaces | Christian Schneppe | 5 | -16/+44 | |
2018-05-05 | ban can be disabled in Config.java | Christian Schneppe | 2 | -2/+8 | |
2018-05-05 | XmppUri code cleanup | Christian Schneppe | 1 | -14/+10 | |
2018-05-05 | encode and decode % and # in invite links | Christian Schneppe | 8 | -13/+78 | |
2018-05-05 | filter sequences of more than 3 ltr-rtl | Christian Schneppe | 3 | -3/+11 | |
2018-05-05 | improved logging for node configuration change | Christian Schneppe | 3 | -5/+11 | |
2018-05-05 | remove " from fts queries | Christian Schneppe | 1 | -1/+1 | |
2018-05-03 | add animations | Christian Schneppe | 2 | -0/+16 | |
2018-05-03 | fixed regression of not highlighting current conversation in overview | Christian Schneppe | 1 | -2/+7 | |
2018-05-03 | hide record audio feature if mircophone is not available | Christian Schneppe | 2 | -4/+21 | |
hide share location feature if location service is not available | |||||
2018-05-03 | added null check to Jid.of in edit account | Christian Schneppe | 1 | -3/+3 | |
2018-05-03 | handle invalid image bounds | Christian Schneppe | 2 | -4/+8 | |
2018-05-03 | organize listeners in lists | Christian Schneppe | 2 | -165/+93 | |
2018-05-03 | only highlight alphanumeric chars | Christian Schneppe | 2 | -2/+22 | |
2018-05-03 | hide treatAsDownloadable in search results | Christian Schneppe | 3 | -28/+46 | |
2018-05-02 | fixed omemo by default setting for users on same domain | Christian Schneppe | 1 | -2/+2 | |
2018-05-02 | do not invoke onPushFailed() on timeout | Christian Schneppe | 2 | -7/+12 | |
2018-05-02 | fixed crash with samsung recorder | Christian Schneppe | 1 | -2/+2 | |
2018-05-02 | show keyboard only on fresh activity | Christian Schneppe | 1 | -1/+3 | |
2018-05-02 | persist search across device rotations | Christian Schneppe | 3 | -5/+51 | |
2018-05-02 | only search text messages | Christian Schneppe | 3 | -8/+7 | |
2018-05-02 | fixed search term parser for empty terms | Christian Schneppe | 1 | -2/+18 | |
2018-05-02 | search term parsing + highlighting | Christian Schneppe | 8 | -22/+128 | |
2018-05-02 | create fts table | Christian Schneppe | 1 | -2/+16 | |
2018-05-02 | get video dimensions from bitmap instead of meta data | Christian Schneppe | 2 | -14/+38 | |
2018-05-02 | hard code ogg + audio/ mime type to oga | Christian Schneppe | 2 | -4/+11 | |
2018-05-02 | use the correct SendButtonIcon | Christian Schneppe | 1 | -7/+7 | |
2018-05-02 | added 'view conversation' to context menu | Christian Schneppe | 1 | -3/+10 | |