ushahidi / Ushahidi_Android

[Deprecated] Ushahidi Android app For Ushahidi V2.x.x. Working on V3.x.x at
https://github.com/ushahidi/platform-android/
GNU Lesser General Public License v3.0
202 stars 153 forks source link

Changed fileName storage method and Report Creation Photo Preview Size #177

Closed Rszotak closed 9 years ago

Rszotak commented 9 years ago

fileName storage was based on time and date. There is a conflict with this when multiple files are submitted on the same second. Changed so the files are saved via unique system links.

Also changed photo preview size from 75x75 to 150x150. There was a complaint that the size of uploaded photos on android were shown too small. Increased preview size so the user can see the uploaded photo better before creating report.