azai91 / foursquared

Automatically exported from code.google.com/p/foursquared
Apache License 2.0
0 stars 0 forks source link

Check for gps, network location enabled when app starts. #50

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Foursquare needs each of these things to function properly, make sure to 
check for them at app start

Original issue reported on code.google.com by jlapenna on 24 Aug 2009 at 2:43

GoogleCodeExporter commented 8 years ago

Original comment by jlapenna on 31 Aug 2009 at 6:02

GoogleCodeExporter commented 8 years ago
There is already a check for the SD card in MainActivity.onCreate.

For location, if there is no location available, the NearbyVenuesActivity will 
come
up with a blank list.  I propose a code change so that we display a toast with
something like: "Your location could not be found, please refresh" and leave it 
up to
the user to refresh.  thoughts?

Original comment by dherbst on 10 Sep 2009 at 6:42

GoogleCodeExporter commented 8 years ago
After looking at what happens if the SD card is not present, we need to change 
the
BaseDiskCache so it checks before trying to create the .nomedia file.

Original comment by dherbst on 10 Sep 2009 at 8:06

GoogleCodeExporter commented 8 years ago
We'll handle the remaining edge cases for sdcards in separate bugs. We still 
need a 
good design for how to deal with users who have location providers disabled.

Original comment by jlapenna on 21 Sep 2009 at 3:01

GoogleCodeExporter commented 8 years ago

Original comment by jlapenna on 26 Sep 2009 at 8:53

GoogleCodeExporter commented 8 years ago

Original comment by jlapenna on 26 Sep 2009 at 9:00

GoogleCodeExporter commented 8 years ago
We now check at login.

Original comment by jlapenna on 23 Nov 2009 at 6:48

GoogleCodeExporter commented 8 years ago
I think it's fixed long time ago.

Original comment by avolo...@gmail.com on 1 Apr 2010 at 1:52