diff --git a/app/build.gradle b/app/build.gradle index c86da45..ef1aaad 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -22,7 +22,8 @@ preBuild.dependsOn precompile clean.dependsOn preclean dependencies { - compile 'com.android.support:appcompat-v7:+' compile fileTree(dir: 'libs', include: '*.jar') + compile 'com.android.support:support-v4:19.+' + compile 'com.android.support:appcompat-v7:19.+' compile 'com.github.chrisbanes.actionbarpulltorefresh:extra-abc:+' } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index bbd8be8..e4b06b7 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -3,6 +3,7 @@ package="i2p.bote.android" android:versionCode="1" android:versionName="0.1" > + - + + @@ -26,32 +28,32 @@ + android:name=".ViewEmailActivity" + android:parentActivityName=".EmailListActivity" /> + android:name=".NewEmailActivity" + android:parentActivityName=".EmailListActivity" /> + android:name=".addressbook.AddressBookActivity" + android:parentActivityName=".EmailListActivity" /> + android:name=".addressbook.EditContactActivity" + android:parentActivityName=".addressbook.AddressBookActivity" /> + android:name=".NetworkInfoActivity" + android:parentActivityName=".EmailListActivity" /> + android:name=".config.SettingsActivity" + android:parentActivityName=".EmailListActivity" /> + android:name=".config.SetPasswordActivity" + android:parentActivityName=".config.SettingsActivity" /> + android:name=".config.ViewIdentityActivity" + android:parentActivityName=".config.SettingsActivity" /> + android:name=".config.EditIdentityActivity" + android:parentActivityName=".config.ViewIdentityActivity" /> diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 069037c..5733df1 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -1,6 +1,8 @@ + #c31756 #111 #f00 + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 7fef346..ec3ec55 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -7,40 +7,33 @@ Connect to network Disconnect from network Settings - It appears that I2P Android is not running. Would you like to start it? Pull to check email Checking email... Let go to check email - %s selected Delete Mark read Mark unread Move to - Open nav Close nav - Enter password: - Checking password… + Checking password… Password was incorrect Could not read password verification file Not authenticated - Inbox Outbox Sent Trash Address book Network status - Not started - Waiting 3 minutes… - Connecting… + Waiting 3 minutes… + Connecting… Connected Error - Folder is empty Folder does not exist @@ -60,41 +53,34 @@ Error creating email packets: %s Error while sending email: %s Error saving email metadata: %s - From: To: Sent: Received: Status: Reply - Compose Subject Compose email Add at least one recipient. Email queued for sending - Re: Re: %s wrote: %s wrote: - Address book is empty New contact - Contact name Email destination Browse Save contact Delete contact? - Network information is not available because Bote hasn\'t started connecting to the network yet. Local Destination: Not set Kademlia Peers: Relay Peers: Banned Peers: - General General settings and default identity settings Auto-check mail @@ -116,13 +102,11 @@ %s minutes I2CP host I2CP port - Change password Old password New password Confirm new password Password changed successfully - Identities New identity... Edit identity @@ -132,4 +116,5 @@ Save identity Delete identity? Identity saved + diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 74ff1cf..0a1da3f 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -1,3 +1,4 @@ + @@ -25,6 +27,7 @@ library/res/attrs.xml are actually read in. -->