Skip to content

Commit

Permalink
[Android] New icon for the donation option
Browse files Browse the repository at this point in the history
  • Loading branch information
ruiaraujo committed Jul 12, 2013
1 parent f2ebe13 commit 25965fc
Show file tree
Hide file tree
Showing 15 changed files with 98 additions and 185 deletions.
1 change: 1 addition & 0 deletions android/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<string name="bt_website">Ir al sitio Web</string>
<string name="bt_paypal">PayPal</string>
<string name="bt_google_play">Google Play</string>
<string name="bt_dont_donate">Don\'t donate :-(</string> <!-- UNTRANSLATED -->
<!-- DIALOG STRINGS -->
<string name="lb_manual">Introduce el ESSID:</string>
<string name="dialog_nativecalc_msg">Esto puede llevar hasta unos 2 minutos, espera por favor…</string>
Expand Down
1 change: 1 addition & 0 deletions android/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<string name="bt_website">Visiter notre site web</string>
<string name="bt_paypal">PayPal</string>
<string name="bt_google_play">Google Play</string>
<string name="bt_dont_donate">Don\'t donate :-(</string> <!-- UNTRANSLATED -->

<!-- DIALOG STRINGS -->
<string name="lb_manual">Entrez votre ESSID ici:</string>
Expand Down
1 change: 1 addition & 0 deletions android/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<string name="bt_website">Vai al sito web</string>
<string name="bt_paypal">PayPal</string>
<string name="bt_google_play">Google Play</string>
<string name="bt_dont_donate">Don\'t donate :-(</string> <!-- UNTRANSLATED -->

<!-- DIALOG STRINGS -->
<string name="lb_manual">Inserisci qui il tuo ESSID:</string>
Expand Down
1 change: 1 addition & 0 deletions android/res/values-nl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
<string name="bt_website">Naar de website</string>
<string name="bt_paypal">PayPal</string>
<string name="bt_google_play">Google Play</string>
<string name="bt_dont_donate">Don\'t donate :-(</string> <!-- UNTRANSLATED -->

<!-- DIALOG STRINGS -->
<string name="lb_manual">ESSID:</string>
Expand Down
1 change: 1 addition & 0 deletions android/res/values-pt/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<string name="bt_website">Abrir Website</string>
<string name="bt_paypal">PayPal</string>
<string name="bt_google_play">Google Play</string>
<string name="bt_dont_donate">Não doar :-(</string>

<!-- DIALOG STRINGS -->
<string name="lb_manual">Introduza o ESSID:</string>
Expand Down
1 change: 1 addition & 0 deletions android/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<string name="bt_website">Go to Website</string>
<string name="bt_paypal">PayPal</string>
<string name="bt_google_play">Google Play</string>
<string name="bt_dont_donate">Don\'t donate :-(</string>
<!-- DIALOG STRINGS -->
<string name="lb_manual">Input your ESSID here:</string>
<string name="dialog_nativecalc_msg">This can take up to 2 minutes. Please wait.</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public void run() {
.setIcon(android.R.drawable.ic_dialog_alert)
.setTitle(whatsNewTitle)
.setMessage(whatsNewText)
.setNegativeButton(android.R.string.ok,
.setNegativeButton(R.string.bt_dont_donate,
new DialogInterface.OnClickListener() {
public void onClick(DialogInterface dialog,
int which) {
Expand Down
Binary file modified android_donation/res/drawable-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android_donation/res/drawable-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android_donation/res/drawable-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed icon/high.xcf
Binary file not shown.
Binary file modified icon/high_resolution_downloader.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
275 changes: 91 additions & 184 deletions icon/icon_downloader.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed icon/low.xcf
Binary file not shown.
Binary file removed icon/medium.xcf
Binary file not shown.

0 comments on commit 25965fc

Please sign in to comment.