konklone / campyre

RETIRED: A Campfire client for Android.
https://play.google.com/store/apps/details?id=campyre.android
BSD 3-Clause "New" or "Revised" License
68 stars 22 forks source link

Allow downloading of uploaded files #107

Closed edgesmash closed 14 years ago

edgesmash commented 14 years ago

Right now we can't even see the files that are uploaded. Either providing a new window/tab for files or adding them inline would be nice.

konklone commented 14 years ago

At the time of the first release, this was completely impossible using the API. They've since added enough information to construct the full URL of the download, but there may be another issue with how they use Rails session IDs to govern S3 access to given files. I'll try it and see.