Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | add a forgotten break and remove some unused imports | Michael | 2014-09-13 | 4 | -7/+1 |
| | | |||||
* | | MUC: notify also on private messages | Michael | 2014-09-13 | 1 | -4/+6 |
|/ | |||||
* | add proper namespace in carbon | Michael | 2014-09-12 | 1 | -5/+8 |
| | |||||
* | check if market is available before starting to install openkey chain | iNPUTmice | 2014-09-11 | 1 | -2/+17 |
| | |||||
* | match color in contact details to the colors in the send button. also ↵ | iNPUTmice | 2014-09-11 | 3 | -13/+17 |
| | | | | migrated some other colors from hard coding to using resources | ||||
* | missed show=chat for send button colorization | iNPUTmice | 2014-09-11 | 1 | -0/+4 |
| | |||||
* | pare body in type=normal messages as well | iNPUTmice | 2014-09-11 | 2 | -15/+6 |
| | |||||
* | IT'S CHRISTMAS ALREADY! | iNPUTmice | 2014-09-10 | 3 | -40/+128 |
| | |||||
* | version bump, changelog and one last minute change for OTR | iNPUTmice | 2014-09-09 | 2 | -2/+2 |
| | |||||
* | Merge branch 'master' of github.com:siacs/Conversations | iNPUTmice | 2014-09-09 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Conflicts: src/eu/siacs/conversations/crypto/PgpEngine.java src/eu/siacs/conversations/persistance/FileBackend.java src/eu/siacs/conversations/ui/ShareWithActivity.java | ||||
| * | more openpgp bug fixes | iNPUTmice | 2014-09-03 | 1 | -3/+7 |
| | |