Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add share contact to ContactDetails | Christian Schneppe | 2016-05-14 | 2 | -3/+31 |
| | |||||
* | show addresses in ShareLocation and ShowLocation | Christian Schneppe | 2016-05-14 | 4 | -13/+142 |
| | |||||
* | revert changes to disable last-seen in UI | Christian Schneppe | 2016-05-14 | 3 | -4/+12 |
| | |||||
* | little layout improvements | Christian Schneppe | 2016-05-14 | 2 | -2/+2 |
| | |||||
* | add reconnect to EditAccountActivity | Christian Schneppe | 2016-05-14 | 2 | -1/+13 |
| | |||||
* | decreased TextSizeInfo font size | Christian Schneppe | 2016-05-13 | 2 | -4/+4 |
| | |||||
* | update gradle version | Christian Schneppe | 2016-05-13 | 9 | -2/+0 |
| | |||||
* | changed some colors to match blue theme | Christian Schneppe | 2016-05-13 | 13 | -16/+9 |
| | |||||
* | clean unused resources | Christian Schneppe | 2016-05-13 | 77 | -110/+1 |
| | |||||
* | add "is typing..." to Overview | Christian Schneppe | 2016-05-13 | 1 | -125/+134 |
| | |||||
* | don't show duplicate status message in contact details | Daniel Gultsch | 2016-05-13 | 1 | -3/+3 |
| | |||||
* | only default to omemo when all our devices support it | Daniel Gultsch | 2016-05-13 | 1 | -0/+1 |
| | |||||
* | do not process self presence | Daniel Gultsch | 2016-05-13 | 1 | -2/+2 |
| | | | | we don't want our own resource show up in the self contact | ||||
* | show presence of other resources as template | Daniel Gultsch | 2016-05-13 | 6 | -6/+49 |
| | |||||
* | reset attempt count when reconnecting because of timeout | Daniel Gultsch | 2016-05-13 | 1 | -0/+3 |
| | |||||
* | interrupt XMPPConnection Thread | Daniel Gultsch | 2016-05-13 | 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 | ||||
* | prefer IPv4 DNS servers | Daniel Gultsch | 2016-05-13 | 1 | -3/+16 |
| | | | | some devices might have problems contacting the IPv6 DNS server while in sleep mode | ||||
* | improve keyboard handling. fixes #1387 | Daniel Gultsch | 2016-05-13 | 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 | ||||
* | use 'phone' or 'tablet' as default resource | Daniel Gultsch | 2016-05-13 | 3 | -1/+9 |
| | |||||
* | make omemo default when all resources support it | Daniel Gultsch | 2016-05-13 | 5 | -15/+38 |
| | |||||
* | check if pgpengine is still bound before using it | Daniel Gultsch | 2016-05-13 | 3 | -2/+5 |
| | |||||
* | scroll to bottom after sending multi-line message | Daniel Gultsch | 2016-05-13 | 1 | -2/+8 |
| | |||||
* | stop processing PreKeyWhisperMessage if there is no PreKeyId | Daniel Gultsch | 2016-05-13 | 1 | -3/+5 |
| | | | | fixes #1832 | ||||
* | don’t let attempt count fall below zero | Daniel Gultsch | 2016-05-13 | 1 | -1/+1 |
| | |||||
* | add lock domain and magic create domain to known hosts | Daniel Gultsch | 2016-05-13 | 1 | -0/+6 |
| | |||||
* | always show download button when link is encrypted | Daniel Gultsch | 2016-05-13 | 1 | -5/+1 |
| | | | | dont check for known mime type | ||||
* | report host-account as account state in UI | Daniel Gultsch | 2016-05-13 | 3 | -4/+14 |
| | |||||
* | do not show last-seen metric in UI | Daniel Gultsch | 2016-05-13 | 5 | -24/+6 |
| | |||||
* | fix logging wrong variable for failed resume | Daniel Gultsch | 2016-05-13 | 1 | -1/+1 |
| | |||||
* | check for h attribute in 'failed' nonza | Daniel Gultsch | 2016-05-13 | 1 | -3/+9 |
| | |||||
* | catch all exceptions thrown by xml pull parser | Daniel Gultsch | 2016-05-13 | 1 | -11/+2 |
| | |||||
* | handle invalid base64 is SASl SCRAM response | Daniel Gultsch | 2016-05-13 | 1 | -5/+9 |
| | |||||
* | changed logo to a lighter blue | Christian S | 2016-05-07 | 10 | -0/+0 |
| | |||||
* | Ask to uninstall the plugins because the features are directly integrated | Christian S | 2016-05-06 | 3 | -3/+75 |
| | |||||
* | Merge remote-tracking branch 'refs/remotes/origin/share_location' into ↵ | Christian S | 2016-05-06 | 8 | -2/+438 |
|\ | | | | | | | development | ||||
| * | added missing strings | Christian S | 2016-05-06 | 2 | -2/+11 |
| | | |||||
| * | bug fix in manifest | Christian S | 2016-05-06 | 1 | -3/+4 |
| | | |||||
| * | add share location | Christian S | 2016-05-05 | 7 | -1/+427 |
| | | |||||
* | | Merge remote-tracking branch 'refs/remotes/siacs/master' into development | Christian S | 2016-05-06 | 5 | -11/+22 |
|\ \ | |/ |/| | |||||
| * | Merge pull request #1829 from sebastianv89/patch-1 | Daniel Gultsch | 2016-05-05 | 1 | -1/+0 |
| |\ | | | | | | | Remove copy of innerkey | ||||
| | * | Remove copy of innerkey | Sebastian | 2016-05-05 | 1 | -1/+0 |
| | | | | | | | | | The line overwrites this.innerkey with the value that was already there. | ||||
| * | | report bind failure as account state | Daniel Gultsch | 2016-05-05 | 3 | -9/+14 |
| | | | |||||
| * | | log more information about HTTP’s max upload size | Daniel Gultsch | 2016-05-05 | 2 | -1/+8 |
| |/ | |||||
* | | remove plugin section from settings | Christian S | 2016-05-05 | 1 | -17/+0 |
| | | |||||
* | | add audio recorder | Christian S | 2016-05-05 | 6 | -5/+235 |
|\ \ | |||||
| * | | add audio recorder | Christian S | 2016-05-05 | 6 | -5/+235 |
| | | | |||||
* | | | change storage paths | Christian S | 2016-05-05 | 1 | -2/+2 |
|/ / | |||||
* | | bug fix in audio player | Christian S | 2016-05-05 | 1 | -95/+93 |
| | | |||||
* | | changed LED notification color to blue | Christian S | 2016-05-05 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'refs/remotes/siacs/master' into development | Christian S | 2016-05-05 | 12 | -60/+122 |
|\| |