notriddle / budget-envelopes

An Android app for managing money.
GNU General Public License v3.0
57 stars 33 forks source link

Warning Date.getYear(), Date.getMonth(), Date.getDay() has been deprecated #16

Closed S1aNT closed 10 years ago

S1aNT commented 10 years ago

EnvelopesActivity.java

public void onResume(){} it's used a strange way to get the current time in milliseconds.

notriddle commented 10 years ago

I realize that it's kind of strange. If you can come up with a better way to figure out if today is the next day after the ms value stored in preferences, I'd be glad to hear it. The current method seems to have a problem anyway (still trying to figure it out...)

notriddle commented 10 years ago

This should no longer be an issue. Thanks!