Skip to content

Commit

Permalink
Merge pull request #14 from twotoasters/carlton-dev-supportlib
Browse files Browse the repository at this point in the history
Update Android Support Library and Google Play Services Library
  • Loading branch information
Carlton Whitehead committed May 20, 2013
2 parents 627b6ee + 535b8cf commit f24a5da
Show file tree
Hide file tree
Showing 122 changed files with 244 additions and 227 deletions.
4 changes: 2 additions & 2 deletions google-play-services_lib/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.gms"
android:versionCode="3027110"
android:versionName="3.0.27 (601249-10)" >
android:versionCode="3136110"
android:versionName="3.1.36 (673201-10)" >

<uses-sdk android:minSdkVersion="8"/>

Expand Down
Binary file modified google-play-services_lib/libs/google-play-services.jar
Binary file not shown.
18 changes: 18 additions & 0 deletions google-play-services_lib/res/color/common_signin_btn_text_dark.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:state_pressed="true"
android:color="@color/common_signin_btn_dark_text_pressed" />
<item
android:state_enabled="false"
android:state_focused="true"
android:color="@color/common_signin_btn_dark_text_disabled" />
<item
android:state_focused="true"
android:color="@color/common_signin_btn_dark_text_focused" />
<item
android:state_enabled="false"
android:color="@color/common_signin_btn_dark_text_disabled" />
<item
android:color="@color/common_signin_btn_dark_text_default" />
</selector>
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:state_pressed="true"
android:color="@color/common_signin_btn_light_text_pressed" />
<item
android:state_enabled="false"
android:state_focused="true"
android:color="@color/common_signin_btn_light_text_disabled" />
<item
android:state_focused="true"
android:color="@color/common_signin_btn_light_text_focused" />
<item
android:state_enabled="false"
android:color="@color/common_signin_btn_light_text_disabled" />
<item
android:color="@color/common_signin_btn_light_text_default" />
</selector>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:state_pressed="true"
android:drawable="@drawable/common_signin_btn_icon_pressed_dark" />
<item
android:state_enabled="false"
android:state_focused="true"
android:drawable="@drawable/common_signin_btn_icon_disabled_focus_dark" />
<item
android:state_focused="true"
android:drawable="@drawable/common_signin_btn_icon_focus_dark" />
<item
android:state_enabled="false"
android:drawable="@drawable/common_signin_btn_icon_disabled_dark" />
<item
android:drawable="@drawable/common_signin_btn_icon_normal_dark" />
</selector>
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:state_pressed="true"
android:drawable="@drawable/common_signin_btn_icon_pressed_light" />
<item
android:state_enabled="false"
android:state_focused="true"
android:drawable="@drawable/common_signin_btn_icon_disabled_focus_light" />
<item
android:state_focused="true"
android:drawable="@drawable/common_signin_btn_icon_focus_light" />
<item
android:state_enabled="false"
android:drawable="@drawable/common_signin_btn_icon_disabled_light" />
<item
android:drawable="@drawable/common_signin_btn_icon_normal_light" />
</selector>
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:state_pressed="true"
android:drawable="@drawable/common_signin_btn_text_pressed_dark" />
<item
android:state_enabled="false"
android:state_focused="true"
android:drawable="@drawable/common_signin_btn_text_disabled_focus_dark" />
<item
android:state_focused="true"
android:drawable="@drawable/common_signin_btn_text_focus_dark" />
<item
android:state_enabled="false"
android:drawable="@drawable/common_signin_btn_text_disabled_dark" />
<item
android:drawable="@drawable/common_signin_btn_text_normal_dark" />
</selector>
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:state_pressed="true"
android:drawable="@drawable/common_signin_btn_text_pressed_light" />
<item
android:state_enabled="false"
android:state_focused="true"
android:drawable="@drawable/common_signin_btn_text_disabled_focus_light" />
<item
android:state_focused="true"
android:drawable="@drawable/common_signin_btn_text_focus_light" />
<item
android:state_enabled="false"
android:drawable="@drawable/common_signin_btn_text_disabled_light" />
<item
android:drawable="@drawable/common_signin_btn_text_normal_light" />
</selector>
5 changes: 1 addition & 4 deletions google-play-services_lib/res/values-af/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
<string name="common_google_play_services_unsupported_title" msgid="6334768798839376943">"Google Play-dienste"</string>
<string name="common_google_play_services_unsupported_text" msgid="3542578567569488671">"Google Play-dienste, waarop sommige van jou programme staatmaak, werk nie met jou toestel nie. Kontak asseblief die vervaardiger vir bystand."</string>
<string name="common_google_play_services_update_button" msgid="8932944190611227642">"Dateer op"</string>
<string name="common_signin_button_text" msgid="9071884888741449141">"Meld aan"</string>
<string name="common_signin_button_text_long" msgid="2429381841831957106">"Meld aan met Google"</string>

<string name="auth_client_availability_notification_title" msgid="8472377992819116328">"Installeer/dateer op/aktiveer Google Play-dienste"</string>
<string name="auth_client_play_services_err_notification_msg" msgid="3635065018897986478">"Google Play-dienstefout"</string>
<string name="auth_client_requested_by_msg" msgid="6304135633531965756">"Versoek deur <xliff:g id="APP_NAME">%1$s</xliff:g>"</string>
</resources>
5 changes: 1 addition & 4 deletions google-play-services_lib/res/values-am/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
<string name="common_google_play_services_unsupported_title" msgid="6334768798839376943">"Google Play አገልግሎቶች"</string>
<string name="common_google_play_services_unsupported_text" msgid="3542578567569488671">"የGoogle Play አገልግሎቶች፣ አንዳንድ መተግበሪያዎችዎ በእሱ ላይ ጥገኛ የሆኑት፣ በመሣሪያዎ አይደገፍም። እባክዎ ለእርዳታ አምራቹን ያግኙ።"</string>
<string name="common_google_play_services_update_button" msgid="8932944190611227642">"ያዘምኑ"</string>
<string name="common_signin_button_text" msgid="9071884888741449141">"ግባ"</string>
<string name="common_signin_button_text_long" msgid="2429381841831957106">"በGoogle ይግቡ"</string>

<string name="auth_client_availability_notification_title" msgid="8472377992819116328">"የGoogle Play አገልግሎቶችን ይጫኑ/ያዘምኑ/ያንቁ"</string>
<string name="auth_client_play_services_err_notification_msg" msgid="3635065018897986478">"የGoogle Play አገልግሎቶች ስህተት"</string>
<string name="auth_client_requested_by_msg" msgid="6304135633531965756">"በ<xliff:g id="APP_NAME">%1$s</xliff:g> የተጠየቀ"</string>
</resources>
5 changes: 1 addition & 4 deletions google-play-services_lib/res/values-ar/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
<string name="common_google_play_services_unsupported_title" msgid="6334768798839376943">"خدمات Google Play"</string>
<string name="common_google_play_services_unsupported_text" msgid="3542578567569488671">"خدمات Google Play التي تستجيب لها بعض تطبيقاتك لا تعمل على جهازك. يُرجى الاتصال بجهة التصنيع للحصول على المساعدة."</string>
<string name="common_google_play_services_update_button" msgid="8932944190611227642">"تحديث"</string>
<string name="common_signin_button_text" msgid="9071884888741449141">"تسجيل الدخول"</string>
<string name="common_signin_button_text_long" msgid="2429381841831957106">"تسجيل الدخول باستخدام Google"</string>

<string name="auth_client_availability_notification_title" msgid="8472377992819116328">"تثبيت/تحديث/تمكين خدمات Google Play"</string>
<string name="auth_client_play_services_err_notification_msg" msgid="3635065018897986478">"خطأ في خدمات Google Play"</string>
<string name="auth_client_requested_by_msg" msgid="6304135633531965756">"تم الطلب عن طريق <xliff:g id="APP_NAME">%1$s</xliff:g>"</string>
</resources>
5 changes: 1 addition & 4 deletions google-play-services_lib/res/values-be/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
<string name="common_google_play_services_unsupported_title" msgid="6334768798839376943">"Службы Google Play"</string>
<string name="common_google_play_services_unsupported_text" msgid="3542578567569488671">"Службы Google Play, да якiх прывязаны некаторыя прыкладаннi, не падтрымлiваюцца на вашай прыладзе. Па дапамогу звярнiцеся да вытворцы."</string>
<string name="common_google_play_services_update_button" msgid="8932944190611227642">"Абнавіць"</string>
<string name="common_signin_button_text" msgid="9071884888741449141">"Увайсцi"</string>
<string name="common_signin_button_text_long" msgid="2429381841831957106">"Увайсці ў Google"</string>

<string name="auth_client_availability_notification_title" msgid="8472377992819116328">"Усталяваць/Абнавіць/Уключыць службы Google Play"</string>
<string name="auth_client_play_services_err_notification_msg" msgid="3635065018897986478">"Памылка службаў Google Play"</string>
<string name="auth_client_requested_by_msg" msgid="6304135633531965756">"Запытана прыкладаннем <xliff:g id="APP_NAME">%1$s</xliff:g>"</string>
</resources>
5 changes: 1 addition & 4 deletions google-play-services_lib/res/values-bg/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
<string name="common_google_play_services_unsupported_title" msgid="6334768798839376943">"Услуги за Google Play"</string>
<string name="common_google_play_services_unsupported_text" msgid="3542578567569488671">"Услугите за Google Play, на които разчитат някои от приложенията ви, не се поддържат от устройството ви. Моля, свържете се с производителя за помощ."</string>
<string name="common_google_play_services_update_button" msgid="8932944190611227642">"Актуализиране"</string>
<string name="common_signin_button_text" msgid="9071884888741449141">"Вход"</string>
<string name="common_signin_button_text_long" msgid="2429381841831957106">"Вход с Google"</string>

<string name="auth_client_availability_notification_title" msgid="8472377992819116328">"Инсталиране/актуализиране/активиране на услугите за Google Play"</string>
<string name="auth_client_play_services_err_notification_msg" msgid="3635065018897986478">"Грешка в услугите за Google Play"</string>
<string name="auth_client_requested_by_msg" msgid="6304135633531965756">"Заявено от <xliff:g id="APP_NAME">%1$s</xliff:g>"</string>
</resources>
29 changes: 13 additions & 16 deletions google-play-services_lib/res/values-ca/strings.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="common_google_play_services_install_title" msgid="26645092511305524">"Obtenció de Google Play Services"</string>
<string name="common_google_play_services_install_text_phone" msgid="8685301130651051380">"Aquesta aplicació no s\'executarà si el telèfon no té instal·lat Google Play Services."</string>
<string name="common_google_play_services_install_text_tablet" msgid="1589957570365247855">"Aquesta aplicació no funcionarà si la tauleta no té Google Play Services instal·lat."</string>
<string name="common_google_play_services_install_button" msgid="8515591849428043265">"Obtén Google Play Services"</string>
<string name="common_google_play_services_enable_title" msgid="529078775174559253">"Activa Google Play Services"</string>
<string name="common_google_play_services_enable_text" msgid="7627896071867667758">"Aquesta aplicació no funcionarà si no actives Google Play Services."</string>
<string name="common_google_play_services_enable_button" msgid="4181637455539816337">"Activa Google Play Services"</string>
<string name="common_google_play_services_update_title" msgid="6006316683626838685">"Actualització de Google Play Services"</string>
<string name="common_google_play_services_update_text" msgid="448354684997260580">"Aquesta aplicació no s\'executarà si no actualitzes Google Play Services."</string>
<string name="common_google_play_services_unknown_issue" msgid="4762332809710093730">"Problema desconegut amb Google Play Services."</string>
<string name="common_google_play_services_unsupported_title" msgid="6334768798839376943">"Google Play Services"</string>
<string name="common_google_play_services_unsupported_text" msgid="3542578567569488671">"Google Play Services, en què es basen algunes de les teves aplicacions, no és compatible amb el teu dispositiu. Contacta amb el fabricant per obtenir assistència."</string>
<string name="common_google_play_services_install_title" msgid="26645092511305524">"Baixa els serveis de Google Play"</string>
<string name="common_google_play_services_install_text_phone" msgid="8685301130651051380">"Aquesta aplicació no s\'executarà si el telèfon no té instal·lats els serveis de Google Play."</string>
<string name="common_google_play_services_install_text_tablet" msgid="1589957570365247855">"Aquesta aplicació no funcionarà si la tauleta no té instal·lats els serveis de Google Play."</string>
<string name="common_google_play_services_install_button" msgid="8515591849428043265">"Baixa els serveis de Google Play"</string>
<string name="common_google_play_services_enable_title" msgid="529078775174559253">"Activa els serveis de Google Play"</string>
<string name="common_google_play_services_enable_text" msgid="7627896071867667758">"Aquesta aplicació no funcionarà si no actives els serveis de Google Play."</string>
<string name="common_google_play_services_enable_button" msgid="4181637455539816337">"Activa els serveis de Google Play"</string>
<string name="common_google_play_services_update_title" msgid="6006316683626838685">"Actualitza els serveis de Google Play"</string>
<string name="common_google_play_services_update_text" msgid="448354684997260580">"Aquesta aplicació no s\'executarà si no actualitzes els serveis de Google Play."</string>
<string name="common_google_play_services_unknown_issue" msgid="4762332809710093730">"Error desconegut relacionat amb els serveis de Google Play."</string>
<string name="common_google_play_services_unsupported_title" msgid="6334768798839376943">"Serveis de Google Play"</string>
<string name="common_google_play_services_unsupported_text" msgid="3542578567569488671">"El teu dispositiu no és compatible amb els serveis de Google Play, en què es basen les teves aplicacions. Per obtenir assistència, contacta amb el fabricant."</string>
<string name="common_google_play_services_update_button" msgid="8932944190611227642">"Actualitza"</string>
<string name="common_signin_button_text" msgid="9071884888741449141">"Inicia sessió"</string>
<string name="common_signin_button_text_long" msgid="2429381841831957106">"Inicia sessió amb Google"</string>

<string name="auth_client_availability_notification_title" msgid="8472377992819116328">"Instal·lació/actualització/activació de Google Play Services"</string>
<string name="auth_client_play_services_err_notification_msg" msgid="3635065018897986478">"Error de Google Play Services"</string>
<string name="auth_client_requested_by_msg" msgid="6304135633531965756">"Sol·licitat per <xliff:g id="APP_NAME">%1$s</xliff:g>"</string>
</resources>
7 changes: 2 additions & 5 deletions google-play-services_lib/res/values-cs/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
<string name="common_google_play_services_unsupported_title" msgid="6334768798839376943">"Služby Google Play"</string>
<string name="common_google_play_services_unsupported_text" msgid="3542578567569488671">"Některé vaše aplikace vyžadují služby Google Play, které ve vašem zařízení nejsou podporovány. S žádostí o pomoc se prosím obraťte na výrobce."</string>
<string name="common_google_play_services_update_button" msgid="8932944190611227642">"Aktualizovat"</string>
<string name="common_signin_button_text_long" msgid="2429381841831957106">"Přihlásit se k účtu Google"</string>

<string name="auth_client_availability_notification_title" msgid="8472377992819116328">"Instalovat/Aktualizovat/Povolit služby Google Play"</string>
<string name="auth_client_play_services_err_notification_msg" msgid="3635065018897986478">"Chyba služeb Google Play"</string>
<string name="auth_client_requested_by_msg" msgid="6304135633531965756">"Požadováno aplikací <xliff:g id="APP_NAME">%1$s</xliff:g>"</string>
<string name="common_signin_button_text" msgid="9071884888741449141">"Přihlásit se"</string>
<string name="common_signin_button_text_long" msgid="2429381841831957106">"Přihlásit se účtem Google"</string>
</resources>
5 changes: 1 addition & 4 deletions google-play-services_lib/res/values-da/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
<string name="common_google_play_services_unsupported_title" msgid="6334768798839376943">"Google Play-tjenester"</string>
<string name="common_google_play_services_unsupported_text" msgid="3542578567569488671">"Google Play-tjenester, som nogle af dine applikationer er afhængige af, understøttes ikke af din enhed. Kontakt producenten for at få hjælp."</string>
<string name="common_google_play_services_update_button" msgid="8932944190611227642">"Opdater"</string>
<string name="common_signin_button_text" msgid="9071884888741449141">"Log ind"</string>
<string name="common_signin_button_text_long" msgid="2429381841831957106">"Log ind med Google"</string>

<string name="auth_client_availability_notification_title" msgid="8472377992819116328">"Installer/opdater/aktivér Google Play-tjenester"</string>
<string name="auth_client_play_services_err_notification_msg" msgid="3635065018897986478">"Fejl i Google Play-tjenester"</string>
<string name="auth_client_requested_by_msg" msgid="6304135633531965756">"Anmodning fra <xliff:g id="APP_NAME">%1$s</xliff:g>"</string>
</resources>
5 changes: 1 addition & 4 deletions google-play-services_lib/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
<string name="common_google_play_services_unsupported_title" msgid="6334768798839376943">"Google Play-Dienste"</string>
<string name="common_google_play_services_unsupported_text" msgid="3542578567569488671">"Google Play-Dienste, auf denen einige Ihrer Apps basieren, werden von diesem Gerät nicht unterstützt. Wenden Sie sich für weitere Informationen an den Hersteller."</string>
<string name="common_google_play_services_update_button" msgid="8932944190611227642">"Aktualisieren"</string>
<string name="common_signin_button_text" msgid="9071884888741449141">"Anmelden"</string>
<string name="common_signin_button_text_long" msgid="2429381841831957106">"Über Google anmelden"</string>

<string name="auth_client_availability_notification_title" msgid="8472377992819116328">"Google Play-Dienste installieren/aktualisieren/aktivieren"</string>
<string name="auth_client_play_services_err_notification_msg" msgid="3635065018897986478">"Fehler bei Google Play-Diensten"</string>
<string name="auth_client_requested_by_msg" msgid="6304135633531965756">"Angefordert von <xliff:g id="APP_NAME">%1$s</xliff:g>"</string>
</resources>
Loading

0 comments on commit f24a5da

Please sign in to comment.