zeroXbrock / Tomado.Android

The app that helps you work smarter. Made public for you (;
1 stars 0 forks source link

Fix recurring section in add session dialog & edit session view #73

Closed zeroXbrock closed 8 years ago

zeroXbrock commented 8 years ago

Added section; click animation lags... TODO: Add functionality to weekday buttons and fix lag.

zeroXbrock commented 8 years ago

Choosing the day has no effect on when you're notified. We need to set the start date for the next instance of that day; not ASAP, as it currently does.

zeroXbrock commented 8 years ago

Notification should be set for days in advance; still testing. Need to set toggle states of weekday buttons in edit view appropriately.

zeroXbrock commented 8 years ago

Isolated code to a class to simplify weekday button implementation... Still can't save to DB, though.

zeroXbrock commented 8 years ago

Also, recurrence state isn't persistent when saving a session edit.

zeroXbrock commented 8 years ago

Shit is persistent, but still can't save list of days to DB...

zeroXbrock commented 8 years ago

FUCK YEAH MOTHERFUCKER. SAVED THE DAYS TO THE DATABASE BY CONVERTING THE LIST OF DAYS INTO A STRING AND PARSING THAT SHIT MANUALLY ON DATABASE SAVE/LOAD. FUCK.