Yash-Garg/qBittorrent-Manager

[REFACTOR] Move the hardcoded strings in the project to `strings.xml`

Yash-Garg opened this issue · 1 comments

Move hardcoded strings like below, throughout the project to strings.xml.

// TODO: Switch to string resources below
alertDialogBuilder.apply {
setTitle("Add Magnet Link")
setView(R.layout.edit_text)
setNeutralButton("Upload File", null)
setNegativeButton("Cancel") { dialog, _ -> dialog.dismiss() }
setPositiveButton("Add", null)
}

@Yash-Garg I will be able to handle it