aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/adapter (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-07-02refactored message context menuDaniel Gultsch1-6/+6
2015-06-30made httpconnection (download) ready all kind of filesDaniel Gultsch2-6/+5
2015-05-11avoid using paragraph style breaks by accidentDaniel Gultsch1-3/+4
2015-05-11increased space between merged messages a bitDaniel Gultsch1-1/+1
2015-05-11add a little bit of space between merged messages.Daniel Gultsch1-1/+7
2015-05-11no font padding on red heartsDaniel Gultsch1-2/+4
2015-05-11rewrote parts of message adapter to avoid using NULL viewsDaniel Gultsch1-35/+6
2015-05-10paint single unicode hearts as red and slightly largerDaniel Gultsch1-4/+22
2015-04-13fixed disable account when sliding and not clicking the toggleiNPUTmice1-6/+7
2015-04-13fixed regression where the selected conversation wasn't highlighted anymore ↵iNPUTmice1-11/+4
on tabled layout
2015-04-01Add toggle account-state switchBrianBlade1-16/+29
Add a switch to AccountAdapter that allows self-contained enabling/disabling of accounts without the need to bring up the context-menu
2015-03-07display geo uris as location. show 'send loction' in share menu if request ↵iNPUTmice1-1/+31
location intent can be resolved
2015-02-22properly remove invalid avatariNPUTmice2-0/+2
2015-02-21added typing notifications through XEP-0085. fixed #210iNPUTmice1-3/+1
2015-02-18always call to cancel before loading new avatarsiNPUTmice2-24/+28
2015-02-16fixed avatar cache lookup in ListItemAdapteriNPUTmice1-4/+1
2015-02-15made image view background more colorful while waiting on actual avatar to loadiNPUTmice2-2/+3
2015-02-15loading avatars in seperate tasksiNPUTmice2-4/+177
2015-01-25fix mergable() for /me command.Michael1-1/+2
2015-01-23Changed online color to green instead of primaryAnders Sandblad1-1/+1
2015-01-20fixed missing image previewiNPUTmice1-1/+1
2015-01-18explain read markeriNPUTmice1-20/+6
2015-01-18use same helper methods for images and filesiNPUTmice1-33/+8
2015-01-12reworked message preview / message meta information (ie file offered, ↵Daniel Gultsch2-129/+46
received * file) fixed #837
2015-01-11Add XEP-0245 (/me command) supportSam Whited2-140/+167
2015-01-05added debug info + possible platform bug work arounds to message adapterDaniel Gultsch1-0/+10
2015-01-04added higher auto accept file sizesDaniel Gultsch1-2/+2
also changed labeling to MiB and KiB
2015-01-02click on dynamic tag to filter for that tagDaniel Gultsch1-0/+22
2014-12-22Add support for XEP-0191 (Blocking command)Sam Whited1-9/+9
Fixes #791 Squash of commits: 534f25d7dae3ce6852243e28fdd0a69ac01e9463 808fdf5147f27a912a60bee39aa4bf1ddd4f43b4 1eaf8a8330710ad35ba7c368e04f909af623ae4c 31585242c2359efdcd0eeddb9745077f54dbc9eb 2e69bd0bd0286ed1e98a42f4c3421ba4d8cf524b e904fb5015bf3a1904ab941a1957edf3b1e7abd2 eebbadf3b3816bbf8fcccb763e419fed252d266f 7c5b87724ce494e5a6e8026557ed50a8fd9f23e8 b0eaaf446937794fe19cbdb4f8309c3ff83d4e42 8c652f9e8bb3512958d9ad8c6f1326505f2d98c8 ad0ea1ad948ff6f8fde7b0b10f5163dc8852032f f5d49897e0dba691ef53a0eddb9ed34d129ad442 a08fa64c505bd895b7c626cfad182380373be20b de67079113e08394a276048c31f6b21baa300829 9069f342173ba30c2b20c67529c7ff497a6a257d 0169fa79d161ee898c4b6762e207087682a952d8 8585a5bd75a5d56927fed8317729bd15fffe4dcc 0053528a078369e0b65dcf71bda251072a1299c7 e901a9c3554bd7cca193e92919b463991eadfea7 c5c78257434813c69ab9b7558bcc8f7cbe858433 e905af348d46d77bc46b5f7211527684acc02fab 13a0f9a10c7892b0f90f5fabd2f2615701b0fd66 2cfba1e24b0139839e4453b92be7e20634d150cf 58e074fb5bb44b05a8104250fccd7c024c808c1a 0d6cf98fc8eab212d798ac79b336f9b70a14f06d e23620f56b85bcab9f3b5d9ce1c01524cd9674dc d72cd2fcc8d54176c3ff53411a69b9bb4642eff3 195143dff8836623a37094a6b8fa6aa01ef31580 5f5f3caf3a1e480a99d27ee5c34ba516419c52e4 1dee3d5861c9f9c710da4cbda3688d94c622ca93 23949b8aa32c78b27bab49bb3c4f3ff588925ce1 9bf97f8ae522796e0dacb7f6fe7a7f90f86a93a1
2014-12-15avoid npe on weird platform bugsiNPUTmice1-30/+30
2014-12-09cleanup: removed unused emoticon parsingiNPUTmice2-10/+2
2014-12-07possible work around for some weird - possibly sdk - bugsiNPUTmice1-4/+5
2014-12-03further npe checksiNPUTmice1-5/+11
2014-12-03refactored the message adapter a bitiNPUTmice1-32/+33
2014-12-01fixed #728iNPUTmice1-5/+2
2014-11-21remove unused imports.Michael1-5/+0
2014-11-16happy hanukkahiNPUTmice1-0/+21
2014-11-15Add incompatible server statusSam Whited1-65/+13
2014-11-15Add security error statusSam Whited1-0/+4
2014-11-15Make account status an enumSam Whited1-11/+11
2014-11-15handled more error casesiNPUTmice1-5/+20
2014-11-15fixed description in notifications and conversation overviewiNPUTmice2-2/+16
2014-11-15adepted conversationadapter to deal with filesiNPUTmice1-3/+21
2014-11-15some mime and pgp fixes for file transferiNPUTmice1-34/+27
2014-11-15progress for http images as well. fixed open button for sent filesiNPUTmice1-2/+7
2014-11-15bug fixes and various improvements for file transferiNPUTmice1-4/+9
2014-11-15basic arbitrary file transferiNPUTmice1-32/+65
2014-11-09use isBareJid instead of getResourcePart().isEmpty()iNPUTmice1-1/+1
2014-11-09fixed muc sender history for some cases (where the previous nick was a valid ↵iNPUTmice1-4/+12
jid)
2014-11-09Rework `Account.getJid()' to return full JIDsSam Whited1-1/+1
Remove `Account.getFullJid()'