Browse Source

update copyright notices

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

+ 21
- 2
README.md View File

@ -1,6 +1,6 @@
# SimpleEmail
SimpleEmail is Free Software, minimalistic and privacy friendly email app for Android.
SimpleEmail is [Free Software][free-software], minimalistic and privacy friendly email app for Android.
*This project has been forked from [FairEmail](https://github.com/M66B/open-source-email).*
@ -21,7 +21,7 @@ This app starts a foreground service with a low priority status bar notification
## Features
* 100% Free Software
* 100% [Free Software][free-software]
* Multiple accounts (inboxes)
* Multiple identities (outboxes)
* Unified inbox
@ -132,3 +132,22 @@ SimpleEmail uses:
## License
[GNU General Public License version 3](https://framagit.org/dystopia-project/simple-email/blob/master/LICENSE)
Copyright 2018, Marcel Bokhorst (M66B)
Copyright 2018, Distopico (dystopia project) and contributors
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
[free-software]: https://www.gnu.org/philosophy/free-sw.html

+ 2
- 2
app/src/main/java/org/dystopia/email/ActivityBase.java View File

@ -16,8 +16,8 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018 by Distopico <distopico@riseup.net>
Copyright 2018, Marcel Bokhorst (M66B)
Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/
import android.content.SharedPreferences;


+ 1
- 1
app/src/main/java/org/dystopia/email/ActivityCompose.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.content.Intent;


+ 1
- 1
app/src/main/java/org/dystopia/email/ActivityMain.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.content.Intent;


+ 1
- 1
app/src/main/java/org/dystopia/email/ActivitySetup.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.content.BroadcastReceiver;


+ 2
- 2
app/src/main/java/org/dystopia/email/ActivityView.java View File

@ -16,8 +16,8 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018 by Distopico <distopico@riseup.net>
Copyright 2018, Marcel Bokhorst (M66B)
Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/
import android.app.Activity;


+ 1
- 1
app/src/main/java/org/dystopia/email/AdapterAccount.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.content.Context;


+ 1
- 1
app/src/main/java/org/dystopia/email/AdapterAnswer.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.content.Context;


+ 1
- 1
app/src/main/java/org/dystopia/email/AdapterAttachment.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.content.Context;


+ 1
- 1
app/src/main/java/org/dystopia/email/AdapterFolder.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.content.Context;


+ 1
- 1
app/src/main/java/org/dystopia/email/AdapterIdentity.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.content.Context;


+ 1
- 1
app/src/main/java/org/dystopia/email/AdapterLog.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.content.Context;


+ 2
- 2
app/src/main/java/org/dystopia/email/AdapterMessage.java View File

@ -16,8 +16,8 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018 by Distopico <distopico@riseup.net>
Copyright 2018, Marcel Bokhorst (M66B)
Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/
import android.Manifest;


+ 1
- 1
app/src/main/java/org/dystopia/email/AdapterOperation.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.content.Context;


+ 1
- 1
app/src/main/java/org/dystopia/email/ApplicationEx.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.app.Application;


+ 1
- 1
app/src/main/java/org/dystopia/email/BoundaryCallbackMessages.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.content.Context;


+ 1
- 1
app/src/main/java/org/dystopia/email/DB.java View File

@ -39,7 +39,7 @@ import androidx.sqlite.db.SupportSQLiteDatabase;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
// https://developer.android.com/topic/libraries/architecture/room.html


+ 1
- 1
app/src/main/java/org/dystopia/email/DaoAccount.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import java.util.List;


+ 1
- 1
app/src/main/java/org/dystopia/email/DaoAnswer.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import java.util.List;


+ 1
- 1
app/src/main/java/org/dystopia/email/DaoAttachment.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import java.util.List;


+ 1
- 1
app/src/main/java/org/dystopia/email/DaoFolder.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import java.util.List;


+ 1
- 1
app/src/main/java/org/dystopia/email/DaoIdentity.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import java.util.List;


+ 1
- 1
app/src/main/java/org/dystopia/email/DaoLog.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import java.util.List;


+ 1
- 1
app/src/main/java/org/dystopia/email/DaoMessage.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import java.util.List;


+ 1
- 1
app/src/main/java/org/dystopia/email/DaoOperation.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import java.util.List;


+ 1
- 1
app/src/main/java/org/dystopia/email/DialogBuilderLifecycle.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.content.Context;


+ 1
- 1
app/src/main/java/org/dystopia/email/EntityAccount.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import org.json.JSONException;


+ 1
- 1
app/src/main/java/org/dystopia/email/EntityAnswer.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import org.json.JSONException;


+ 1
- 1
app/src/main/java/org/dystopia/email/EntityAttachment.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.content.Context;


+ 1
- 1
app/src/main/java/org/dystopia/email/EntityFolder.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import org.json.JSONException;


+ 1
- 1
app/src/main/java/org/dystopia/email/EntityIdentity.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import org.json.JSONException;


+ 1
- 1
app/src/main/java/org/dystopia/email/EntityLog.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.content.Context;


+ 1
- 1
app/src/main/java/org/dystopia/email/EntityMessage.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.content.Context;


+ 1
- 1
app/src/main/java/org/dystopia/email/EntityOperation.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.content.Context;


+ 2
- 2
app/src/main/java/org/dystopia/email/FragmentAbout.java View File

@ -16,8 +16,8 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018 by Distopico <distopico@riseup.net>
Copyright 2018, Marcel Bokhorst (M66B)
Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/
import android.app.usage.UsageStatsManager;


+ 2
- 2
app/src/main/java/org/dystopia/email/FragmentAccount.java View File

@ -16,8 +16,8 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018 by Distopico <distopico@riseup.net>
Copyright 2018, Marcel Bokhorst (M66B)
Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/
import android.Manifest;


+ 1
- 1
app/src/main/java/org/dystopia/email/FragmentAccounts.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.os.Bundle;


+ 1
- 1
app/src/main/java/org/dystopia/email/FragmentAnswer.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.content.Context;


+ 1
- 1
app/src/main/java/org/dystopia/email/FragmentAnswers.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.os.Bundle;


+ 2
- 2
app/src/main/java/org/dystopia/email/FragmentCompose.java View File

@ -16,8 +16,8 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018 by Distopico <distopico@riseup.net>
Copyright 2018, Marcel Bokhorst (M66B)
Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/
import android.Manifest;


+ 1
- 1
app/src/main/java/org/dystopia/email/FragmentEula.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.content.SharedPreferences;


+ 2
- 2
app/src/main/java/org/dystopia/email/FragmentEx.java View File

@ -16,8 +16,8 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018 by Distopico <distopico@riseup.net>
Copyright 2018, Marcel Bokhorst (M66B)
Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/
import android.content.res.Configuration;


+ 1
- 1
app/src/main/java/org/dystopia/email/FragmentFolder.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.content.Context;


+ 1
- 1
app/src/main/java/org/dystopia/email/FragmentFolders.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.content.SharedPreferences;


+ 1
- 1
app/src/main/java/org/dystopia/email/FragmentIdentities.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.os.Bundle;


+ 1
- 1
app/src/main/java/org/dystopia/email/FragmentIdentity.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.content.Context;


+ 1
- 1
app/src/main/java/org/dystopia/email/FragmentLegend.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.os.Bundle;


+ 1
- 1
app/src/main/java/org/dystopia/email/FragmentLogs.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.os.Bundle;


+ 2
- 2
app/src/main/java/org/dystopia/email/FragmentMessages.java View File

@ -16,8 +16,8 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018 by Distopico <distopico@riseup.net>
Copyright 2018, Marcel Bokhorst (M66B)
Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/
import android.content.Context;


+ 1
- 1
app/src/main/java/org/dystopia/email/FragmentOperations.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.os.Bundle;


+ 2
- 2
app/src/main/java/org/dystopia/email/FragmentOptions.java View File

@ -16,8 +16,8 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018 by Distopico <distopico@riseup.net>
Copyright 2018, Marcel Bokhorst (M66B)
Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/
import android.content.SharedPreferences;


+ 1
- 1
app/src/main/java/org/dystopia/email/FragmentPrivacy.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with SimpleEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Distopico <distopico@riseup.net>
Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/
import android.os.Bundle;


+ 2
- 2
app/src/main/java/org/dystopia/email/FragmentSetup.java View File

@ -16,8 +16,8 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018 by Distopico <distopico@riseup.net>
Copyright 2018, Marcel Bokhorst (M66B)
Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/
import android.Manifest;


+ 1
- 1
app/src/main/java/org/dystopia/email/FragmentWebView.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.content.Context;


+ 1
- 1
app/src/main/java/org/dystopia/email/Helper.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.accounts.Account;


+ 1
- 1
app/src/main/java/org/dystopia/email/HtmlHelper.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import org.jsoup.Jsoup;


+ 1
- 1
app/src/main/java/org/dystopia/email/ItemDetailsLookupMessage.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.view.MotionEvent;


+ 1
- 1
app/src/main/java/org/dystopia/email/ItemDetailsMessage.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import androidx.annotation.Nullable;


+ 1
- 1
app/src/main/java/org/dystopia/email/ItemKeyProviderMessage.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import androidx.annotation.NonNull;


+ 1
- 1
app/src/main/java/org/dystopia/email/JobDaily.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.app.job.JobInfo;


+ 1
- 1
app/src/main/java/org/dystopia/email/MessageHelper.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.content.Context;


+ 1
- 1
app/src/main/java/org/dystopia/email/MimeMessageEx.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.util.Log;


+ 1
- 1
app/src/main/java/org/dystopia/email/Provider.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.content.Context;


+ 1
- 1
app/src/main/java/org/dystopia/email/ReceiverAutostart.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.content.BroadcastReceiver;


+ 1
- 1
app/src/main/java/org/dystopia/email/SelectionPredicateMessage.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import androidx.annotation.NonNull;


+ 2
- 2
app/src/main/java/org/dystopia/email/ServiceSynchronize.java View File

@ -16,8 +16,8 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018 by Distopico <distopico@riseup.net>
Copyright 2018, Marcel Bokhorst (M66B)
Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/
import android.Manifest;


+ 1
- 1
app/src/main/java/org/dystopia/email/SimpleTask.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.content.Context;


+ 1
- 1
app/src/main/java/org/dystopia/email/TupleAccountStats.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
public class TupleAccountStats {


+ 1
- 1
app/src/main/java/org/dystopia/email/TupleFolderEx.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
public class TupleFolderEx extends EntityFolder {


+ 1
- 1
app/src/main/java/org/dystopia/email/TupleIdentityEx.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
public class TupleIdentityEx extends EntityIdentity {


+ 1
- 1
app/src/main/java/org/dystopia/email/TupleMessageEx.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
public class TupleMessageEx extends EntityMessage {


+ 1
- 1
app/src/main/java/org/dystopia/email/ViewModelBrowse.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.content.Context;


+ 1
- 1
app/src/main/java/org/dystopia/email/ViewModelMessages.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import androidx.lifecycle.ViewModel;


+ 1
- 1
app/src/main/java/org/dystopia/email/Widget.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License
along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
Copyright 2018, Marcel Bokhorst (M66B)
*/
import android.app.PendingIntent;


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

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst</string>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst\nCopyright &#x24B8; 2018 by Distopico (dystopia project) and contributors</string>
<string name="channel_service">Service</string>
<string name="channel_notification">Notifications</string>
<string name="channel_error">Errors</string>


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

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst</string>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst\nCopyright &#x24B8; 2018 by Distopico (dystopia project) and contributors</string>
<string name="channel_service">Service</string>
<string name="channel_notification">Notifications</string>
<string name="channel_error">Errors</string>


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

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst</string>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst\nCopyright &#x24B8; 2018 by Distopico (dystopia project) and contributors</string>
<string name="channel_service">Dienst</string>
<string name="channel_notification">Benachrichtigungen</string>
<string name="channel_error">Fehler</string>


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

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst</string>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst\nCopyright &#x24B8; 2018 by Distopico (dystopia project) and contributors</string>
<string name="channel_service">Service</string>
<string name="channel_notification">Notifications</string>
<string name="channel_error">Errors</string>


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

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst</string>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst\nCopyright &#x24B8; 2018 by Distopico (dystopia project) and contributors</string>
<string name="channel_service">Service</string>
<string name="channel_notification">Notifications</string>
<string name="channel_error">Errors</string>


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

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst</string>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst\nCopyright &#x24B8; 2018 by Distopico (dystopia project) and contributors</string>
<string name="channel_service">سرویس</string>
<string name="channel_notification">اعلان‌ها</string>
<string name="channel_error">خطاها</string>


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

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst</string>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst\nCopyright &#x24B8; 2018 by Distopico (dystopia project) and contributors</string>
<string name="channel_service">Service</string>
<string name="channel_notification">Notifications</string>
<string name="channel_error">Errors</string>


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

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst</string>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst\nCopyright &#x24B8; 2018 by Distopico (dystopia project) and contributors</string>
<string name="channel_service">Service</string>
<string name="channel_notification">Notifications</string>
<string name="channel_error">Errors</string>


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

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst</string>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst\nCopyright &#x24B8; 2018 by Distopico (dystopia project) and contributors</string>
<string name="channel_service">Szolgáltatás</string>
<string name="channel_notification">Értesítések</string>
<string name="channel_error">Hibák</string>


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

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst</string>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst\nCopyright &#x24B8; 2018 by Distopico (dystopia project) and contributors</string>
<string name="channel_service">Service</string>
<string name="channel_notification">Notifications</string>
<string name="channel_error">Errors</string>


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

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst</string>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst\nCopyright &#x24B8; 2018 by Distopico (dystopia project) and contributors</string>
<string name="channel_service">Service</string>
<string name="channel_notification">Notifications</string>
<string name="channel_error">Errors</string>


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

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst</string>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst\nCopyright &#x24B8; 2018 by Distopico (dystopia project) and contributors</string>
<string name="channel_service">Service</string>
<string name="channel_notification">Notifications</string>
<string name="channel_error">Errors</string>


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

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst</string>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst\nCopyright &#x24B8; 2018 by Distopico (dystopia project) and contributors</string>
<string name="channel_service">Service</string>
<string name="channel_notification">Notifications</string>
<string name="channel_error">Errors</string>


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

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst</string>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst\nCopyright &#x24B8; 2018 by Distopico (dystopia project) and contributors</string>
<string name="channel_service">Service</string>
<string name="channel_notification">Notifications</string>
<string name="channel_error">Errors</string>


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

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst</string>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst\nCopyright &#x24B8; 2018 by Distopico (dystopia project) and contributors</string>
<string name="channel_service">Service</string>
<string name="channel_notification">Notifications</string>
<string name="channel_error">Errors</string>


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

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst</string>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst\nCopyright &#x24B8; 2018 by Distopico (dystopia project) and contributors</string>
<string name="channel_service">Service</string>
<string name="channel_notification">Notifications</string>
<string name="channel_error">Errors</string>


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

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst</string>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst\nCopyright &#x24B8; 2018 by Distopico (dystopia project) and contributors</string>
<string name="channel_service">Service</string>
<string name="channel_notification">Notifications</string>
<string name="channel_error">Errors</string>


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

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst</string>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst\nCopyright &#x24B8; 2018 by Distopico (dystopia project) and contributors</string>
<string name="channel_service">Service</string>
<string name="channel_notification">Notifications</string>
<string name="channel_error">Errors</string>


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

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst</string>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst\nCopyright &#x24B8; 2018 by Distopico (dystopia project) and contributors</string>
<string name="channel_service">Service</string>
<string name="channel_notification">Notifications</string>
<string name="channel_error">Errors</string>


+ 1
- 1
app/src/main/res/values-zh-rTW/strings.xml View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst</string>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst\nCopyright &#x24B8; 2018 by Distopico (dystopia project) and contributors</string>
<string name="channel_service">Service</string>
<string name="channel_notification">Notifications</string>
<string name="channel_error">Errors</string>


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

@ -1,7 +1,7 @@
<resources>
<string name="app_name" translatable="false">SimpleEmail</string>
<string name="app_label" translatable="false">Email</string>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst</string>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst\nCopyright &#x24B8; 2018 by Distopico (dystopia project) and contributors</string>
<string name="app_eula" translatable="false">THIS SOFTWARE IS PROVIDED BY THE AUTHOR \'\'AS IS\'\' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</string>
<string name="channel_service">Service</string>


Loading…
Cancel
Save