ucsb-cs56-projects / cs56-android-smoke-signals

-
GNU General Public License v3.0
1 stars 7 forks source link

Powersave will turn off functions of the phone to save power. 50 pts #4

Closed ashedden closed 8 years ago

ashedden commented 8 years ago

Text //Powersave [function name] to turn off the function. List of functions include:

Turn sound on, to vibrate to mute Turn wifi on or off Turn bluetooth on or off Turn NFC on or off Turn all of the features off

~50 points for each function

W16 ok!

Tektonbuilds commented 8 years ago

F16 OK (50 pts)

thatonesimon commented 8 years ago

Should this feature only allow users to turn off settings? Or be able to toggle them?

Suggestion: Instead of having the user have an "all" command (//Powersave all), turn off all features if there is no argument (just //Powersave).

Tektonbuilds commented 8 years ago

Well "on and off" means toggles but if you're going to take on this project, your suggestions are basically to yourself. If you want to "//Powersave all", go ahead. One of the things you should think about is how to get each of the functions to work and then group them. Don't do everything at once.

jimmylle commented 8 years ago

Fixed in this pull request. Mute, wifi, bluetooth and all.