Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix two typos: assoziated -> associated. | Jelmer Vernooij | 2014-04-14 | 1 | -1/+1 |
| | |||||
* | 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 | 8 | -78/+215 |
| | | | | 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 | 4 | -42/+63 |
| | |||||
* | incomming jingle packets are routed to their connection. added presence ↵ | Daniel Gultsch | 2014-04-10 | 8 | -160/+316 |
| | | | | 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 | 1 | -1/+11 |
| | |||||
* | jingle connection and manager. able to trigger dialog in gajim | Daniel Gultsch | 2014-04-07 | 8 | -79/+283 |
| | |||||
* | gui for images | Daniel Gultsch | 2014-04-06 | 6 | -41/+88 |
| | |||||
* | added button to open images | Daniel Gultsch | 2014-04-06 | 4 | -12/+117 |
| | |||||
* | added attach file action | Daniel Gultsch | 2014-04-06 | 1 | -0/+4 |
| | |||||
* | renamed [Archive conversation|Leave conference] to End this conversation | Daniel Gultsch | 2014-04-06 | 1 | -1/+0 |
| | |||||
* | fixed npe | Daniel Gultsch | 2014-04-06 | 1 | -0/+9 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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 | 9 | -16/+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 | 1 | -4/+1 |
| | | |||||
| * | Remove option for compression (enabled by default / hidden setting) | Rene Treffer | 2014-04-03 | 1 | -5/+1 |
| | | |||||
| * | Add support for users with empty name | Rene Treffer | 2014-04-03 | 1 | -1/+1 |
| | | |||||
| * | Add compression support | Rene Treffer | 2014-04-03 | 7 | -9/+220 |
| | | |||||
* | | 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 | 5 | -21/+59 |
| | |||||
* | increased version and fixed one last null pointer | Daniel Gultsch | 2014-04-03 | 1 | -0/+4 |
| | |||||
* | 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 |
| | |||||
* | fixed #27 | Daniel Gultsch | 2014-04-03 | 3 | -2/+13 |
| | |||||
* | Merge pull request #40 from rtreffer/minidns | Daniel Gultsch | 2014-04-03 | 2 | -13/+59 |
|\ | | | | | Add ability to use a provided ipv4 address on connect |