hoccer / scrum

General software management
0 stars 0 forks source link

transmit filenames properly #149

Closed JacobZ closed 10 years ago

JacobZ commented 10 years ago

see iOS implementation for reference

jkrumow commented 10 years ago

Check collisions in filenames. Currently to prevent collisions mot suffixes are added (file.mp3 -> file.mp3.mpga.mpga).

ChristianeMussmacher commented 10 years ago

Re-test Sprint8: On Android the received music file names still do not display song information, only:

screenshot_2014-04-10-17-38-40

on iOS we have interpret, song title, size

jkrumow commented 10 years ago

Filename seems to be empty when receiving from iOS. Looks like a bug. Size could be added.

agnat commented 10 years ago

See hoccer/hoccer-talk-spike#75.

jkrumow commented 10 years ago

ok, i see.

agnat commented 10 years ago

Pointers:

In short: The iOS client still uses fileName but accepts filename, too.

jkrumow commented 10 years ago

Ok, thank you. I will look into it.

jkrumow commented 10 years ago

Fixed.