Skip to content

Commit

Permalink
[Update] update to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruan625Br committed Oct 17, 2023
1 parent 634a7ae commit 057226f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId = "com.etb.filemanager"
minSdk = 26
targetSdk = 34
versionCode = 3
versionName = "1.1.1"
versionCode = 4
versionName = "1.1.2"

resValue("string", "app_version", "$versionName ($versionCode)")
buildConfigField("String", "FILE_PROVIDER_AUTHORITY", "\"$applicationId.file_provider\"")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,15 @@

package com.etb.filemanager.compose.feature.presentation.deletedfiles

import android.util.Log
import androidx.lifecycle.ViewModel
import androidx.lifecycle.viewModelScope
import com.etb.filemanager.data.deletedfiles.DeletedFile
import com.etb.filemanager.data.deletedfiles.DeletedFilesRepository
import com.etb.filemanager.manager.util.FileUtils
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.flow.SharingStarted
import kotlinx.coroutines.flow.StateFlow
import kotlinx.coroutines.flow.filterNotNull
import kotlinx.coroutines.flow.map
import kotlinx.coroutines.flow.stateIn
import kotlinx.coroutines.withContext
import java.nio.file.Paths
import kotlin.io.path.createFile
import kotlin.io.path.exists

class DeletedFileDetailsViewModel(
private val deletedFilesRepository: DeletedFilesRepository
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Implemented list for categories
- Added feature to allow users to customize the corner family
- Reduced time to launch the video/image viewer
- Added fast scrolling in file list
- Various bug fixes and performance improvements for a smoother experience.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/4.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 057226f

Please sign in to comment.