mirror of
https://github.com/bitfireAT/davx5-ose.git
synced 2025-12-23 23:17:50 -05:00
Fix string references
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
[](https://gitlab.com/bitfireAT/davx5/commits/master-ose)
|
||||
[](https://gitlab.com/bitfireAT/davx5-ose/commits/master-ose)
|
||||
|
||||
|
||||
DAVx⁵
|
||||
@@ -17,7 +17,7 @@ Help and discussion: [DAVx⁵ forums](https://www.davx5.com/forums/)
|
||||
**If you want to support DAVx⁵, please consider [donating to DAVx⁵](https://www.davx5.com/donate/)
|
||||
or [purchasing it](https://www.davx5.com/download/).**
|
||||
|
||||
Generated KDoc: https://bitfireAT.gitlab.io/davx5/dokka/app/
|
||||
Generated KDoc: https://bitfireAT.gitlab.io/davx5-ose/dokka/app/
|
||||
|
||||
Parts of DAVx⁵ have been outsourced into these libraries:
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@ object Logger {
|
||||
if (logToFile) {
|
||||
val builder = NotificationUtils.newBuilder(context, NotificationUtils.CHANNEL_DEBUG)
|
||||
builder .setSmallIcon(R.drawable.ic_sd_storage_notification)
|
||||
.setContentTitle(context.getString(R.string.logging_davdroid_file_logging))
|
||||
.setContentTitle(context.getString(R.string.logging_davx5_file_logging))
|
||||
.setLocalOnly(true)
|
||||
|
||||
val dir = context.getExternalFilesDir(null)
|
||||
|
||||
@@ -126,7 +126,7 @@ class StartupDialogFragment: DialogFragment() {
|
||||
Mode.OPENTASKS_NOT_INSTALLED -> {
|
||||
val builder = StringBuilder(getString(R.string.startup_opentasks_not_installed_message))
|
||||
if (Build.VERSION.SDK_INT < 23)
|
||||
builder.append("\n\n").append(getString(R.string.startup_opentasks_reinstall_davdroid))
|
||||
builder.append("\n\n").append(getString(R.string.startup_opentasks_reinstall_davx5))
|
||||
return AlertDialog.Builder(activity)
|
||||
.setIcon(R.drawable.ic_playlist_add_check_dark)
|
||||
.setTitle(R.string.startup_opentasks_not_installed)
|
||||
|
||||
Reference in New Issue
Block a user