OpenCycleCompass / ocyco-app-android

Android App for OpenCycleCompass
GNU General Public License v3.0
6 stars 1 forks source link

Comply to Android 6.0+ (SDK 23) permission management #110

Closed maride closed 8 years ago

maride commented 8 years ago

This adds support for Android 6.0+ permission management, which occured to be different to Android<6.0. See this page for more information.

Also found a report from my device and this exact problem on the projects bug tracker.

TODO: create a callback function to avoid double-tapping the button (see comments on RoutingActivity.java, 333-338)

rleh commented 8 years ago

Should I merge this PR or do you want to fix the TODO before?

maride commented 8 years ago

I'll quickly fix the TODO. 😊

rleh commented 8 years ago

Don't stress yourself...

rleh commented 8 years ago

Could you rebase onto the latest develop branch to make Travis happy? :grin:

maride commented 8 years ago

Rebased and TODO'd. 😊 Travis still fails, but as far as I can tell that's not my fault (or is it? 😁)

rleh commented 8 years ago

Thank you :blush: :+1:

That Travis fails is not your fault, but ... hmmmm ... :grin: