Hello Sisinda

Thanks for the update. The creation of an "Android26" branch for easier
upgrade to future Android devices is a good move. Well done

    Martin


Le 11/06/2017 à 19:16, Sisinda Dinusha a écrit :

> Hello Martin,
>
> java.nio.file.* classes are available on Android starting from Android API
> version 26 which is still in developer preview stage. So most of the devices
> won't have these classes any time soon. So I removed the usage of those
> classes
> from the sis-utility module and replaced similiar functionality using
> java.io.* classes and also had to remove some functions which become useless
> without those classes because of there is already overloaded functions
> which are using java.io.* classes (such as some functions in Converter
> classes).
> Before that, created a seperate branch (Android26), which did not affect to
> the above
> replacement so we will not have to reimplement the original implementation
> when API 26 is supported on most of the Android devices.
>
> Sisinda

Reply via email to