1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

0.15 releng - welcome message updates

This commit is contained in:
Jesse Vincent 2008-11-03 19:40:11 +00:00
parent 4e75e1b81b
commit 21655bcd26
3 changed files with 19 additions and 4 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.fsck.k9"
android:versionCode="14"
android:versionName="0.14"
android:versionCode="15"
android:versionName="0.15"
>
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
<uses-permission android:name="android.permission.READ_CONTACTS"/>

View File

@ -16,7 +16,7 @@
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textSize="20sp"
android:textSize="14sp"
android:text="@string/accounts_welcome"
android:textColor="?android:attr/textColorPrimary" />
<View

View File

@ -69,7 +69,22 @@
<string name="special_mailbox_name_trash">Trash</string>
<string name="special_mailbox_name_sent">Sent</string>
<string name="accounts_welcome">Welcome to K-9 Email setup!\n\nThis experimental version of the Android mail client supports deleting mail using the "Del" button from the index view as well as propagating message deletion back to IMAP servers. Please report bugs at http://code.google.com/p/k9mail/</string>
<string name="accounts_welcome">
Welcome to K-9 Mail setup. K-9 is an open source email client for Android based on the standard Android Mail client.
\n
\nK-9's improved features include:
* Better performance
* Email signatures
* Bcc-to-self
* Return-address configuration
* Keyboard shortcuts
* Better IMAP support
* Saving attachments to SD
* ...and more
\nPlease note that K-9 does not support most free hotmail accounts and, like many email clients, has some quirks when talking to Microsoft Exchange.
\nSubmit bug reports, contribute new features and ask questions at http://code.google.com/p/k9mail
</string>
<string name="debug_version_fmt">Version: <xliff:g id="version">%s</xliff:g></string>
<string name="debug_enable_debug_logging_label">Enable extra debug logging?</string>