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

Commit afbe4eda authored by tibbi's avatar tibbi
Browse files

update the Email template in About a bit to make it more convenient

parent 5b8a150f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ buildscript {
        propMinSdkVersion = 16
        propTargetSdkVersion = propCompileSdkVersion
        propVersionCode = 1
        propVersionName = '3.14.3'
        propVersionName = '3.14.4'
        kotlin_version = '1.2.30'
        support_libs = '27.0.2'
    }
+2 −2
Original line number Diff line number Diff line
@@ -57,8 +57,8 @@ class AboutActivity : BaseSimpleActivity() {
        val appVersion = String.format(getString(R.string.app_version, intent.getStringExtra(APP_VERSION_NAME)))
        val deviceOS = String.format(getString(R.string.device_os), Build.VERSION.RELEASE)
        val newline = "%0D%0A"
        val separator = "___________________"
        val body = "$newline$newline$newline$separator$newline${getString(R.string.additional_info)}:$newline$appVersion$newline$deviceOS"
        val separator = "-------------------"
        val body = "$appVersion$newline$deviceOS$newline$separator$newline$newline$newline"
        val href = "$label<br><a href=\"mailto:$email?subject=$appName&body=$body\">$email</a>"
        about_email.text = Html.fromHtml(href)
        about_email.movementMethod = LinkMovementMethod.getInstance()