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 1010
1111.idea /*
1212.idea
13+ /app /release /
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ android {
66 applicationId " com.codedead.deadhash"
77 minSdk 28
88 targetSdk 34
9- versionName ' 1.8.0 '
9+ versionName ' 1.8.1 '
1010 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
11- versionCode 10
11+ versionCode 11
1212 }
1313 buildTypes {
1414 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) {
157157 if (cursor != null && cursor .moveToFirst ()) {
158158 @ SuppressLint ("Range" ) String displayName = cursor .getString (cursor .getColumnIndex (OpenableColumns .DISPLAY_NAME ));
159159 edtFilePath .setText (displayName );
160+
161+ fileDataArrayList .clear ();
162+ mAdapterFile .notifyDataSetChanged ();
160163 }
161164 }
162165 } else {
Original file line number Diff line number Diff line change 3636 <string name =" error_playstore" >Der Play Store kann nicht geöffnet werden!</string >
3737 <string name =" error_website" >Website kann nicht geöffnet werden!</string >
3838 <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 >
4039 <string name =" error_open_file" >Die ausgewählte Datei kann nicht geöffnet werden!</string >
4140 <string name =" error_no_file" >Es wurde keine Datei ausgewählt!</string >
4241 <string name =" theme" >Thema</string >
Original file line number Diff line number Diff line change 3636 <string name =" error_playstore" >Impossible d\'ouvrir le Play Store!</string >
3737 <string name =" error_website" >Impossible d\'ouvrir le site Web!</string >
3838 <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 >
4039 <string name =" error_open_file" >Impossible d\'ouvrir le fichier sélectionné!</string >
4140 <string name =" error_no_file" >Aucun fichier n\'a été sélectionné!</string >
4241 <string name =" theme" >Thème</string >
Original file line number Diff line number Diff line change 3636 <string name =" error_playstore" >Impossibile aprire il Play Store!</string >
3737 <string name =" error_website" >Impossibile aprire il sito Web!</string >
3838 <string name =" dialog_select_file" >Seleziona un file</string >
39- <string name =" error_copy_file" >Impossibile creare una copia del file selezionato!</string >
4039 <string name =" error_open_file" >Impossibile aprire il file selezionato!</string >
4140 <string name =" error_no_file" >Nessun file è stato selezionato!</string >
4241 <string name =" theme" >Tema</string >
Original file line number Diff line number Diff line change 22 <!-- Base application theme. -->
33 <style name =" Theme.DeadHash" parent =" Theme.MaterialComponents.DayNight.DarkActionBar" >
44 <!-- Primary brand color. -->
5- <item name =" colorPrimary" >@color/purple_200 </item >
5+ <item name =" colorPrimary" >@color/black </item >
66 <item name =" colorPrimaryVariant" >@color/purple_500</item >
7- <item name =" colorOnPrimary" >@color/black </item >
7+ <item name =" colorOnPrimary" >@color/white </item >
88 <!-- Secondary brand color. -->
99 <item name =" colorSecondary" >@color/teal_200</item >
1010 <item name =" colorSecondaryVariant" >@color/teal_200</item >
11- <item name =" colorOnSecondary" >@color/black </item >
11+ <item name =" colorOnSecondary" >@color/white </item >
1212 <!-- Status bar color. -->
1313 <item name =" android:statusBarColor" >?attr/colorPrimaryVariant</item >
1414 <!-- Customize your theme here. -->
1919 <item name =" windowNoTitle" >true</item >
2020 </style >
2121
22- <style name =" Theme.DeadHash.AppBarOverlay" parent =" ThemeOverlay.AppCompat.DayNight.ActionBar" />
23-
2422 <style name =" Theme.DeadHash.PopupOverlay" parent =" ThemeOverlay.AppCompat.DayNight" />
2523</resources >
Original file line number Diff line number Diff line change 3636 <string name =" error_playstore" >Kon de Play Store niet openen!</string >
3737 <string name =" error_website" >Kon de website niet openen!</string >
3838 <string name =" dialog_select_file" >Selecteer een bestand</string >
39- <string name =" error_copy_file" >Kon geen kopie van het bestand maken!</string >
4039 <string name =" error_open_file" >Kon het geselecteerde bestand niet openen!</string >
4140 <string name =" error_no_file" >Geen bestand geselecteerd!</string >
4241 <string name =" theme" >Thema</string >
Original file line number Diff line number Diff line change 3636 <string name =" error_playstore" >Não foi possível abrir a Play Store!</string >
3737 <string name =" error_website" >Não foi possível abrir o site!</string >
3838 <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 >
4039 <string name =" error_open_file" >Não foi possível abrir o arquivo selecionado!</string >
4140 <string name =" error_no_file" >Nenhum arquivo foi selecionado!</string >
4241 <string name =" theme" >Tema</string >
You can’t perform that action at this time.
0 commit comments