Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Ask to uninstall the plugins because the features are directly integrated | Christian S | 2016-05-06 | 1 | -3/+70 |
| | |||||
* | Merge remote-tracking branch 'refs/remotes/origin/share_location' into ↵ | Christian S | 2016-05-06 | 3 | -1/+274 |
|\ | | | | | | | development | ||||
| * | add share location | Christian S | 2016-05-05 | 3 | -1/+274 |
| | | |||||
* | | Merge remote-tracking branch 'refs/remotes/siacs/master' into development | Christian S | 2016-05-06 | 4 | -11/+21 |
|\ \ | |/ |/| | |||||
| * | 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 | 2 | -9/+13 |
| | | | |||||
| * | | log more information about HTTP’s max upload size | Daniel Gultsch | 2016-05-05 | 2 | -1/+8 |
| |/ | |||||
* | | add audio recorder | Christian S | 2016-05-05 | 2 | -5/+164 |
|\ \ | |||||
| * | | add audio recorder | Christian S | 2016-05-05 | 2 | -5/+164 |
| | | | |||||
* | | | 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 | 11 | -60/+120 |
|\| | |||||
| * | republish pgp signature when changing status | Daniel Gultsch | 2016-05-05 | 9 | -25/+95 |
| | | |||||
| * | refactor captcha response handling to avoid network on main thread exception | Daniel Gultsch | 2016-05-05 | 3 | -35/+25 |
| | | |||||
* | | blue theme | Matthias Rieber | 2016-05-05 | 2 | -9/+13 |
| | | |||||
* | | bug fix in audioplayer | Christian S | 2016-05-05 | 1 | -1/+2 |
| | | |||||
* | | go directly to the user account via menu | Christian S | 2016-05-05 | 1 | -1/+5 |
| | | |||||
* | | added audio player | Christian S | 2016-05-05 | 1 | -1/+45 |
| | | |||||
* | | bug fixes | Christian S | 2016-05-04 | 2 | -68/+112 |
| | | |||||
* | | Merge branch 'refs/heads/news' into development | Christian S | 2016-05-04 | 9 | -40/+90 |
|\ \ | |||||
| * | | changed avatar format to JPEG and increased size to 720px | Christian S | 2016-05-04 | 1 | -2/+2 |
| | | | |||||
| * | | set manually_change_presence to true as default | Christian S | 2016-05-04 | 1 | -1/+1 |
| | | | | | | | | | | | | and hide option to set presence for all accounts | ||||
| * | | merge upstream changes | Christian S | 2016-05-04 | 2 | -8/+22 |
| | | | |||||
| * | | Merge remote-tracking branch 'refs/remotes/siacs/master' into HEAD | Christian S | 2016-05-04 | 38 | -281/+804 |
| |\| | |||||
| | * | 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 |
| | | | |||||
| | * | 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 |
| | | | |||||
| | * | ping all accounts at the same time | Daniel Gultsch | 2016-05-02 | 1 | -5/+17 |
| | | | |||||
| | * | 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 |
| | | | |||||
* | | | changed avatar format to JPEG and increased size to 720 px | Christian S | 2016-04-30 | 1 | -2/+2 |
| | | | |||||
* | | | set manually_change_presence to true as default | Christian S | 2016-04-30 | 1 | -1/+1 |
| | | | | | | | | | | | | and hide option to set presence for all accounts | ||||
* | | | use old ChangePassword activity | Christian S | 2016-04-30 | 2 | -125/+73 |
| | | | |||||
* | | | remove old config variable | Christian S | 2016-04-30 | 2 | -7/+2 |
| | | | |||||
* | | | Merge remote-tracking branch 'refs/remotes/siacs/master' into development | Christian S | 2016-04-30 | 34 | -247/+745 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | properly cancel avatar tasks | Daniel Gultsch | 2016-04-29 | 3 | -5/+8 |
| | | |||||
| * | catch ActivityNotFoundException when requesting battery op | Daniel Gultsch | 2016-04-29 | 2 | -2/+12 |
| | | |||||
| * | 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 | 1 | -51/+41 |
| | |