ponewheel / android-ponewheel

pOneWheel Android app
MIT License
72 stars 25 forks source link

Increment targetSdkVersion to 27 #81

Closed audkar closed 5 years ago

audkar commented 6 years ago

To increment version target to sdk 27 had to update other libs:

Seems that location runtime permissions kinda works. Would be nice to have better UX to notify user what happens when user refuses location permission.

I couldn't find place where is used <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />. Maybe you know?

closes #72

kwatkins commented 6 years ago

Write external storage was used when we wrote the ow logs to the sdcard, since @ebabel moved that to sqlite we may be able to drop that perm.

audkar commented 6 years ago

Export Ride feature was writing file to external storage and then sharing that file. Moved it to cache folder and removed WRITE_EXTERNAL_STORAGE permission.