JDNdeveloper / Off-By-One

CMPS 115 Project: Jayden Navarro, John Gemignani, Alex Gonzalez, Kevin Cheng, Josh Innis
0 stars 0 forks source link

Work on more robust setAlarm #148

Closed JDNdeveloper closed 9 years ago

JDNdeveloper commented 9 years ago

If one time, set calendar time to firmly in the past. If repeat days, set to next repeat day until time is passed rightNow. If repeat every blank day, increment by amount of days from initial day until passed right now. Compare to right now by using get time in millis.

JDNdeveloper commented 9 years ago

Implemented.