aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-04-18added clear history dialog (no funcionality)Daniel Gultsch1-4/+24
2014-04-16jingle sessions now get terminated proberly on successDaniel Gultsch2-17/+34
2014-04-15made ui with sending images a little smootherDaniel Gultsch3-29/+56
2014-04-14added very basic, very untested gui on the receiving sideDaniel Gultsch2-27/+59
2014-04-14tried to fix some race conditions. not adding duplicate candidates. needs ↵Daniel Gultsch4-20/+45
more checks though
2014-04-14Fix two typos: assoziated -> associated.Jelmer Vernooij1-1/+1
2014-04-13Some icon tweaksAndreas Straub1-14/+16
Use Roboto Light, thinner lines between tiles, slightly smaller letters
2014-04-13Added ellipsis tile for large conversationsAndreas Straub1-5/+17
For more than 4 members in a conversation, the fourth tile now contains an ellipsis to indicate this
2014-04-13Major Contact Picture code cleanupAndreas Straub7-55/+71
Notifications now have pseudotransparent icons, icons are generated in the correct size.
2014-04-13transmitting files between two conversations works. no error handling and no ↵Daniel Gultsch6-36/+136
ui on the receiving end
2014-04-13some code cleanup. added setting to auto accept files. socks5 connections ↵Daniel Gultsch8-78/+215
are now threaded
2014-04-13more efficant way of calculating the sha1 sum. closing connectionsDaniel Gultsch10-109/+204
2014-04-12fixed minor typosDaniel Gultsch2-3/+2
2014-04-12add sha1 sum to fileDaniel Gultsch4-3/+50
2014-04-12Added tiled MUC iconsandy1-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-12More Contact Picture refactorsandy5-17/+40
Use polymorphism to avoid dynamic dispatch based on nulled parameters. Next up: Prettier MUC icons
2014-04-12Refactor UIHelper to use getContactPictureandy2-14/+4
Normalize the interface, reduce code duplication
2014-04-11open latest conversation from notificationDaniel Gultsch1-0/+3
2014-04-11first file transfer between gajim and conversations. still a lot to do thoughDaniel Gultsch4-13/+94
2014-04-11socks5 initialisation works. doesn't get activate thoughDaniel Gultsch9-38/+180
2014-04-11failed messages get now marked inlineDaniel Gultsch4-42/+63
2014-04-10incomming jingle packets are routed to their connection. added presence ↵Daniel Gultsch8-160/+316
chooser in gui
2014-04-10changed behaviour of expecption handler to check if accounts are working ↵Daniel Gultsch1-12/+15
before removing the stacktrace
2014-04-08disocover stream hosts (xep-0065) cleaned up discoDaniel Gultsch11-108/+211
2014-04-08fixed npeDaniel Gultsch1-3/+5
2014-04-07fixed #52. thanks @strbDaniel Gultsch1-1/+11
2014-04-07jingle connection and manager. able to trigger dialog in gajimDaniel Gultsch8-79/+283
2014-04-06gui for imagesDaniel Gultsch6-41/+88
2014-04-06added button to open imagesDaniel Gultsch4-12/+117
2014-04-06added attach file actionDaniel Gultsch1-0/+4
2014-04-06renamed [Archive conversation|Leave conference] to End this conversationDaniel Gultsch1-1/+0
2014-04-06fixed npeDaniel Gultsch1-0/+9
2014-04-05use proper, advertised sm namespaceDaniel Gultsch5-25/+24
2014-04-05cleaned up log output a little bitDaniel Gultsch2-7/+1
2014-04-05Switch to FULL_SYNC to make prosody happyRene Treffer1-10/+5
2014-04-05code cleanupDaniel Gultsch1-11/+5
2014-04-04marked incoming carbons as unreadDaniel Gultsch1-5/+7
2014-04-04notify on incomming received carbon messagesDaniel Gultsch2-4/+12
2014-04-04fixing more notification f-upsDaniel Gultsch1-5/+16
2014-04-03nothing importantDaniel Gultsch1-1/+1
2014-04-03possible fix for some weird notification bugsDaniel Gultsch1-3/+3
2014-04-03Migrate all accounts to use compressionRene Treffer1-4/+7
2014-04-03Only apply defaults if the account is newRene Treffer1-2/+2
2014-04-03Remove option to enable/disable TLS (now enabled by default)Rene Treffer1-4/+1
2014-04-03Remove option for compression (enabled by default / hidden setting)Rene Treffer1-5/+1
2014-04-03Add support for users with empty nameRene Treffer1-1/+1
2014-04-03Add compression supportRene Treffer7-9/+220
2014-04-03be compatible with openkeychain api v3Daniel Gultsch5-21/+59
2014-04-03increased version and fixed one last null pointerDaniel Gultsch1-0/+4
2014-04-03call change status listener after disable accountDaniel Gultsch1-0/+1