aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/utils (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-04-13Some icon tweaksAndreas Straub1-14/+16
Use Roboto Light, thinner lines between tiles, slightly smaller letters
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 Straub2-47/+62
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-11failed messages get now marked inlineDaniel Gultsch1-13/+3
2014-04-10changed behaviour of expecption handler to check if accounts are working ↵Daniel Gultsch1-12/+15
before removing the stacktrace
2014-04-06added button to open imagesDaniel Gultsch1-11/+12
2014-04-05Switch to FULL_SYNC to make prosody happyRene Treffer1-10/+5
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-03Add compression supportRene Treffer2-0/+141
2014-04-03be compatible with openkeychain api v3Daniel Gultsch1-5/+2
2014-04-03Add ability to use a provided ipv4 address on connectRene Treffer1-11/+49
2014-04-03tryping to resolve the wake lock bugDaniel Gultsch1-3/+3
2014-04-03cleared up logging a little bit. no need for an entire stack trace at this pointDaniel Gultsch1-10/+5
2014-04-03Switch to a small DNS library for DNS resolving.Rene Treffer1-91/+100
2014-04-03added permenant notification when one or more accounts are unable to connectDaniel Gultsch2-12/+43
2014-04-01fixed digest-md5 auth to work with prosody as well. thank you Florian SchmausDaniel Gultsch1-1/+1
2014-03-31fixed #30 - added support for digest-md5 - only works with Icewarp 11???git ↵Daniel Gultsch1-14/+82
add src/?
2014-03-31changed all them beautifull colorsDaniel Gultsch1-1/+1
2014-03-31null pointer fixDaniel Gultsch1-0/+3
2014-03-28treat dns timeouts as temporary. also increased timeoutDaniel Gultsch1-3/+3
2014-03-28fixed login issue with latest ejabberdDaniel Gultsch1-2/+1
2014-03-28streamlined sasl codeDaniel Gultsch1-16/+4
2014-03-27crash reporterDaniel Gultsch1-0/+80
2014-03-27code cleanupDaniel Gultsch1-16/+8
2014-03-27more dns fixes. hopefully the lastDaniel Gultsch1-81/+95
2014-03-27further dns improvementsDaniel Gultsch1-60/+72
2014-03-26made work around not being a work around any moreDaniel Gultsch1-3/+2
2014-03-25more srv lookup fixesDaniel Gultsch1-1/+12
2014-03-25using actual dns servers provided by the systemDaniel Gultsch1-2/+31
2014-03-23holding wake locks during onStartCommandDaniel Gultsch1-6/+5
2014-03-21more otr fixesDaniel Gultsch1-8/+3
2014-03-21tryed to fix more otr bugs. new resource settingDaniel Gultsch1-6/+1
2014-03-21otr safety guardDaniel Gultsch1-1/+10
2014-03-21fixed users profile pictureDaniel Gultsch2-8/+14
2014-03-19otr messages are now ignored if conversations isnt 100% sure the message is oursDaniel Gultsch1-4/+12
2014-03-19rename in muc fixedDaniel Gultsch1-6/+1
2014-03-15better muc invitations. clearified the creation of ad hoc mucs with an alert ↵Daniel Gultsch1-0/+22
dialog
2014-03-14use conference subject to identiy roomDaniel Gultsch2-6/+12
2014-03-14workaround for some weird clients sending empty string over otrDaniel Gultsch1-1/+3
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