dwalkes / WakeMeSki

An application for the Android OS which turns your phone into a ski or snowboard alarm clock with ski resort monitoring features. This project is based on android-ski-report found at http://code.google.com/p/android-ski-report/
www.wakemeski.com
7 stars 0 forks source link

Dashboard displays "Loading" forever when no resorts are selected (IE first run) #9

Closed dwalkes closed 14 years ago

dwalkes commented 14 years ago

It might be better to put up a message asking the user to configure and press=start preferences activity.

doanac commented 14 years ago

I think I may know why this is happening. I'll take a look.

dwalkes commented 14 years ago

Fixed with b70f2005. Do you think we should also add an onPress that takes you directly to preferences in this case or is it easy enough to figure out that you need to press the menu key?

doanac commented 14 years ago

Fix "loading forever" issue in dashboard

The ReportListAdapter display's a "loading" entry until addReport(null) is call. However, when no resorts are configured, we never launch the service that would call this.

This fix updates the Dashboard to always launch the Service intent. It also adds logic to the ReportListAdapter to detect an empty list and display a message to propmpt the user to configure a report.

Closed by b70f2005e7a5c1f12ff98d12329d16207226f4c5

doanac commented 14 years ago

Dan - I like your idea. I opened issue #15 for this.