Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-05-04 | set manually_change_presence to true as default | Christian S | 2 | -19/+20 | |
and hide option to set presence for all accounts | |||||
2016-05-04 | merge upstream changes | Christian S | 3 | -10/+45 | |
2016-05-04 | removed duplicate strings | Christian S | 1 | -4/+0 | |
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 | pulled translations from transifex | Daniel Gultsch | 4 | -2/+21 | |
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-03 | use app name in resource suggestions | Daniel Gultsch | 1 | -1/+1 | |
2016-05-02 | ping all accounts at the same time | Daniel Gultsch | 1 | -5/+17 | |
2016-05-02 | pulled translations from transifex | Daniel Gultsch | 15 | -41/+353 | |
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 | 3 | -2/+13 | |
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 | 3 | -53/+69 | |
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-27 | renamed welcome header to untranslatable 'Start your Conversations' | Daniel Gultsch | 1 | -1/+1 | |
2016-04-26 | prevent user from accidentally changing password after using magic create | Daniel Gultsch | 7 | -23/+84 | |
2016-04-25 | fixed table creation | Daniel Gultsch | 1 | -10/+14 | |
2016-04-23 | changlog for upcoming version | Christian S | 1 | -1/+1 | |
2016-04-23 | increased disco timeout | Christian S | 1 | -1/+1 | |
2016-04-23 | optimized UI | Christian S | 5 | -10/+18 | |
2016-04-23 | changed updater a bit | Christian S | 5 | -74/+71 | |
2016-04-23 | hide disable account via config switch | Christian S | 1 | -3/+5 | |
2016-04-23 | Prevent presences from being cleared on connection | Christian S | 1 | -2/+1 | |
Sometimes when enabling/reenabling accounts the initial presences that the server sends get cleared shortly after connecting. This might also be what caused siacs/Conversations#1705. This commit fixes the status inconsistencies I have experienced, though there might be more causes for the problems described in that issue. | |||||
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 | 3 | -3/+16 | |
2016-04-23 | show status messages in contact details | Daniel Gultsch | 3 | -17/+56 | |
2016-04-23 | disable suggestions in password field | Christian S | 1 | -1/+1 | |
2016-04-23 | changed hidden password field | Christian S | 1 | -2/+3 | |
2016-04-23 | changed some strings | Christian S | 2 | -13/+13 | |
2016-04-22 | make password invisible in edit account view | Christian S | 1 | -0/+4 | |
2016-04-22 | display mam settings as icon | Christian S | 6 | -0/+2 | |
2016-04-22 | expert setting to manually change presence | Daniel Gultsch | 40 | -79/+683 | |
2016-04-22 | added multiple ports to connect to... | Christian S | 2 | -5/+8 | |
...and choose a random port to connect | |||||
2016-04-22 | put welcome screen in scrollview | Daniel Gultsch | 1 | -62/+67 | |
2016-04-21 | use IP/port to connect to server | Christian S | 2 | -1/+14 | |
2016-04-21 | remove hostname and port settings | Christian S | 1 | -5/+0 | |
2016-04-21 | changed and added some strings | Christian S | 2 | -13/+19 | |
2016-04-21 | modified welcome screen | Christian S | 4 | -52/+6 | |
2016-04-19 | added magic create welcome screen | Daniel Gultsch | 15 | -7/+348 | |
2016-04-16 | use material design icons for android < lollipop | Christian S | 2 | -23/+23 | |