Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | enabled anti alising for tiles | iNPUTmice | 2014-07-02 | 1 | -0/+1 |
| | |||||
* | removed old notification icon | iNPUTmice | 2014-06-30 | 1 | -1/+1 |
| | |||||
* | fixed #235 | iNPUTmice | 2014-06-30 | 1 | -129/+163 |
| | |||||
* | fixed #228 | iNPUTmice | 2014-06-30 | 1 | -1/+1 |
| | |||||
* | possible better distribution of contact picture colors | iNPUTmice | 2014-06-23 | 1 | -2/+2 |
| | |||||
* | Rounded minutes ago and last seen + Update Spanish Translations | kruks23 | 2014-06-15 | 1 | -6/+14 |
| | |||||
* | cleanup | iNPUTmice | 2014-06-10 | 1 | -2/+1 |
| | |||||
* | Muc Icon tile color fix | Andreas Straub | 2014-06-10 | 1 | -1/+1 |
| | |||||
* | localized date. rounded minutes, hours and dates in last seen | iNPUTmice | 2014-06-07 | 1 | -12/+21 |
| | |||||
* | fixed last_seen_now | iNPUTmice | 2014-06-06 | 1 | -1/+1 |
| | |||||
* | removed presence from last seen | iNPUTmice | 2014-06-06 | 1 | -5/+8 |
| | |||||
* | added abbrev_all to date format | iNPUTmice | 2014-06-06 | 1 | -1/+1 |
| | |||||
* | #158 Try to solve MM/dd date in each locale | kruks23 | 2014-06-06 | 1 | -2/+3 |
| | |||||
* | basic last seen feature. no peristancy just yet. no polish | iNPUTmice | 2014-06-06 | 1 | -0/+13 |
| | |||||
* | Fix tile rendering for larger conferences | Andreas Straub | 2014-06-01 | 1 | -1/+1 |
| | |||||
* | Refactored unknown contact picture generation | Andreas Straub | 2014-05-21 | 1 | -108/+41 |
| | | | | Introduce drawTile method in order to remove code duplication | ||||
* | Fix highlight detection in MUC channels | Andreas Straub | 2014-05-21 | 1 | -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_now | kruks23 | 2014-05-20 | 1 | -6/+6 |
| | |||||
* | some code cleanup to deal with the roster mgmt changes from earlier | Daniel Gultsch | 2014-05-19 | 1 | -5/+0 |
| | |||||
* | reworked roster/contact handling. might break some stuff. not sycing to disk yet | Daniel Gultsch | 2014-05-19 | 1 | -1/+1 |
| | |||||
* | permanent notification disapears now when account is being deleted + code ↵ | Daniel Gultsch | 2014-05-17 | 1 | -13/+1 |
| | | | | clean up | ||||
* | nicer descriptions in notificaton for images and encrypted messages | Daniel Gultsch | 2014-05-09 | 1 | -4/+4 |
| | |||||
* | smoother scrolling (first step) | Daniel Gultsch | 2014-04-25 | 1 | -20/+0 |
| | |||||
* | 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 | 1 | -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 Gultsch | 2014-04-13 | 1 | -1/+1 |
| | | | | are now threaded | ||||
* | Merge branch 'development' of https://github.com/strb/Conversations into ↵ | Daniel Gultsch | 2014-04-12 | 1 | -37/+191 |
|\ | | | | | | | 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 | 1 | -11/+27 |
| | | | | | | | | | | Use polymorphism to avoid dynamic dispatch based on nulled parameters. Next up: Prettier MUC icons | ||||
| * | Refactor UIHelper to use getContactPicture | andy | 2014-04-12 | 1 | -13/+3 |
| | | | | | | | | Normalize the interface, reduce code duplication | ||||
* | | open latest conversation from notification | Daniel Gultsch | 2014-04-11 | 1 | -0/+3 |
|/ | |||||
* | notify on incomming received carbon messages | Daniel Gultsch | 2014-04-04 | 1 | -2/+8 |
| | |||||
* | fixing more notification f-ups | Daniel Gultsch | 2014-04-04 | 1 | -5/+16 |
| | |||||
* | Merge branch 'compression' of https://github.com/rtreffer/Conversations into ↵ | Daniel Gultsch | 2014-04-03 | 1 | -1/+1 |
|\ | | | | | | | rtreffer-compression | ||||
| * | Add support for users with empty name | Rene Treffer | 2014-04-03 | 1 | -1/+1 |
| | | |||||
* | | possible fix for some weird notification bugs | Daniel Gultsch | 2014-04-03 | 1 | -3/+3 |
|/ | |||||
* | added permenant notification when one or more accounts are unable to connect | Daniel Gultsch | 2014-04-03 | 1 | -5/+43 |
| | |||||
* | changed all them beautifull colors | Daniel Gultsch | 2014-03-31 | 1 | -1/+1 |
| | |||||
* | fixed users profile picture | Daniel Gultsch | 2014-03-21 | 1 | -8/+12 |
| | |||||
* | use conference subject to identiy room | Daniel Gultsch | 2014-03-14 | 1 | -5/+6 |
| | |||||
* | fixed problem with null messages. added ask again button | Daniel Gultsch | 2014-03-14 | 1 | -1/+1 |
| | |||||
* | removed unnecessary uihelper method | Daniel Gultsch | 2014-03-13 | 1 | -7/+3 |
| | |||||
* | contact picture generation centralized + basic registry stuff | Daniel Gultsch | 2014-03-13 | 1 | -1/+21 |
| | |||||
* | added server info and deal with thi 'connecting...' bug | Daniel Gultsch | 2014-03-12 | 1 | -5/+0 |
| | |||||
* | make conference notificaton optional | Daniel Gultsch | 2014-03-12 | 1 | -14/+36 |
| | |||||
* | notifications support vibration now | Daniel Gultsch | 2014-03-12 | 1 | -0/+3 |
| | |||||
* | display contact picture in notification | Daniel Gultsch | 2014-03-11 | 1 | -5/+23 |
| | |||||
* | last part. update notification if user reads them | Daniel Gultsch | 2014-03-08 | 1 | -51/+71 |
| | |||||
* | step two towards nicer notifications. mark read if carbon arrives | Daniel Gultsch | 2014-03-08 | 1 | -5/+7 |
| |