├── google-play-services_lib ├── libs │ ├── google-play-services.jar.properties │ ├── .svn │ │ ├── text-base │ │ │ ├── google-play-services.jar.properties.svn-base │ │ │ └── google-play-services.jar.svn-base │ │ ├── prop-base │ │ │ └── google-play-services.jar.svn-base │ │ ├── all-wcprops │ │ └── entries │ ├── .DS_Store │ └── google-play-services.jar ├── res │ ├── .DS_Store │ ├── drawable-hdpi │ │ ├── .DS_Store │ │ ├── .svn │ │ │ ├── prop-base │ │ │ │ ├── common_signin_btn_icon_disabled_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_disabled_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_focus_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_focus_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_normal_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_normal_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_pressed_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_pressed_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_disabled_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_disabled_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_focus_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_focus_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_normal_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_normal_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_pressed_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_pressed_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_disabled_focus_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_disabled_focus_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_disabled_focus_light.9.png.svn-base │ │ │ │ └── common_signin_btn_text_disabled_focus_light.9.png.svn-base │ │ │ └── text-base │ │ │ │ ├── common_signin_btn_icon_focus_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_focus_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_normal_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_normal_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_pressed_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_focus_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_focus_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_normal_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_normal_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_pressed_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_disabled_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_disabled_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_pressed_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_disabled_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_disabled_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_pressed_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_disabled_focus_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_disabled_focus_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_disabled_focus_light.9.png.svn-base │ │ │ │ └── common_signin_btn_text_disabled_focus_light.9.png.svn-base │ │ ├── common_signin_btn_icon_focus_dark.9.png │ │ ├── common_signin_btn_icon_focus_light.9.png │ │ ├── common_signin_btn_icon_normal_dark.9.png │ │ ├── common_signin_btn_text_focus_dark.9.png │ │ ├── common_signin_btn_text_focus_light.9.png │ │ ├── common_signin_btn_text_normal_dark.9.png │ │ ├── common_signin_btn_icon_disabled_dark.9.png │ │ ├── common_signin_btn_icon_normal_light.9.png │ │ ├── common_signin_btn_icon_pressed_dark.9.png │ │ ├── common_signin_btn_icon_pressed_light.9.png │ │ ├── common_signin_btn_text_disabled_dark.9.png │ │ ├── common_signin_btn_text_normal_light.9.png │ │ ├── common_signin_btn_text_pressed_dark.9.png │ │ ├── common_signin_btn_text_pressed_light.9.png │ │ ├── common_signin_btn_icon_disabled_light.9.png │ │ ├── common_signin_btn_text_disabled_light.9.png │ │ ├── common_signin_btn_icon_disabled_focus_dark.9.png │ │ ├── common_signin_btn_icon_disabled_focus_light.9.png │ │ ├── common_signin_btn_text_disabled_focus_dark.9.png │ │ └── common_signin_btn_text_disabled_focus_light.9.png │ ├── drawable-xhdpi │ │ ├── .DS_Store │ │ ├── .svn │ │ │ ├── prop-base │ │ │ │ ├── common_signin_btn_icon_disabled_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_focus_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_focus_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_normal_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_normal_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_pressed_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_pressed_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_disabled_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_focus_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_focus_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_normal_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_normal_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_pressed_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_pressed_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_disabled_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_disabled_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_disabled_focus_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_disabled_focus_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_disabled_focus_dark.9.png.svn-base │ │ │ │ └── common_signin_btn_text_disabled_focus_light.9.png.svn-base │ │ │ └── text-base │ │ │ │ ├── common_signin_btn_icon_focus_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_focus_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_normal_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_focus_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_focus_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_normal_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_disabled_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_normal_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_pressed_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_pressed_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_disabled_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_normal_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_pressed_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_pressed_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_disabled_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_disabled_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_disabled_focus_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_disabled_focus_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_disabled_focus_dark.9.png.svn-base │ │ │ │ └── common_signin_btn_text_disabled_focus_light.9.png.svn-base │ │ ├── common_signin_btn_icon_focus_dark.9.png │ │ ├── common_signin_btn_text_focus_dark.9.png │ │ ├── common_signin_btn_icon_focus_light.9.png │ │ ├── common_signin_btn_icon_normal_dark.9.png │ │ ├── common_signin_btn_icon_normal_light.9.png │ │ ├── common_signin_btn_icon_pressed_dark.9.png │ │ ├── common_signin_btn_text_focus_light.9.png │ │ ├── common_signin_btn_text_normal_dark.9.png │ │ ├── common_signin_btn_text_normal_light.9.png │ │ ├── common_signin_btn_text_pressed_dark.9.png │ │ ├── common_signin_btn_icon_disabled_dark.9.png │ │ ├── common_signin_btn_icon_disabled_light.9.png │ │ ├── common_signin_btn_icon_pressed_light.9.png │ │ ├── common_signin_btn_text_disabled_dark.9.png │ │ ├── common_signin_btn_text_disabled_light.9.png │ │ ├── common_signin_btn_text_pressed_light.9.png │ │ ├── common_signin_btn_icon_disabled_focus_dark.9.png │ │ ├── common_signin_btn_icon_disabled_focus_light.9.png │ │ ├── common_signin_btn_text_disabled_focus_dark.9.png │ │ └── common_signin_btn_text_disabled_focus_light.9.png │ ├── drawable-mdpi │ │ ├── .svn │ │ │ ├── prop-base │ │ │ │ ├── common_signin_btn_icon_disabled_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_disabled_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_focus_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_focus_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_normal_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_normal_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_pressed_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_pressed_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_disabled_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_disabled_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_focus_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_focus_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_normal_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_normal_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_pressed_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_pressed_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_disabled_focus_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_disabled_focus_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_disabled_focus_light.9.png.svn-base │ │ │ │ └── common_signin_btn_text_disabled_focus_light.9.png.svn-base │ │ │ └── text-base │ │ │ │ ├── common_signin_btn_icon_focus_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_focus_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_normal_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_normal_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_pressed_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_focus_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_focus_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_normal_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_normal_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_pressed_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_disabled_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_disabled_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_pressed_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_disabled_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_disabled_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_pressed_light.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_disabled_focus_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_text_disabled_focus_dark.9.png.svn-base │ │ │ │ ├── common_signin_btn_icon_disabled_focus_light.9.png.svn-base │ │ │ │ └── common_signin_btn_text_disabled_focus_light.9.png.svn-base │ │ ├── common_signin_btn_icon_focus_dark.9.png │ │ ├── common_signin_btn_icon_focus_light.9.png │ │ ├── common_signin_btn_icon_normal_dark.9.png │ │ ├── common_signin_btn_text_focus_dark.9.png │ │ ├── common_signin_btn_text_focus_light.9.png │ │ ├── common_signin_btn_text_normal_dark.9.png │ │ ├── common_signin_btn_icon_disabled_dark.9.png │ │ ├── common_signin_btn_icon_normal_light.9.png │ │ ├── common_signin_btn_icon_pressed_dark.9.png │ │ ├── common_signin_btn_icon_pressed_light.9.png │ │ ├── common_signin_btn_text_disabled_dark.9.png │ │ ├── common_signin_btn_text_normal_light.9.png │ │ ├── common_signin_btn_text_pressed_dark.9.png │ │ ├── common_signin_btn_text_pressed_light.9.png │ │ ├── common_signin_btn_icon_disabled_light.9.png │ │ ├── common_signin_btn_text_disabled_light.9.png │ │ ├── common_signin_btn_icon_disabled_focus_dark.9.png │ │ ├── common_signin_btn_icon_disabled_focus_light.9.png │ │ ├── common_signin_btn_text_disabled_focus_dark.9.png │ │ └── common_signin_btn_text_disabled_focus_light.9.png │ ├── .svn │ │ ├── all-wcprops │ │ └── entries │ ├── values-af │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-am │ │ ├── .svn │ │ │ ├── all-wcprops │ │ │ ├── entries │ │ │ └── text-base │ │ │ │ └── strings.xml.svn-base │ │ └── strings.xml │ ├── values-ar │ │ ├── .svn │ │ │ ├── all-wcprops │ │ │ ├── entries │ │ │ └── text-base │ │ │ │ └── strings.xml.svn-base │ │ └── strings.xml │ ├── values-be │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-bg │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-ca │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-cs │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-da │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-de │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-el │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-es │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-et │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-fa │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-fi │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-fr │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-hi │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-hr │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-hu │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-in │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-it │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-iw │ │ ├── .svn │ │ │ ├── all-wcprops │ │ │ ├── entries │ │ │ └── text-base │ │ │ │ └── strings.xml.svn-base │ │ └── strings.xml │ ├── values-ja │ │ ├── .svn │ │ │ ├── all-wcprops │ │ │ ├── entries │ │ │ └── text-base │ │ │ │ └── strings.xml.svn-base │ │ └── strings.xml │ ├── values-ko │ │ ├── .svn │ │ │ ├── all-wcprops │ │ │ ├── entries │ │ │ └── text-base │ │ │ │ └── strings.xml.svn-base │ │ └── strings.xml │ ├── values-lt │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-lv │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-ms │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-nb │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-nl │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-pl │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-pt │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-ro │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-ru │ │ ├── .svn │ │ │ ├── all-wcprops │ │ │ ├── entries │ │ │ └── text-base │ │ │ │ └── strings.xml.svn-base │ │ └── strings.xml │ ├── values-sk │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-sl │ │ ├── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ │ └── strings.xml │ ├── values-sr │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-sv │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-sw │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-th │ │ ├── .svn │ │ │ ├── all-wcprops │ │ │ ├── entries │ │ │ └── text-base │ │ │ │ └── strings.xml.svn-base │ │ └── strings.xml │ ├── values-tl │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-tr │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-uk │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-vi │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-zu │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-en-rGB │ │ ├── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ │ └── strings.xml │ ├── values-es-rUS │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-pt-rBR │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-pt-rPT │ │ └── .svn │ │ │ ├── all-wcprops │ │ │ └── entries │ ├── values-zh-rCN │ │ ├── .svn │ │ │ ├── all-wcprops │ │ │ ├── entries │ │ │ └── text-base │ │ │ │ └── strings.xml.svn-base │ │ └── strings.xml │ ├── values-zh-rTW │ │ ├── .svn │ │ │ ├── all-wcprops │ │ │ ├── entries │ │ │ └── text-base │ │ │ │ └── strings.xml.svn-base │ │ └── strings.xml │ ├── color │ │ ├── .svn │ │ │ ├── all-wcprops │ │ │ ├── text-base │ │ │ │ ├── common_signin_btn_text_dark.xml.svn-base │ │ │ │ └── common_signin_btn_text_light.xml.svn-base │ │ │ └── entries │ │ ├── common_signin_btn_text_dark.xml │ │ └── common_signin_btn_text_light.xml │ ├── values │ │ ├── .svn │ │ │ ├── all-wcprops │ │ │ ├── text-base │ │ │ │ ├── colors.xml.svn-base │ │ │ │ └── maps_attrs.xml.svn-base │ │ │ └── entries │ │ ├── colors.xml │ │ └── maps_attrs.xml │ └── drawable │ │ ├── common_signin_btn_icon_dark.xml │ │ ├── common_signin_btn_text_dark.xml │ │ ├── common_signin_btn_icon_light.xml │ │ ├── common_signin_btn_text_light.xml │ │ └── .svn │ │ ├── text-base │ │ ├── common_signin_btn_icon_dark.xml.svn-base │ │ ├── common_signin_btn_text_dark.xml.svn-base │ │ ├── common_signin_btn_icon_light.xml.svn-base │ │ └── common_signin_btn_text_light.xml.svn-base │ │ ├── all-wcprops │ │ └── entries ├── src │ ├── .DS_Store │ ├── android │ │ ├── .DS_Store │ │ ├── .svn │ │ │ ├── all-wcprops │ │ │ ├── entries │ │ │ └── text-base │ │ │ │ └── UnusedStub.java.svn-base │ │ └── UnusedStub.java │ └── .svn │ │ ├── all-wcprops │ │ └── entries ├── AndroidManifest.xml └── README.txt ├── demo ├── libs │ ├── .DS_Store │ └── android-support-v4.jar ├── res │ ├── drawable-xhdpi │ │ └── dac_logo.png │ ├── values │ │ └── strings.xml │ └── layout │ │ └── main.xml ├── AndroidManifest.xml └── src │ └── com │ └── example │ └── demo │ └── ActivityRecognitionActivity.java └── README.md /google-play-services_lib/libs/google-play-services.jar.properties: -------------------------------------------------------------------------------- 1 | doc=../../../docs/reference 2 | -------------------------------------------------------------------------------- /demo/libs/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/demo/libs/.DS_Store -------------------------------------------------------------------------------- /google-play-services_lib/libs/.svn/text-base/google-play-services.jar.properties.svn-base: -------------------------------------------------------------------------------- 1 | doc=../../../docs/reference 2 | -------------------------------------------------------------------------------- /demo/libs/android-support-v4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/demo/libs/android-support-v4.jar -------------------------------------------------------------------------------- /demo/res/drawable-xhdpi/dac_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/demo/res/drawable-xhdpi/dac_logo.png -------------------------------------------------------------------------------- /google-play-services_lib/res/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/.DS_Store -------------------------------------------------------------------------------- /google-play-services_lib/src/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/src/.DS_Store -------------------------------------------------------------------------------- /google-play-services_lib/libs/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/libs/.DS_Store -------------------------------------------------------------------------------- /google-play-services_lib/libs/.svn/prop-base/google-play-services.jar.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /demo/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | FusedLoacationDemo 4 | 5 | -------------------------------------------------------------------------------- /google-play-services_lib/src/android/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/src/android/.DS_Store -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/.DS_Store -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/.DS_Store -------------------------------------------------------------------------------- /google-play-services_lib/libs/google-play-services.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/libs/google-play-services.jar -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/prop-base/common_signin_btn_icon_disabled_dark.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/prop-base/common_signin_btn_icon_disabled_light.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/prop-base/common_signin_btn_icon_focus_dark.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/prop-base/common_signin_btn_icon_focus_light.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/prop-base/common_signin_btn_icon_normal_dark.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/prop-base/common_signin_btn_icon_normal_light.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/prop-base/common_signin_btn_icon_pressed_dark.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/prop-base/common_signin_btn_icon_pressed_light.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/prop-base/common_signin_btn_text_disabled_dark.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/prop-base/common_signin_btn_text_disabled_light.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/prop-base/common_signin_btn_text_focus_dark.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/prop-base/common_signin_btn_text_focus_light.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/prop-base/common_signin_btn_text_normal_dark.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/prop-base/common_signin_btn_text_normal_light.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/prop-base/common_signin_btn_text_pressed_dark.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/prop-base/common_signin_btn_text_pressed_light.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/prop-base/common_signin_btn_icon_disabled_dark.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/prop-base/common_signin_btn_icon_disabled_light.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/prop-base/common_signin_btn_icon_focus_dark.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/prop-base/common_signin_btn_icon_focus_light.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/prop-base/common_signin_btn_icon_normal_dark.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/prop-base/common_signin_btn_icon_normal_light.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/prop-base/common_signin_btn_icon_pressed_dark.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/prop-base/common_signin_btn_icon_pressed_light.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/prop-base/common_signin_btn_text_disabled_dark.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/prop-base/common_signin_btn_text_disabled_light.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/prop-base/common_signin_btn_text_focus_dark.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/prop-base/common_signin_btn_text_focus_light.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/prop-base/common_signin_btn_text_normal_dark.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/prop-base/common_signin_btn_text_normal_light.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/prop-base/common_signin_btn_text_pressed_dark.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/prop-base/common_signin_btn_text_pressed_light.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/prop-base/common_signin_btn_icon_disabled_dark.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/prop-base/common_signin_btn_icon_focus_dark.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/prop-base/common_signin_btn_icon_focus_light.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/prop-base/common_signin_btn_icon_normal_dark.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/prop-base/common_signin_btn_icon_normal_light.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/prop-base/common_signin_btn_icon_pressed_dark.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/prop-base/common_signin_btn_icon_pressed_light.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/prop-base/common_signin_btn_text_disabled_dark.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/prop-base/common_signin_btn_text_focus_dark.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/prop-base/common_signin_btn_text_focus_light.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/prop-base/common_signin_btn_text_normal_dark.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/prop-base/common_signin_btn_text_normal_light.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/prop-base/common_signin_btn_text_pressed_dark.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/prop-base/common_signin_btn_text_pressed_light.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/prop-base/common_signin_btn_icon_disabled_focus_dark.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/prop-base/common_signin_btn_text_disabled_focus_dark.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/prop-base/common_signin_btn_icon_disabled_focus_dark.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/prop-base/common_signin_btn_text_disabled_focus_dark.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/prop-base/common_signin_btn_icon_disabled_light.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/prop-base/common_signin_btn_text_disabled_light.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/prop-base/common_signin_btn_icon_disabled_focus_light.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/prop-base/common_signin_btn_text_disabled_focus_light.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/prop-base/common_signin_btn_icon_disabled_focus_light.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/prop-base/common_signin_btn_text_disabled_focus_light.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/prop-base/common_signin_btn_icon_disabled_focus_dark.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/prop-base/common_signin_btn_icon_disabled_focus_light.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/prop-base/common_signin_btn_text_disabled_focus_dark.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/prop-base/common_signin_btn_text_disabled_focus_light.9.png.svn-base: -------------------------------------------------------------------------------- 1 | K 13 2 | svn:mime-type 3 | V 24 4 | application/octet-stream 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/res/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 93 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res 5 | END 6 | -------------------------------------------------------------------------------- /google-play-services_lib/src/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 93 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/src 5 | END 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | android_location_demo 2 | ===================== 3 | 4 | A demo for how to use the new location api provided by android, include sample code for Fused location, Geofencing and Activity recognition. 5 | -------------------------------------------------------------------------------- /google-play-services_lib/libs/.svn/text-base/google-play-services.jar.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/libs/.svn/text-base/google-play-services.jar.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_focus_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_focus_dark.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_focus_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_focus_light.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_normal_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_normal_dark.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_focus_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_focus_dark.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_focus_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_focus_light.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_normal_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_normal_dark.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_focus_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_focus_dark.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_focus_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_focus_light.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_normal_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_normal_dark.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_focus_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_focus_dark.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_focus_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_focus_light.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_normal_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_normal_dark.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_focus_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_focus_dark.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_focus_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_focus_dark.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_dark.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_normal_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_normal_light.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_pressed_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_pressed_dark.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_pressed_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_pressed_light.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_dark.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_normal_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_normal_light.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_pressed_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_pressed_dark.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_pressed_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_pressed_light.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_dark.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_normal_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_normal_light.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_pressed_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_pressed_dark.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_pressed_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_pressed_light.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_dark.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_normal_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_normal_light.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_pressed_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_pressed_dark.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_pressed_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_pressed_light.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_focus_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_focus_light.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_normal_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_normal_dark.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_normal_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_normal_light.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_pressed_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_pressed_dark.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_focus_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_focus_light.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_normal_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_normal_dark.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_normal_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_normal_light.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_pressed_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_pressed_dark.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_light.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_light.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_light.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_light.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_dark.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_light.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_pressed_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_pressed_light.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_dark.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_light.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_pressed_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_pressed_light.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_dark.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_light.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_focus_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_focus_dark.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_focus_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/common_signin_btn_text_disabled_focus_light.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_dark.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_light.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_focus_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_focus_dark.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_focus_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/common_signin_btn_text_disabled_focus_light.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_dark.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_light.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_dark.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_light.9.png -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_icon_focus_dark.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_icon_focus_dark.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_icon_focus_light.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_icon_focus_light.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_icon_normal_dark.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_icon_normal_dark.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_icon_normal_light.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_icon_normal_light.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_icon_pressed_dark.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_icon_pressed_dark.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_text_focus_dark.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_text_focus_dark.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_text_focus_light.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_text_focus_light.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_text_normal_dark.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_text_normal_dark.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_text_normal_light.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_text_normal_light.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_text_pressed_dark.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_text_pressed_dark.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_icon_focus_dark.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_icon_focus_dark.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_icon_focus_light.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_icon_focus_light.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_icon_normal_dark.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_icon_normal_dark.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_icon_normal_light.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_icon_normal_light.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_icon_pressed_dark.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_icon_pressed_dark.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_text_focus_dark.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_text_focus_dark.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_text_focus_light.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_text_focus_light.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_text_normal_dark.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_text_normal_dark.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_text_normal_light.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_text_normal_light.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_text_pressed_dark.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_text_pressed_dark.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_icon_focus_dark.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_icon_focus_dark.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_icon_focus_light.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_icon_focus_light.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_icon_normal_dark.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_icon_normal_dark.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_text_focus_dark.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_text_focus_dark.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_text_focus_light.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_text_focus_light.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_text_normal_dark.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_text_normal_dark.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_icon_disabled_dark.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_icon_disabled_dark.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_icon_disabled_light.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_icon_disabled_light.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_icon_pressed_light.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_icon_pressed_light.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_text_disabled_dark.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_text_disabled_dark.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_text_disabled_light.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_text_disabled_light.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_text_pressed_light.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_text_pressed_light.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_icon_disabled_dark.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_icon_disabled_dark.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_icon_disabled_light.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_icon_disabled_light.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_icon_pressed_light.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_icon_pressed_light.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_text_disabled_dark.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_text_disabled_dark.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_text_disabled_light.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_text_disabled_light.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_text_pressed_light.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_text_pressed_light.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_icon_disabled_dark.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_icon_disabled_dark.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_icon_normal_light.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_icon_normal_light.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_icon_pressed_dark.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_icon_pressed_dark.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_icon_pressed_light.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_icon_pressed_light.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_text_disabled_dark.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_text_disabled_dark.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_text_normal_light.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_text_normal_light.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_text_pressed_dark.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_text_pressed_dark.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_text_pressed_light.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_text_pressed_light.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_icon_disabled_light.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_icon_disabled_light.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_text_disabled_light.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_text_disabled_light.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_icon_disabled_focus_dark.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_icon_disabled_focus_dark.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_text_disabled_focus_dark.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_text_disabled_focus_dark.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_icon_disabled_focus_dark.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_icon_disabled_focus_dark.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_text_disabled_focus_dark.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_text_disabled_focus_dark.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_icon_disabled_focus_light.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_icon_disabled_focus_light.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_text_disabled_focus_light.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-hdpi/.svn/text-base/common_signin_btn_text_disabled_focus_light.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_icon_disabled_focus_light.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_icon_disabled_focus_light.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_text_disabled_focus_light.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-mdpi/.svn/text-base/common_signin_btn_text_disabled_focus_light.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_icon_disabled_focus_dark.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_icon_disabled_focus_dark.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_icon_disabled_focus_light.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_icon_disabled_focus_light.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_text_disabled_focus_dark.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_text_disabled_focus_dark.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_text_disabled_focus_light.9.png.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenjishi/android_location_demo/HEAD/google-play-services_lib/res/drawable-xhdpi/.svn/text-base/common_signin_btn_text_disabled_focus_light.9.png.svn-base -------------------------------------------------------------------------------- /google-play-services_lib/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-af/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-af 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-af/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-am/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-am 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-am/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-ar/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-ar 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-ar/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-be/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-be 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-be/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-bg/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-bg 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-bg/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-ca/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-ca 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-ca/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-cs/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-cs 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-cs/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-da/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-da 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-da/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-de/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-de 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-de/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-el/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-el 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-el/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-es/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-es 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-es/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-et/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-et 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-et/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-fa/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-fa 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-fa/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-fi/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-fi 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-fi/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-fr/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-fr 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-fr/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-hi/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-hi 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-hi/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-hr/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-hr 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-hr/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-hu/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-hu 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-hu/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-in/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-in 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-in/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-it/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-it 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-it/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-iw/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-iw 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-iw/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-ja/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-ja 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-ja/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-ko/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-ko 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-ko/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-lt/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-lt 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-lt/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-lv/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-lv 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-lv/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-ms/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-ms 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-ms/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-nb/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-nb 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-nb/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-nl/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-nl 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-nl/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-pl/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-pl 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-pl/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-pt/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-pt 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-pt/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-ro/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-ro 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-ro/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-ru/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-ru 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-ru/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-sk/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-sk 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-sk/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-sl/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-sl 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-sl/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-sr/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-sr 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-sr/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-sv/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-sv 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-sv/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-sw/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-sw 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-sw/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-th/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-th 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-th/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-tl/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-tl 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-tl/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-tr/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-tr 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-tr/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-uk/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-uk 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-uk/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-vi/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-vi 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-vi/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-zu/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 103 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-zu 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 115 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-zu/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/src/android/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 101 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/src/android 5 | END 6 | UnusedStub.java 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 117 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/src/android/UnusedStub.java 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-en-rGB/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 107 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-en-rGB 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 119 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-en-rGB/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-es-rUS/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 107 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-es-rUS 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 119 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-es-rUS/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-pt-rBR/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 107 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-pt-rBR 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 119 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-pt-rBR/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-pt-rPT/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 107 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-pt-rPT 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 119 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-pt-rPT/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-zh-rCN/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 107 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-zh-rCN 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 119 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-zh-rCN/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-zh-rTW/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 107 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-zh-rTW 5 | END 6 | strings.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 119 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-zh-rTW/strings.xml 11 | END 12 | -------------------------------------------------------------------------------- /google-play-services_lib/src/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/src 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | android 30 | dir 31 | 32 | -------------------------------------------------------------------------------- /google-play-services_lib/README.txt: -------------------------------------------------------------------------------- 1 | Library Project including Google Play services client jar. 2 | 3 | This can be used by an Android project to use the API's provided 4 | by Google Play services. 5 | 6 | There is technically no source, but the src folder is necessary 7 | to ensure that the build system works. The content is actually 8 | located in the libs/ directory. 9 | 10 | 11 | USAGE: 12 | 13 | Make sure you import this Android library project into your IDE 14 | and set this project as a dependency. 15 | -------------------------------------------------------------------------------- /demo/res/layout/main.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /google-play-services_lib/libs/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 94 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/libs 5 | END 6 | google-play-services.jar.properties 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 130 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/libs/google-play-services.jar.properties 11 | END 12 | google-play-services.jar 13 | K 25 14 | svn:wc:ra_dav:version-url 15 | V 119 16 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/libs/google-play-services.jar 17 | END 18 | -------------------------------------------------------------------------------- /google-play-services_lib/res/color/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 99 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/color 5 | END 6 | common_signin_btn_text_dark.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 131 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/color/common_signin_btn_text_dark.xml 11 | END 12 | common_signin_btn_text_light.xml 13 | K 25 14 | svn:wc:ra_dav:version-url 15 | V 132 16 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/color/common_signin_btn_text_light.xml 17 | END 18 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-af/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-af 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:36.000000Z 36 | 3b0cc4afe035150d92ffe495c01c729e 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2367 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-am/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-am 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:37.000000Z 36 | bfdbd5660e668473466bf0581029e93e 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2775 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-ar/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-ar 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:37.000000Z 36 | 269266b54adfc03a62e431823a20295a 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2660 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-be/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-be 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:35.000000Z 36 | ea5514d1d9c481df349f2677fd8655f2 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2832 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-bg/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-bg 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:38.000000Z 36 | c9083833489cd7b368bca4be65723221 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2964 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-ca/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-ca 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:38.000000Z 36 | d46efe288d075933289067b8eb485a40 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2483 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-cs/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-cs 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:35.000000Z 36 | afc6062ceed199d1a923580949fd52e0 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2434 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-da/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-da 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:34.000000Z 36 | d79094466b2af765cfd51f3f5181ab5e 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2355 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-de/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-de 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:37.000000Z 36 | 39998fe91e5b411565c9d20de6db5132 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2467 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-el/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-el 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:37.000000Z 36 | c732aab268d92e47ae63047f73aa65e5 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 3006 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-es/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-es 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:37.000000Z 36 | f4d662aa2f49fe04d102d00e49406792 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2500 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-et/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-et 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:35.000000Z 36 | 2e6eb28bf3f2f06867bd132263ceb935 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2355 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-fa/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-fa 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:35.000000Z 36 | fd8adcc929b76bfb157bf272de3a5cc9 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2802 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-fi/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-fi 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:38.000000Z 36 | 338aab693865f6c237e9dd3cd5b77275 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2389 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-fr/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-fr 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:35.000000Z 36 | b60770a5d67867ab7a165df4bf34f917 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2574 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-hi/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-hi 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:37.000000Z 36 | fe104d1255578083bc0cd5c50628dd9a 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 3253 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-hr/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-hr 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:37.000000Z 36 | bb3d75ca1669cb344515696d63b915d7 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2446 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-hu/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-hu 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:38.000000Z 36 | dbd53a003b37a909d0d356a676535dd9 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2537 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-in/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-in 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:39.000000Z 36 | 3b8448d93267fe4c7f83b1ce5bd44b95 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2395 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-it/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-it 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:39.000000Z 36 | e0974192dd1e66858bf3e8722d918165 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2360 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-iw/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-iw 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:36.000000Z 36 | 46e6d280dd2aa99dd13813c132e42585 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2539 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-ja/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-ja 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:35.000000Z 36 | b1ce47c78a51c81fb8713684555b568d 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2712 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-ko/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-ko 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:37.000000Z 36 | 7d157fb9dddfef46f9220c2d9ed8175f 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2472 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-lt/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-lt 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:37.000000Z 36 | aad70f32589e019ee8ae0770a4bfdf81 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2428 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-lv/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-lv 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:36.000000Z 36 | 3f87a72c8217f9476e8d1939d6516d52 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2427 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-ms/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-ms 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:37.000000Z 36 | df99777b81a094308f148fed27e2523e 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2451 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-nb/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-nb 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:39.000000Z 36 | 5fdc8e1b7e127d07fe9341f1a4280810 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2407 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-nl/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-nl 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:36.000000Z 36 | 640a2865c69608d763c1bdc1ae64f4e9 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2410 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-pl/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-pl 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:38.000000Z 36 | 870e8fcb4df122dba08ae9d31a6b4083 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2425 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-pt/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-pt 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:39.000000Z 36 | 2797937343d63917d23e7784f2a60f68 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2429 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-ro/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-ro 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:39.000000Z 36 | b45b665306606875ac94fd3d978be645 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2441 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-ru/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-ru 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:38.000000Z 36 | 3cf679863865d2d27f5b5e251b43f7fc 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2705 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-sk/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-sk 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:36.000000Z 36 | a984ced1e31ce2c08f844e995bd2cab8 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2434 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-sl/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-sl 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:39.000000Z 36 | df2fa87613842a9fbd1a7fd413b39e02 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2347 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-sr/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-sr 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:37.000000Z 36 | 1471eec14787644c37577cedb58ae51b 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2859 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-sv/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-sv 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:38.000000Z 36 | 2cd684d4a1fc259bf12f3de38c68bea6 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2367 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-sw/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-sw 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:39.000000Z 36 | a3dd817c9495de41df089f0890f3b081 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2399 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-th/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-th 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:38.000000Z 36 | c0245878f8617380337b3b59f9832d16 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 3206 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-tl/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-tl 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:38.000000Z 36 | ce7756b0676fac50c6910371d587824e 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2516 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-tr/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-tr 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:37.000000Z 36 | 628b10b41ec4ff7ba377c64291fd83e2 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2437 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-uk/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-uk 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:38.000000Z 36 | 591d5b780b26fdc3c8fc74b876fbc1d8 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2789 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-vi/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-vi 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:34.000000Z 36 | 93865d0385334f0bdccc840a86fe35b8 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2708 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-zu/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-zu 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:37.000000Z 36 | 35f196847a9dd905130d68ebf2413d9f 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2505 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/src/android/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/src/android 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | UnusedStub.java 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:34.000000Z 36 | 954fdf3c47fd38c0d65ad029185bf776 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 759 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-en-rGB/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-en-rGB 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:35.000000Z 36 | 10c564a61f9549830ab55b11e05bbeab 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2328 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-es-rUS/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-es-rUS 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:37.000000Z 36 | 2cbb3060b0f83484ba96d06bb5438d2d 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2395 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-pt-rBR/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-pt-rBR 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:37.000000Z 36 | 2797937343d63917d23e7784f2a60f68 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2429 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-pt-rPT/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-pt-rPT 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:37.000000Z 36 | 9c5660a9c1bb0799d1c194f65537a201 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2507 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-zh-rCN/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-zh-rCN 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:37.000000Z 36 | 85e15390d01d12ac8a2e8289a9a736f9 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2327 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-zh-rTW/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values-zh-rTW 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | strings.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:38.000000Z 36 | c3b86ae0d27dbe49766a8f0969d07464 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 2333 62 | 63 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 100 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values 5 | END 6 | colors.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 111 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values/colors.xml 11 | END 12 | strings.xml 13 | K 25 14 | svn:wc:ra_dav:version-url 15 | V 112 16 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values/strings.xml 17 | END 18 | maps_attrs.xml 19 | K 25 20 | svn:wc:ra_dav:version-url 21 | V 115 22 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values/maps_attrs.xml 23 | END 24 | -------------------------------------------------------------------------------- /google-play-services_lib/res/color/common_signin_btn_text_dark.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 10 | 13 | 16 | 18 | 19 | -------------------------------------------------------------------------------- /google-play-services_lib/res/color/common_signin_btn_text_light.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 10 | 13 | 16 | 18 | 19 | -------------------------------------------------------------------------------- /google-play-services_lib/res/color/.svn/text-base/common_signin_btn_text_dark.xml.svn-base: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 10 | 13 | 16 | 18 | 19 | -------------------------------------------------------------------------------- /google-play-services_lib/res/color/.svn/text-base/common_signin_btn_text_light.xml.svn-base: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 10 | 13 | 16 | 18 | 19 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable/common_signin_btn_icon_dark.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 10 | 13 | 16 | 18 | 19 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable/common_signin_btn_text_dark.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 10 | 13 | 16 | 18 | 19 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable/common_signin_btn_icon_light.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 10 | 13 | 16 | 18 | 19 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable/common_signin_btn_text_light.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 10 | 13 | 16 | 18 | 19 | -------------------------------------------------------------------------------- /google-play-services_lib/src/android/UnusedStub.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (C) 2013 The Android Open Source Project 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | package android; 17 | 18 | // Stub java file to make inclusion into some IDE's work. 19 | public final class UnusedStub { 20 | private UnusedStub() { } 21 | } 22 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable/.svn/text-base/common_signin_btn_icon_dark.xml.svn-base: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 10 | 13 | 16 | 18 | 19 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable/.svn/text-base/common_signin_btn_text_dark.xml.svn-base: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 10 | 13 | 16 | 18 | 19 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable/.svn/text-base/common_signin_btn_icon_light.xml.svn-base: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 10 | 13 | 16 | 18 | 19 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable/.svn/text-base/common_signin_btn_text_light.xml.svn-base: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 10 | 13 | 16 | 18 | 19 | -------------------------------------------------------------------------------- /google-play-services_lib/src/android/.svn/text-base/UnusedStub.java.svn-base: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (C) 2013 The Android Open Source Project 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | package android; 17 | 18 | // Stub java file to make inclusion into some IDE's work. 19 | public final class UnusedStub { 20 | private UnusedStub() { } 21 | } 22 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values/colors.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @android:color/white 5 | @android:color/white 6 | #FFAAAAAA 7 | @android:color/white 8 | #FF737373 9 | @android:color/white 10 | #FFAAAAAA 11 | #FF737373 12 | #FFDD4B39 13 | #d2d2d2 14 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values/.svn/text-base/colors.xml.svn-base: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | @android:color/white 5 | @android:color/white 6 | #FFAAAAAA 7 | @android:color/white 8 | #FF737373 9 | @android:color/white 10 | #FFAAAAAA 11 | #FF737373 12 | #FFDD4B39 13 | #d2d2d2 14 | -------------------------------------------------------------------------------- /google-play-services_lib/libs/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/libs 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | google-play-services.jar.properties 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:38.000000Z 36 | 2f5d52fe624b9d806d4130e62593f90f 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 28 62 | 63 | google-play-services.jar 64 | file 65 | 66 | 67 | 68 | 69 | 2013-06-10T22:33:35.000000Z 70 | feba3aed766639eb98a67affc140a357 71 | 2013-06-12T17:30:52.129103Z 72 | 984 73 | jischen 74 | has-props 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 591443 96 | 97 | -------------------------------------------------------------------------------- /google-play-services_lib/res/color/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/color 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | common_signin_btn_text_dark.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:35.000000Z 36 | 99e349c32135aca369929839ddd07fce 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 710 62 | 63 | common_signin_btn_text_light.xml 64 | file 65 | 66 | 67 | 68 | 69 | 2013-06-10T22:33:39.000000Z 70 | e35142603a85736be5aa92ef5d94aab7 71 | 2013-06-12T17:30:52.129103Z 72 | 984 73 | jischen 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 715 96 | 97 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable/.svn/all-wcprops: -------------------------------------------------------------------------------- 1 | K 25 2 | svn:wc:ra_dav:version-url 3 | V 102 4 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/drawable 5 | END 6 | common_signin_btn_icon_light.xml 7 | K 25 8 | svn:wc:ra_dav:version-url 9 | V 135 10 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/drawable/common_signin_btn_icon_light.xml 11 | END 12 | common_signin_btn_text_dark.xml 13 | K 25 14 | svn:wc:ra_dav:version-url 15 | V 134 16 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/drawable/common_signin_btn_text_dark.xml 17 | END 18 | common_signin_btn_icon_dark.xml 19 | K 25 20 | svn:wc:ra_dav:version-url 21 | V 134 22 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/drawable/common_signin_btn_icon_dark.xml 23 | END 24 | common_signin_btn_text_light.xml 25 | K 25 26 | svn:wc:ra_dav:version-url 27 | V 135 28 | /globalse/!svn/ver/984/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/drawable/common_signin_btn_text_light.xml 29 | END 30 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values/maps_attrs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values/.svn/text-base/maps_attrs.xml.svn-base: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/values 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | colors.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:36.000000Z 36 | f505e08ecd93fa42c1577113e586a613 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 858 62 | 63 | strings.xml 64 | file 65 | 66 | 67 | 68 | 69 | 2013-06-10T22:33:38.000000Z 70 | 01d5e11803060b2e826fe118c4de2c0d 71 | 2013-06-12T17:30:52.129103Z 72 | 984 73 | jischen 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 5450 96 | 97 | maps_attrs.xml 98 | file 99 | 100 | 101 | 102 | 103 | 2013-06-10T22:33:38.000000Z 104 | eba363844a18c7e60d49ab2be595437f 105 | 2013-06-12T17:30:52.129103Z 106 | 984 107 | jischen 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 1070 130 | 131 | -------------------------------------------------------------------------------- /demo/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 27 | 29 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /google-play-services_lib/res/drawable/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res/drawable 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | common_signin_btn_icon_light.xml 30 | file 31 | 32 | 33 | 34 | 35 | 2013-06-10T22:33:37.000000Z 36 | d05466477b52f52a886b72aaf11ffea0 37 | 2013-06-12T17:30:52.129103Z 38 | 984 39 | jischen 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 748 62 | 63 | common_signin_btn_text_dark.xml 64 | file 65 | 66 | 67 | 68 | 69 | 2013-06-10T22:33:37.000000Z 70 | 932887603b4ee9d86e8a92e32c9d57c6 71 | 2013-06-12T17:30:52.129103Z 72 | 984 73 | jischen 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 743 96 | 97 | common_signin_btn_icon_dark.xml 98 | file 99 | 100 | 101 | 102 | 103 | 2013-06-10T22:33:38.000000Z 104 | 8f70e890a174d353cf7e272a0d3b3f1b 105 | 2013-06-12T17:30:52.129103Z 106 | 984 107 | jischen 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 743 130 | 131 | common_signin_btn_text_light.xml 132 | file 133 | 134 | 135 | 136 | 137 | 2013-06-10T22:33:38.000000Z 138 | 0018c1a5f0fc89a051c6dc207229262f 139 | 2013-06-12T17:30:52.129103Z 140 | 984 141 | jischen 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 748 164 | 165 | -------------------------------------------------------------------------------- /demo/src/com/example/demo/ActivityRecognitionActivity.java: -------------------------------------------------------------------------------- 1 | package com.example.demo; 2 | 3 | import android.app.Activity; 4 | import android.app.PendingIntent; 5 | import android.content.Intent; 6 | import android.os.Bundle; 7 | import com.google.android.gms.common.ConnectionResult; 8 | import com.google.android.gms.common.GooglePlayServicesClient; 9 | import com.google.android.gms.location.ActivityRecognitionClient; 10 | 11 | /** 12 | * Created with IntelliJ IDEA. 13 | * User: chenjishi 14 | * Date: 13-7-19 15 | * Time: 下午3:26 16 | * To change this template use File | Settings | File Templates. 17 | */ 18 | public class ActivityRecognitionActivity extends Activity implements GooglePlayServicesClient.ConnectionCallbacks, 19 | GooglePlayServicesClient.OnConnectionFailedListener { 20 | private static final long FIVE_MINUTES = 5 * 60 * 1000; 21 | 22 | private ActivityRecognitionClient activityRecognitionClient; 23 | 24 | @Override 25 | protected void onCreate(Bundle savedInstanceState) { 26 | super.onCreate(savedInstanceState); 27 | setContentView(R.layout.main); 28 | } 29 | 30 | @Override 31 | protected void onStart() { 32 | super.onStart(); 33 | activityRecognitionClient = new ActivityRecognitionClient(this, this, this); 34 | activityRecognitionClient.connect(); 35 | } 36 | 37 | @Override 38 | public void onConnected(Bundle bundle) { 39 | Intent intent = new Intent(this, ActivityRecIntentService.class); 40 | PendingIntent pendingIntent = PendingIntent.getService(this, 0, intent, 41 | PendingIntent.FLAG_UPDATE_CURRENT); 42 | activityRecognitionClient.requestActivityUpdates(FIVE_MINUTES, pendingIntent); 43 | } 44 | 45 | @Override 46 | public void onDisconnected() { 47 | } 48 | 49 | @Override 50 | public void onConnectionFailed(ConnectionResult connectionResult) { 51 | } 52 | 53 | @Override 54 | protected void onDestroy() { 55 | super.onDestroy(); 56 | activityRecognitionClient.disconnect(); 57 | } 58 | } 59 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-zh-rCN/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "获取 Google Play 服务" 5 | "您的手机中没有 Google Play 服务,您必须先安装该服务才能运行此应用。" 6 | "您的平板电脑中没有 Google Play 服务,您必须先安装该服务才能运行此应用。" 7 | "获取 Google Play 服务" 8 | "启用 Google Play 服务" 9 | "您必须先启用 Google Play 服务才能运行此应用。" 10 | "启用 Google Play 服务" 11 | "更新 Google Play 服务" 12 | "您必须先更新 Google Play 服务才能运行此应用。" 13 | "Google Play 服务出现未知问题。" 14 | "Google Play 服务" 15 | "您的设备不支持部分应用所依赖的 Google Play 服务。请与设备制造商联系,以寻求帮助。" 16 | "更新" 17 | "登录" 18 | "使用 Google 帐户登录" 19 | 20 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-zh-rTW/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "取得 Google Play 服務" 5 | "您的手機並未安裝 Google Play 服務,所以無法執行這個應用程式。" 6 | "您的平板電腦並未安裝 Google Play 服務,所以無法執行這個應用程式。" 7 | "取得 Google Play 服務" 8 | "啟用 Google Play 服務" 9 | "您必須啟用 Google Play 服務,這個應用程式才能運作。" 10 | "啟用 Google Play 服務" 11 | "更新 Google Play 服務" 12 | "您必須更新 Google Play 服務,才能執行這個應用程式。" 13 | "Google Play 服務發生不明問題。" 14 | "Google Play 服務" 15 | "您的裝置不支援部分應用程式所需的 Google Play 服務。如需協助,請與您的裝置製造商聯絡。" 16 | "更新" 17 | "登入" 18 | "使用 Google 帳戶登入" 19 | 20 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-zh-rCN/.svn/text-base/strings.xml.svn-base: -------------------------------------------------------------------------------- 1 | 2 | 4 | "获取 Google Play 服务" 5 | "您的手机中没有 Google Play 服务,您必须先安装该服务才能运行此应用。" 6 | "您的平板电脑中没有 Google Play 服务,您必须先安装该服务才能运行此应用。" 7 | "获取 Google Play 服务" 8 | "启用 Google Play 服务" 9 | "您必须先启用 Google Play 服务才能运行此应用。" 10 | "启用 Google Play 服务" 11 | "更新 Google Play 服务" 12 | "您必须先更新 Google Play 服务才能运行此应用。" 13 | "Google Play 服务出现未知问题。" 14 | "Google Play 服务" 15 | "您的设备不支持部分应用所依赖的 Google Play 服务。请与设备制造商联系,以寻求帮助。" 16 | "更新" 17 | "登录" 18 | "使用 Google 帐户登录" 19 | 20 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-zh-rTW/.svn/text-base/strings.xml.svn-base: -------------------------------------------------------------------------------- 1 | 2 | 4 | "取得 Google Play 服務" 5 | "您的手機並未安裝 Google Play 服務,所以無法執行這個應用程式。" 6 | "您的平板電腦並未安裝 Google Play 服務,所以無法執行這個應用程式。" 7 | "取得 Google Play 服務" 8 | "啟用 Google Play 服務" 9 | "您必須啟用 Google Play 服務,這個應用程式才能運作。" 10 | "啟用 Google Play 服務" 11 | "更新 Google Play 服務" 12 | "您必須更新 Google Play 服務,才能執行這個應用程式。" 13 | "Google Play 服務發生不明問題。" 14 | "Google Play 服務" 15 | "您的裝置不支援部分應用程式所需的 Google Play 服務。如需協助,請與您的裝置製造商聯絡。" 16 | "更新" 17 | "登入" 18 | "使用 Google 帳戶登入" 19 | 20 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-ko/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Google Play 서비스 설치" 5 | "휴대전화에 Google Play 서비스가 설치되어 있어야 이 앱이 실행됩니다." 6 | "태블릿에 Google Play 서비스가 설치되어 있어야 이 앱이 실행됩니다." 7 | "Google Play 서비스 설치" 8 | "Google Play 서비스 사용" 9 | "Google Play 서비스를 사용하도록 설정해야 이 앱이 작동합니다." 10 | "Google Play 서비스 사용" 11 | "Google Play 서비스 업데이트" 12 | "Google Play 서비스를 업데이트해야만 이 앱이 실행됩니다." 13 | "Google Play 서비스에 알 수 없는 문제가 발생했습니다." 14 | "Google Play 서비스" 15 | "일부 사용자 애플리케이션에 필요한 Google Play 서비스가 사용자 기기에서 지원되지 않습니다. 기기 제조업체에 문의하시기 바랍니다." 16 | "업데이트" 17 | "로그인" 18 | "Google 계정으로 로그인" 19 | 20 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-ja/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Play開発者サービスの入手" 5 | "このアプリの実行にはGoogle Play開発者サービスが必要ですが、お使いの携帯端末にはインストールされていません。" 6 | "このアプリの実行にはGoogle Play開発者サービスが必要ですが、お使いのタブレットにはインストールされていません。" 7 | "Play開発者サービスの入手" 8 | "Play開発者サービスの有効化" 9 | "このアプリの実行には、Google Play開発者サービスの有効化が必要です。" 10 | "Play開発者サービスの有効化" 11 | "Play開発者サービスの更新" 12 | "このアプリの実行には、Google Play開発者サービスの更新が必要です。" 13 | "Google Play開発者サービスで原因不明の問題が発生しました。" 14 | "Google Play開発者サービス" 15 | "一部のアプリが使用しているGoogle Play開発者サービスは、お使いの端末ではサポートされていません。詳しくは、端末メーカーまでお問い合わせください。" 16 | "更新" 17 | "ログイン" 18 | "Googleでログイン" 19 | 20 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-ko/.svn/text-base/strings.xml.svn-base: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Google Play 서비스 설치" 5 | "휴대전화에 Google Play 서비스가 설치되어 있어야 이 앱이 실행됩니다." 6 | "태블릿에 Google Play 서비스가 설치되어 있어야 이 앱이 실행됩니다." 7 | "Google Play 서비스 설치" 8 | "Google Play 서비스 사용" 9 | "Google Play 서비스를 사용하도록 설정해야 이 앱이 작동합니다." 10 | "Google Play 서비스 사용" 11 | "Google Play 서비스 업데이트" 12 | "Google Play 서비스를 업데이트해야만 이 앱이 실행됩니다." 13 | "Google Play 서비스에 알 수 없는 문제가 발생했습니다." 14 | "Google Play 서비스" 15 | "일부 사용자 애플리케이션에 필요한 Google Play 서비스가 사용자 기기에서 지원되지 않습니다. 기기 제조업체에 문의하시기 바랍니다." 16 | "업데이트" 17 | "로그인" 18 | "Google 계정으로 로그인" 19 | 20 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-ja/.svn/text-base/strings.xml.svn-base: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Play開発者サービスの入手" 5 | "このアプリの実行にはGoogle Play開発者サービスが必要ですが、お使いの携帯端末にはインストールされていません。" 6 | "このアプリの実行にはGoogle Play開発者サービスが必要ですが、お使いのタブレットにはインストールされていません。" 7 | "Play開発者サービスの入手" 8 | "Play開発者サービスの有効化" 9 | "このアプリの実行には、Google Play開発者サービスの有効化が必要です。" 10 | "Play開発者サービスの有効化" 11 | "Play開発者サービスの更新" 12 | "このアプリの実行には、Google Play開発者サービスの更新が必要です。" 13 | "Google Play開発者サービスで原因不明の問題が発生しました。" 14 | "Google Play開発者サービス" 15 | "一部のアプリが使用しているGoogle Play開発者サービスは、お使いの端末ではサポートされていません。詳しくは、端末メーカーまでお問い合わせください。" 16 | "更新" 17 | "ログイン" 18 | "Googleでログイン" 19 | 20 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-am/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Google Play አገልግሎቶችን አግኝ" 5 | "ይህ መተግበሪያ ያለ Google Play አገልግሎቶች አይሰራም፣ እነሱ ደግሞ ስልክዎ ላይ የሉም።" 6 | "ይህ መተግበሪያ ያለ Google Play አገልግሎቶች አይሰራም፣ እነሱ ደግሞ ጡባዊዎ ላይ የሉም።" 7 | "Google Play አገልግሎቶችን አግኝ" 8 | "Google Play አገልግሎቶችን አንቃ" 9 | "Google Play አገልግሎቶችን እስካላነቁ ድረስ ይህ መተግበሪያ አይሰራም።" 10 | "Google Play አገልግሎቶችን አንቃ" 11 | "Google Play አገልግሎቶችን ያዘምኑ" 12 | "Google Play አገልግሎቶችን እስኪያዘምኑ ድረስ ይህ መተግበሪያ አይሰራም።" 13 | "በGoogle Play አገልግሎቶች ላይ ያልታወቀ ችግር።" 14 | "Google Play አገልግሎቶች" 15 | "የGoogle Play አገልግሎቶች፣ አንዳንድ መተግበሪያዎችዎ በእሱ ላይ ጥገኛ የሆኑት፣ በመሣሪያዎ አይደገፍም። እባክዎ ለእርዳታ አምራቹን ያግኙ።" 16 | "ያዘምኑ" 17 | "ግባ" 18 | "በGoogle ይግቡ" 19 | 20 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-am/.svn/text-base/strings.xml.svn-base: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Google Play አገልግሎቶችን አግኝ" 5 | "ይህ መተግበሪያ ያለ Google Play አገልግሎቶች አይሰራም፣ እነሱ ደግሞ ስልክዎ ላይ የሉም።" 6 | "ይህ መተግበሪያ ያለ Google Play አገልግሎቶች አይሰራም፣ እነሱ ደግሞ ጡባዊዎ ላይ የሉም።" 7 | "Google Play አገልግሎቶችን አግኝ" 8 | "Google Play አገልግሎቶችን አንቃ" 9 | "Google Play አገልግሎቶችን እስካላነቁ ድረስ ይህ መተግበሪያ አይሰራም።" 10 | "Google Play አገልግሎቶችን አንቃ" 11 | "Google Play አገልግሎቶችን ያዘምኑ" 12 | "Google Play አገልግሎቶችን እስኪያዘምኑ ድረስ ይህ መተግበሪያ አይሰራም።" 13 | "በGoogle Play አገልግሎቶች ላይ ያልታወቀ ችግር።" 14 | "Google Play አገልግሎቶች" 15 | "የGoogle Play አገልግሎቶች፣ አንዳንድ መተግበሪያዎችዎ በእሱ ላይ ጥገኛ የሆኑት፣ በመሣሪያዎ አይደገፍም። እባክዎ ለእርዳታ አምራቹን ያግኙ።" 16 | "ያዘምኑ" 17 | "ግባ" 18 | "በGoogle ይግቡ" 19 | 20 | -------------------------------------------------------------------------------- /google-play-services_lib/res/.svn/entries: -------------------------------------------------------------------------------- 1 | 10 2 | 3 | dir 4 | 1563 5 | http://svn.tibco.com:8008/globalse/trunk/DevProjects/Raiders20/ClientAndroid/google-play-services_lib/res 6 | http://svn.tibco.com:8008/globalse 7 | 8 | 9 | 10 | 2013-06-12T17:30:52.129103Z 11 | 984 12 | jischen 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 0b8ae7f2-532a-4e68-84b8-99465d0cbdf5 28 | 29 | values-ca 30 | dir 31 | 32 | values-pt 33 | dir 34 | 35 | drawable 36 | dir 37 | 38 | values-tr 39 | dir 40 | 41 | values-af 42 | dir 43 | 44 | values-ru 45 | dir 46 | 47 | values-am 48 | dir 49 | 50 | values-zu 51 | dir 52 | 53 | values-el 54 | dir 55 | 56 | values-ar 57 | dir 58 | 59 | values-cs 60 | dir 61 | 62 | values-in 63 | dir 64 | 65 | drawable-hdpi 66 | dir 67 | 68 | values-pt-rBR 69 | dir 70 | 71 | values-es 72 | dir 73 | 74 | values-et 75 | dir 76 | 77 | values-ko 78 | dir 79 | 80 | values-it 81 | dir 82 | 83 | values-sk 84 | dir 85 | 86 | values-sl 87 | dir 88 | 89 | values-es-rUS 90 | dir 91 | 92 | values-uk 93 | dir 94 | 95 | values-ms 96 | dir 97 | 98 | values-iw 99 | dir 100 | 101 | color 102 | dir 103 | 104 | values-sr 105 | dir 106 | 107 | values-da 108 | dir 109 | 110 | values-pt-rPT 111 | dir 112 | 113 | values-be 114 | dir 115 | 116 | values-fa 117 | dir 118 | 119 | values-bg 120 | dir 121 | 122 | values-de 123 | dir 124 | 125 | values-sv 126 | dir 127 | 128 | values-sw 129 | dir 130 | 131 | values-ja 132 | dir 133 | 134 | values-zh-rTW 135 | dir 136 | 137 | values-fi 138 | dir 139 | 140 | drawable-xhdpi 141 | dir 142 | 143 | values-nb 144 | dir 145 | 146 | values-hi 147 | dir 148 | 149 | values-zh-rCN 150 | dir 151 | 152 | values 153 | dir 154 | 155 | values-fr 156 | dir 157 | 158 | values-hr 159 | dir 160 | 161 | values-nl 162 | dir 163 | 164 | values-en-rGB 165 | dir 166 | 167 | drawable-mdpi 168 | dir 169 | 170 | values-pl 171 | dir 172 | 173 | values-th 174 | dir 175 | 176 | values-hu 177 | dir 178 | 179 | values-vi 180 | dir 181 | 182 | values-lt 183 | dir 184 | 185 | values-tl 186 | dir 187 | 188 | values-ro 189 | dir 190 | 191 | values-lv 192 | dir 193 | 194 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-iw/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "קבל את שירותי Google Play" 5 | "יישום זה לא יפעל ללא שירותי Google Play, החסרים בטלפון שלך." 6 | "יישום זה לא יפעל ללא שירותי Google Play, החסרים בטאבלט שלך." 7 | "קבל את שירותי Google Play" 8 | "הפעלת שירותי Google Play" 9 | "יישום זה לא יעבוד אם לא תפעיל את שירותי Google Play." 10 | "הפעל את שירותי Google Play" 11 | "עדכון שירותי Google Play" 12 | "יישום זה לא יפעל אם לא תעדכן את שירותי Google Play." 13 | "בעיה לא ידועה בשירותי Google Play." 14 | "שירותי Google Play" 15 | "שירותי Google Play, שחלק מהיישומים שלך מתבססים עליהם, אינם נתמכים על ידי המכשיר שברשותך. צור קשר עם היצרן לקבלת סיוע." 16 | "עדכן" 17 | "היכנס" 18 | "היכנס באמצעות Google" 19 | 20 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-iw/.svn/text-base/strings.xml.svn-base: -------------------------------------------------------------------------------- 1 | 2 | 4 | "קבל את שירותי Google Play" 5 | "יישום זה לא יפעל ללא שירותי Google Play, החסרים בטלפון שלך." 6 | "יישום זה לא יפעל ללא שירותי Google Play, החסרים בטאבלט שלך." 7 | "קבל את שירותי Google Play" 8 | "הפעלת שירותי Google Play" 9 | "יישום זה לא יעבוד אם לא תפעיל את שירותי Google Play." 10 | "הפעל את שירותי Google Play" 11 | "עדכון שירותי Google Play" 12 | "יישום זה לא יפעל אם לא תעדכן את שירותי Google Play." 13 | "בעיה לא ידועה בשירותי Google Play." 14 | "שירותי Google Play" 15 | "שירותי Google Play, שחלק מהיישומים שלך מתבססים עליהם, אינם נתמכים על ידי המכשיר שברשותך. צור קשר עם היצרן לקבלת סיוע." 16 | "עדכן" 17 | "היכנס" 18 | "היכנס באמצעות Google" 19 | 20 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-ar/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "الحصول على خدمات Google Play" 5 | "لن يتم تشغيل هذا التطبيق بدون خدمات Google Play، والتي لا تتوفر في هاتفك." 6 | "لن يتم تشغيل هذا التطبيق بدون خدمات Google Play، والتي لا تتوفر في جهازك اللوحي." 7 | "الحصول على خدمات Google Play" 8 | "تمكين خدمات Google Play" 9 | "لن يعمل هذا التطبيق ما لم يتم تمكين خدمات Google Play." 10 | "تمكين خدمات Google Play" 11 | "تحديث خدمات Google Play" 12 | "لن يتم تشغيل هذا التطبيق ما لم تحدِّث خدمات Google Play." 13 | "حدثت مشكلة غير معروفة في خدمات Google Play." 14 | "خدمات Google Play" 15 | "خدمات Google Play التي تستجيب لها بعض تطبيقاتك لا تعمل على جهازك. يُرجى الاتصال بجهة التصنيع للحصول على المساعدة." 16 | "تحديث" 17 | "تسجيل الدخول" 18 | "تسجيل الدخول باستخدام Google" 19 | 20 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-ru/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Установите Сервисы Google Play" 5 | "Для работы этого приложения требуется установить Сервисы Google Play." 6 | "Для работы этого приложения требуется установить Сервисы Google Play." 7 | "Установить" 8 | "Включите Сервисы Google Play" 9 | "Для работы этого приложения требуется включить Сервисы Google Play." 10 | "Включить" 11 | "Обновите Сервисы Google Play" 12 | "Для работы этого приложения требуется обновить Сервисы Google Play." 13 | "Неизвестная ошибка с Сервисами Google Play." 14 | "Сервисы Google Play" 15 | "Сервисы Google Play, необходимые для работы некоторых приложений, не поддерживаются на вашем устройстве. Обратитесь к производителю." 16 | "Обновить" 17 | "Войти" 18 | "Войти в аккаунт Google" 19 | 20 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-th/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "รับบริการ Google Play" 5 | "แอปพลิเคชันนี้จะไม่ทำงานหากไม่มีบริการ Google Play ซึ่งไม่มีในโทรศัพท์ของคุณ" 6 | "แอปพลิเคชันนี้จะไม่ทำงานหากไม่มีบริการ Google Play ซึ่งไม่มีในแท็บเล็ตของคุณ" 7 | "รับบริการ Google Play" 8 | "เปิดใช้งานบริการ Google Play" 9 | "แอปพลิเคชันนี้จะไม่ทำงานจนกว่าคุณจะเปิดใช้งานบริการ Google Play" 10 | "เปิดใช้งานบริการ Google Play" 11 | "อัปเดตบริการ Google Play" 12 | "แอปพลิเคชันนี้จะไม่ทำงานจนกว่าคุณจะอัปเดตบริการ Google Play" 13 | "ปัญหาที่ไม่รู้จักของบริการ Google Play" 14 | "บริการ Google Play" 15 | "บริการ Google Play ซึ่งใช้งานในบางแอปพลิเคชัน ไม่ได้รับการสนับสนุนโดยอุปกรณ์ของคุณ โปรดติดต่อผู้ผลิตเพื่อขอรับความช่วยเหลือ" 16 | "อัปเดต" 17 | "ลงชื่อใช้" 18 | "ลงชื่อเข้าใช้ด้วย Google" 19 | 20 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-ar/.svn/text-base/strings.xml.svn-base: -------------------------------------------------------------------------------- 1 | 2 | 4 | "الحصول على خدمات Google Play" 5 | "لن يتم تشغيل هذا التطبيق بدون خدمات Google Play، والتي لا تتوفر في هاتفك." 6 | "لن يتم تشغيل هذا التطبيق بدون خدمات Google Play، والتي لا تتوفر في جهازك اللوحي." 7 | "الحصول على خدمات Google Play" 8 | "تمكين خدمات Google Play" 9 | "لن يعمل هذا التطبيق ما لم يتم تمكين خدمات Google Play." 10 | "تمكين خدمات Google Play" 11 | "تحديث خدمات Google Play" 12 | "لن يتم تشغيل هذا التطبيق ما لم تحدِّث خدمات Google Play." 13 | "حدثت مشكلة غير معروفة في خدمات Google Play." 14 | "خدمات Google Play" 15 | "خدمات Google Play التي تستجيب لها بعض تطبيقاتك لا تعمل على جهازك. يُرجى الاتصال بجهة التصنيع للحصول على المساعدة." 16 | "تحديث" 17 | "تسجيل الدخول" 18 | "تسجيل الدخول باستخدام Google" 19 | 20 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-ru/.svn/text-base/strings.xml.svn-base: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Установите Сервисы Google Play" 5 | "Для работы этого приложения требуется установить Сервисы Google Play." 6 | "Для работы этого приложения требуется установить Сервисы Google Play." 7 | "Установить" 8 | "Включите Сервисы Google Play" 9 | "Для работы этого приложения требуется включить Сервисы Google Play." 10 | "Включить" 11 | "Обновите Сервисы Google Play" 12 | "Для работы этого приложения требуется обновить Сервисы Google Play." 13 | "Неизвестная ошибка с Сервисами Google Play." 14 | "Сервисы Google Play" 15 | "Сервисы Google Play, необходимые для работы некоторых приложений, не поддерживаются на вашем устройстве. Обратитесь к производителю." 16 | "Обновить" 17 | "Войти" 18 | "Войти в аккаунт Google" 19 | 20 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-th/.svn/text-base/strings.xml.svn-base: -------------------------------------------------------------------------------- 1 | 2 | 4 | "รับบริการ Google Play" 5 | "แอปพลิเคชันนี้จะไม่ทำงานหากไม่มีบริการ Google Play ซึ่งไม่มีในโทรศัพท์ของคุณ" 6 | "แอปพลิเคชันนี้จะไม่ทำงานหากไม่มีบริการ Google Play ซึ่งไม่มีในแท็บเล็ตของคุณ" 7 | "รับบริการ Google Play" 8 | "เปิดใช้งานบริการ Google Play" 9 | "แอปพลิเคชันนี้จะไม่ทำงานจนกว่าคุณจะเปิดใช้งานบริการ Google Play" 10 | "เปิดใช้งานบริการ Google Play" 11 | "อัปเดตบริการ Google Play" 12 | "แอปพลิเคชันนี้จะไม่ทำงานจนกว่าคุณจะอัปเดตบริการ Google Play" 13 | "ปัญหาที่ไม่รู้จักของบริการ Google Play" 14 | "บริการ Google Play" 15 | "บริการ Google Play ซึ่งใช้งานในบางแอปพลิเคชัน ไม่ได้รับการสนับสนุนโดยอุปกรณ์ของคุณ โปรดติดต่อผู้ผลิตเพื่อขอรับความช่วยเหลือ" 16 | "อัปเดต" 17 | "ลงชื่อใช้" 18 | "ลงชื่อเข้าใช้ด้วย Google" 19 | 20 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-en-rGB/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Get Google Play services" 5 | "This app won\'t run without Google Play services, which are missing from your phone." 6 | "This app won\'t run without Google Play services, which are missing from your tablet." 7 | "Get Google Play services" 8 | "Enable Google Play services" 9 | "This app won\'t work unless you enable Google Play services." 10 | "Enable Google Play services" 11 | "Update Google Play services" 12 | "This app won\'t run unless you update Google Play services." 13 | "Unknown issue with Google Play services." 14 | "Google Play services" 15 | "Google Play services, which some of your applications rely on, is not supported by your device. Please contact the manufacturer for assistance." 16 | "Update" 17 | "Sign in" 18 | "Sign in with Google" 19 | 20 | -------------------------------------------------------------------------------- /google-play-services_lib/res/values-sl/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | "Namestite storitve Google Play" 5 | "Ta aplikacija ne deluje brez storitev Google Play, ki jih ni v telefonu." 6 | "Ta aplikacija ne deluje brez storitev Google Play, ki jih ni v tabličnem računalniku." 7 | "Namestite storitve Google Play" 8 | "Omogočite storitve Google Play" 9 | "Aplikacija ne bo delovala, če ne omogočite storitev Google Play." 10 | "Omogočite storitve Google Play" 11 | "Posodobite storitve Google Play" 12 | "Ta aplikacija ne deluje, če ne posodobite storitev Google Play." 13 | "Neznana težava s storitvami Google Play." 14 | "Storitve Google Play" 15 | "Vaša naprava na podpira storitev Google Play, ki jih potrebujejo nekatere od vaših aplikacij. Za pomoč se obrnite na izdelovalca." 16 | "Posodobi" 17 | "Prijava" 18 | "Prijavite se v Google" 19 | 20 | --------------------------------------------------------------------------------