File tree Expand file tree Collapse file tree 16 files changed +17
-54
lines changed
java/com/codedead/deadhash
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 16 files changed +17
-54
lines changed Original file line number Diff line number Diff line change 10
10
11
11
.idea /*
12
12
.idea
13
+ /app /release /
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ android {
6
6
applicationId " com.codedead.deadhash"
7
7
minSdk 28
8
8
targetSdk 34
9
- versionName ' 1.8.0 '
9
+ versionName ' 1.8.1 '
10
10
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
11
- versionCode 10
11
+ versionCode 11
12
12
}
13
13
buildTypes {
14
14
release {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -157,6 +157,9 @@ protected void onCreate(final Bundle savedInstanceState) {
157
157
if (cursor != null && cursor .moveToFirst ()) {
158
158
@ SuppressLint ("Range" ) String displayName = cursor .getString (cursor .getColumnIndex (OpenableColumns .DISPLAY_NAME ));
159
159
edtFilePath .setText (displayName );
160
+
161
+ fileDataArrayList .clear ();
162
+ mAdapterFile .notifyDataSetChanged ();
160
163
}
161
164
}
162
165
} else {
Original file line number Diff line number Diff line change 36
36
<string name =" error_playstore" >Der Play Store kann nicht geöffnet werden!</string >
37
37
<string name =" error_website" >Website kann nicht geöffnet werden!</string >
38
38
<string name =" dialog_select_file" >Wählen Sie eine Datei aus</string >
39
- <string name =" error_copy_file" >Es kann keine Kopie der ausgewählten Datei erstellt werden!</string >
40
39
<string name =" error_open_file" >Die ausgewählte Datei kann nicht geöffnet werden!</string >
41
40
<string name =" error_no_file" >Es wurde keine Datei ausgewählt!</string >
42
41
<string name =" theme" >Thema</string >
Original file line number Diff line number Diff line change 36
36
<string name =" error_playstore" >Impossible d\'ouvrir le Play Store!</string >
37
37
<string name =" error_website" >Impossible d\'ouvrir le site Web!</string >
38
38
<string name =" dialog_select_file" >Sélectionner un fichier</string >
39
- <string name =" error_copy_file" >Impossible de créer une copie du fichier sélectionné!</string >
40
39
<string name =" error_open_file" >Impossible d\'ouvrir le fichier sélectionné!</string >
41
40
<string name =" error_no_file" >Aucun fichier n\'a été sélectionné!</string >
42
41
<string name =" theme" >Thème</string >
Original file line number Diff line number Diff line change 36
36
<string name =" error_playstore" >Impossibile aprire il Play Store!</string >
37
37
<string name =" error_website" >Impossibile aprire il sito Web!</string >
38
38
<string name =" dialog_select_file" >Seleziona un file</string >
39
- <string name =" error_copy_file" >Impossibile creare una copia del file selezionato!</string >
40
39
<string name =" error_open_file" >Impossibile aprire il file selezionato!</string >
41
40
<string name =" error_no_file" >Nessun file è stato selezionato!</string >
42
41
<string name =" theme" >Tema</string >
Original file line number Diff line number Diff line change 2
2
<!-- Base application theme. -->
3
3
<style name =" Theme.DeadHash" parent =" Theme.MaterialComponents.DayNight.DarkActionBar" >
4
4
<!-- Primary brand color. -->
5
- <item name =" colorPrimary" >@color/purple_200 </item >
5
+ <item name =" colorPrimary" >@color/black </item >
6
6
<item name =" colorPrimaryVariant" >@color/purple_500</item >
7
- <item name =" colorOnPrimary" >@color/black </item >
7
+ <item name =" colorOnPrimary" >@color/white </item >
8
8
<!-- Secondary brand color. -->
9
9
<item name =" colorSecondary" >@color/teal_200</item >
10
10
<item name =" colorSecondaryVariant" >@color/teal_200</item >
11
- <item name =" colorOnSecondary" >@color/black </item >
11
+ <item name =" colorOnSecondary" >@color/white </item >
12
12
<!-- Status bar color. -->
13
13
<item name =" android:statusBarColor" >?attr/colorPrimaryVariant</item >
14
14
<!-- Customize your theme here. -->
19
19
<item name =" windowNoTitle" >true</item >
20
20
</style >
21
21
22
- <style name =" Theme.DeadHash.AppBarOverlay" parent =" ThemeOverlay.AppCompat.DayNight.ActionBar" />
23
-
24
22
<style name =" Theme.DeadHash.PopupOverlay" parent =" ThemeOverlay.AppCompat.DayNight" />
25
23
</resources >
Original file line number Diff line number Diff line change 36
36
<string name =" error_playstore" >Kon de Play Store niet openen!</string >
37
37
<string name =" error_website" >Kon de website niet openen!</string >
38
38
<string name =" dialog_select_file" >Selecteer een bestand</string >
39
- <string name =" error_copy_file" >Kon geen kopie van het bestand maken!</string >
40
39
<string name =" error_open_file" >Kon het geselecteerde bestand niet openen!</string >
41
40
<string name =" error_no_file" >Geen bestand geselecteerd!</string >
42
41
<string name =" theme" >Thema</string >
Original file line number Diff line number Diff line change 36
36
<string name =" error_playstore" >Não foi possível abrir a Play Store!</string >
37
37
<string name =" error_website" >Não foi possível abrir o site!</string >
38
38
<string name =" dialog_select_file" >Selecione um arquivo</string >
39
- <string name =" error_copy_file" >Não foi possível criar uma cópia do arquivo selecionado!</string >
40
39
<string name =" error_open_file" >Não foi possível abrir o arquivo selecionado!</string >
41
40
<string name =" error_no_file" >Nenhum arquivo foi selecionado!</string >
42
41
<string name =" theme" >Tema</string >
You can’t perform that action at this time.
0 commit comments