apptentive / apptentive-android

Apptentive Android SDK
http://www.apptentive.com
BSD 3-Clause "New" or "Revised" License
65 stars 64 forks source link

The feedback module allows "empty" messages #48

Closed stefanthaler closed 11 years ago

stefanthaler commented 11 years ago

The FeedbackModule in Line 202 only checks whether the entered text is an empty string. So basically I could enter send " " as Feedback. Maybe you could use text.replace( " ", "" ).equals("") instead and introduce a minimum Feedback length parameter.

skykelsey commented 11 years ago

Thanks @stefanthaler. Fix merged.