motif icon indicating copy to clipboard operation
motif copied to clipboard

Android support ? (Java 6-7 backwards compatibility)

Open caefree opened this issue 8 years ago • 4 comments

caefree avatar Jan 18 '17 23:01 caefree

This library is heavily dependent on the Lambda functionality in Java 8, so it's unlikely it will ever be compatible with Java 6 or 7.

johnlcox avatar Jan 19 '17 14:01 johnlcox

@johnlcox Hmm I see. But there's retrolambda for android, for instance, so we have lambda support, we just can't depend on java 8 classes for now.

caefree avatar Jan 20 '17 14:01 caefree

The internals and many of the APIs of motif depend on Java 8 classes.

johnlcox avatar Jan 21 '17 16:01 johnlcox

@johnlcox is it a lot of work? Maybe I can help to rewrite it?

caefree avatar Jan 21 '17 20:01 caefree