Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-04-21 | added missing transport id | Daniel Gultsch | 1 | -0/+1 | |
2014-04-20 | added proxy activate and a lot of code clean up. totatly untested | Daniel Gultsch | 5 | -145/+161 | |
2014-04-20 | made our spanish friends happy. fixed #68 | Daniel Gultsch | 1 | -21/+22 | |
2014-04-20 | fixed #50 | Daniel Gultsch | 3 | -14/+32 | |
2014-04-19 | more jingle bug fixes | Daniel Gultsch | 3 | -12/+10 | |
2014-04-19 | fixed replace contact in conversation | Daniel Gultsch | 1 | -15/+15 | |
2014-04-19 | made debugging verbose again on specific parts | Daniel Gultsch | 2 | -4/+10 | |
2014-04-19 | fixed default autoaccept file size and wrongly marked message | Daniel Gultsch | 2 | -3/+3 | |
2014-04-19 | cleaned up debug log a little bit | Daniel Gultsch | 7 | -91/+118 | |
2014-04-18 | fixed concurrent modification of contacts which led to missing presences | Daniel Gultsch | 2 | -10/+15 | |
2014-04-18 | tried to avoid some more race conditions in jingle | Daniel Gultsch | 3 | -38/+80 | |
2014-04-18 | work around for bug in xmlpullparser | Daniel Gultsch | 1 | -21/+25 | |
2014-04-18 | lot of cleanup in jingle part | Daniel Gultsch | 6 | -120/+326 | |
2014-04-18 | put more string into strings.xml | Daniel Gultsch | 2 | -9/+9 | |
2014-04-18 | fixed destination bug | Daniel Gultsch | 3 | -5/+15 | |
2014-04-18 | fixed #63 | Daniel Gultsch | 2 | -2/+21 | |
2014-04-18 | fixed possible race conditions with presences | Daniel Gultsch | 5 | -11/+23 | |
2014-04-18 | added clear history dialog (no funcionality) | Daniel Gultsch | 1 | -4/+24 | |
2014-04-16 | jingle sessions now get terminated proberly on success | Daniel Gultsch | 2 | -17/+34 | |
2014-04-15 | made ui with sending images a little smoother | Daniel Gultsch | 3 | -29/+56 | |
2014-04-14 | added very basic, very untested gui on the receiving side | Daniel Gultsch | 2 | -27/+59 | |
2014-04-14 | tried to fix some race conditions. not adding duplicate candidates. needs ↵ | Daniel Gultsch | 4 | -20/+45 | |
more checks though | |||||
2014-04-14 | Fix two typos: assoziated -> associated. | Jelmer Vernooij | 1 | -1/+1 | |
2014-04-13 | Some icon tweaks | Andreas Straub | 1 | -14/+16 | |
Use Roboto Light, thinner lines between tiles, slightly smaller letters | |||||
2014-04-13 | Added ellipsis tile for large conversations | Andreas Straub | 1 | -5/+17 | |
For more than 4 members in a conversation, the fourth tile now contains an ellipsis to indicate this | |||||
2014-04-13 | Major Contact Picture code cleanup | Andreas Straub | 7 | -55/+71 | |
Notifications now have pseudotransparent icons, icons are generated in the correct size. | |||||
2014-04-13 | transmitting files between two conversations works. no error handling and no ↵ | Daniel Gultsch | 6 | -36/+136 | |
ui on the receiving end | |||||
2014-04-13 | some code cleanup. added setting to auto accept files. socks5 connections ↵ | Daniel Gultsch | 8 | -78/+215 | |
are now threaded | |||||
2014-04-13 | more efficant way of calculating the sha1 sum. closing connections | Daniel Gultsch | 10 | -109/+204 | |
2014-04-12 | fixed minor typos | Daniel Gultsch | 2 | -3/+2 | |
2014-04-12 | add sha1 sum to file | Daniel Gultsch | 4 | -3/+50 | |
2014-04-12 | Added tiled MUC icons | andy | 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. | |||||
2014-04-12 | More Contact Picture refactors | andy | 5 | -17/+40 | |
Use polymorphism to avoid dynamic dispatch based on nulled parameters. Next up: Prettier MUC icons | |||||
2014-04-12 | Refactor UIHelper to use getContactPicture | andy | 2 | -14/+4 | |
Normalize the interface, reduce code duplication | |||||
2014-04-11 | open latest conversation from notification | Daniel Gultsch | 1 | -0/+3 | |
2014-04-11 | first file transfer between gajim and conversations. still a lot to do though | Daniel Gultsch | 4 | -13/+94 | |
2014-04-11 | socks5 initialisation works. doesn't get activate though | Daniel Gultsch | 9 | -38/+180 | |
2014-04-11 | failed messages get now marked inline | Daniel Gultsch | 4 | -42/+63 | |
2014-04-10 | incomming jingle packets are routed to their connection. added presence ↵ | Daniel Gultsch | 8 | -160/+316 | |
chooser in gui | |||||
2014-04-10 | changed behaviour of expecption handler to check if accounts are working ↵ | Daniel Gultsch | 1 | -12/+15 | |
before removing the stacktrace | |||||
2014-04-08 | disocover stream hosts (xep-0065) cleaned up disco | Daniel Gultsch | 11 | -108/+211 | |
2014-04-08 | fixed npe | Daniel Gultsch | 1 | -3/+5 | |
2014-04-07 | fixed #52. thanks @strb | Daniel Gultsch | 1 | -1/+11 | |
2014-04-07 | jingle connection and manager. able to trigger dialog in gajim | Daniel Gultsch | 8 | -79/+283 | |
2014-04-06 | gui for images | Daniel Gultsch | 6 | -41/+88 | |
2014-04-06 | added button to open images | Daniel Gultsch | 4 | -12/+117 | |
2014-04-06 | added attach file action | Daniel Gultsch | 1 | -0/+4 | |
2014-04-06 | renamed [Archive conversation|Leave conference] to End this conversation | Daniel Gultsch | 1 | -1/+0 | |
2014-04-06 | fixed npe | Daniel Gultsch | 1 | -0/+9 | |
2014-04-05 | use proper, advertised sm namespace | Daniel Gultsch | 5 | -25/+24 | |