Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #524 from betheg/muc_errors_conditions | Daniel Gultsch | 2014-10-05 | 2 | -1/+36 |
|\ | | | | | MUC: differentiated a few more errors. | ||||
| * | MUC: differentiated a few more errors. | Michael | 2014-10-05 | 2 | -1/+36 |
| | | |||||
* | | Merge pull request #523 from betheg/leaked_window | Daniel Gultsch | 2014-10-05 | 1 | -1/+3 |
|\ \ | | | | | | | fixed an 'activity has leaked window' | ||||
| * | | fixed an 'activity has leaked window' | Michael | 2014-10-04 | 1 | -1/+3 |
| |/ | |||||
* | | fixed #510 | iNPUTmice | 2014-10-05 | 1 | -2/+48 |
| | | |||||
* | | end otr session instead of only resetting | iNPUTmice | 2014-10-05 | 1 | -1/+1 |
| | | |||||
* | | sending initial ping before going online after login/resume to ensure that ↵ | iNPUTmice | 2014-10-05 | 1 | -2/+18 |
|/ | | | | all presences and messages have been loaded | ||||
* | no dns retry after nosrv error | iNPUTmice | 2014-10-04 | 2 | -6/+7 |
| | |||||
* | added missing status messages after message scroll | iNPUTmice | 2014-10-04 | 1 | -0/+1 |
| | |||||
* | reset pending subscription request | iNPUTmice | 2014-10-04 | 1 | -0/+1 |
| | |||||
* | implemented ping (xep-0199) fixed #517 | iNPUTmice | 2014-10-03 | 1 | -0/+3 |
| | |||||
* | let's own otr-fingerprint copy to clipboard. | Michael | 2014-10-03 | 1 | -1/+34 |
| | |||||
* | revised tablet ui. fixed #423 | iNPUTmice | 2014-10-03 | 4 | -102/+161 |
| | |||||
* | fixed possible npe | iNPUTmice | 2014-10-03 | 1 | -1/+5 |
| | |||||
* | check if display is off for notifications | iNPUTmice | 2014-10-02 | 1 | -2/+8 |
| | |||||
* | mark conversation as read when displayed marker from another client is received | iNPUTmice | 2014-10-02 | 4 | -7/+27 |
| | |||||
* | avoided unecessary message searchs | iNPUTmice | 2014-10-02 | 1 | -12/+20 |
| | |||||
* | show displayed by contact on all devices | iNPUTmice | 2014-10-02 | 2 | -11/+9 |
| | |||||
* | properly dismiss notifications | iNPUTmice | 2014-10-02 | 2 | -10/+25 |
| | |||||
* | calculate sample size for thumbnails as well | iNPUTmice | 2014-09-30 | 1 | -2/+15 |
| | |||||
* | Merge pull request #505 from betheg/fix_invite | Daniel Gultsch | 2014-09-30 | 1 | -1/+3 |
|\ | | | | | fixed muc invite with <body/>. | ||||
| * | fixed muc invite with <body/>. | Michael | 2014-09-29 | 1 | -1/+3 |
| | | |||||
* | | notifiy only when necessary | Daniel Gultsch | 2014-09-29 | 6 | -36/+60 |
| | | |||||
* | | more improvments for new notification service | Daniel Gultsch | 2014-09-28 | 3 | -182/+33 |
| | | |||||
* | | new notification service. first draft | Daniel Gultsch | 2014-09-28 | 22 | -84/+264 |
|/ | |||||
* | made muc passwords and prefereced encryption method persistant across restarts | iNPUTmice | 2014-09-27 | 8 | -12/+75 |
| | |||||
* | add false argument to inflate. | Michael | 2014-09-27 | 1 | -2/+2 |
| | |||||
* | fixed some lint warnings. thanks @betheg | iNPUTmice | 2014-09-27 | 5 | -1/+10 |
| | |||||
* | anwser to xmpp: style uris. fixed open conversations from android address book | iNPUTmice | 2014-09-27 | 4 | -19/+98 |
| | |||||
* | revised send button in landscape mode | iNPUTmice | 2014-09-27 | 1 | -1/+2 |
| | |||||
* | changed method that determins whether or not sm is available | iNPUTmice | 2014-09-23 | 1 | -5/+1 |
| | |||||
* | refactored options menu handling a bit | iNPUTmice | 2014-09-23 | 1 | -140/+149 |
| | |||||
* | dont mark message as send on resend | iNPUTmice | 2014-09-23 | 1 | -1/+6 |
| | |||||
* | fixed rare npe | iNPUTmice | 2014-09-23 | 1 | -20/+21 |
| | |||||
* | fixed very rare npe | iNPUTmice | 2014-09-22 | 1 | -1/+1 |
| | |||||
* | fixed #452 | iNPUTmice | 2014-09-22 | 4 | -3/+22 |
| | |||||
* | don't show time stamp within the last 6 hours of a new day | iNPUTmice | 2014-09-22 | 1 | -1/+1 |
| | |||||
* | added 'model' to selectable resources. fixed #461 | iNPUTmice | 2014-09-22 | 1 | -1/+15 |
| | |||||
* | show full date in message list, fixed #328 | iNPUTmice | 2014-09-21 | 2 | -4/+20 |
| | |||||
* | changed message merger a bit | iNPUTmice | 2014-09-21 | 1 | -9/+10 |
| | |||||
* | fixed #454 - added fast srcolling to some lists | iNPUTmice | 2014-09-21 | 2 | -0/+2 |
| | |||||
* | Merge pull request #460 from betheg/receipts | Daniel Gultsch | 2014-09-20 | 6 | -6/+40 |
|\ | | | | | indicates received messages with a tick. | ||||
| * | indicates received messages with a tick. | Michael | 2014-09-20 | 6 | -6/+40 |
| | | |||||
* | | fixed presence splitting | iNPUTmice | 2014-09-20 | 13 | -31/+31 |
| | | |||||
* | | fixed #470 | iNPUTmice | 2014-09-20 | 4 | -43/+60 |
|/ | |||||
* | made xmppconnection service available in generators | iNPUTmice | 2014-09-20 | 5 | -4/+27 |
| | |||||
* | scroll fixes | iNPUTmice | 2014-09-19 | 2 | -10/+11 |
| | |||||
* | background daemon doesn't start automatically if there are no enabled ↵ | iNPUTmice | 2014-09-19 | 2 | -2/+13 |
| | | | | accounts. fixed #443 fixed #442 | ||||
* | fixed #462 | iNPUTmice | 2014-09-19 | 1 | -5/+5 |
| | |||||
* | Merge pull request #448 from betheg/add_break | Daniel Gultsch | 2014-09-19 | 4 | -7/+1 |
|\ | | | | | add a forgotten break and remove some unused imports |