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