Browse Source

rename project to SimpleEmail

main
Distopico Vegan 5 years ago
parent
commit
4f72e801ea
106 changed files with 139 additions and 370 deletions
  1. +23
    -33
      README.md
  2. +1
    -1
      app/build.gradle
  3. +2
    -2
      app/proguard-rules.pro
  4. +3
    -3
      app/src/main/AndroidManifest.xml
  5. +1
    -1
      app/src/main/java/eu/faircode/email/ActivityBase.java
  6. +1
    -1
      app/src/main/java/eu/faircode/email/ActivityBilling.java
  7. +1
    -1
      app/src/main/java/eu/faircode/email/ActivityCompose.java
  8. +1
    -1
      app/src/main/java/eu/faircode/email/ActivityMain.java
  9. +1
    -1
      app/src/main/java/eu/faircode/email/ActivitySetup.java
  10. +1
    -1
      app/src/main/java/eu/faircode/email/ActivityView.java
  11. +1
    -1
      app/src/main/java/eu/faircode/email/AdapterAccount.java
  12. +1
    -1
      app/src/main/java/eu/faircode/email/AdapterAnswer.java
  13. +1
    -1
      app/src/main/java/eu/faircode/email/AdapterAttachment.java
  14. +1
    -1
      app/src/main/java/eu/faircode/email/AdapterFolder.java
  15. +1
    -1
      app/src/main/java/eu/faircode/email/AdapterIdentity.java
  16. +1
    -1
      app/src/main/java/eu/faircode/email/AdapterLog.java
  17. +1
    -1
      app/src/main/java/eu/faircode/email/AdapterMessage.java
  18. +1
    -1
      app/src/main/java/eu/faircode/email/AdapterOperation.java
  19. +1
    -1
      app/src/main/java/eu/faircode/email/ApplicationEx.java
  20. +1
    -1
      app/src/main/java/eu/faircode/email/BoundaryCallbackMessages.java
  21. +1
    -1
      app/src/main/java/eu/faircode/email/DB.java
  22. +1
    -1
      app/src/main/java/eu/faircode/email/DaoAccount.java
  23. +1
    -1
      app/src/main/java/eu/faircode/email/DaoAnswer.java
  24. +1
    -1
      app/src/main/java/eu/faircode/email/DaoAttachment.java
  25. +1
    -1
      app/src/main/java/eu/faircode/email/DaoFolder.java
  26. +1
    -1
      app/src/main/java/eu/faircode/email/DaoIdentity.java
  27. +1
    -1
      app/src/main/java/eu/faircode/email/DaoLog.java
  28. +1
    -1
      app/src/main/java/eu/faircode/email/DaoMessage.java
  29. +1
    -1
      app/src/main/java/eu/faircode/email/DaoOperation.java
  30. +1
    -1
      app/src/main/java/eu/faircode/email/DialogBuilderLifecycle.java
  31. +1
    -1
      app/src/main/java/eu/faircode/email/EntityAccount.java
  32. +1
    -1
      app/src/main/java/eu/faircode/email/EntityAnswer.java
  33. +1
    -1
      app/src/main/java/eu/faircode/email/EntityAttachment.java
  34. +1
    -1
      app/src/main/java/eu/faircode/email/EntityFolder.java
  35. +1
    -1
      app/src/main/java/eu/faircode/email/EntityIdentity.java
  36. +1
    -1
      app/src/main/java/eu/faircode/email/EntityLog.java
  37. +1
    -1
      app/src/main/java/eu/faircode/email/EntityMessage.java
  38. +1
    -1
      app/src/main/java/eu/faircode/email/EntityOperation.java
  39. +1
    -1
      app/src/main/java/eu/faircode/email/FragmentAbout.java
  40. +1
    -1
      app/src/main/java/eu/faircode/email/FragmentAccount.java
  41. +1
    -1
      app/src/main/java/eu/faircode/email/FragmentAccounts.java
  42. +1
    -1
      app/src/main/java/eu/faircode/email/FragmentAnswer.java
  43. +1
    -1
      app/src/main/java/eu/faircode/email/FragmentAnswers.java
  44. +1
    -1
      app/src/main/java/eu/faircode/email/FragmentCompose.java
  45. +1
    -1
      app/src/main/java/eu/faircode/email/FragmentEula.java
  46. +1
    -1
      app/src/main/java/eu/faircode/email/FragmentEx.java
  47. +1
    -1
      app/src/main/java/eu/faircode/email/FragmentFolder.java
  48. +1
    -1
      app/src/main/java/eu/faircode/email/FragmentFolders.java
  49. +1
    -1
      app/src/main/java/eu/faircode/email/FragmentIdentities.java
  50. +1
    -1
      app/src/main/java/eu/faircode/email/FragmentIdentity.java
  51. +1
    -1
      app/src/main/java/eu/faircode/email/FragmentLegend.java
  52. +1
    -1
      app/src/main/java/eu/faircode/email/FragmentLogs.java
  53. +1
    -1
      app/src/main/java/eu/faircode/email/FragmentMessages.java
  54. +1
    -1
      app/src/main/java/eu/faircode/email/FragmentOperations.java
  55. +1
    -1
      app/src/main/java/eu/faircode/email/FragmentOptions.java
  56. +1
    -1
      app/src/main/java/eu/faircode/email/FragmentSetup.java
  57. +1
    -1
      app/src/main/java/eu/faircode/email/FragmentWebView.java
  58. +1
    -1
      app/src/main/java/eu/faircode/email/Helper.java
  59. +1
    -1
      app/src/main/java/eu/faircode/email/HtmlHelper.java
  60. +1
    -1
      app/src/main/java/eu/faircode/email/ItemDetailsLookupMessage.java
  61. +1
    -1
      app/src/main/java/eu/faircode/email/ItemDetailsMessage.java
  62. +1
    -1
      app/src/main/java/eu/faircode/email/ItemKeyProviderMessage.java
  63. +1
    -1
      app/src/main/java/eu/faircode/email/JobDaily.java
  64. +1
    -1
      app/src/main/java/eu/faircode/email/MessageHelper.java
  65. +1
    -1
      app/src/main/java/eu/faircode/email/MimeMessageEx.java
  66. +1
    -1
      app/src/main/java/eu/faircode/email/Provider.java
  67. +1
    -1
      app/src/main/java/eu/faircode/email/ReceiverAutostart.java
  68. +1
    -1
      app/src/main/java/eu/faircode/email/SelectionPredicateMessage.java
  69. +1
    -1
      app/src/main/java/eu/faircode/email/ServiceSynchronize.java
  70. +1
    -1
      app/src/main/java/eu/faircode/email/SimpleTask.java
  71. +1
    -1
      app/src/main/java/eu/faircode/email/TupleAccountStats.java
  72. +1
    -1
      app/src/main/java/eu/faircode/email/TupleFolderEx.java
  73. +1
    -1
      app/src/main/java/eu/faircode/email/TupleIdentityEx.java
  74. +1
    -1
      app/src/main/java/eu/faircode/email/TupleMessageEx.java
  75. +1
    -1
      app/src/main/java/eu/faircode/email/ViewModelBrowse.java
  76. +1
    -1
      app/src/main/java/eu/faircode/email/ViewModelMessages.java
  77. +1
    -1
      app/src/main/java/eu/faircode/email/Widget.java
  78. +1
    -10
      app/src/main/res/values-af/strings.xml
  79. +2
    -8
      app/src/main/res/values-ar-rBH/strings.xml
  80. +2
    -8
      app/src/main/res/values-ar-rEG/strings.xml
  81. +2
    -8
      app/src/main/res/values-ar-rSA/strings.xml
  82. +2
    -8
      app/src/main/res/values-ar-rYE/strings.xml
  83. +2
    -8
      app/src/main/res/values-ar/strings.xml
  84. +1
    -10
      app/src/main/res/values-cs/strings.xml
  85. +1
    -3
      app/src/main/res/values-da/strings.xml
  86. +1
    -10
      app/src/main/res/values-el/strings.xml
  87. +1
    -10
      app/src/main/res/values-en/strings.xml
  88. +1
    -10
      app/src/main/res/values-fa/strings.xml
  89. +1
    -10
      app/src/main/res/values-fi/strings.xml
  90. +1
    -10
      app/src/main/res/values-he/strings.xml
  91. +1
    -10
      app/src/main/res/values-hu/strings.xml
  92. +1
    -10
      app/src/main/res/values-iw/strings.xml
  93. +1
    -10
      app/src/main/res/values-ja/strings.xml
  94. +1
    -10
      app/src/main/res/values-ko/strings.xml
  95. +1
    -10
      app/src/main/res/values-nb/strings.xml
  96. +1
    -10
      app/src/main/res/values-no/strings.xml
  97. +1
    -10
      app/src/main/res/values-pt-rBR/strings.xml
  98. +1
    -10
      app/src/main/res/values-pt-rPT/strings.xml
  99. +1
    -10
      app/src/main/res/values-ru/strings.xml
  100. +1
    -10
      app/src/main/res/values-sr/strings.xml

+ 23
- 33
README.md View File

@ -1,6 +1,7 @@
# FairEmail
# SimpleEmail
*Open source, privacy friendly email app*
*SimpleEmail is Free Software, minimalistic and privacy friendly email app*
This project has been forked from [FairEmail](https://github.com/M66B/open-source-email).
This email app might be for you if your current email app:
@ -19,7 +20,7 @@ This app starts a foreground service with a low priority status bar notification
## Features
* 100 % open source
* 100% Free Software
* Multiple accounts (inboxes)
* Multiple identities (outboxes)
* Unified inbox
@ -31,7 +32,7 @@ This app starts a foreground service with a low priority status bar notification
* Folder management
* Material design
## Pro features
## Other features
* Signatures
* Dark theme
@ -68,8 +69,7 @@ This app starts a foreground service with a low priority status bar notification
## Downloads
* [GitHub](https://github.com/M66B/open-source-email/releases)
* [Play store](https://play.google.com/apps/testing/eu.faircode.email)
* [GitLab](https://framagit.org/dystopia-project/simple-email/releases)
Certificate fingerprints:
@ -79,53 +79,43 @@ Certificate fingerprints:
## Compatibility
FairEmail requires at least Android 6 Marshmallow.
SimpleEmail requires at least Android 6 Marshmallow.
FairEmail might occasionally crash on Motorola/Lenovo devices with Android 7 Nougat or earlier
SimpleEmail might occasionally crash on Motorola/Lenovo devices with Android 7 Nougat or earlier
because of a [bug in Android](https://issuetracker.google.com/issues/63377371).
## Frequently asked questions
See [here](https://github.com/M66B/open-source-email/blob/master/FAQ.md) for a list of often asked questions.
## Support
* For support on FairEmail, please go [here](https://forum.xda-developers.com/android/apps-games/source-email-t3824168)
## Contributing
*Documentation*
Contributions to this document and the frequently asked questions
are preferred in the form of [pull requests](https://help.github.com/articles/creating-a-pull-request/).
are preferred in the form of [pull requests](https://framagit.org/dystopia-project/simple-email/merge_requests).
*Translations*
* You can translate the in-app texts of FairEmail [here](https://crowdin.com/project/open-source-email)
* If your language is not listed, please send a message through [this contact form](https://contact.faircode.eu/)
* You can translate the in-app texts of SimpleEmail [here](https://crowdin.com/project/open-source-email)
* If your language is not listed, please open a issue or send a message through [email](distopico@riseup.net)
*Source code*
Building FairEmail from source code is straightforward with [Android Studio](http://developer.android.com/sdk/).
It is expected that you can solve build problems yourself, so there is no support on building.
Building SimpleEmail from source code is straightforward with [Android Studio](http://developer.android.com/sdk/).
Source code contributions are preferred in the form of [pull requests](https://help.github.com/articles/creating-a-pull-request/).
Please [contact me](https://contact.faircode.eu/) first to tell me what your plans are.
Source code contributions are welcome, please open a [pull requests](https://framagit.org/dystopia-project/simple-email/merge_requests).
Please note that you agree to the license below by contributing, including the copyright.
Please note that you agree to the license below by contributing.
## Attribution
FairEmail uses:
SimpleEmail uses:
* [JavaMail](https://javaee.github.io/javamail/). Copyright (c) 1997-2018 Oracle® and/or its affiliates. All rights reserved. [GPLv2+CE license](https://javaee.github.io/javamail/JavaMail-License).
* [jsoup](https://jsoup.org/). Copyright © 2009 - 2017 Jonathan Hedley. [MIT license](https://jsoup.org/license).
* [JCharset](http://www.freeutils.net/source/jcharset/). Copyright © 2005-2015 Amichai Rothman. [GNU General Public License](http://www.freeutils.net/source/jcharset/#license)
* [Android Support Library](https://developer.android.com/tools/support-library/). Copyright (C) 2011 The Android Open Source Project. [Apache license](https://android.googlesource.com/platform/frameworks/support/+/master/LICENSE.txt).
* [Android Architecture Components](https://developer.android.com/topic/libraries/architecture/). Copyright 2018 The Android Open Source Project, Inc. [Apache license](https://github.com/googlesamples/android-architecture-components/blob/master/LICENSE).
* [colorpicker](https://android.googlesource.com/platform/frameworks/opt/colorpicker). Copyright (C) 2013 The Android Open Source Project. [Apache license](https://android.googlesource.com/platform/frameworks/opt/colorpicker/+/master/src/com/android/colorpicker/ColorPickerDialog.java).
* [dnsjava](http://www.xbill.org/dnsjava/). Copyright (c) 1998-2011, Brian Wellington. [BSD License](https://sourceforge.net/p/dnsjava/code/HEAD/tree/trunk/LICENSE).
* [OpenPGP API library](https://github.com/open-keychain/openpgp-api). Copyright (C) 2014-2015 Dominik Schürmann. [Apache License 2.0](https://github.com/open-keychain/openpgp-api/blob/master/LICENSE).
* [JavaMail](https://javaee.github.io/javamail/). under [GPLv2+CE license](https://javaee.github.io/javamail/JavaMail-License).
* [jsoup](https://jsoup.org/). under [MIT license](https://jsoup.org/license).
* [JCharset](http://www.freeutils.net/source/jcharset/). under [GNU General Public License](http://www.freeutils.net/source/jcharset/#license)
* [Android Support Library](https://developer.android.com/tools/support-library/). under [Apache license](https://android.googlesource.com/platform/frameworks/support/+/master/LICENSE.txt).
* [Android Architecture Components](https://developer.android.com/topic/libraries/architecture/). under [Apache license](https://github.com/googlesamples/android-architecture-components/blob/master/LICENSE).
* [colorpicker](https://android.googlesource.com/platform/frameworks/opt/colorpicker). under [Apache license](https://android.googlesource.com/platform/frameworks/opt/colorpicker/+/master/src/com/android/colorpicker/ColorPickerDialog.java).
* [dnsjava](http://www.xbill.org/dnsjava/). under [BSD License](https://sourceforge.net/p/dnsjava/code/HEAD/tree/trunk/LICENSE).
* [OpenPGP API library](https://github.com/open-keychain/openpgp-api). under [Apache License 2.0](https://github.com/open-keychain/openpgp-api/blob/master/LICENSE).
## License


+ 1
- 1
app/build.gradle View File

@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 28
defaultConfig {
applicationId "eu.faircode.email"
applicationId "org.dystopia.email"
minSdkVersion 23
targetSdkVersion 28
versionCode 120


+ 2
- 2
app/proguard-rules.pro View File

@ -21,8 +21,8 @@
-renamesourcefileattribute SourceFile
#App
-keep class eu.faircode.email.** {*;}
-keepnames class eu.faircode.email.** {*;}
-keep class org.dystopia.email.** {*;}
-keepnames class org.dystopia.email.** {*;}
#AndroidX
-keep class androidx.appcompat.widget.** {*;}


+ 3
- 3
app/src/main/AndroidManifest.xml View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="eu.faircode.email">
package="org.dystopia.email">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
@ -20,7 +20,7 @@
android:allowBackup="false"
android:appCategory="productivity"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:label="@string/app_label"
android:networkSecurityConfig="@xml/network_security_config"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
@ -127,4 +127,4 @@
</intent-filter>
</receiver>
</application>
</manifest>
</manifest>

+ 1
- 1
app/src/main/java/eu/faircode/email/ActivityBase.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/ActivityBilling.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/ActivityCompose.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/ActivityMain.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/ActivitySetup.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/ActivityView.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/AdapterAccount.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/AdapterAnswer.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/AdapterAttachment.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/AdapterFolder.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/AdapterIdentity.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/AdapterLog.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/AdapterMessage.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/AdapterOperation.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/ApplicationEx.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/BoundaryCallbackMessages.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/DB.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
import android.content.Context;
import android.database.Cursor;


+ 1
- 1
app/src/main/java/eu/faircode/email/DaoAccount.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/DaoAnswer.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/DaoAttachment.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/DaoFolder.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/DaoIdentity.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/DaoLog.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/DaoMessage.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/DaoOperation.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/DialogBuilderLifecycle.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/EntityAccount.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/EntityAnswer.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/EntityAttachment.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/EntityFolder.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/EntityIdentity.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/EntityLog.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/EntityMessage.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/EntityOperation.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/FragmentAbout.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/FragmentAccount.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/FragmentAccounts.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/FragmentAnswer.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/FragmentAnswers.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/FragmentCompose.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/FragmentEula.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/FragmentEx.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/FragmentFolder.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/FragmentFolders.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/FragmentIdentities.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/FragmentIdentity.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/FragmentLegend.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/FragmentLogs.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/FragmentMessages.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/FragmentOperations.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/FragmentOptions.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/FragmentSetup.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/FragmentWebView.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/Helper.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/HtmlHelper.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/ItemDetailsLookupMessage.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/ItemDetailsMessage.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/ItemKeyProviderMessage.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/JobDaily.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/MessageHelper.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/MimeMessageEx.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/Provider.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/ReceiverAutostart.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/SelectionPredicateMessage.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/ServiceSynchronize.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/SimpleTask.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/TupleAccountStats.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/TupleFolderEx.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/TupleIdentityEx.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/TupleMessageEx.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/ViewModelBrowse.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/ViewModelMessages.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 1
app/src/main/java/eu/faircode/email/Widget.java View File

@ -1,4 +1,4 @@
package eu.faircode.email;
package org.dystopia.email;
/*
This file is part of FairEmail.


+ 1
- 10
app/src/main/res/values-af/strings.xml View File

@ -245,16 +245,7 @@
<string name="title_yes">Yes</string>
<string name="title_no">No</string>
<string name="title_undo">Undo</string>
<string name="title_try">Try FairEmail, an open source, privacy friendly email app for Android</string>
<string name="title_pro_feature">This is a pro feature</string>
<string name="title_pro_list">List of pro features</string>
<string name="title_pro_purchase">Buy</string>
<string name="title_pro_hint">Buying pro features will allow you to use all current and future pro features, will keep this app maintained, and supported</string>
<string name="title_pro_price">Please see <a href="https://github.com/M66B/open-source-email/blob/master/FAQ.md#FAQ19">this FAQ</a> about the price of the pro features</string>
<string name="title_pro_activated">All pro features are activated</string>
<string name="title_pro_valid">All pro features activated</string>
<string name="title_pro_invalid">Invalid response</string>
<string name="title_pro_support">FairEmail needs your help. Tap to purchase pro features to keep the project going.</string>
<string name="title_try">Try SimpleEmail, an simple, free software,, privacy friendly email app for Android</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_log">Log</string>
<string name="title_debug_info">Debug info</string>


+ 2
- 8
app/src/main/res/values-ar-rBH/strings.xml View File

@ -261,17 +261,11 @@
<string name="title_yes">Yes</string>
<string name="title_no">No</string>
<string name="title_undo">التراجع عن</string>
<string name="title_try">Try FairEmail, an open source, privacy friendly email app for Android</string>
<string name="title_try">Try SimpleEmail, an simple, free software,, privacy friendly email app for Android</string>
<string name="title_pro_feature">هذه ميزة برو</string>
<string name="title_pro_list">قائمة ميزات برو</string>
<string name="title_pro_purchase">شراء</string>
<string name="title_pro_hint">Buying pro features will allow you to use all current and future pro features, will keep this app maintained, and supported</string>
<string name="title_pro_price">Please see <a href="https://github.com/M66B/open-source-email/blob/master/FAQ.md#FAQ19">this FAQ</a> about the price of the pro features</string>
<string name="title_pro_activated">All pro features are activated</string>
<string name="title_pro_valid">All pro features activated</string>
<string name="title_pro_invalid">Invalid response</string>
<string name="title_pro_support">FairEmail needs your help. Tap to purchase pro features to keep the project going.</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_log">Log</string>
<string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>


+ 2
- 8
app/src/main/res/values-ar-rEG/strings.xml View File

@ -261,17 +261,11 @@
<string name="title_yes">Yes</string>
<string name="title_no">No</string>
<string name="title_undo">التراجع عن</string>
<string name="title_try">Try FairEmail, an open source, privacy friendly email app for Android</string>
<string name="title_try">Try SimpleEmail, an simple, free software,, privacy friendly email app for Android</string>
<string name="title_pro_feature">هذه ميزة برو</string>
<string name="title_pro_list">قائمة ميزات برو</string>
<string name="title_pro_purchase">شراء</string>
<string name="title_pro_hint">Buying pro features will allow you to use all current and future pro features, will keep this app maintained, and supported</string>
<string name="title_pro_price">Please see <a href="https://github.com/M66B/open-source-email/blob/master/FAQ.md#FAQ19">this FAQ</a> about the price of the pro features</string>
<string name="title_pro_activated">All pro features are activated</string>
<string name="title_pro_valid">All pro features activated</string>
<string name="title_pro_invalid">Invalid response</string>
<string name="title_pro_support">FairEmail needs your help. Tap to purchase pro features to keep the project going.</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_log">Log</string>
<string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>


+ 2
- 8
app/src/main/res/values-ar-rSA/strings.xml View File

@ -261,17 +261,11 @@
<string name="title_yes">Yes</string>
<string name="title_no">No</string>
<string name="title_undo">التراجع عن</string>
<string name="title_try">Try FairEmail, an open source, privacy friendly email app for Android</string>
<string name="title_try">Try SimpleEmail, an simple, free software,, privacy friendly email app for Android</string>
<string name="title_pro_feature">هذه ميزة برو</string>
<string name="title_pro_list">قائمة ميزات برو</string>
<string name="title_pro_purchase">شراء</string>
<string name="title_pro_hint">Buying pro features will allow you to use all current and future pro features, will keep this app maintained, and supported</string>
<string name="title_pro_price">Please see <a href="https://github.com/M66B/open-source-email/blob/master/FAQ.md#FAQ19">this FAQ</a> about the price of the pro features</string>
<string name="title_pro_activated">All pro features are activated</string>
<string name="title_pro_valid">All pro features activated</string>
<string name="title_pro_invalid">Invalid response</string>
<string name="title_pro_support">FairEmail needs your help. Tap to purchase pro features to keep the project going.</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_log">Log</string>
<string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>


+ 2
- 8
app/src/main/res/values-ar-rYE/strings.xml View File

@ -261,17 +261,11 @@
<string name="title_yes">Yes</string>
<string name="title_no">No</string>
<string name="title_undo">التراجع عن</string>
<string name="title_try">Try FairEmail, an open source, privacy friendly email app for Android</string>
<string name="title_try">Try SimpleEmail, an simple, free software,, privacy friendly email app for Android</string>
<string name="title_pro_feature">هذه ميزة برو</string>
<string name="title_pro_list">قائمة ميزات برو</string>
<string name="title_pro_purchase">شراء</string>
<string name="title_pro_hint">Buying pro features will allow you to use all current and future pro features, will keep this app maintained, and supported</string>
<string name="title_pro_price">Please see <a href="https://github.com/M66B/open-source-email/blob/master/FAQ.md#FAQ19">this FAQ</a> about the price of the pro features</string>
<string name="title_pro_activated">All pro features are activated</string>
<string name="title_pro_valid">All pro features activated</string>
<string name="title_pro_invalid">Invalid response</string>
<string name="title_pro_support">FairEmail needs your help. Tap to purchase pro features to keep the project going.</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_log">Log</string>
<string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>


+ 2
- 8
app/src/main/res/values-ar/strings.xml View File

@ -261,17 +261,11 @@
<string name="title_yes">Yes</string>
<string name="title_no">No</string>
<string name="title_undo">التراجع عن</string>
<string name="title_try">Try FairEmail, an open source, privacy friendly email app for Android</string>
<string name="title_try">Try SimpleEmail, an simple, free software,, privacy friendly email app for Android</string>
<string name="title_pro_feature">هذه ميزة برو</string>
<string name="title_pro_list">قائمة ميزات برو</string>
<string name="title_pro_purchase">شراء</string>
<string name="title_pro_hint">Buying pro features will allow you to use all current and future pro features, will keep this app maintained, and supported</string>
<string name="title_pro_price">Please see <a href="https://github.com/M66B/open-source-email/blob/master/FAQ.md#FAQ19">this FAQ</a> about the price of the pro features</string>
<string name="title_pro_activated">All pro features are activated</string>
<string name="title_pro_valid">All pro features activated</string>
<string name="title_pro_invalid">Invalid response</string>
<string name="title_pro_support">FairEmail needs your help. Tap to purchase pro features to keep the project going.</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_log">Log</string>
<string name="title_debug_info">Debug info</string>
<string name="title_debug_info_remark">Please describe the problem and indicate the time of the problem:</string>


+ 1
- 10
app/src/main/res/values-cs/strings.xml View File

@ -253,16 +253,7 @@
<string name="title_yes">Yes</string>
<string name="title_no">No</string>
<string name="title_undo">Undo</string>
<string name="title_try">Try FairEmail, an open source, privacy friendly email app for Android</string>
<string name="title_pro_feature">This is a pro feature</string>
<string name="title_pro_list">List of pro features</string>
<string name="title_pro_purchase">Buy</string>
<string name="title_pro_hint">Buying pro features will allow you to use all current and future pro features, will keep this app maintained, and supported</string>
<string name="title_pro_price">Please see <a href="https://github.com/M66B/open-source-email/blob/master/FAQ.md#FAQ19">this FAQ</a> about the price of the pro features</string>
<string name="title_pro_activated">All pro features are activated</string>
<string name="title_pro_valid">All pro features activated</string>
<string name="title_pro_invalid">Invalid response</string>
<string name="title_pro_support">FairEmail needs your help. Tap to purchase pro features to keep the project going.</string>
<string name="title_try">Try SimpleEmail, an simple, free software,, privacy friendly email app for Android</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_log">Log</string>
<string name="title_debug_info">Debug info</string>


+ 1
- 3
app/src/main/res/values-da/strings.xml View File

@ -245,16 +245,14 @@
<string name="title_yes">Yes</string>
<string name="title_no">No</string>
<string name="title_undo">Undo</string>
<string name="title_try">Try FairEmail, an open source, privacy friendly email app for Android</string>
<string name="title_try">Try SimpleEmail, an simple, free software,, privacy friendly email app for Android</string>
<string name="title_pro_feature">Dette er en pro funktion</string>
<string name="title_pro_list">Liste over pro funktioner</string>
<string name="title_pro_purchase">Køb</string>
<string name="title_pro_hint">Køb af pro funktioner vil tillade dig at bruge alle nuværende og fremtidige pro funktioner og vil holde dette app vedligeholdt og understøttet</string>
<string name="title_pro_price">Please see <a href="https://github.com/M66B/open-source-email/blob/master/FAQ.md#FAQ19">this FAQ</a> about the price of the pro features</string>
<string name="title_pro_activated">Alle pro funktioner er aktiveret</string>
<string name="title_pro_valid">Alle pro funktioner aktiveret</string>
<string name="title_pro_invalid">Ugyldigt svar</string>
<string name="title_pro_support">FairEmail needs your help. Tap to purchase pro features to keep the project going.</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_log">Log</string>
<string name="title_debug_info">Debugging info</string>


+ 1
- 10
app/src/main/res/values-el/strings.xml View File

@ -245,16 +245,7 @@
<string name="title_yes">Yes</string>
<string name="title_no">No</string>
<string name="title_undo">Undo</string>
<string name="title_try">Try FairEmail, an open source, privacy friendly email app for Android</string>
<string name="title_pro_feature">This is a pro feature</string>
<string name="title_pro_list">List of pro features</string>
<string name="title_pro_purchase">Buy</string>
<string name="title_pro_hint">Buying pro features will allow you to use all current and future pro features, will keep this app maintained, and supported</string>
<string name="title_pro_price">Please see <a href="https://github.com/M66B/open-source-email/blob/master/FAQ.md#FAQ19">this FAQ</a> about the price of the pro features</string>
<string name="title_pro_activated">All pro features are activated</string>
<string name="title_pro_valid">All pro features activated</string>
<string name="title_pro_invalid">Invalid response</string>
<string name="title_pro_support">FairEmail needs your help. Tap to purchase pro features to keep the project going.</string>
<string name="title_try">Try SimpleEmail, an simple, free software,, privacy friendly email app for Android</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_log">Log</string>
<string name="title_debug_info">Debug info</string>


+ 1
- 10
app/src/main/res/values-en/strings.xml View File

@ -245,16 +245,7 @@
<string name="title_yes">Yes</string>
<string name="title_no">No</string>
<string name="title_undo">Undo</string>
<string name="title_try">Try FairEmail, an open source, privacy friendly email app for Android</string>
<string name="title_pro_feature">This is a pro feature</string>
<string name="title_pro_list">List of pro features</string>
<string name="title_pro_purchase">Buy</string>
<string name="title_pro_hint">Buying pro features will allow you to use all current and future pro features, will keep this app maintained, and supported</string>
<string name="title_pro_price">Please see <a href="https://github.com/M66B/open-source-email/blob/master/FAQ.md#FAQ19">this FAQ</a> about the price of the pro features</string>
<string name="title_pro_activated">All pro features are activated</string>
<string name="title_pro_valid">All pro features activated</string>
<string name="title_pro_invalid">Invalid response</string>
<string name="title_pro_support">FairEmail needs your help. Tap to purchase pro features to keep the project going.</string>
<string name="title_try">Try SimpleEmail, an simple, free software,, privacy friendly email app for Android</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_log">Log</string>
<string name="title_debug_info">Debug info</string>


+ 1
- 10
app/src/main/res/values-fa/strings.xml View File

@ -245,16 +245,7 @@
<string name="title_yes">Yes</string>
<string name="title_no">No</string>
<string name="title_undo">Undo</string>
<string name="title_try">Try FairEmail, an open source, privacy friendly email app for Android</string>
<string name="title_pro_feature">This is a pro feature</string>
<string name="title_pro_list">List of pro features</string>
<string name="title_pro_purchase">Buy</string>
<string name="title_pro_hint">Buying pro features will allow you to use all current and future pro features, will keep this app maintained, and supported</string>
<string name="title_pro_price">Please see <a href="https://github.com/M66B/open-source-email/blob/master/FAQ.md#FAQ19">this FAQ</a> about the price of the pro features</string>
<string name="title_pro_activated">All pro features are activated</string>
<string name="title_pro_valid">All pro features activated</string>
<string name="title_pro_invalid">Invalid response</string>
<string name="title_pro_support">FairEmail needs your help. Tap to purchase pro features to keep the project going.</string>
<string name="title_try">Try SimpleEmail, an simple, free software,, privacy friendly email app for Android</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_log">Log</string>
<string name="title_debug_info">Debug info</string>


+ 1
- 10
app/src/main/res/values-fi/strings.xml View File

@ -245,16 +245,7 @@
<string name="title_yes">Yes</string>
<string name="title_no">No</string>
<string name="title_undo">Undo</string>
<string name="title_try">Try FairEmail, an open source, privacy friendly email app for Android</string>
<string name="title_pro_feature">This is a pro feature</string>
<string name="title_pro_list">List of pro features</string>
<string name="title_pro_purchase">Buy</string>
<string name="title_pro_hint">Buying pro features will allow you to use all current and future pro features, will keep this app maintained, and supported</string>
<string name="title_pro_price">Please see <a href="https://github.com/M66B/open-source-email/blob/master/FAQ.md#FAQ19">this FAQ</a> about the price of the pro features</string>
<string name="title_pro_activated">All pro features are activated</string>
<string name="title_pro_valid">All pro features activated</string>
<string name="title_pro_invalid">Invalid response</string>
<string name="title_pro_support">FairEmail needs your help. Tap to purchase pro features to keep the project going.</string>
<string name="title_try">Try SimpleEmail, an simple, free software,, privacy friendly email app for Android</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_log">Log</string>
<string name="title_debug_info">Debug info</string>


+ 1
- 10
app/src/main/res/values-he/strings.xml View File

@ -253,16 +253,7 @@
<string name="title_yes">Yes</string>
<string name="title_no">No</string>
<string name="title_undo">Undo</string>
<string name="title_try">Try FairEmail, an open source, privacy friendly email app for Android</string>
<string name="title_pro_feature">This is a pro feature</string>
<string name="title_pro_list">List of pro features</string>
<string name="title_pro_purchase">Buy</string>
<string name="title_pro_hint">Buying pro features will allow you to use all current and future pro features, will keep this app maintained, and supported</string>
<string name="title_pro_price">Please see <a href="https://github.com/M66B/open-source-email/blob/master/FAQ.md#FAQ19">this FAQ</a> about the price of the pro features</string>
<string name="title_pro_activated">All pro features are activated</string>
<string name="title_pro_valid">All pro features activated</string>
<string name="title_pro_invalid">Invalid response</string>
<string name="title_pro_support">FairEmail needs your help. Tap to purchase pro features to keep the project going.</string>
<string name="title_try">Try SimpleEmail, an simple, free software,, privacy friendly email app for Android</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_log">Log</string>
<string name="title_debug_info">Debug info</string>


+ 1
- 10
app/src/main/res/values-hu/strings.xml View File

@ -245,16 +245,7 @@
<string name="title_yes">Yes</string>
<string name="title_no">No</string>
<string name="title_undo">Undo</string>
<string name="title_try">Try FairEmail, an open source, privacy friendly email app for Android</string>
<string name="title_pro_feature">This is a pro feature</string>
<string name="title_pro_list">List of pro features</string>
<string name="title_pro_purchase">Buy</string>
<string name="title_pro_hint">Buying pro features will allow you to use all current and future pro features, will keep this app maintained, and supported</string>
<string name="title_pro_price">Please see <a href="https://github.com/M66B/open-source-email/blob/master/FAQ.md#FAQ19">this FAQ</a> about the price of the pro features</string>
<string name="title_pro_activated">All pro features are activated</string>
<string name="title_pro_valid">All pro features activated</string>
<string name="title_pro_invalid">Invalid response</string>
<string name="title_pro_support">FairEmail needs your help. Tap to purchase pro features to keep the project going.</string>
<string name="title_try">Try SimpleEmail, an simple, free software,, privacy friendly email app for Android</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_log">Log</string>
<string name="title_debug_info">Debug info</string>


+ 1
- 10
app/src/main/res/values-iw/strings.xml View File

@ -253,16 +253,7 @@
<string name="title_yes">Yes</string>
<string name="title_no">No</string>
<string name="title_undo">Undo</string>
<string name="title_try">Try FairEmail, an open source, privacy friendly email app for Android</string>
<string name="title_pro_feature">This is a pro feature</string>
<string name="title_pro_list">List of pro features</string>
<string name="title_pro_purchase">Buy</string>
<string name="title_pro_hint">Buying pro features will allow you to use all current and future pro features, will keep this app maintained, and supported</string>
<string name="title_pro_price">Please see <a href="https://github.com/M66B/open-source-email/blob/master/FAQ.md#FAQ19">this FAQ</a> about the price of the pro features</string>
<string name="title_pro_activated">All pro features are activated</string>
<string name="title_pro_valid">All pro features activated</string>
<string name="title_pro_invalid">Invalid response</string>
<string name="title_pro_support">FairEmail needs your help. Tap to purchase pro features to keep the project going.</string>
<string name="title_try">Try SimpleEmail, an simple, free software,, privacy friendly email app for Android</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_log">Log</string>
<string name="title_debug_info">Debug info</string>


+ 1
- 10
app/src/main/res/values-ja/strings.xml View File

@ -241,16 +241,7 @@
<string name="title_yes">Yes</string>
<string name="title_no">No</string>
<string name="title_undo">Undo</string>
<string name="title_try">Try FairEmail, an open source, privacy friendly email app for Android</string>
<string name="title_pro_feature">This is a pro feature</string>
<string name="title_pro_list">List of pro features</string>
<string name="title_pro_purchase">Buy</string>
<string name="title_pro_hint">Buying pro features will allow you to use all current and future pro features, will keep this app maintained, and supported</string>
<string name="title_pro_price">Please see <a href="https://github.com/M66B/open-source-email/blob/master/FAQ.md#FAQ19">this FAQ</a> about the price of the pro features</string>
<string name="title_pro_activated">All pro features are activated</string>
<string name="title_pro_valid">All pro features activated</string>
<string name="title_pro_invalid">Invalid response</string>
<string name="title_pro_support">FairEmail needs your help. Tap to purchase pro features to keep the project going.</string>
<string name="title_try">Try SimpleEmail, an simple, free software,, privacy friendly email app for Android</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_log">Log</string>
<string name="title_debug_info">Debug info</string>


+ 1
- 10
app/src/main/res/values-ko/strings.xml View File

@ -241,16 +241,7 @@
<string name="title_yes">Yes</string>
<string name="title_no">No</string>
<string name="title_undo">Undo</string>
<string name="title_try">Try FairEmail, an open source, privacy friendly email app for Android</string>
<string name="title_pro_feature">This is a pro feature</string>
<string name="title_pro_list">List of pro features</string>
<string name="title_pro_purchase">Buy</string>
<string name="title_pro_hint">Buying pro features will allow you to use all current and future pro features, will keep this app maintained, and supported</string>
<string name="title_pro_price">Please see <a href="https://github.com/M66B/open-source-email/blob/master/FAQ.md#FAQ19">this FAQ</a> about the price of the pro features</string>
<string name="title_pro_activated">All pro features are activated</string>
<string name="title_pro_valid">All pro features activated</string>
<string name="title_pro_invalid">Invalid response</string>
<string name="title_pro_support">FairEmail needs your help. Tap to purchase pro features to keep the project going.</string>
<string name="title_try">Try SimpleEmail, an simple, free software,, privacy friendly email app for Android</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_log">Log</string>
<string name="title_debug_info">Debug info</string>


+ 1
- 10
app/src/main/res/values-nb/strings.xml View File

@ -245,16 +245,7 @@
<string name="title_yes">Yes</string>
<string name="title_no">No</string>
<string name="title_undo">Undo</string>
<string name="title_try">Try FairEmail, an open source, privacy friendly email app for Android</string>
<string name="title_pro_feature">This is a pro feature</string>
<string name="title_pro_list">List of pro features</string>
<string name="title_pro_purchase">Buy</string>
<string name="title_pro_hint">Buying pro features will allow you to use all current and future pro features, will keep this app maintained, and supported</string>
<string name="title_pro_price">Please see <a href="https://github.com/M66B/open-source-email/blob/master/FAQ.md#FAQ19">this FAQ</a> about the price of the pro features</string>
<string name="title_pro_activated">All pro features are activated</string>
<string name="title_pro_valid">All pro features activated</string>
<string name="title_pro_invalid">Invalid response</string>
<string name="title_pro_support">FairEmail needs your help. Tap to purchase pro features to keep the project going.</string>
<string name="title_try">Try SimpleEmail, an simple, free software,, privacy friendly email app for Android</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_log">Log</string>
<string name="title_debug_info">Debug info</string>


+ 1
- 10
app/src/main/res/values-no/strings.xml View File

@ -245,16 +245,7 @@
<string name="title_yes">Yes</string>
<string name="title_no">No</string>
<string name="title_undo">Undo</string>
<string name="title_try">Try FairEmail, an open source, privacy friendly email app for Android</string>
<string name="title_pro_feature">This is a pro feature</string>
<string name="title_pro_list">List of pro features</string>
<string name="title_pro_purchase">Buy</string>
<string name="title_pro_hint">Buying pro features will allow you to use all current and future pro features, will keep this app maintained, and supported</string>
<string name="title_pro_price">Please see <a href="https://github.com/M66B/open-source-email/blob/master/FAQ.md#FAQ19">this FAQ</a> about the price of the pro features</string>
<string name="title_pro_activated">All pro features are activated</string>
<string name="title_pro_valid">All pro features activated</string>
<string name="title_pro_invalid">Invalid response</string>
<string name="title_pro_support">FairEmail needs your help. Tap to purchase pro features to keep the project going.</string>
<string name="title_try">Try SimpleEmail, an simple, free software,, privacy friendly email app for Android</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_log">Log</string>
<string name="title_debug_info">Debug info</string>


+ 1
- 10
app/src/main/res/values-pt-rBR/strings.xml View File

@ -245,16 +245,7 @@
<string name="title_yes">Yes</string>
<string name="title_no">No</string>
<string name="title_undo">Undo</string>
<string name="title_try">Try FairEmail, an open source, privacy friendly email app for Android</string>
<string name="title_pro_feature">This is a pro feature</string>
<string name="title_pro_list">List of pro features</string>
<string name="title_pro_purchase">Buy</string>
<string name="title_pro_hint">Buying pro features will allow you to use all current and future pro features, will keep this app maintained, and supported</string>
<string name="title_pro_price">Please see <a href="https://github.com/M66B/open-source-email/blob/master/FAQ.md#FAQ19">this FAQ</a> about the price of the pro features</string>
<string name="title_pro_activated">All pro features are activated</string>
<string name="title_pro_valid">All pro features activated</string>
<string name="title_pro_invalid">Invalid response</string>
<string name="title_pro_support">FairEmail needs your help. Tap to purchase pro features to keep the project going.</string>
<string name="title_try">Try SimpleEmail, an simple, free software,, privacy friendly email app for Android</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_log">Log</string>
<string name="title_debug_info">Informações de depuração</string>


+ 1
- 10
app/src/main/res/values-pt-rPT/strings.xml View File

@ -245,16 +245,7 @@
<string name="title_yes">Yes</string>
<string name="title_no">No</string>
<string name="title_undo">Undo</string>
<string name="title_try">Try FairEmail, an open source, privacy friendly email app for Android</string>
<string name="title_pro_feature">This is a pro feature</string>
<string name="title_pro_list">List of pro features</string>
<string name="title_pro_purchase">Buy</string>
<string name="title_pro_hint">Buying pro features will allow you to use all current and future pro features, will keep this app maintained, and supported</string>
<string name="title_pro_price">Please see <a href="https://github.com/M66B/open-source-email/blob/master/FAQ.md#FAQ19">this FAQ</a> about the price of the pro features</string>
<string name="title_pro_activated">All pro features are activated</string>
<string name="title_pro_valid">All pro features activated</string>
<string name="title_pro_invalid">Invalid response</string>
<string name="title_pro_support">FairEmail needs your help. Tap to purchase pro features to keep the project going.</string>
<string name="title_try">Try SimpleEmail, an simple, free software,, privacy friendly email app for Android</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_log">Log</string>
<string name="title_debug_info">Debug info</string>


+ 1
- 10
app/src/main/res/values-ru/strings.xml View File

@ -253,16 +253,7 @@
<string name="title_yes">Yes</string>
<string name="title_no">No</string>
<string name="title_undo">Undo</string>
<string name="title_try">Try FairEmail, an open source, privacy friendly email app for Android</string>
<string name="title_pro_feature">This is a pro feature</string>
<string name="title_pro_list">List of pro features</string>
<string name="title_pro_purchase">Buy</string>
<string name="title_pro_hint">Buying pro features will allow you to use all current and future pro features, will keep this app maintained, and supported</string>
<string name="title_pro_price">Please see <a href="https://github.com/M66B/open-source-email/blob/master/FAQ.md#FAQ19">this FAQ</a> about the price of the pro features</string>
<string name="title_pro_activated">All pro features are activated</string>
<string name="title_pro_valid">All pro features activated</string>
<string name="title_pro_invalid">Invalid response</string>
<string name="title_pro_support">FairEmail needs your help. Tap to purchase pro features to keep the project going.</string>
<string name="title_try">Try SimpleEmail, an simple, free software,, privacy friendly email app for Android</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_log">Log</string>
<string name="title_debug_info">Debug info</string>


+ 1
- 10
app/src/main/res/values-sr/strings.xml View File

@ -249,16 +249,7 @@
<string name="title_yes">Yes</string>
<string name="title_no">No</string>
<string name="title_undo">Undo</string>
<string name="title_try">Try FairEmail, an open source, privacy friendly email app for Android</string>
<string name="title_pro_feature">This is a pro feature</string>
<string name="title_pro_list">List of pro features</string>
<string name="title_pro_purchase">Buy</string>
<string name="title_pro_hint">Buying pro features will allow you to use all current and future pro features, will keep this app maintained, and supported</string>
<string name="title_pro_price">Please see <a href="https://github.com/M66B/open-source-email/blob/master/FAQ.md#FAQ19">this FAQ</a> about the price of the pro features</string>
<string name="title_pro_activated">All pro features are activated</string>
<string name="title_pro_valid">All pro features activated</string>
<string name="title_pro_invalid">Invalid response</string>
<string name="title_pro_support">FairEmail needs your help. Tap to purchase pro features to keep the project going.</string>
<string name="title_try">Try SimpleEmail, an simple, free software,, privacy friendly email app for Android</string>
<string name="title_unexpected_error">Unexpected error</string>
<string name="title_log">Log</string>
<string name="title_debug_info">Debug info</string>


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save