aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/ConversationActivity.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-08-15first attempt for trying to change emojicon to ↵trz/emojicon-newlookshe1-1/+1
https://github.com/rockerhieu/emojicon
2015-08-11Fixes FS#20: Limitation of end conversation swipe to left sidesteckbrief1-58/+59
2015-08-11Merge tag '1.5.2' into trz/rebasetrz/1.5.2.1lookshe1-128/+299
2015-04-12whatsapp-like smiley implementationlookshe1-7/+8
2015-04-11differ between received and read messagelookshe1-4/+0
2015-03-07display geo uris as location. show 'send loction' in share menu if request ↵iNPUTmice1-47/+91
location intent can be resolved
2015-02-22init mode (first start) for StartConversationActivity (no up button) and ↵iNPUTmice1-8/+26
avoid being started multiple times. fixed #995
2015-02-19launch edit account activity when starting Conversations for the first time ↵iNPUTmice1-5/+9
(fixed regression)
2015-02-17limit ui refresh rateiNPUTmice1-33/+16
2015-02-17refresh list view more ofteniNPUTmice1-1/+1
2015-02-12use time instead of uptime for unmuteiNPUTmice1-3/+1
2015-01-29Use Material Design Icons on API 21+Sam Whited1-2/+7
2015-01-29properly clear notifications. fixed #921iNPUTmice1-2/+8
2015-01-21always allow access to contact details. provide add button in contact detailsiNPUTmice1-21/+1
2015-01-21Add block/unblock to contact details menuSam Whited1-4/+0
See #889
2015-01-16Add download button on notification if applicableSam Whited1-6/+14
2015-01-15sending read marker when resuming activity and conversation is openiNPUTmice1-1/+4
2015-01-14Add option to swap enter/emoticon keySam Whited1-21/+24
2015-01-10don't crash when selecting a conversation by uuid did not workDaniel Gultsch1-16/+20
2015-01-09fixed regression in tablet uiDaniel Gultsch1-0/+2
2015-01-09Introduced expert options to control enter-is-sendDaniel Gultsch1-0/+4
(default == off)
2015-01-07more muc optionsDaniel Gultsch1-9/+2
* show invite button only with admin privileges or on public conferences * Offer to ban user in public conferences. Thanks to @betheg for the awesome ground work for this
2015-01-07reset next encryption when archiving conversationsDaniel Gultsch1-1/+0
2015-01-06run invalidateOptionsMenu on uiThreadDaniel Gultsch1-1/+1
2015-01-03record voice and attachment refactorDaniel Gultsch1-64/+48
2015-01-02put Conversations into background mode earlierDaniel Gultsch1-5/+25
2015-01-02improved OTR verification part oneDaniel Gultsch1-0/+37
2014-12-30fixed npe in block menu itemDaniel Gultsch1-1/+1
2014-12-25Add ability to change password on serverSam Whited1-1/+1
Fixes #260
2014-12-22Fix NPEs in blocking codeSam Whited1-1/+3
2014-12-22Add support for XEP-0191 (Blocking command)Sam Whited1-76/+116
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-15fixed history deletion. fixed #780iNPUTmice1-1/+1
2014-12-14refactored the way certain messages are being found within a conversationiNPUTmice1-2/+4
2014-12-09recreate activity after theme has changed. fixed #764iNPUTmice1-0/+9
2014-11-30don't request fragment before updatingiNPUTmice1-6/+2
2014-11-27fixed npe. fixed #717iNPUTmice1-5/+6
2014-11-21update action bar with conversations updates as welliNPUTmice1-27/+35
2014-11-21remove unused imports.Michael1-1/+0
2014-11-21move task to back and not finish when hitting back buttoniNPUTmice1-7/+5
2014-11-20brought ad hoc conferences back. fixed #688 fixed #367iNPUTmice1-1/+13
2014-11-18properly remove conversations context menuiNPUTmice1-37/+19
2014-11-18disabled broken conversations context menuiNPUTmice1-3/+3
2014-11-18context menu for conversations. fixed #630iNPUTmice1-9/+45
2014-11-17highlight muc members by touching their name in muc details. fixed #503iNPUTmice1-1/+7
2014-11-16parse otr-fingerprint in qr codes and nfc. include otr fingerprint in ↵iNPUTmice1-1/+1
shareable uri where ever possible
2014-11-15some mime and pgp fixes for file transferiNPUTmice1-11/+13
2014-11-15copy non local files to private storage firstiNPUTmice1-4/+19
2014-11-15basic arbitrary file transferiNPUTmice1-15/+31
2014-11-11auto register/unregister listenersiNPUTmice1-18/+4
2014-11-11temporarliy got rid of some insane work arounds in favor of some maybe less ↵iNPUTmice1-5/+4
insane work arounds