aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/utils/UIHelper.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* brought muc invites back. + couple of bug fixes + refactoringiNPUTmice2014-07-171-1/+0
|
* couple of bug fixes related to muc renamingiNPUTmice2014-07-151-3/+3
|
* use nick from bookmark if availableiNPUTmice2014-07-151-3/+3
|
* use proper picture on bookmarked conferences when joined. use bookmark title ↵iNPUTmice2014-07-141-1/+1
| | | | when no subject is set
* cleanup. removed old contacts activity. WARNING: this will temporarly ↵iNPUTmice2014-07-111-1/+0
| | | | disable muc invites
* changed 'show time threshold' to 6hiNPUTmice2014-07-111-1/+1
|
* Show time in messages previous dayskruks232014-07-101-2/+2
|
* Merge branch 'development' of https://github.com/siacs/Conversations into ↵kruks232014-07-101-2/+2
|\ | | | | | | development
| * filter contacts and starting confercenesiNPUTmice2014-07-101-2/+2
| |
* | Merge branch 'development' of https://github.com/siacs/Conversations into ↵kruks232014-07-091-1/+1
|\| | | | | | | development
| * unified warnings/error msgsiNPUTmice2014-07-091-1/+1
| |
* | Show time in messages previous dayskruks232014-07-081-1/+1
|/
* contact tiles follow material colors as welliNPUTmice2014-07-081-4/+5
|
* enabled anti alising for tilesiNPUTmice2014-07-021-0/+1
|
* removed old notification iconiNPUTmice2014-06-301-1/+1
|
* fixed #235iNPUTmice2014-06-301-129/+163
|
* fixed #228iNPUTmice2014-06-301-1/+1
|
* possible better distribution of contact picture colorsiNPUTmice2014-06-231-2/+2
|
* Rounded minutes ago and last seen + Update Spanish Translationskruks232014-06-151-6/+14
|
* cleanupiNPUTmice2014-06-101-2/+1
|
* Muc Icon tile color fixAndreas Straub2014-06-101-1/+1
|
* localized date. rounded minutes, hours and dates in last seeniNPUTmice2014-06-071-12/+21
|
* fixed last_seen_nowiNPUTmice2014-06-061-1/+1
|
* removed presence from last seeniNPUTmice2014-06-061-5/+8
|
* added abbrev_all to date formatiNPUTmice2014-06-061-1/+1
|
* #158 Try to solve MM/dd date in each localekruks232014-06-061-2/+3
|
* basic last seen feature. no peristancy just yet. no polishiNPUTmice2014-06-061-0/+13
|
* Fix tile rendering for larger conferencesAndreas Straub2014-06-011-1/+1
|
* Refactored unknown contact picture generationAndreas Straub2014-05-211-108/+41
| | | | Introduce drawTile method in order to remove code duplication
* Fix highlight detection in MUC channelsAndreas Straub2014-05-211-2/+17
| | | | | | We only detect highlights if a word starts with the nick (matched in case insensitive manner), followed by optional punctuation, followed by another word boundary.
* Update Spanish Translations + harcoded just_nowkruks232014-05-201-6/+6
|
* some code cleanup to deal with the roster mgmt changes from earlierDaniel Gultsch2014-05-191-5/+0
|
* reworked roster/contact handling. might break some stuff. not sycing to disk yetDaniel Gultsch2014-05-191-1/+1
|
* permanent notification disapears now when account is being deleted + code ↵Daniel Gultsch2014-05-171-13/+1
| | | | clean up
* nicer descriptions in notificaton for images and encrypted messagesDaniel Gultsch2014-05-091-4/+4
|
* smoother scrolling (first step)Daniel Gultsch2014-04-251-20/+0
|
* 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
|/