Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-05-14 | revert changes to disable last-seen in UI | Christian Schneppe | 3 | -4/+12 | |
2016-05-14 | little layout improvements | Christian Schneppe | 2 | -2/+2 | |
2016-05-14 | add reconnect to EditAccountActivity | Christian Schneppe | 2 | -1/+13 | |
2016-05-13 | decreased TextSizeInfo font size | Christian Schneppe | 2 | -4/+4 | |
2016-05-13 | update gradle version | Christian Schneppe | 9 | -2/+0 | |
2016-05-13 | changed some colors to match blue theme | Christian Schneppe | 13 | -16/+9 | |
2016-05-13 | clean unused resources | Christian Schneppe | 77 | -110/+1 | |
2016-05-13 | add "is typing..." to Overview | Christian Schneppe | 1 | -125/+134 | |
2016-05-13 | don't show duplicate status message in contact details | Daniel Gultsch | 1 | -3/+3 | |
2016-05-13 | only default to omemo when all our devices support it | Daniel Gultsch | 1 | -0/+1 | |
2016-05-13 | do not process self presence | Daniel Gultsch | 1 | -2/+2 | |
we don't want our own resource show up in the self contact | |||||
2016-05-13 | show presence of other resources as template | Daniel Gultsch | 6 | -6/+49 | |
2016-05-13 | reset attempt count when reconnecting because of timeout | Daniel Gultsch | 1 | -0/+3 | |
2016-05-13 | interrupt XMPPConnection Thread | Daniel Gultsch | 2 | -1/+15 | |
in some cases the the DNS query might take too long (even though we specified a timeout) if that happens we need a secondary solution (besides killing the socket) to stop the thread | |||||
2016-05-13 | prefer IPv4 DNS servers | Daniel Gultsch | 1 | -3/+16 | |
some devices might have problems contacting the IPv6 DNS server while in sleep mode | |||||
2016-05-13 | improve keyboard handling. fixes #1387 | Daniel Gultsch | 3 | -6/+51 | |
* start a new Conversations by pressing mod+space * automatically start searching when pressing keys in StartConversationsActivity * when hitting enter when number of search results == 1 open that conversation | |||||
2016-05-13 | use 'phone' or 'tablet' as default resource | Daniel Gultsch | 3 | -1/+9 | |
2016-05-13 | make omemo default when all resources support it | Daniel Gultsch | 5 | -15/+38 | |
2016-05-13 | check if pgpengine is still bound before using it | Daniel Gultsch | 3 | -2/+5 | |
2016-05-13 | scroll to bottom after sending multi-line message | Daniel Gultsch | 1 | -2/+8 | |
2016-05-13 | stop processing PreKeyWhisperMessage if there is no PreKeyId | Daniel Gultsch | 1 | -3/+5 | |
fixes #1832 | |||||
2016-05-13 | don’t let attempt count fall below zero | Daniel Gultsch | 1 | -1/+1 | |
2016-05-13 | add lock domain and magic create domain to known hosts | Daniel Gultsch | 1 | -0/+6 | |
2016-05-13 | always show download button when link is encrypted | Daniel Gultsch | 1 | -5/+1 | |
dont check for known mime type | |||||
2016-05-13 | report host-account as account state in UI | Daniel Gultsch | 3 | -4/+14 | |
2016-05-13 | do not show last-seen metric in UI | Daniel Gultsch | 5 | -24/+6 | |
2016-05-13 | fix logging wrong variable for failed resume | Daniel Gultsch | 1 | -1/+1 | |
2016-05-13 | check for h attribute in 'failed' nonza | Daniel Gultsch | 1 | -3/+9 | |
2016-05-13 | catch all exceptions thrown by xml pull parser | Daniel Gultsch | 1 | -11/+2 | |
2016-05-13 | handle invalid base64 is SASl SCRAM response | Daniel Gultsch | 1 | -5/+9 | |
2016-05-07 | changed logo to a lighter blue | Christian S | 10 | -0/+0 | |
2016-05-06 | Ask to uninstall the plugins because the features are directly integrated | Christian S | 3 | -3/+75 | |
2016-05-06 | added missing strings | Christian S | 2 | -2/+11 | |
2016-05-06 | bug fix in manifest | Christian S | 1 | -3/+4 | |
2016-05-05 | add share location | Christian S | 7 | -1/+427 | |
2016-05-05 | remove plugin section from settings | Christian S | 1 | -17/+0 | |
2016-05-05 | add audio recorder | Christian S | 6 | -5/+235 | |
2016-05-05 | change storage paths | Christian S | 1 | -2/+2 | |
2016-05-05 | bug fix in audio player | Christian S | 1 | -95/+93 | |
2016-05-05 | changed LED notification color to blue | Christian S | 1 | -1/+1 | |
2016-05-05 | report bind failure as account state | Daniel Gultsch | 3 | -9/+14 | |
2016-05-05 | log more information about HTTP’s max upload size | Daniel Gultsch | 2 | -1/+8 | |
2016-05-05 | blue theme | Matthias Rieber | 193 | -30/+36 | |
2016-05-05 | bug fix in audioplayer | Christian S | 1 | -1/+2 | |
2016-05-05 | changed some strings and added licences | Christian S | 2 | -31/+35 | |
2016-05-05 | some layout fixes | Christian S | 1 | -16/+22 | |
2016-05-05 | go directly to the user account via menu | Christian S | 2 | -2/+6 | |
2016-05-05 | Remove copy of innerkey | Sebastian | 1 | -1/+0 | |
The line overwrites this.innerkey with the value that was already there. | |||||
2016-05-05 | republish pgp signature when changing status | Daniel Gultsch | 10 | -25/+97 | |
2016-05-05 | set 'manually_change_presence' to true as default in preferences.xml | Christian S | 1 | -1/+1 | |