4
0
mirror of https://github.com/cwinfo/envayasms.git synced 2025-07-11 00:46:27 +00:00

add settings screen for ignored phone numbers; allow user to specify if they want to ignore non-numeric senders and shortcodes

This commit is contained in:
Jesse Young
2011-11-25 19:36:04 -08:00
parent f430ddbe29
commit 22f8c26da1
13 changed files with 317 additions and 85 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="org.envaya.sms"
android:versionCode="15"
android:versionName="2.0.2">
android:versionCode="16"
android:versionName="2.0.3">
<uses-sdk android:minSdkVersion="4" />
@ -35,6 +35,9 @@
<activity android:name=".ui.TestPhoneNumbers" android:label="EnvayaSMS : Test Phone Numbers">
</activity>
<activity android:name=".ui.IgnoredPhoneNumbers" android:label="EnvayaSMS : Ignored Phone Numbers">
</activity>
<activity android:name=".ui.MessagingInbox" android:label="EnvayaSMS : Forward Inbox">
</activity>