Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | 5 | -19/+194 | |
2018-05-14 | delete values-pt-br as invalid | Christian Schneppe | 1 | -445/+0 | |
2018-05-14 | apply styling helper to conversation overview | Christian Schneppe | 6 | -13/+151 | |
2018-05-14 | fix some location crashes | Christian Schneppe | 2 | -15/+16 | |
2018-05-14 | fix taking video | Christian Schneppe | 2 | -8/+24 | |
2018-05-14 | make quick actions working again | Christian Schneppe | 2 | -4/+26 | |
2018-05-14 | check permissions for locations | Christian Schneppe | 1 | -0/+4 | |
2018-05-13 | Translation for brazilian portuguese, pt-BR ISO 8859-1, make this app ↵ | PsychloDx | 1 | -0/+445 | |
available to Brazil Translation for brazilian portuguese, pt-BR ISO 8859-1, make this app available to Brazil | |||||
2018-05-06 | update translations | Christian Schneppe | 18 | -111/+149 | |
2018-05-06 | fix strings | Christian Schneppe | 1 | -1/+1 | |
2018-05-05 | don't use alpha for received/read indicator | Christian Schneppe | 1 | -2/+0 | |
2018-05-05 | add animators for more activities | Christian Schneppe | 23 | -12/+90 | |
2018-05-05 | use navigate as floating action button in showlocation | Christian Schneppe | 3 | -25/+33 | |
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 | 10 | -13/+86 | |
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 | 7 | -2/+78 | |
2018-05-03 | fixed regression of not highlighting current conversation in overview | Christian Schneppe | 2 | -2/+8 | |
2018-05-03 | hide record audio feature if mircophone is not available | Christian Schneppe | 3 | -4/+24 | |
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 | 4 | -6/+52 | |
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 | 3 | -3/+14 | |
2018-05-02 | modified some icons | Christian Schneppe | 6 | -18/+15 | |
2018-05-02 | check if jid was valid before parsing muc status or event msgs | Christian Schneppe | 2 | -6/+16 | |
2018-05-02 | fix crash on ShareLocationActivity | Christian Schneppe | 1 | -1/+1 | |
2018-05-02 | highlight search term in search results | Christian Schneppe | 3 | -0/+54 | |