tagtime / TagTime

Stochastic Time Tracking for Space Cadets
http://tagti.me
Other
367 stars 51 forks source link

preferences: added quiet-while-charging #32

Closed jeffkaufman closed 10 years ago

jeffkaufman commented 10 years ago

Adds a setting 'Quiet While Charging' that disables ringing and vibrating while the phone is plugged in. This is intended for people who plug their phone in at night and don't want to be woken up.

This requires BatteryManager.EXTRA_PLUGGED which changes the minimum supported version from API 4 to API 5. I think everyone should now be on Android 2.0 or later, so I think this is ok.