telecapoland / jamendo-android

Official Jamendo Android Player by Teleca Poland
http://telecapoland.blogspot.com/
Apache License 2.0
423 stars 258 forks source link

Fixes potential ANR while searching for radios. #27

Closed dargad closed 12 years ago

dargad commented 12 years ago

There was another area of potential ANR (and StrictMode violation): searching for a radio station.

I have introduced a private helper class to perform radio search in the background thread (RadioSearchDialog). Existing wording is reused.