Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 97678748 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

AM: Rename to Account Manager

parent 2b4fe698
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -366,7 +366,7 @@ fun AccountList(
                    .padding(8.dp)
            ) {
                Text(
                    text = stringResource(R.string.account_list_welcome),
                    text = stringResource(R.string.e_account_list_welcome),
                    style = MaterialTheme.typography.headlineSmall,
                    textAlign = TextAlign.Center,
                    modifier = Modifier
+5 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="app_name">Account Manager</string>
    <string name="e_account_list_welcome">Welcome to Account Manager!</string>
</resources>
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
<resources xmlns:tools="http://schemas.android.com/tools">

    <!-- common strings -->
    <string name="app_name" translatable="false">DAVx⁵</string>
    <string name="davx_app_name" translatable="false">DAVx⁵</string>

    <string name="account_invalid">Account does not exist (anymore)</string>
    <string name="account_type" translatable="false">bitfire.at.davdroid</string>
+1 −1
Original line number Diff line number Diff line
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
    android:accountType="@string/account_type"
    android:icon="@mipmap/ic_launcher"
    android:label="@string/app_name"
    android:label="@string/davx_app_name"
    android:smallIcon="@mipmap/ic_launcher"
    android:accountPreferences="@xml/sync_prefs" />
 No newline at end of file