Version: 1.0.1

Removed uneeded dependencies.
Added screenshots.
Localized for German, French, Spanish, Italian and Swedish.
This commit is contained in:
Erik C. Thauvin 2012-10-01 16:23:25 -07:00
parent dee97668f5
commit 1afdca2680
20 changed files with 50 additions and 5 deletions

View file

@ -1,11 +1,11 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.thauvin.erik.android.noussd"
android:versionCode="1"
android:versionName="1.0" >
android:versionCode="2"
android:versionName="1.0.1" >
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="15" />
android:targetSdkVersion="8" />
<application
android:icon="@drawable/ic_launcher"

Binary file not shown.

View file

@ -0,0 +1,9 @@
<resources>
<string name="app_name">NoUSSD</string>
<string name="dialog_title">USSD Warnung!!!</string>
<string name="dialog_msg">Soll wirklich diese Nummer gewählt werden:\n\n\t%1$s\n\nDie Nummer kann potentiell Schaden anrichten.</string>
<string name="dialog_ok">Wählen</string>
<string name="dialog_cancel">Abbrechen</string>
</resources>

View file

@ -0,0 +1,9 @@
<resources>
<string name="app_name">NoUSSD</string>
<string name="dialog_title">Alerta USSD!!!</string>
<string name="dialog_msg">Llamar a este número:\n\n\t%1$s\n\nPuede dañar a tu dispositivo.</string>
<string name="dialog_ok">Llamar</string>
<string name="dialog_cancel">Cancelar</string>
</resources>

View file

@ -0,0 +1,9 @@
<resources>
<string name="app_name">NoUSSD</string>
<string name="dialog_title">UUSD Alerte !!!</string>
<string name="dialog_msg">Voulez-vous vraiment appeler ce numéro :\n\n\t%1$s\n\nCela pourrait endommager votre appareil.</string>
<string name="dialog_ok">Appeler</string>
<string name="dialog_cancel">Annuler</string>
</resources>

View file

@ -0,0 +1,9 @@
<resources>
<string name="app_name">NoUSSD</string>
<string name="dialog_title">Attenzione - USSD!!!</string>
<string name="dialog_msg">Sei proprio sicuro di voler chiamare questo numero?\n\n\t%1$s\n\nPotrebbe danneggiare tuo dispositivo Android.</string>
<string name="dialog_ok">Chiama</string>
<string name="dialog_cancel">Cancella</string>
</resources>

View file

@ -0,0 +1,9 @@
<resources>
<string name="app_name">NoUSSD</string>
<string name="dialog_title">Varning: USSD!!!</string>
<string name="dialog_msg">Vill du verkligen ringa det här numret:\n\n\t%1$s\n\nDet kan skada din telefon eller surfplatta.</string>
<string name="dialog_ok">Ring</string>
<string name="dialog_cancel">Avsluta</string>
</resources>

View file

@ -2,7 +2,7 @@
<string name="app_name">NoUSSD</string>
<string name="dialog_title">USSD Warning!!!</string>
<string name="dialog_msg">Do you really want to dial:\n\n\t%1$s\n\nIt could potentially harm your device. </string>
<string name="dialog_msg">Do you really want to dial this number:\n\n\t%1$s\n\nIt could potentially harm your device.</string>
<string name="dialog_ok">Dial</string>
<string name="dialog_cancel">Cancel</string>

BIN
screenshots/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

BIN
screenshots/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

BIN
screenshots/3-es.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

BIN
screenshots/4-fr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

BIN
screenshots/5-it.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

BIN
screenshots/6-sv.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

BIN
screenshots/7-de.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
screenshots/noussd.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

View file

@ -54,7 +54,7 @@ public class NoUSSD extends Activity
{
super.onCreate(savedInstanceState);
appName = getApplicationContext().getResources().getString(R.string.app_name);
appName = getString(R.string.app_name);
final Intent intent = getIntent();
final Uri data = intent.getData();