aboutsummaryrefslogtreecommitdiffstats
path: root/src/eu/siacs/conversations/ui/adapter/MessageAdapter.java (unfollow)
Commit message (Expand)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 perfor...iNPUTmice1-15/+3
2014-10-15refactored file download status. make image http download available for carbo...iNPUTmice1-32/+14
2014-10-14don't show invalid file sizeiNPUTmice1-1/+4
2014-10-14recreate http connection after restart. fixes stale download button. better f...iNPUTmice1-8/+43
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 migrate...iNPUTmice1-3/+3
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) - l...iNPUTmice1-5/+50
2014-08-09grant uri permission on share pictureiNPUTmice1-1/+1
2014-08-08save images to external storage instead of internal. this requires more permi...iNPUTmice1-9/+11
2014-08-06fixed problems with sha sum calculation on avatar write. delete avatars with ...iNPUTmice1-7/+3
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