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

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

mail: Replace K9 to /e/

- Use script

find . -type f -name "*.xml" -exec sed -i 's/K-9/\/e\//g' {} +
parent fd082d68
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -319,7 +319,7 @@
        <change>Added swipe actions to the message list screen</change>
        <change>Added support for swiping between messages</change>
        <change>Added a monochromatic app icon for Android 13</change>
        <change>Fixed "K-9 Accounts" shortcuts (please remove existing shortcuts and add them again)</change>
        <change>Fixed "/e/ Accounts" shortcuts (please remove existing shortcuts and add them again)</change>
        <change>Fixed error reporting for (old) send failures</change>
        <change>A lot of other bug fixes; see changes for versions 6.3xx</change>
        <change>Added Western Frisian translation and updated others</change>
@@ -339,7 +339,7 @@
        <change>Fixed a couple of rare crashes</change>
    </release>
    <release version="6.310" versioncode="33010" date="2022-10-24">
        <change>Fixed "K-9 Accounts" shortcuts (you probably have to remove existing shortcuts and add them again)</change>
        <change>Fixed "/e/ Accounts" shortcuts (you probably have to remove existing shortcuts and add them again)</change>
        <change>Fixed a couple of bugs and display issues in the message list widget</change>
        <change>Fixed bug that could lead to a crypto provider popup showing before swiping to the next/previous message was completed</change>
        <change>Some other minor bug fixes</change>
@@ -1248,7 +1248,7 @@
        <change>Add support for bitcoin URIs</change>
        <change>Change the way we harden SSL/TLS sockets. Disallow a couple of weak ciphers, bring known ones in a defined order and sort unknown ciphers at the end. Also re-enable SSLv3 because it's still used a lot.</change>
        <change>Implement pruning of old certificates from LocalKeyStore. Certificates are deleted whenever server settings are changed or an account is deleted.</change>
        <change>Fix inadequate certificate validation. Proper host name validation was not being performed for certificates kept in the local keystore.  If an attacker could convince a user to accept and store an attacker's certificate, then that certificate could be used for MITM attacks, giving the attacker access to all connections to all servers in all accounts in K-9.</change>
        <change>Fix inadequate certificate validation. Proper host name validation was not being performed for certificates kept in the local keystore.  If an attacker could convince a user to accept and store an attacker's certificate, then that certificate could be used for MITM attacks, giving the attacker access to all connections to all servers in all accounts in /e/.</change>
        <change>Users can now use different certificates for different servers on the same host (listening to different ports).</change>
        <change>The above changes mean that users might have to re-accept certificates that they had previously accepted and are still using (but only if the certificate's Subject doesn't match the host that they are connecting to).</change>
        <change>Make sure to return different colors for senders with different name, but the same mail address (e.g. mails sent by certain issue tracking systems).</change>
@@ -1258,7 +1258,7 @@
    <release version="4.701" versioncode="19002" date="2013-11-06">
        <change>Overhauled how we do message view scrolling to fix a KitKat issue. Thanks to Joe Steele!</change>
        <change>Hardened TLS cipher suites and versions</change>
        <change>K-9 no longer adds blank lines to composed messages if there is no quoted text</change>
        <change>/e/ no longer adds blank lines to composed messages if there is no quoted text</change>
        <change>Fixed serveral issues related to message drafts</change>
        <change>Better cleanup of old data when deleting an account</change>
        <change>Worked around a bug in KitKat that stopped settings import from working</change>
@@ -1396,7 +1396,7 @@
    <release version="4.327" versioncode="17028" date="2013-02-20">
        <change>Fix dialog message when deleting multiple messages from a notification</change>
        <change>Message view / list: fix NPE when list is empty</change>
        <change>If there is no message when resuming, K-9 should return to a MessageList.</change>
        <change>If there is no message when resuming, /e/ should return to a MessageList.</change>
        <change>Add a caching layer to EmailProvider.  Database updates can be surprisingly slow. This lead to slow updates of the user interface which in turn made working with Mail not as fun as it should be. This commit hopefully changes that.</change>
        <change>Updated Japanese translation</change>
        <change>Updated French translation</change>
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="app_name">بريد K-9</string>
    <string name="app_name">بريد /e/</string>
</resources>
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="app_name">Пошта K-9</string>
    <string name="app_name">Пошта /e/</string>
</resources>
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="app_name">K-9 Retpoŝtilo</string>
    <string name="app_name">/e/ Retpoŝtilo</string>
</resources>
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="app_name">Courriel K-9 Mail</string>
    <string name="app_name">Courriel /e/ Mail</string>
</resources>
 No newline at end of file
Loading