WindSekirun / NaraeImagePicker

MultiImagePicker for Android Application, written in Kotlin
Apache License 2.0
40 stars 14 forks source link

Refactor/remove rich util lib #23

Closed deepakkumardk closed 4 years ago

deepakkumardk commented 4 years ago

Remove RichUtils dependency with the help of anko library class Async.kt against #22

Is that OK? or we want to do that the old way using AsyncTask class!!!

WindSekirun commented 4 years ago

To fix the codebeat issue, remove if (map.isNotEmpty ()) from NaraePickerActivity.initFragment. The depth problem seems to be resolved.

we didn't change it but it was caught as an issue so it seems to be fine to fix it.

deepakkumardk commented 4 years ago

See the latest commit and let me know if it's OK. For gradle.properties file added some rules to build faster and also added the official Kotlin code style.