Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed replace contact in conversation | Daniel Gultsch | 2014-04-19 | 1 | -15/+15 |
| | |||||
* | made debugging verbose again on specific parts | Daniel Gultsch | 2014-04-19 | 2 | -4/+10 |
| | |||||
* | fixed default autoaccept file size and wrongly marked message | Daniel Gultsch | 2014-04-19 | 2 | -3/+3 |
| | |||||
* | cleaned up debug log a little bit | Daniel Gultsch | 2014-04-19 | 7 | -91/+118 |
| | |||||
* | fixed concurrent modification of contacts which led to missing presences | Daniel Gultsch | 2014-04-18 | 2 | -10/+15 |
| | |||||
* | tried to avoid some more race conditions in jingle | Daniel Gultsch | 2014-04-18 | 3 | -38/+80 |
| | |||||
* | updated minidns | Daniel Gultsch | 2014-04-18 | 1 | -5/+5 |
| | |||||
* | Merge branch 'master' into development | Daniel Gultsch | 2014-04-18 | 1 | -21/+25 |
|\ | |||||
| * | work around for bug in xmlpullparser | Daniel Gultsch | 2014-04-18 | 1 | -21/+25 |
| | | |||||
* | | lot of cleanup in jingle part | Daniel Gultsch | 2014-04-18 | 6 | -120/+326 |
| | | |||||
* | | put more string into strings.xml | Daniel Gultsch | 2014-04-18 | 4 | -11/+17 |
| | | |||||
* | | fixed destination bug | Daniel Gultsch | 2014-04-18 | 3 | -5/+15 |
| | | |||||
* | | fixed #63 | Daniel Gultsch | 2014-04-18 | 2 | -2/+21 |
| | | |||||
* | | fixed possible race conditions with presences | Daniel Gultsch | 2014-04-18 | 5 | -11/+23 |
| | | |||||
* | | added clear history dialog (no funcionality) | Daniel Gultsch | 2014-04-18 | 4 | -5/+52 |
| | | |||||
* | | jingle sessions now get terminated proberly on success | Daniel Gultsch | 2014-04-16 | 2 | -17/+34 |
| | | |||||
* | | made ui with sending images a little smoother | Daniel Gultsch | 2014-04-15 | 6 | -30/+61 |
| | | |||||
* | | added very basic, very untested gui on the receiving side | Daniel Gultsch | 2014-04-14 | 2 | -27/+59 |
| | | |||||
* | | tried to fix some race conditions. not adding duplicate candidates. needs ↵ | Daniel Gultsch | 2014-04-14 | 4 | -20/+45 |
| | | | | | | | | more checks though | ||||
* | | Merge pull request #59 from jelmer/typo-preemptively | Daniel Gultsch | 2014-04-14 | 1 | -1/+1 |
|\ \ | | | | | | | Fix typo: Preemptivly -> Preemptively. | ||||
| * | | Fix typo: Preemptivly -> Preemptively. | Jelmer Vernooij | 2014-04-14 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #58 from jelmer/fix-typo-assoziated | Daniel Gultsch | 2014-04-14 | 2 | -2/+2 |
|\ \ | | | | | | | Fix two typos: assoziated -> associated. | ||||
| * | | Fix two typos: assoziated -> associated. | Jelmer Vernooij | 2014-04-14 | 2 | -2/+2 |
|/ / | |||||
* | | added contributors and note to xep65 | Daniel Gultsch | 2014-04-13 | 1 | -0/+6 |
| | | |||||
* | | Some icon tweaks | Andreas Straub | 2014-04-13 | 1 | -14/+16 |
| | | | | | | | | Use Roboto Light, thinner lines between tiles, slightly smaller letters | ||||
* | | Added ellipsis tile for large conversations | Andreas Straub | 2014-04-13 | 1 | -5/+17 |
| | | | | | | | | | | For more than 4 members in a conversation, the fourth tile now contains an ellipsis to indicate this | ||||
* | | Major Contact Picture code cleanup | Andreas Straub | 2014-04-13 | 7 | -55/+71 |
| | | | | | | | | | | Notifications now have pseudotransparent icons, icons are generated in the correct size. | ||||
* | | transmitting files between two conversations works. no error handling and no ↵ | Daniel Gultsch | 2014-04-13 | 6 | -36/+136 |
| | | | | | | | | ui on the receiving end | ||||
* | | some code cleanup. added setting to auto accept files. socks5 connections ↵ | Daniel Gultsch | 2014-04-13 | 10 | -78/+234 |
| | | | | | | | | are now threaded | ||||
* | | more efficant way of calculating the sha1 sum. closing connections | Daniel Gultsch | 2014-04-13 | 10 | -109/+204 |
| | | |||||
* | | fixed minor typos | Daniel Gultsch | 2014-04-12 | 2 | -3/+2 |
| | | |||||
* | | Merge branch 'development' of https://github.com/strb/Conversations into ↵ | Daniel Gultsch | 2014-04-12 | 6 | -44/+205 |
|\ \ | | | | | | | | | | strb-development | ||||
| * | | Added tiled MUC icons | andy | 2014-04-12 | 1 | -16/+164 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now, MUCs have icons with up to 4 tiles representing MUC members, similar to the gmail app. Some caveats: As of now, no ordering is imposed on the members, we simply pick the first (up to) 4 returned by the MucOptions object. This could be done better, e.g. by picking more important members first (based on affil/role), or even going so far as to order them by how recently they sent a message in the MUC. Also, the code generating the tiles is really messy right now (tons of copy and paste). It seems to work though. I will clean this up soon. | ||||
| * | | More Contact Picture refactors | andy | 2014-04-12 | 5 | -17/+40 |
| | | | | | | | | | | | | | | | Use polymorphism to avoid dynamic dispatch based on nulled parameters. Next up: Prettier MUC icons | ||||
| * | | Refactor UIHelper to use getContactPicture | andy | 2014-04-12 | 2 | -14/+4 |
| | | | | | | | | | | | | Normalize the interface, reduce code duplication | ||||
* | | | add sha1 sum to file | Daniel Gultsch | 2014-04-12 | 4 | -3/+50 |
| | | | |||||
* | | | open latest conversation from notification | Daniel Gultsch | 2014-04-11 | 1 | -0/+3 |
|/ / | |||||
* | | first file transfer between gajim and conversations. still a lot to do though | Daniel Gultsch | 2014-04-11 | 4 | -13/+94 |
| | | |||||
* | | socks5 initialisation works. doesn't get activate though | Daniel Gultsch | 2014-04-11 | 9 | -38/+180 |
| | | |||||
* | | failed messages get now marked inline | Daniel Gultsch | 2014-04-11 | 6 | -96/+65 |
| | | |||||
* | | incomming jingle packets are routed to their connection. added presence ↵ | Daniel Gultsch | 2014-04-10 | 9 | -160/+318 |
| | | | | | | | | chooser in gui | ||||
* | | changed behaviour of expecption handler to check if accounts are working ↵ | Daniel Gultsch | 2014-04-10 | 1 | -12/+15 |
| | | | | | | | | before removing the stacktrace | ||||
* | | disocover stream hosts (xep-0065) cleaned up disco | Daniel Gultsch | 2014-04-08 | 11 | -108/+211 |
| | | |||||
* | | fixed npe | Daniel Gultsch | 2014-04-08 | 1 | -3/+5 |
| | | |||||
* | | fixed #52. thanks @strb | Daniel Gultsch | 2014-04-07 | 2 | -1/+16 |
| | | |||||
* | | jingle connection and manager. able to trigger dialog in gajim | Daniel Gultsch | 2014-04-07 | 10 | -81/+287 |
| | | |||||
* | | gui for images | Daniel Gultsch | 2014-04-06 | 8 | -41/+104 |
| | | |||||
* | | added button to open images | Daniel Gultsch | 2014-04-06 | 4 | -12/+117 |
| | | |||||
* | | added attach file action | Daniel Gultsch | 2014-04-06 | 7 | -0/+12 |
|/ | |||||
* | renamed [Archive conversation|Leave conference] to End this conversation | Daniel Gultsch | 2014-04-06 | 3 | -3/+2 |
| |