aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/ui/adapter/MessageAdapter.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-29proper error state for imagesiNPUTmice1-4/+5
2014-10-26remove some unused castMichael1-4/+4
2014-10-23context menu for messages. allow to resend single messagesiNPUTmice1-17/+11
2014-10-21proper avatar cachingiNPUTmice1-53/+16
2014-10-20refactored avatar generation. first stepiNPUTmice1-8/+14
2014-10-19mtm support for image downloaderiNPUTmice1-2/+5
2014-10-17do not attempt to download images when not connectediNPUTmice1-18/+24
2014-10-15detect deleted files on start up. got rid of lagecy image provider for ↵iNPUTmice1-15/+3
performance reasons. NOTE: this will prevent you to access images older than version 0.6
2014-10-15refactored file download status. make image http download available for ↵iNPUTmice1-32/+14
carbon copied (sent) messages as well
2014-10-14don't show invalid file sizeiNPUTmice1-1/+4
2014-10-14recreate http connection after restart. fixes stale download button. better ↵iNPUTmice1-8/+43
failing
2014-10-14read image bounds on downloaded imageiNPUTmice1-23/+16
2014-10-13use setAlpha(float) method, not the depricated oneM. Dietrich1-1/+1
2014-10-07made disabled notifications permanent across restartsiNPUTmice1-1/+1
2014-10-07fixed regression of not showing status messageiNPUTmice1-1/+4
2014-10-06cleanung up the scroll fix a littleiNPUTmice1-0/+7
2014-09-21show full date in message list, fixed #328iNPUTmice1-1/+1
2014-09-20fixed #470iNPUTmice1-27/+30
2014-09-20indicates received messages with a tick.Michael1-0/+16
2014-09-13add a forgotten break and remove some unused importsMichael1-1/+1
2014-09-11match color in contact details to the colors in the send button. also ↵iNPUTmice1-3/+3
migrated some other colors from hard coding to using resources
2014-09-08setting to increase font size. fixed #420iNPUTmice1-1/+2
2014-09-08introduced downloadable interface. reverted some of the changes made to OTRiNPUTmice1-9/+4
2014-09-06made otr a little bit more solid when there is no presence subscriptioniNPUTmice1-0/+5
2014-09-03made emoticon parsing enableable - default falseiNPUTmice1-1/+5
2014-09-02fixed #410 by removing that config optioniNPUTmice1-1/+1
2014-09-01transform ascii to emoticons (on display only)M. Dietrich1-1/+1
2014-08-31show merged time and status in message adapteriNPUTmice1-3/+3
2014-08-31some code cleanupiNPUTmice1-23/+34
2014-08-31experimental message mergingiNPUTmice1-4/+11
2014-08-28fix forgotten spelling.Michael1-4/+4
2014-08-28fixed spelling thanks @bethegiNPUTmice1-6/+6
2014-08-22tiny redesign for private muc messagesiNPUTmice1-7/+11
2014-08-14fixed muc pm avatariNPUTmice1-2/+5
2014-08-10added limited private muc chat feature (messages are now properly marked) - ↵iNPUTmice1-5/+50
long press on user icon will sent private messages. fixed #259
2014-08-09grant uri permission on share pictureiNPUTmice1-1/+1
2014-08-08save images to external storage instead of internal. this requires more ↵iNPUTmice1-9/+11
permissions. fixed #150 fixed #177 fixed #333 - this might need some more polish though
2014-08-06fixed problems with sha sum calculation on avatar write. delete avatars with ↵iNPUTmice1-7/+3
non matching sha sum
2014-07-31get rid of 'use phones self contact picture option'iNPUTmice1-13/+5
2014-07-29fixed #239 - show contact names and pictures in muc if real jid is knowniNPUTmice1-29/+38
2014-07-24presonalized read up to this point messageiNPUTmice1-3/+7
2014-07-22refactored message adapter into seperate classDaniel Gultsch1-0/+474