aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/utils/UIHelper.java (unfollow)
Commit message (Collapse)AuthorFilesLines
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 Straub1-45/+60
Notifications now have pseudotransparent icons, icons are generated in the correct size.
2014-04-13some code cleanup. added setting to auto accept files. socks5 connections ↵Daniel Gultsch1-1/+1
are now threaded
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 refactorsandy1-11/+27
Use polymorphism to avoid dynamic dispatch based on nulled parameters. Next up: Prettier MUC icons
2014-04-12Refactor UIHelper to use getContactPictureandy1-13/+3
Normalize the interface, reduce code duplication
2014-04-11open latest conversation from notificationDaniel Gultsch1-0/+3
2014-04-04notify on incomming received carbon messagesDaniel Gultsch1-2/+8
2014-04-04fixing more notification f-upsDaniel Gultsch1-5/+16
2014-04-03possible fix for some weird notification bugsDaniel Gultsch1-3/+3
2014-04-03Add support for users with empty nameRene Treffer1-1/+1
2014-04-03added permenant notification when one or more accounts are unable to connectDaniel Gultsch1-5/+43
2014-03-31changed all them beautifull colorsDaniel Gultsch1-1/+1
2014-03-21fixed users profile pictureDaniel Gultsch1-8/+12
2014-03-14use conference subject to identiy roomDaniel Gultsch1-5/+6
2014-03-14fixed problem with null messages. added ask again buttonDaniel Gultsch1-1/+1
2014-03-13removed unnecessary uihelper methodDaniel Gultsch1-7/+3
2014-03-13contact picture generation centralized + basic registry stuffDaniel Gultsch1-1/+21
2014-03-12added server info and deal with thi 'connecting...' bugDaniel Gultsch1-5/+0
2014-03-12make conference notificaton optionalDaniel Gultsch1-14/+36
2014-03-12notifications support vibration nowDaniel Gultsch1-0/+3
2014-03-11display contact picture in notificationDaniel Gultsch1-5/+23
2014-03-08last part. update notification if user reads themDaniel Gultsch1-51/+71
2014-03-08step two towards nicer notifications. mark read if carbon arrivesDaniel Gultsch1-5/+7
2014-03-08first step towards nicer notificationsDaniel Gultsch1-21/+53
2014-02-28rebrandingDaniel Gultsch1-10/+7
2014-02-20adding and removing roster items now possible. basic error display on error ↵Daniel Gultsch1-1/+21
messages
2014-02-16show unknown otr fingerprint wariningDaniel Gultsch1-0/+37
2014-02-13basic otr supportDaniel Gultsch1-1/+1
2014-02-10reworked notification a bitDaniel Gultsch1-11/+21
2014-02-10contact badgesDaniel Gultsch1-25/+58
2014-02-05basic muc support. reworked contact list stuffDaniel Gultsch1-3/+1
2014-02-04delete account code now accessible againDaniel Gultsch1-0/+1
2014-02-03basic notificationsDaniel Gultsch1-0/+114