Skip to content

Commit

Permalink
fix: tiny change in release notes and removed docs in RemoveFilesDial…
Browse files Browse the repository at this point in the history
…ogFragment
  • Loading branch information
Aitorbp committed Jun 18, 2024
1 parent 42f6698 commit cb11037
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,6 @@ class RemoveFilesDialogFragment(
companion object {
const val TAG_REMOVE_FILES_DIALOG_FRAGMENT = "TAG_REMOVE_FILES_DIALOG_FRAGMENT"

/**
* Public factory method to create new RemoveFilesDialogFragment instances.
*
* @param files Files to remove.
* @param isAvailableLocallyAndNotAvailableOffline
* @return Dialog ready to show.
*/
@JvmStatic
fun newInstance(files: ArrayList<OCFile>, isAvailableLocallyAndNotAvailableOffline: Boolean): RemoveFilesDialogFragment {
return RemoveFilesDialogFragment(targetFiles = files, isAvailableLocallyAndNotAvailableOffline = isAvailableLocallyAndNotAvailableOffline)
}
Expand Down
2 changes: 1 addition & 1 deletion owncloudApp/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@
<string name="release_notes_4_3_0_title_clear_data_button_hard_reset">"Clear data" button enabled in the app settings in device settings</string>
<string name="release_notes_4_3_0_subtitle_clear_data_button_hard_reset">The "Clear data" button has been enabled to delete the application data from the app settings in the device settings. The application will perform a hard reset if this button is pressed</string>
<string name="release_notes_4_3_0_title_improvements_remove_dialog">Improvements in remove dialog</string>
<string name="release_notes_4_3_0_subtitle_improvements_remove_dialog">Modified the custom dialog when the file that is going to be deleted has thumbnail and added the number of files that are going to be deleted in a multiple selection</string>
<string name="release_notes_4_3_0_subtitle_improvements_remove_dialog">Modified the dialog when the file that is going to be deleted has thumbnail and added the number of files that are going to be deleted in a multiple selection</string>
<string name="release_notes_4_3_0_title_password_generator">Password generator for public links</string>
<string name="release_notes_4_3_0_subtitle_password_generator">Passwords for public links can be now generated via a new generator in Infinite Scale accounts</string>
<string name="release_notes_4_3_0_title_display_name_truncation">Resolved the bug where long display names were truncated incorrectly</string>
Expand Down

0 comments on commit cb11037

Please sign in to comment.