[GSOC] Added Image Fetch (#4449)

* Added basic Fetch

* added permission request

* Folder count rectified

* Loaded thumbnail

* disabled overlay

* Added sha1 function

* Documented the code
This commit is contained in:
Aditya-Srivastav 2021-06-13 16:10:04 +05:30 committed by Aditya Srivastava
parent 2dbda3a488
commit a120030a44
12 changed files with 240 additions and 40 deletions

View file

@ -142,6 +142,10 @@ dependencies {
def work_version = "2.4.0"
// Kotlin + coroutines
implementation "androidx.work:work-runtime-ktx:$work_version"
//Glide
implementation 'com.github.bumptech.glide:glide:4.12.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
}
android {