mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-23 13:08:00 +01:00
replace fileproperties with commons
This commit is contained in:
parent
16d97e9a92
commit
c383a530dd
14 changed files with 4 additions and 15 deletions
|
@ -42,8 +42,7 @@ dependencies {
|
||||||
compile 'com.davemorrissey.labs:subsampling-scale-image-view:3.6.0'
|
compile 'com.davemorrissey.labs:subsampling-scale-image-view:3.6.0'
|
||||||
compile 'com.theartofdev.edmodo:android-image-cropper:2.3.1'
|
compile 'com.theartofdev.edmodo:android-image-cropper:2.3.1'
|
||||||
compile 'com.booking:rtlviewpager:1.0.1'
|
compile 'com.booking:rtlviewpager:1.0.1'
|
||||||
compile 'com.simplemobiletools:fileproperties:1.0.7@aar'
|
compile 'com.simplemobiletools:commons:1.2.1'
|
||||||
compile 'com.simplemobiletools:commons:1.2.0'
|
|
||||||
compile 'com.bignerdranch.android:recyclerview-multiselect:0.2'
|
compile 'com.bignerdranch.android:recyclerview-multiselect:0.2'
|
||||||
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,8 +12,8 @@ import android.view.MenuItem
|
||||||
import android.view.View
|
import android.view.View
|
||||||
import com.simplemobiletools.commons.asynctasks.CopyMoveTask
|
import com.simplemobiletools.commons.asynctasks.CopyMoveTask
|
||||||
import com.simplemobiletools.commons.dialogs.ConfirmationDialog
|
import com.simplemobiletools.commons.dialogs.ConfirmationDialog
|
||||||
|
import com.simplemobiletools.commons.dialogs.PropertiesDialog
|
||||||
import com.simplemobiletools.commons.extensions.*
|
import com.simplemobiletools.commons.extensions.*
|
||||||
import com.simplemobiletools.fileproperties.dialogs.PropertiesDialog
|
|
||||||
import com.simplemobiletools.gallery.R
|
import com.simplemobiletools.gallery.R
|
||||||
import com.simplemobiletools.gallery.adapters.MyPagerAdapter
|
import com.simplemobiletools.gallery.adapters.MyPagerAdapter
|
||||||
import com.simplemobiletools.gallery.asynctasks.GetMediaAsynctask
|
import com.simplemobiletools.gallery.asynctasks.GetMediaAsynctask
|
||||||
|
|
|
@ -14,11 +14,11 @@ import com.bumptech.glide.load.engine.DiskCacheStrategy
|
||||||
import com.bumptech.glide.signature.StringSignature
|
import com.bumptech.glide.signature.StringSignature
|
||||||
import com.simplemobiletools.commons.asynctasks.CopyMoveTask
|
import com.simplemobiletools.commons.asynctasks.CopyMoveTask
|
||||||
import com.simplemobiletools.commons.dialogs.ConfirmationDialog
|
import com.simplemobiletools.commons.dialogs.ConfirmationDialog
|
||||||
|
import com.simplemobiletools.commons.dialogs.PropertiesDialog
|
||||||
import com.simplemobiletools.commons.extensions.isAStorageRootFolder
|
import com.simplemobiletools.commons.extensions.isAStorageRootFolder
|
||||||
import com.simplemobiletools.commons.extensions.isImageVideoGif
|
import com.simplemobiletools.commons.extensions.isImageVideoGif
|
||||||
import com.simplemobiletools.commons.extensions.scanPaths
|
import com.simplemobiletools.commons.extensions.scanPaths
|
||||||
import com.simplemobiletools.commons.extensions.toast
|
import com.simplemobiletools.commons.extensions.toast
|
||||||
import com.simplemobiletools.fileproperties.dialogs.PropertiesDialog
|
|
||||||
import com.simplemobiletools.gallery.R
|
import com.simplemobiletools.gallery.R
|
||||||
import com.simplemobiletools.gallery.activities.SimpleActivity
|
import com.simplemobiletools.gallery.activities.SimpleActivity
|
||||||
import com.simplemobiletools.gallery.dialogs.CopyDialog
|
import com.simplemobiletools.gallery.dialogs.CopyDialog
|
||||||
|
|
|
@ -14,8 +14,8 @@ import com.bumptech.glide.load.engine.DiskCacheStrategy
|
||||||
import com.bumptech.glide.signature.StringSignature
|
import com.bumptech.glide.signature.StringSignature
|
||||||
import com.simplemobiletools.commons.asynctasks.CopyMoveTask
|
import com.simplemobiletools.commons.asynctasks.CopyMoveTask
|
||||||
import com.simplemobiletools.commons.dialogs.ConfirmationDialog
|
import com.simplemobiletools.commons.dialogs.ConfirmationDialog
|
||||||
|
import com.simplemobiletools.commons.dialogs.PropertiesDialog
|
||||||
import com.simplemobiletools.commons.extensions.toast
|
import com.simplemobiletools.commons.extensions.toast
|
||||||
import com.simplemobiletools.fileproperties.dialogs.PropertiesDialog
|
|
||||||
import com.simplemobiletools.gallery.R
|
import com.simplemobiletools.gallery.R
|
||||||
import com.simplemobiletools.gallery.activities.SimpleActivity
|
import com.simplemobiletools.gallery.activities.SimpleActivity
|
||||||
import com.simplemobiletools.gallery.dialogs.CopyDialog
|
import com.simplemobiletools.gallery.dialogs.CopyDialog
|
||||||
|
|
|
@ -111,6 +111,5 @@
|
||||||
<!--
|
<!--
|
||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/library/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/library/src/main/res
|
||||||
https://github.com/SimpleMobileTools/Simple-File-Properties/tree/master/library/src/main/res
|
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -111,6 +111,5 @@
|
||||||
<!--
|
<!--
|
||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/library/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/library/src/main/res
|
||||||
https://github.com/SimpleMobileTools/Simple-File-Properties/tree/master/library/src/main/res
|
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -111,6 +111,5 @@
|
||||||
<!--
|
<!--
|
||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/library/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/library/src/main/res
|
||||||
https://github.com/SimpleMobileTools/Simple-File-Properties/tree/master/library/src/main/res
|
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -111,6 +111,5 @@
|
||||||
<!--
|
<!--
|
||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/library/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/library/src/main/res
|
||||||
https://github.com/SimpleMobileTools/Simple-File-Properties/tree/master/library/src/main/res
|
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -111,6 +111,5 @@
|
||||||
<!--
|
<!--
|
||||||
Não encontrou todas as cadeias a traduzir? Existem mais algumas em:
|
Não encontrou todas as cadeias a traduzir? Existem mais algumas em:
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/library/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/library/src/main/res
|
||||||
https://github.com/SimpleMobileTools/Simple-File-Properties/tree/master/library/src/main/res
|
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -111,6 +111,5 @@
|
||||||
<!--
|
<!--
|
||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/library/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/library/src/main/res
|
||||||
https://github.com/SimpleMobileTools/Simple-File-Properties/tree/master/library/src/main/res
|
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -111,6 +111,5 @@
|
||||||
<!--
|
<!--
|
||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/library/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/library/src/main/res
|
||||||
https://github.com/SimpleMobileTools/Simple-File-Properties/tree/master/library/src/main/res
|
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -111,6 +111,5 @@
|
||||||
<!--
|
<!--
|
||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/library/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/library/src/main/res
|
||||||
https://github.com/SimpleMobileTools/Simple-File-Properties/tree/master/library/src/main/res
|
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -111,6 +111,5 @@
|
||||||
<!--
|
<!--
|
||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/library/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/library/src/main/res
|
||||||
https://github.com/SimpleMobileTools/Simple-File-Properties/tree/master/library/src/main/res
|
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -111,6 +111,5 @@
|
||||||
<!--
|
<!--
|
||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/library/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/library/src/main/res
|
||||||
https://github.com/SimpleMobileTools/Simple-File-Properties/tree/master/library/src/main/res
|
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue