aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/utils (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-06-01Fix tile rendering for larger conferencesAndreas Straub1-1/+1
2014-05-21Refactored unknown contact picture generationAndreas Straub1-108/+41
Introduce drawTile method in order to remove code duplication
2014-05-21Fix highlight detection in MUC channelsAndreas Straub1-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-20Update Spanish Translations + harcoded just_nowkruks231-6/+6
2014-05-19some code cleanup to deal with the roster mgmt changes from earlierDaniel Gultsch1-5/+0
2014-05-19reworked roster/contact handling. might break some stuff. not sycing to disk yetDaniel Gultsch3-18/+11
2014-05-17Update Validator.javathe-username1-1/+1
2014-05-17permanent notification disapears now when account is being deleted + code ↵Daniel Gultsch1-13/+1
clean up
2014-05-14made message parser non staticDaniel Gultsch1-162/+0
2014-05-09nicer descriptions in notificaton for images and encrypted messagesDaniel Gultsch1-4/+4
2014-05-06basic pgp encrypted file transferDaniel Gultsch1-5/+2
2014-04-25smoother scrolling (first step)Daniel Gultsch1-20/+0
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