Cloudkibo / Android

0 stars 0 forks source link

add caption in file attachments #596

Open sojharo opened 7 years ago

sojharo commented 7 years ago

This is client side work for task opened on server by sumaira: https://github.com/Cloudkibo/CloudKibo/issues/467

Each of our attachment should also have the label. Just like whatsapp. The iOS task for this is https://github.com/Cloudkibo/iOS/issues/308

Assadbintahir commented 7 years ago

I have worked on it today. I have made the UI fragment which will hold the selected file before it is uploaded to server. On this UI, there will be the option to add the caption. Then the file and caption will be sent to server.

I will complete the logic work for this by tomorrow.

Assadbintahir commented 7 years ago

Completed work on this I have also opened the pull request for it.