Browse Source

rename additional strings

main
Distopico Vegan 5 years ago
parent
commit
a424dee9b0
4 changed files with 4 additions and 5 deletions
  1. +1
    -1
      app/src/main/java/org/dystopia/email/FragmentSetup.java
  2. +1
    -1
      app/src/main/java/org/dystopia/email/Helper.java
  3. +1
    -2
      app/src/main/java/org/dystopia/email/ServiceSynchronize.java
  4. +1
    -1
      app/src/main/res/values/strings.xml

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

@ -485,7 +485,7 @@ public class FragmentSetup extends FragmentEx {
Intent intent = new Intent(Intent.ACTION_CREATE_DOCUMENT);
intent.addCategory(Intent.CATEGORY_OPENABLE);
intent.setType("*/*");
intent.putExtra(Intent.EXTRA_TITLE, "fairemail_backup_" +
intent.putExtra(Intent.EXTRA_TITLE, "simpleemail_backup_" +
new SimpleDateFormat("yyyyMMdd").format(new Date().getTime()) + ".json");
return intent;
}


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

@ -66,7 +66,7 @@ import androidx.browser.customtabs.CustomTabsIntent;
import static android.os.Process.THREAD_PRIORITY_BACKGROUND;
public class Helper {
static final String TAG = "fairemail";
static final String TAG = "simpleemail";
static final int JOB_DAILY = 1001;


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

@ -577,8 +577,7 @@ public class ServiceSynchronize extends LifecycleService {
Properties props = MessageHelper.getSessionProperties(account.auth_type, account.insecure);
final Session isession = Session.getInstance(props, null);
isession.setDebug(debug);
// adb -t 1 logcat | grep "fairemail\|System.out"
final IMAPStore istore = (IMAPStore) isession.getStore(account.starttls ? "imap" : "imaps");
final Map<EntityFolder, IMAPFolder> folders = new HashMap<>();
List<Thread> syncs = new ArrayList<>();


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

@ -319,5 +319,5 @@
<item>@color/dark_grey</item>
</array>
<string name="fingerprint" translatable="false">17BA15C1AF55D925F98B99CEA4375D4CDF4C174B</string>
<string name="fingerprint" translatable="false">BCB07BD93B29C1959C15F1CF6C3A2619BAF7A17</string>
</resources>

Loading…
Cancel
Save