aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/utils/UIHelper.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some icon tweaksAndreas Straub2014-04-131-14/+16
| | | | Use Roboto Light, thinner lines between tiles, slightly smaller letters
* Added ellipsis tile for large conversationsAndreas Straub2014-04-131-5/+17
| | | | | For more than 4 members in a conversation, the fourth tile now contains an ellipsis to indicate this
* Major Contact Picture code cleanupAndreas Straub2014-04-131-45/+60
| | | | | Notifications now have pseudotransparent icons, icons are generated in the correct size.
* some code cleanup. added setting to auto accept files. socks5 connections ↵Daniel Gultsch2014-04-131-1/+1
| | | | are now threaded
* Merge branch 'development' of https://github.com/strb/Conversations into ↵Daniel Gultsch2014-04-121-37/+191
|\ | | | | | | strb-development
| * Added tiled MUC iconsandy2014-04-121-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 refactorsandy2014-04-121-11/+27
| | | | | | | | | | Use polymorphism to avoid dynamic dispatch based on nulled parameters. Next up: Prettier MUC icons
| * Refactor UIHelper to use getContactPictureandy2014-04-121-13/+3
| | | | | | | | Normalize the interface, reduce code duplication
* | open latest conversation from notificationDaniel Gultsch2014-04-111-0/+3
|/
* notify on incomming received carbon messagesDaniel Gultsch2014-04-041-2/+8
|
* fixing more notification f-upsDaniel Gultsch2014-04-041-5/+16
|
* Merge branch 'compression' of https://github.com/rtreffer/Conversations into ↵Daniel Gultsch2014-04-031-1/+1
|\ | | | | | | rtreffer-compression
| * Add support for users with empty nameRene Treffer2014-04-031-1/+1
| |
* | possible fix for some weird notification bugsDaniel Gultsch2014-04-031-3/+3
|/
* added permenant notification when one or more accounts are unable to connectDaniel Gultsch2014-04-031-5/+43
|
* changed all them beautifull colorsDaniel Gultsch2014-03-311-1/+1
|
* fixed users profile pictureDaniel Gultsch2014-03-211-8/+12
|
* use conference subject to identiy roomDaniel Gultsch2014-03-141-5/+6
|
* fixed problem with null messages. added ask again buttonDaniel Gultsch2014-03-141-1/+1
|
* removed unnecessary uihelper methodDaniel Gultsch2014-03-131-7/+3
|
* contact picture generation centralized + basic registry stuffDaniel Gultsch2014-03-131-1/+21
|
* added server info and deal with thi 'connecting...' bugDaniel Gultsch2014-03-121-5/+0
|
* make conference notificaton optionalDaniel Gultsch2014-03-121-14/+36
|
* notifications support vibration nowDaniel Gultsch2014-03-121-0/+3
|
* display contact picture in notificationDaniel Gultsch2014-03-111-5/+23
|
* last part. update notification if user reads themDaniel Gultsch2014-03-081-51/+71
|
* step two towards nicer notifications. mark read if carbon arrivesDaniel Gultsch2014-03-081-5/+7
|
* first step towards nicer notificationsDaniel Gultsch2014-03-081-21/+53
|
* rebrandingDaniel Gultsch2014-02-281-0/+210