Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-06-23 | possible better distribution of contact picture colors | iNPUTmice | 1 | -2/+2 | |
2014-06-20 | fixes for otr file transfer | iNPUTmice | 1 | -2/+6 | |
2014-06-20 | not working version of otr file transfer | iNPUTmice | 2 | -8/+336 | |
2014-06-16 | cleanup; removed unnecessary imports and log outputs | iNPUTmice | 1 | -1/+0 | |
2014-06-15 | Rounded minutes ago and last seen + Update Spanish Translations | kruks23 | 1 | -6/+14 | |
2014-06-11 | groundwork for offline otr messages | iNPUTmice | 1 | -1/+1 | |
2014-06-10 | cleanup | iNPUTmice | 1 | -2/+1 | |
2014-06-10 | Muc Icon tile color fix | Andreas Straub | 1 | -1/+1 | |
2014-06-07 | localized date. rounded minutes, hours and dates in last seen | iNPUTmice | 1 | -12/+21 | |
2014-06-06 | fixed last_seen_now | iNPUTmice | 1 | -1/+1 | |
2014-06-06 | removed presence from last seen | iNPUTmice | 1 | -5/+8 | |
2014-06-06 | added abbrev_all to date format | iNPUTmice | 1 | -1/+1 | |
2014-06-06 | #158 Try to solve MM/dd date in each locale | kruks23 | 1 | -2/+3 | |
2014-06-06 | fixes #172 | iNPUTmice | 1 | -1/+1 | |
2014-06-06 | basic last seen feature. no peristancy just yet. no polish | iNPUTmice | 1 | -0/+13 | |
2014-06-01 | Fix tile rendering for larger conferences | Andreas Straub | 1 | -1/+1 | |
2014-05-21 | Refactored unknown contact picture generation | Andreas Straub | 1 | -108/+41 | |
Introduce drawTile method in order to remove code duplication | |||||
2014-05-21 | Fix highlight detection in MUC channels | Andreas Straub | 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. | |||||
2014-05-20 | Update Spanish Translations + harcoded just_now | kruks23 | 1 | -6/+6 | |
2014-05-19 | some code cleanup to deal with the roster mgmt changes from earlier | Daniel Gultsch | 1 | -5/+0 | |
2014-05-19 | reworked roster/contact handling. might break some stuff. not sycing to disk yet | Daniel Gultsch | 3 | -18/+11 | |
2014-05-17 | Update Validator.java | the-username | 1 | -1/+1 | |
2014-05-17 | permanent notification disapears now when account is being deleted + code ↵ | Daniel Gultsch | 1 | -13/+1 | |
clean up | |||||
2014-05-14 | made message parser non static | Daniel Gultsch | 1 | -162/+0 | |
2014-05-09 | nicer descriptions in notificaton for images and encrypted messages | Daniel Gultsch | 1 | -4/+4 | |
2014-05-06 | basic pgp encrypted file transfer | Daniel Gultsch | 1 | -5/+2 | |
2014-04-25 | smoother scrolling (first step) | Daniel Gultsch | 1 | -20/+0 | |
2014-04-13 | Some icon tweaks | Andreas Straub | 1 | -14/+16 | |
Use Roboto Light, thinner lines between tiles, slightly smaller letters | |||||
2014-04-13 | Added ellipsis tile for large conversations | Andreas Straub | 1 | -5/+17 | |
For more than 4 members in a conversation, the fourth tile now contains an ellipsis to indicate this | |||||
2014-04-13 | Major Contact Picture code cleanup | Andreas Straub | 2 | -47/+62 | |
Notifications now have pseudotransparent icons, icons are generated in the correct size. | |||||
2014-04-13 | some code cleanup. added setting to auto accept files. socks5 connections ↵ | Daniel Gultsch | 1 | -1/+1 | |
are now threaded | |||||
2014-04-12 | Added tiled MUC icons | andy | 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. | |||||
2014-04-12 | More Contact Picture refactors | andy | 1 | -11/+27 | |
Use polymorphism to avoid dynamic dispatch based on nulled parameters. Next up: Prettier MUC icons | |||||
2014-04-12 | Refactor UIHelper to use getContactPicture | andy | 1 | -13/+3 | |
Normalize the interface, reduce code duplication | |||||
2014-04-11 | open latest conversation from notification | Daniel Gultsch | 1 | -0/+3 | |
2014-04-11 | failed messages get now marked inline | Daniel Gultsch | 1 | -13/+3 | |
2014-04-10 | changed behaviour of expecption handler to check if accounts are working ↵ | Daniel Gultsch | 1 | -12/+15 | |
before removing the stacktrace | |||||
2014-04-06 | added button to open images | Daniel Gultsch | 1 | -11/+12 | |
2014-04-05 | Switch to FULL_SYNC to make prosody happy | Rene Treffer | 1 | -10/+5 | |
2014-04-04 | notify on incomming received carbon messages | Daniel Gultsch | 1 | -2/+8 | |
2014-04-04 | fixing more notification f-ups | Daniel Gultsch | 1 | -5/+16 | |
2014-04-03 | possible fix for some weird notification bugs | Daniel Gultsch | 1 | -3/+3 | |
2014-04-03 | Add support for users with empty name | Rene Treffer | 1 | -1/+1 | |
2014-04-03 | Add compression support | Rene Treffer | 2 | -0/+141 | |
2014-04-03 | be compatible with openkeychain api v3 | Daniel Gultsch | 1 | -5/+2 | |
2014-04-03 | Add ability to use a provided ipv4 address on connect | Rene Treffer | 1 | -11/+49 | |
2014-04-03 | tryping to resolve the wake lock bug | Daniel Gultsch | 1 | -3/+3 | |
2014-04-03 | cleared up logging a little bit. no need for an entire stack trace at this point | Daniel Gultsch | 1 | -10/+5 | |
2014-04-03 | Switch to a small DNS library for DNS resolving. | Rene Treffer | 1 | -91/+100 | |
2014-04-03 | added permenant notification when one or more accounts are unable to connect | Daniel Gultsch | 2 | -12/+43 | |