-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove hirondelle.date4j in favor of JSR-310 #12
Milestone
Comments
dliw
added a commit
to dliw/trackworktime
that referenced
this issue
Nov 26, 2020
- migrated to AndroidX - ported away from deprecated functions (multiselect, preferences, ...) - ported to java.time using ThreeTenABP - ported to view binding - added support for DST and time zones - new database scheme: * table event: store times as timestamps to avoid parsing strings * cache with intermediate results instead of week table * new target table to store per-day settings - new navigation drawer - restored top buttons (default off) - fix mathisdt#12
dliw
added a commit
to dliw/trackworktime
that referenced
this issue
Dec 7, 2020
- migrated to AndroidX - ported away from deprecated functions (multiselect, preferences, ...) - ported to java.time using ThreeTenABP - ported to view binding - added support for DST and time zones - new database scheme: * table event: store times as timestamps to avoid parsing strings * cache with intermediate results instead of week table * new target table to store per-day settings - new navigation drawer - restored top buttons (default off) - fix mathisdt#12
dliw
added a commit
to dliw/trackworktime
that referenced
this issue
Dec 22, 2020
- migrated to AndroidX - ported away from deprecated functions (multiselect, preferences, ...) - ported to java.time using ThreeTenABP - ported to view binding - added support for DST and time zones - new database scheme: * table event: store times as timestamps to avoid parsing strings * cache with intermediate results instead of week table * new target table to store per-day settings - new navigation drawer - restored top buttons (default off) - fix mathisdt#12
dliw
added a commit
to dliw/trackworktime
that referenced
this issue
Dec 22, 2020
- migrated to AndroidX - ported away from deprecated functions (multiselect, preferences, ...) - ported to java.time using ThreeTenABP - ported to view binding - added support for DST and time zones - new database scheme: * table event: store times as timestamps to avoid parsing strings * cache with intermediate results instead of week table * new target table to store per-day settings - new navigation drawer - restored top buttons (default off) - fix mathisdt#12
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see https://github.com/JakeWharton/ThreeTenABP
The text was updated successfully, but these errors were encountered: