[Android] Add Super Resolution app module (#880)

* add Superscript.

* change "superscript" to "super resolution".

* delete camera page,add album select button.

* VoiceAssistant and SuperResolution add SettingsActivity.

* VoiceAssistant and SuperResolution add SettingsActivity.

Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com>
This commit is contained in:
Winter
2022-12-20 15:28:01 +08:00
committed by GitHub
parent 4512ea935c
commit c85b229e5b
19 changed files with 914 additions and 5 deletions

View File

@@ -28,6 +28,7 @@ dependencies {
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.android.support:design:28.0.0'
implementation 'org.jetbrains:annotations:15.0'
implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.10.0'
// implementation project(path: ':fastdeploy')
implementation project(path: ':ui')
//noinspection GradleDependency