Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-05-12 | 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-12 | 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-12 | improve keyboard handling. fixes #1387 | Daniel Gultsch | 2 | -6/+50 | |
* 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-12 | use 'phone' or 'tablet' as default resource | Daniel Gultsch | 1 | -1/+1 | |
2016-05-12 | make omemo default when all resources support it | Daniel Gultsch | 5 | -15/+38 | |
2016-05-12 | check if pgpengine is still bound before using it | Daniel Gultsch | 3 | -2/+5 | |
2016-05-12 | scroll to bottom after sending multi-line message | Daniel Gultsch | 1 | -2/+8 | |
2016-05-10 | stop processing PreKeyWhisperMessage if there is no PreKeyId | Daniel Gultsch | 1 | -3/+5 | |
fixes #1832 | |||||
2016-05-10 | don’t let attempt count fall below zero | Daniel Gultsch | 1 | -1/+1 | |
2016-05-10 | add lock domain and magic create domain to known hosts | Daniel Gultsch | 1 | -0/+6 | |
2016-05-10 | always show download button when link is encrypted | Daniel Gultsch | 1 | -5/+1 | |
dont check for known mime type | |||||
2016-05-10 | report host-account as account state in UI | Daniel Gultsch | 2 | -4/+13 | |
2016-05-10 | do not show last-seen metric in UI | Daniel Gultsch | 5 | -24/+6 | |
2016-05-08 | fix logging wrong variable for failed resume | Daniel Gultsch | 1 | -1/+1 | |
2016-05-08 | check for h attribute in 'failed' nonza | Daniel Gultsch | 1 | -3/+9 | |
2016-05-07 | catch all exceptions thrown by xml pull parser | Daniel Gultsch | 1 | -11/+2 | |
2016-05-07 | handle invalid base64 is SASl SCRAM response | Daniel Gultsch | 1 | -5/+9 | |
2016-05-05 | report bind failure as account state | Daniel Gultsch | 2 | -9/+13 | |
2016-05-05 | log more information about HTTP’s max upload size | Daniel Gultsch | 2 | -1/+8 | |
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 | 9 | -25/+95 | |
2016-05-05 | refactor captcha response handling to avoid network on main thread exception | Daniel Gultsch | 3 | -35/+25 | |
2016-05-04 | clear password field before setting new one | Daniel Gultsch | 1 | -0/+1 | |
2016-05-04 | fixed npe when calling changepassword activity directly | Daniel Gultsch | 1 | -2/+4 | |
2016-05-04 | spelling fixes | klemens | 4 | -5/+5 | |
2016-05-03 | Renaming of variable | Sebastian | 1 | -6/+6 | |
Was probably just a copy/paste typo. | |||||
2016-05-03 | fixed presence template dedup for 'online' status | Daniel Gultsch | 1 | -1/+2 | |
2016-05-02 | ping all accounts at the same time | Daniel Gultsch | 1 | -5/+17 | |
2016-05-02 | show only username when registering account with magic create | Daniel Gultsch | 2 | -13/+22 | |
2016-04-30 | removed unnecessary logging | Daniel Gultsch | 1 | -1/+0 | |
2016-04-29 | properly cancel avatar tasks | Daniel Gultsch | 3 | -5/+8 | |
2016-04-29 | catch ActivityNotFoundException when requesting battery op | Daniel Gultsch | 2 | -2/+12 | |
2016-04-29 | port all android drop down list items to our own | Daniel Gultsch | 3 | -10/+9 | |
2016-04-29 | catch rare NPE when determining max http size | Daniel Gultsch | 1 | -3/+3 | |
2016-04-28 | synchronize around thumbnail cache to avoid loading images twice | Daniel Gultsch | 1 | -12/+21 | |
2016-04-28 | cancel potential tasks when receiving image preview from cache | Daniel Gultsch | 1 | -3/+7 | |
2016-04-28 | cleaned up captcha dialog | Daniel Gultsch | 1 | -51/+41 | |
2016-04-28 | don't request disco from self | Daniel Gultsch | 2 | -3/+1 | |
2016-04-27 | removed unused config variables | Daniel Gultsch | 10 | -64/+14 | |
2016-04-27 | made it possible to go back to welcome screen from edit account | Daniel Gultsch | 2 | -4/+7 | |
2016-04-26 | prevent user from accidentally changing password after using magic create | Daniel Gultsch | 5 | -13/+71 | |
2016-04-25 | fixed table creation | Daniel Gultsch | 1 | -10/+14 | |
2016-04-23 | don't create templates for empty status messages | Daniel Gultsch | 1 | -2/+6 | |
2016-04-23 | add change prescence to manage account context menu | Daniel Gultsch | 2 | -3/+13 | |
2016-04-23 | show status messages in contact details | Daniel Gultsch | 2 | -1/+37 | |
2016-04-22 | expert setting to manually change presence | Daniel Gultsch | 21 | -77/+479 | |
2016-04-19 | added magic create welcome screen | Daniel Gultsch | 6 | -4/+176 | |
2016-04-14 | always notify by default in conferences | Daniel Gultsch | 2 | -3/+1 | |
2016-04-14 | removed unnecessary call to stopSelf() after logging out | Daniel Gultsch | 1 | -5/+11 | |
2016-04-14 | add setting for quick sharing | Daniel Gultsch | 1 | -2/+25 | |