Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | fixed npe | Daniel Gultsch | 2014-04-06 | 1 | -0/+9 |
| | |||||
* | spelling and more features to changelog0.1.3 | Daniel Gultsch | 2014-04-06 | 1 | -5/+6 |
| | |||||
* | added changelog | Daniel Gultsch | 2014-04-06 | 1 | -0/+18 |
| | |||||
* | use proper, advertised sm namespace | Daniel Gultsch | 2014-04-05 | 5 | -25/+24 |
| | |||||
* | cleaned up log output a little bit | Daniel Gultsch | 2014-04-05 | 2 | -7/+1 |
| | |||||
* | Merge pull request #49 from rtreffer/compression-fix | Daniel Gultsch | 2014-04-05 | 1 | -10/+5 |
|\ | | | | | Switch to FULL_SYNC to make prosody happy | ||||
| * | Switch to FULL_SYNC to make prosody happy | Rene Treffer | 2014-04-05 | 1 | -10/+5 |
|/ | |||||
* | code cleanup | Daniel Gultsch | 2014-04-05 | 1 | -11/+5 |
| | |||||
* | marked incoming carbons as unread | Daniel Gultsch | 2014-04-04 | 1 | -5/+7 |
| | |||||
* | notify on incomming received carbon messages | Daniel Gultsch | 2014-04-04 | 2 | -4/+12 |
| | |||||
* | added build instruticons | Daniel Gultsch | 2014-04-04 | 1 | -0/+10 |
| | |||||
* | bumped minidns to new version | Daniel Gultsch | 2014-04-04 | 1 | -5/+5 |
| | |||||
* | added compression to the xep list | Daniel Gultsch | 2014-04-04 | 1 | -0/+1 |
| | |||||
* | fixing more notification f-ups | Daniel Gultsch | 2014-04-04 | 1 | -5/+16 |
| | |||||
* | nothing important | Daniel Gultsch | 2014-04-03 | 1 | -1/+1 |
| | |||||
* | Merge branch 'compression' of https://github.com/rtreffer/Conversations into ↵ | Daniel Gultsch | 2014-04-03 | 10 | -26/+223 |
|\ | | | | | | | rtreffer-compression | ||||
| * | Migrate all accounts to use compression | Rene Treffer | 2014-04-03 | 1 | -4/+7 |
| | | |||||
| * | Only apply defaults if the account is new | Rene Treffer | 2014-04-03 | 1 | -2/+2 |
| | | |||||
| * | Remove option to enable/disable TLS (now enabled by default) | Rene Treffer | 2014-04-03 | 2 | -13/+1 |
| | | |||||
| * | Remove option for compression (enabled by default / hidden setting) | Rene Treffer | 2014-04-03 | 2 | -12/+1 |
| | | |||||
| * | Add support for users with empty name | Rene Treffer | 2014-04-03 | 1 | -1/+1 |
| | | |||||
| * | Add compression support | Rene Treffer | 2014-04-03 | 8 | -10/+227 |
| | | |||||
* | | possible fix for some weird notification bugs | Daniel Gultsch | 2014-04-03 | 1 | -3/+3 |
|/ | |||||
* | be compatible with openkeychain api v3 | Daniel Gultsch | 2014-04-03 | 7 | -26/+64 |
| | |||||
* | reset to head | Daniel Gultsch | 2014-04-03 | 1 | -0/+6 |
| | |||||
* | increased version and fixed one last null pointer | Daniel Gultsch | 2014-04-03 | 2 | -2/+6 |
| | |||||
* | call change status listener after disable account | Daniel Gultsch | 2014-04-03 | 1 | -0/+1 |
| | |||||
* | fixed null pointer | Daniel Gultsch | 2014-04-03 | 2 | -5/+12 |
| |