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

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

Fixed issue #16, #17 #21

Closed thatonesimon closed 7 years ago

thatonesimon commented 7 years ago

16

If commands that require certain arguments (Contact, SMS, Powersave) do not come with the required arguments, we text the user back with help on that specific command.

If a user texts a command that isn't quite a command on the list (but the first three letters match) we will send them the help page.

17

When users add numbers to whitelist, we automatically remove non-integer characters. We also don't allow numbers that are less than 10 digits.

@sayalirkakade @jimmylle