j2objc-contrib / j2objc-common-libs-e2e-test

End-to-end tests for translating, compiling, and linking common Java libraries into Objective C using j2objc
https://github.com/j2objc-contrib
Apache License 2.0
12 stars 5 forks source link

joda-time:joda-time - J2ObjC continuous build #14

Closed brunobowden closed 8 years ago

brunobowden commented 8 years ago

Quality replacement for the Java date and time classes.

@jodastephen, @broneill - FYI for you both. This is to support translation of your Java library to Objective-C such that it can be used on iOS. This bug is specifically for testing this as part of a continuous build using Google's J2ObjC conversion tool.

@advayDev1 FYI

advayDev1 commented 8 years ago

Depends on and is blocked by #25

broneill commented 8 years ago

I've not been involved in the Joda project for many years now. The new time package in Java 8 is better than Joda-Time, and I think you should model it instead. I think Stephen would agree with you.

advayDev1 commented 8 years ago

Thanks @broneill ; it is the case that some of our users still use Java 7, so we still have demand for Joda-Time.

brunobowden commented 8 years ago

Java 8 isn't supported on Android yet. Even when that happens, many developers will still need to develop for older Android devices stuck on Java 7. So this'll be useful for some time to come.

On Sat, Sep 26, 2015 at 3:49 PM Advay Mengle notifications@github.com wrote:

Thanks @broneill https://github.com/broneill ; it is the case that some of our users still use Java 7, so we still have demand for Joda-Time.

— Reply to this email directly or view it on GitHub https://github.com/j2objc-contrib/j2objc-common-libs-e2e-test/issues/14#issuecomment-143502672 .