Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'development' into feature/take_picture | Daniel Gultsch | 2014-05-13 | 1 | -10/+12 |
|\ | |||||
| * | code cleanup | Daniel Gultsch | 2014-05-13 | 1 | -10/+12 |
| | | |||||
* | | takeing pictures over intent | Daniel Gultsch | 2014-05-13 | 1 | -0/+22 |
| | | |||||
* | | Merge branch 'development' into feature/take_picture | Daniel Gultsch | 2014-05-13 | 1 | -8/+2 |
|\| | |||||
| * | static method for providing content uri | Daniel Gultsch | 2014-05-13 | 1 | -8/+2 |
| | | |||||
* | | submenu for attach file | Daniel Gultsch | 2014-05-13 | 1 | -1/+29 |
|/ | |||||
* | further translations | Daniel Gultsch | 2014-05-13 | 1 | -2/+2 |
| | |||||
* | Better error handling if attach file doesnt work (on permission denied) | Daniel Gultsch | 2014-05-12 | 5 | -36/+69 |
| | | | and unified encrypted and unencrypted file attachment | ||||
* | fixed possible npe and possible exception | iNPUTmice | 2014-05-10 | 1 | -2/+9 |
| | |||||
* | added dialog for otr file transfer | Daniel Gultsch | 2014-05-09 | 1 | -1/+25 |
| | |||||
* | link to openkeychain from contact details | Daniel Gultsch | 2014-05-09 | 1 | -6/+23 |
| | |||||
* | nicer descriptions in notificaton for images and encrypted messages | Daniel Gultsch | 2014-05-09 | 2 | -2/+13 |
| | |||||
* | Improve OTR fingerprint dialog and fix german sentence | Dominik Schürmann | 2014-05-08 | 1 | -0/+3 |
| | |||||
* | sending text message after returing from pending intent | Daniel Gultsch | 2014-05-08 | 2 | -28/+45 |
| | |||||
* | better flow after returning from openkeychain for various actions | Daniel Gultsch | 2014-05-08 | 3 | -31/+47 |
| | |||||
* | offer to announce pgp key if pgp encryption is selected from menu | Daniel Gultsch | 2014-05-08 | 3 | -42/+50 |
| | |||||
* | more informative dialog if contact doesn't announce public key | Daniel Gultsch | 2014-05-08 | 2 | -36/+55 |
| | |||||
* | code cleanup | Daniel Gultsch | 2014-05-08 | 2 | -152/+167 |
| | |||||
* | fixed download button on pgp images | Daniel Gultsch | 2014-05-08 | 1 | -4/+19 |
| | |||||
* | improved next encryption selection | Daniel Gultsch | 2014-05-07 | 1 | -2/+0 |
| | |||||
* | remembering text. awesome | Daniel Gultsch | 2014-05-07 | 1 | -214/+217 |
| | |||||
* | wee bit of code cleanup | Daniel Gultsch | 2014-05-07 | 2 | -72/+78 |
| | |||||
* | basic pgp encrypted file transfer | Daniel Gultsch | 2014-05-06 | 2 | -10/+48 |
| | |||||
* | added restart button to openkeychain dialog | Daniel Gultsch | 2014-05-03 | 1 | -2/+7 |
| | |||||
* | nicer dialog screen if openkeychain is not installed | Daniel Gultsch | 2014-05-02 | 2 | -3/+24 |
| | |||||
* | reworked openpgp integration part #1 | Daniel Gultsch | 2014-05-01 | 2 | -66/+148 |
| | |||||
* | unified presence selection for otr and file transfer | Daniel Gultsch | 2014-04-26 | 3 | -74/+90 |
| | |||||
* | setting backround color if image comes directly from cache | Daniel Gultsch | 2014-04-25 | 1 | -0/+1 |
| | |||||
* | couple of more optimazations on image loading | Daniel Gultsch | 2014-04-25 | 2 | -18/+23 |
| | |||||
* | smoother scrolling (first step) | Daniel Gultsch | 2014-04-25 | 2 | -33/+165 |
| | |||||
* | added download button for images not accepted automatically | Daniel Gultsch | 2014-04-22 | 1 | -7/+31 |
| | |||||
* | allow images to be opened with gallary app | Daniel Gultsch | 2014-04-21 | 1 | -1/+13 |
| | |||||
* | fixed #50 | Daniel Gultsch | 2014-04-20 | 1 | -13/+20 |
| | |||||
* | tried to avoid some more race conditions in jingle | Daniel Gultsch | 2014-04-18 | 1 | -3/+11 |
| | |||||
* | put more string into strings.xml | Daniel Gultsch | 2014-04-18 | 2 | -9/+9 |
| | |||||
* | fixed possible race conditions with presences | Daniel Gultsch | 2014-04-18 | 1 | -1/+5 |
| | |||||
* | added clear history dialog (no funcionality) | Daniel Gultsch | 2014-04-18 | 1 | -4/+24 |
| | |||||
* | made ui with sending images a little smoother | Daniel Gultsch | 2014-04-15 | 1 | -20/+33 |
| | |||||
* | added very basic, very untested gui on the receiving side | Daniel Gultsch | 2014-04-14 | 1 | -3/+8 |
| | |||||
* | Fix two typos: assoziated -> associated. | Jelmer Vernooij | 2014-04-14 | 1 | -1/+1 |
| | |||||
* | Major Contact Picture code cleanup | Andreas Straub | 2014-04-13 | 5 | -8/+9 |
| | | | | | Notifications now have pseudotransparent icons, icons are generated in the correct size. | ||||
* | fixed minor typos | Daniel Gultsch | 2014-04-12 | 2 | -3/+2 |
| | |||||
* | More Contact Picture refactors | andy | 2014-04-12 | 4 | -6/+13 |
| | | | | | Use polymorphism to avoid dynamic dispatch based on nulled parameters. Next up: Prettier MUC icons | ||||
* | Refactor UIHelper to use getContactPicture | andy | 2014-04-12 | 1 | -1/+1 |
| | | | | Normalize the interface, reduce code duplication | ||||
* | failed messages get now marked inline | Daniel Gultsch | 2014-04-11 | 1 | -22/+24 |
| | |||||
* | incomming jingle packets are routed to their connection. added presence ↵ | Daniel Gultsch | 2014-04-10 | 2 | -117/+193 |
| | | | | chooser in gui | ||||
* | jingle connection and manager. able to trigger dialog in gajim | Daniel Gultsch | 2014-04-07 | 1 | -1/+4 |
| | |||||
* | gui for images | Daniel Gultsch | 2014-04-06 | 2 | -30/+36 |
| | |||||
* | added button to open images | Daniel Gultsch | 2014-04-06 | 1 | -0/+20 |
| | |||||
* | added attach file action | Daniel Gultsch | 2014-04-06 | 1 | -0/+4 |
| |