gdg-x / frisbee

[DEPRECATED] Android application for GDG members and organizers
https://play.google.com/store/apps/details?id=org.gdg.frisbee.android
Apache License 2.0
265 stars 169 forks source link

Replace joda time with JSR-310 implementation #576

Open friedger opened 8 years ago

friedger commented 8 years ago

E.g. https://github.com/JakeWharton/ThreeTenABP or later Java8 implementation

tasomaniac commented 8 years ago

I would put priority low to this. We have a lot to do and JodaTime works for us. The work to do this is huge

seventhmoon commented 7 years ago

Java8 java.time is not included in Android. Jake's port is an alternative. However, I also see no reason for a change at this moment.