natsuk4ze/gal

Support Android API 21-23

natsuk4ze opened this issue · 2 comments

CompletableFuture in java8 is not available for Android API less than 24 and will crash.

completed:

  • open()
  • hasAccess()
  • requestAccess()
  • putImage()
  • putImageBytes()
  • putVideo()
  • add tests

I am sure that is the cause. However, I would consider migrating the native Android code from java to kotlin.

Now test-fix is settled, I'm bcak to this.