├── .gitignore ├── README.md ├── android-wear-lib ├── README.md └── google-play-services-7-8-87.zip ├── assets └── img │ ├── gms-mms-relationship.png │ └── gms-mms-relationship.svg ├── dist └── mobvoi-api-1.1.1.aar ├── doc ├── README.md ├── add-new-doc.md ├── developer-guide.md ├── gesture-api.en.md ├── getting-started.en.md ├── getting-started.md ├── gms-compact.en.md ├── gms-compact.md ├── health-api.en.md ├── location-api.en.md ├── permission-en.md ├── permission.md ├── quickcard-api.en.md ├── search-api.en.md ├── semantic-api.en.md ├── sensor-api.en.md ├── speech-api.en.md ├── standalone-en.md ├── standalone.md ├── synthesis-api.en.md ├── tickle-api.en.md ├── wearable-api.en.md ├── wearable-api.md └── weather-api.en.md ├── lib ├── ReadMe.md ├── ReleaseLog ├── eclipse-UI-lib.zip ├── eclipse-UI │ ├── AndroidManifest.xml │ ├── aidl │ │ └── android │ │ │ └── support │ │ │ └── wearable │ │ │ └── watchface │ │ │ └── WatchFaceStyle.aidl │ ├── android-support-v7-recyclerview.jar │ ├── build.xml │ ├── libs │ │ ├── classes.jar │ │ └── wearablesupport.jar │ ├── project.properties │ └── res │ │ ├── drawable-hdpi-v4 │ │ ├── card_frame.9.png │ │ ├── card_frame_pressed.9.png │ │ ├── generic_confirmation_00163.png │ │ ├── generic_confirmation_00164.png │ │ ├── generic_confirmation_00165.png │ │ ├── generic_confirmation_00166.png │ │ ├── generic_confirmation_00167.png │ │ ├── generic_confirmation_00168.png │ │ ├── generic_confirmation_00169.png │ │ ├── generic_confirmation_00170.png │ │ ├── generic_confirmation_00171.png │ │ ├── generic_confirmation_00172.png │ │ ├── generic_confirmation_00173.png │ │ ├── generic_confirmation_00174.png │ │ ├── generic_confirmation_00175.png │ │ ├── generic_confirmation_00185.png │ │ ├── generic_confirmation_00186.png │ │ ├── generic_confirmation_00187.png │ │ ├── generic_confirmation_00188.png │ │ ├── generic_confirmation_00189.png │ │ ├── generic_confirmation_00190.png │ │ ├── generic_confirmation_00191.png │ │ ├── generic_confirmation_00192.png │ │ ├── generic_confirmation_00193.png │ │ ├── go_to_phone_00156.png │ │ ├── go_to_phone_00157.png │ │ ├── go_to_phone_00158.png │ │ ├── go_to_phone_00159.png │ │ ├── go_to_phone_00160.png │ │ ├── go_to_phone_00161.png │ │ ├── go_to_phone_00162.png │ │ ├── go_to_phone_00163.png │ │ ├── go_to_phone_00164.png │ │ ├── go_to_phone_00165.png │ │ ├── go_to_phone_00166.png │ │ ├── go_to_phone_00167.png │ │ ├── go_to_phone_00168.png │ │ ├── go_to_phone_00169.png │ │ ├── go_to_phone_00170.png │ │ ├── go_to_phone_00171.png │ │ ├── go_to_phone_00172.png │ │ ├── go_to_phone_00173.png │ │ ├── go_to_phone_00174.png │ │ ├── go_to_phone_00175.png │ │ ├── go_to_phone_00176.png │ │ ├── go_to_phone_00177.png │ │ ├── go_to_phone_00178.png │ │ ├── go_to_phone_00185.png │ │ ├── go_to_phone_00186.png │ │ ├── go_to_phone_00187.png │ │ ├── go_to_phone_00188.png │ │ ├── go_to_phone_00189.png │ │ ├── go_to_phone_00190.png │ │ ├── go_to_phone_00191.png │ │ ├── go_to_phone_00192.png │ │ ├── go_to_phone_00193.png │ │ ├── go_to_phone_00194.png │ │ ├── go_to_phone_00195.png │ │ ├── go_to_phone_00196.png │ │ ├── go_to_phone_00197.png │ │ ├── go_to_phone_00198.png │ │ ├── go_to_phone_00199.png │ │ ├── go_to_phone_00200.png │ │ ├── go_to_phone_00210.png │ │ ├── go_to_phone_00211.png │ │ ├── go_to_phone_00212.png │ │ ├── go_to_phone_00213.png │ │ ├── go_to_phone_00214.png │ │ ├── go_to_phone_00215.png │ │ ├── go_to_phone_00216.png │ │ ├── go_to_phone_00217.png │ │ ├── go_to_phone_00218.png │ │ ├── go_to_phone_00219.png │ │ ├── go_to_phone_00220.png │ │ ├── go_to_phone_00221.png │ │ ├── go_to_phone_00222.png │ │ ├── go_to_phone_00223.png │ │ ├── go_to_phone_00224.png │ │ ├── ic_full_cancel.png │ │ └── ic_full_sad.png │ │ ├── drawable-hdpi │ │ ├── cancel.png │ │ ├── cancelpress.png │ │ ├── check_b.png │ │ ├── check_w.png │ │ ├── close_b_m.png │ │ ├── close_w_m.png │ │ ├── confirm_b.png │ │ ├── confirm_w.png │ │ ├── delete_b.png │ │ ├── delete_w.png │ │ ├── details_b.png │ │ ├── details_w.png │ │ ├── dot_selected.png │ │ ├── dot_unselected.png │ │ ├── ic_cc_cancel.png │ │ ├── ic_cc_checkmark.png │ │ ├── ic_failure.png │ │ ├── nav_b.png │ │ ├── nav_w.png │ │ ├── phone_b.png │ │ ├── phone_w.png │ │ ├── reply_b.png │ │ ├── reply_w.png │ │ ├── reset_b.png │ │ ├── reset_w.png │ │ ├── setting_b.png │ │ ├── setting_w.png │ │ ├── share_b_m.png │ │ ├── share_w_m.png │ │ ├── successful.png │ │ ├── voice_b_m.png │ │ └── voice_w_m.png │ │ ├── drawable-mdpi-v4 │ │ ├── card_frame.9.png │ │ ├── card_frame_pressed.9.png │ │ ├── generic_confirmation_00163.png │ │ ├── generic_confirmation_00164.png │ │ ├── generic_confirmation_00165.png │ │ ├── generic_confirmation_00166.png │ │ ├── generic_confirmation_00167.png │ │ ├── generic_confirmation_00168.png │ │ ├── generic_confirmation_00169.png │ │ ├── generic_confirmation_00170.png │ │ ├── generic_confirmation_00171.png │ │ ├── generic_confirmation_00172.png │ │ ├── generic_confirmation_00173.png │ │ ├── generic_confirmation_00174.png │ │ ├── generic_confirmation_00175.png │ │ ├── generic_confirmation_00185.png │ │ ├── generic_confirmation_00186.png │ │ ├── generic_confirmation_00187.png │ │ ├── generic_confirmation_00188.png │ │ ├── generic_confirmation_00189.png │ │ ├── generic_confirmation_00190.png │ │ ├── generic_confirmation_00191.png │ │ ├── generic_confirmation_00192.png │ │ ├── generic_confirmation_00193.png │ │ ├── go_to_phone_00156.png │ │ ├── go_to_phone_00157.png │ │ ├── go_to_phone_00158.png │ │ ├── go_to_phone_00159.png │ │ ├── go_to_phone_00160.png │ │ ├── go_to_phone_00161.png │ │ ├── go_to_phone_00162.png │ │ ├── go_to_phone_00163.png │ │ ├── go_to_phone_00164.png │ │ ├── go_to_phone_00165.png │ │ ├── go_to_phone_00166.png │ │ ├── go_to_phone_00167.png │ │ ├── go_to_phone_00168.png │ │ ├── go_to_phone_00169.png │ │ ├── go_to_phone_00170.png │ │ ├── go_to_phone_00171.png │ │ ├── go_to_phone_00172.png │ │ ├── go_to_phone_00173.png │ │ ├── go_to_phone_00174.png │ │ ├── go_to_phone_00175.png │ │ ├── go_to_phone_00176.png │ │ ├── go_to_phone_00177.png │ │ ├── go_to_phone_00178.png │ │ ├── go_to_phone_00185.png │ │ ├── go_to_phone_00186.png │ │ ├── go_to_phone_00187.png │ │ ├── go_to_phone_00188.png │ │ ├── go_to_phone_00189.png │ │ ├── go_to_phone_00190.png │ │ ├── go_to_phone_00191.png │ │ ├── go_to_phone_00192.png │ │ ├── go_to_phone_00193.png │ │ ├── go_to_phone_00194.png │ │ ├── go_to_phone_00195.png │ │ ├── go_to_phone_00196.png │ │ ├── go_to_phone_00197.png │ │ ├── go_to_phone_00198.png │ │ ├── go_to_phone_00199.png │ │ ├── go_to_phone_00200.png │ │ ├── go_to_phone_00210.png │ │ ├── go_to_phone_00211.png │ │ ├── go_to_phone_00212.png │ │ ├── go_to_phone_00213.png │ │ ├── go_to_phone_00214.png │ │ ├── go_to_phone_00215.png │ │ ├── go_to_phone_00216.png │ │ ├── go_to_phone_00217.png │ │ ├── go_to_phone_00218.png │ │ ├── go_to_phone_00219.png │ │ ├── go_to_phone_00220.png │ │ ├── go_to_phone_00221.png │ │ ├── go_to_phone_00222.png │ │ ├── go_to_phone_00223.png │ │ ├── go_to_phone_00224.png │ │ ├── ic_full_cancel.png │ │ └── ic_full_sad.png │ │ ├── drawable-xhdpi-v4 │ │ ├── card_frame.9.png │ │ ├── card_frame_pressed.9.png │ │ ├── generic_confirmation_00163.png │ │ ├── generic_confirmation_00164.png │ │ ├── generic_confirmation_00165.png │ │ ├── generic_confirmation_00166.png │ │ ├── generic_confirmation_00167.png │ │ ├── generic_confirmation_00168.png │ │ ├── generic_confirmation_00169.png │ │ ├── generic_confirmation_00170.png │ │ ├── generic_confirmation_00171.png │ │ ├── generic_confirmation_00172.png │ │ ├── generic_confirmation_00173.png │ │ ├── generic_confirmation_00174.png │ │ ├── generic_confirmation_00175.png │ │ ├── generic_confirmation_00185.png │ │ ├── generic_confirmation_00186.png │ │ ├── generic_confirmation_00187.png │ │ ├── generic_confirmation_00188.png │ │ ├── generic_confirmation_00189.png │ │ ├── generic_confirmation_00190.png │ │ ├── generic_confirmation_00191.png │ │ ├── generic_confirmation_00192.png │ │ ├── generic_confirmation_00193.png │ │ ├── go_to_phone_00156.png │ │ ├── go_to_phone_00157.png │ │ ├── go_to_phone_00158.png │ │ ├── go_to_phone_00159.png │ │ ├── go_to_phone_00160.png │ │ ├── go_to_phone_00161.png │ │ ├── go_to_phone_00162.png │ │ ├── go_to_phone_00163.png │ │ ├── go_to_phone_00164.png │ │ ├── go_to_phone_00165.png │ │ ├── go_to_phone_00166.png │ │ ├── go_to_phone_00167.png │ │ ├── go_to_phone_00168.png │ │ ├── go_to_phone_00169.png │ │ ├── go_to_phone_00170.png │ │ ├── go_to_phone_00171.png │ │ ├── go_to_phone_00172.png │ │ ├── go_to_phone_00173.png │ │ ├── go_to_phone_00174.png │ │ ├── go_to_phone_00175.png │ │ ├── go_to_phone_00176.png │ │ ├── go_to_phone_00177.png │ │ ├── go_to_phone_00178.png │ │ ├── go_to_phone_00185.png │ │ ├── go_to_phone_00186.png │ │ ├── go_to_phone_00187.png │ │ ├── go_to_phone_00188.png │ │ ├── go_to_phone_00189.png │ │ ├── go_to_phone_00190.png │ │ ├── go_to_phone_00191.png │ │ ├── go_to_phone_00192.png │ │ ├── go_to_phone_00193.png │ │ ├── go_to_phone_00194.png │ │ ├── go_to_phone_00195.png │ │ ├── go_to_phone_00196.png │ │ ├── go_to_phone_00197.png │ │ ├── go_to_phone_00198.png │ │ ├── go_to_phone_00199.png │ │ ├── go_to_phone_00200.png │ │ ├── go_to_phone_00210.png │ │ ├── go_to_phone_00211.png │ │ ├── go_to_phone_00212.png │ │ ├── go_to_phone_00213.png │ │ ├── go_to_phone_00214.png │ │ ├── go_to_phone_00215.png │ │ ├── go_to_phone_00216.png │ │ ├── go_to_phone_00217.png │ │ ├── go_to_phone_00218.png │ │ ├── go_to_phone_00219.png │ │ ├── go_to_phone_00220.png │ │ ├── go_to_phone_00221.png │ │ ├── go_to_phone_00222.png │ │ ├── go_to_phone_00223.png │ │ ├── go_to_phone_00224.png │ │ ├── ic_full_cancel.png │ │ └── ic_full_sad.png │ │ ├── drawable │ │ ├── cancel_button.xml │ │ ├── cancle_selector.xml │ │ ├── card_background.xml │ │ ├── close_button.xml │ │ ├── confirm_button.xml │ │ ├── confirmation_animation.xml │ │ ├── dot_selected.png │ │ ├── dot_unselected.png │ │ ├── go_to_phone_animation.xml │ │ ├── indicator_dot_selected.xml │ │ ├── indicator_dot_unselected.xml │ │ ├── loading.png │ │ └── progress1.xml │ │ ├── layout-v20 │ │ ├── confirmation_activity_layout.xml │ │ ├── dismiss_overlay.xml │ │ └── watch_card_content.xml │ │ ├── values-hdpi-320x320 │ │ └── values.xml │ │ ├── values-tvdpi-320x320 │ │ └── values.xml │ │ ├── values-v20 │ │ └── values.xml │ │ └── values │ │ ├── attrs.xml │ │ ├── colors.xml │ │ ├── dimens.xml │ │ ├── strings.xml │ │ ├── styles.xml │ │ └── values.xml ├── google-play-services-7-8-87.zip └── mobvoi-api-gms-replaceable.jar └── sample ├── README.md ├── android-studio ├── CompatModeChinaDemo │ ├── .gitignore │ ├── README.md │ ├── app │ │ ├── build.gradle │ │ ├── lint.xml │ │ └── src │ │ │ └── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ └── com │ │ │ │ └── mobvoi │ │ │ │ └── android │ │ │ │ └── test │ │ │ │ ├── BaseApplication.java │ │ │ │ ├── FunctionTestActivity.java │ │ │ │ ├── FunctionTestService.java │ │ │ │ └── Utils.java │ │ │ └── res │ │ │ ├── drawable-hdpi │ │ │ └── ic_launcher.png │ │ │ ├── drawable-mdpi │ │ │ └── ic_launcher.png │ │ │ ├── drawable-xhdpi │ │ │ └── ic_launcher.png │ │ │ ├── drawable-xxhdpi │ │ │ └── ic_launcher.png │ │ │ ├── layout │ │ │ ├── activity_function_test.xml │ │ │ └── activity_main.xml │ │ │ ├── menu │ │ │ ├── function_test.xml │ │ │ └── main.xml │ │ │ ├── values-w820dp │ │ │ └── dimens.xml │ │ │ └── values │ │ │ ├── dimens.xml │ │ │ ├── strings.xml │ │ │ └── styles.xml │ ├── build.gradle │ ├── google-play-services-7-8-87 │ │ └── com │ │ │ └── google │ │ │ └── android │ │ │ └── gms │ │ │ ├── play-services-base │ │ │ ├── 7.8.87 │ │ │ │ ├── play-services-base-7.8.87.aar │ │ │ │ ├── play-services-base-7.8.87.aar.md5 │ │ │ │ ├── play-services-base-7.8.87.aar.sha1 │ │ │ │ ├── play-services-base-7.8.87.pom │ │ │ │ ├── play-services-base-7.8.87.pom.md5 │ │ │ │ └── play-services-base-7.8.87.pom.sha1 │ │ │ ├── maven-metadata.xml │ │ │ ├── maven-metadata.xml.md5 │ │ │ └── maven-metadata.xml.sha1 │ │ │ └── play-services-wearable │ │ │ ├── 7.8.87 │ │ │ ├── play-services-wearable-7.8.87.aar │ │ │ ├── play-services-wearable-7.8.87.aar.md5 │ │ │ ├── play-services-wearable-7.8.87.aar.sha1 │ │ │ ├── play-services-wearable-7.8.87.pom │ │ │ ├── play-services-wearable-7.8.87.pom.md5 │ │ │ └── play-services-wearable-7.8.87.pom.sha1 │ │ │ ├── maven-metadata.xml │ │ │ ├── maven-metadata.xml.md5 │ │ │ └── maven-metadata.xml.sha1 │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ └── settings.gradle └── CompatModeDemo │ ├── .gitignore │ ├── README.md │ ├── app │ ├── build.gradle │ ├── lint.xml │ └── src │ │ └── main │ │ ├── AndroidManifest.xml │ │ ├── java │ │ └── com │ │ │ └── mobvoi │ │ │ └── android │ │ │ └── test │ │ │ ├── BaseApplication.java │ │ │ ├── FunctionTestActivity.java │ │ │ ├── FunctionTestService.java │ │ │ └── Utils.java │ │ └── res │ │ ├── drawable-hdpi │ │ └── ic_launcher.png │ │ ├── drawable-mdpi │ │ └── ic_launcher.png │ │ ├── drawable-xhdpi │ │ └── ic_launcher.png │ │ ├── drawable-xxhdpi │ │ └── ic_launcher.png │ │ ├── layout │ │ ├── activity_function_test.xml │ │ └── activity_main.xml │ │ ├── menu │ │ ├── function_test.xml │ │ └── main.xml │ │ ├── values-w820dp │ │ └── dimens.xml │ │ └── values │ │ ├── dimens.xml │ │ ├── strings.xml │ │ └── styles.xml │ ├── build.gradle │ ├── gradle │ └── wrapper │ │ ├── gradle-wrapper.jar │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ └── settings.gradle └── eclipse ├── .gitignore ├── CompatModeChinaDemo ├── AndroidManifest.xml ├── README.md ├── build.xml ├── ic_launcher-web.png ├── libs │ ├── play-services-base-7.8.87-7887000.jar │ └── play-services-wearable-7.8.87-7887000.jar ├── lint.xml ├── proguard-project.txt ├── project.properties ├── res │ ├── drawable-hdpi │ │ └── ic_launcher.png │ ├── drawable-mdpi │ │ └── ic_launcher.png │ ├── drawable-xhdpi │ │ └── ic_launcher.png │ ├── drawable-xxhdpi │ │ └── ic_launcher.png │ ├── layout │ │ ├── activity_function_test.xml │ │ └── activity_main.xml │ ├── menu │ │ ├── function_test.xml │ │ └── main.xml │ ├── values-w820dp │ │ └── dimens.xml │ └── values │ │ ├── dimens.xml │ │ ├── strings.xml │ │ └── styles.xml └── src │ └── com │ └── mobvoi │ └── android │ └── test │ ├── BaseApplication.java │ ├── FunctionTestActivity.java │ ├── FunctionTestService.java │ └── Utils.java ├── CompatModeDemo ├── AndroidManifest.xml ├── README.md ├── build.xml ├── ic_launcher-web.png ├── libs │ ├── play-services-base-7.3.0-7327000.jar │ └── play-services-wearable-7.3.0-7327000.jar ├── lint.xml ├── proguard-project.txt ├── project.properties ├── res │ ├── drawable-hdpi │ │ └── ic_launcher.png │ ├── drawable-mdpi │ │ └── ic_launcher.png │ ├── drawable-xhdpi │ │ └── ic_launcher.png │ ├── drawable-xxhdpi │ │ └── ic_launcher.png │ ├── layout │ │ ├── activity_function_test.xml │ │ └── activity_main.xml │ ├── menu │ │ ├── function_test.xml │ │ └── main.xml │ ├── values-w820dp │ │ └── dimens.xml │ └── values │ │ ├── dimens.xml │ │ ├── strings.xml │ │ └── styles.xml └── src │ └── com │ └── mobvoi │ └── android │ └── test │ ├── BaseApplication.java │ ├── FunctionTestActivity.java │ ├── FunctionTestService.java │ └── Utils.java ├── DataLayer ├── Phone │ ├── AndroidManifest.xml │ ├── res │ │ ├── drawable-hdpi │ │ │ ├── ic_content_picture.png │ │ │ ├── ic_launcher.png │ │ │ └── tile.9.png │ │ ├── drawable-mdpi │ │ │ ├── ic_content_picture.png │ │ │ └── ic_launcher.png │ │ ├── drawable-xhdpi │ │ │ ├── ic_content_picture.png │ │ │ └── ic_launcher.png │ │ ├── drawable-xxhdpi │ │ │ ├── ic_content_picture.png │ │ │ └── ic_launcher.png │ │ ├── drawable │ │ │ └── divider.xml │ │ ├── layout │ │ │ └── main_activity.xml │ │ ├── values-sw600dp │ │ │ ├── template-dimens.xml │ │ │ └── template-styles.xml │ │ ├── values-v11 │ │ │ └── template-styles.xml │ │ └── values │ │ │ ├── base-strings.xml │ │ │ ├── strings.xml │ │ │ ├── style.xml │ │ │ ├── template-dimens.xml │ │ │ └── template-styles.xml │ └── src │ │ └── com │ │ └── example │ │ └── ticwear │ │ └── datalayer │ │ └── MainActivity.java └── Wearable │ ├── AndroidManifest.xml │ ├── res │ ├── drawable-hdpi │ │ └── ic_launcher.png │ ├── drawable-mdpi │ │ └── ic_launcher.png │ ├── drawable-xhdpi │ │ └── ic_launcher.png │ ├── drawable-xxhdpi │ │ └── ic_launcher.png │ ├── layout │ │ └── main_activity.xml │ └── values │ │ └── strings.xml │ └── src │ └── com │ └── example │ └── ticwear │ └── datalayer │ ├── DataLayerListenerService.java │ └── MainActivity.java ├── StepAndWeatherDemo ├── AndroidManifest.xml ├── ic_launcher-web.png ├── libs │ └── android-support-v4.jar ├── proguard-project.txt ├── project.properties ├── res │ ├── drawable-hdpi │ │ └── ic_launcher.png │ ├── drawable-mdpi │ │ └── ic_launcher.png │ ├── drawable-xhdpi │ │ └── ic_launcher.png │ ├── drawable-xxhdpi │ │ └── ic_launcher.png │ ├── layout │ │ ├── activity_main.xml │ │ ├── activity_step.xml │ │ └── activity_weather.xml │ ├── values-v11 │ │ └── styles.xml │ ├── values-v14 │ │ └── styles.xml │ └── values │ │ ├── strings.xml │ │ └── styles.xml └── src │ └── com │ └── mobvoi │ └── ticwear │ └── stepdemo │ ├── MainActivity.java │ ├── StepActivity.java │ ├── WeatherActivity.java │ └── WeatherInfo.java └── VoiceInputWearable ├── AndroidManifest.xml ├── bin ├── AndroidManifest.xml └── classes │ └── com │ └── mobvoi │ └── ticwear │ ├── BuildConfig.class │ ├── R$attr.class │ ├── R$drawable.class │ ├── R$id.class │ ├── R$layout.class │ ├── R$string.class │ ├── R.class │ ├── VoiceInputDemoActivity$1.class │ └── VoiceInputDemoActivity.class ├── gen └── com │ └── mobvoi │ └── ticwear │ ├── BuildConfig.java │ └── R.java ├── lib └── mobvoi-api.jar ├── project.properties ├── res ├── drawable-hdpi │ └── ic_launcher.png ├── drawable-mdpi │ └── ic_launcher.png ├── drawable-xhdpi │ └── ic_launcher.png ├── drawable-xxhdpi │ └── ic_launcher.png ├── layout │ └── dication_demo_activity.xml └── values │ └── strings.xml └── src └── com └── mobvoi └── ticwear └── VoiceInputDemoActivity.java /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | *~ 3 | /sample/android-studio/DataLayer/.idea 4 | /sample/android-studio/DataLayer/**/*.iml 5 | /sample/android-studio/DataLayer/**/build 6 | -------------------------------------------------------------------------------- /android-wear-lib/README.md: -------------------------------------------------------------------------------- 1 | # 中国版Android Wear应用开发SDK 2 | 3 | 开发文档请参见:https://developer.android.com/training/wearables/apps/creating-app-china.html 4 | -------------------------------------------------------------------------------- /android-wear-lib/google-play-services-7-8-87.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/android-wear-lib/google-play-services-7-8-87.zip -------------------------------------------------------------------------------- /assets/img/gms-mms-relationship.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/assets/img/gms-mms-relationship.png -------------------------------------------------------------------------------- /dist/mobvoi-api-1.1.1.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/dist/mobvoi-api-1.1.1.aar -------------------------------------------------------------------------------- /doc/README.md: -------------------------------------------------------------------------------- 1 | # Ticwear 开发者文档 2 | 3 | 这里包含了Ticwear开发者可以参考的开发文档,目前还在完善阶段。更详细全面的文档,请参考[开发者平台][ticwear-dev-site]文档。 4 | 5 | ## 文档目录 6 | 7 | - [Developer Guide][developer-guide] 8 | - [Ticwear开发入门][getting-started] 9 | - [开发兼容Ticwear和Android Wear的应用][gms-compat] 10 | - [数据通讯API][wearable-api] 11 | 12 | ## 增加新文档 13 | 14 | 如果你想为 Ticwear 增加新的文档,请阅读 [如何添加更多文档][add-new-doc]。 15 | 16 | [ticwear-dev-site]: https://developer.chumenwenwen.com/doc/ticwear.html#doc/1/1 17 | [developer-guide]: /doc/developer-guide.md 18 | [getting-started]: /doc/getting-started.md 19 | [gms-compat]: /doc/gms-compact.md 20 | [add-new-doc]: /doc/add-new-doc.md 21 | [wearable-api]: /doc/wearable-api.md 22 | 23 | 24 | -------------------------------------------------------------------------------- /doc/add-new-doc.md: -------------------------------------------------------------------------------- 1 | # 如何添加更多文档 2 | 3 | 此目录存放和组织 Ticwear 开发相关的文档,需用Markdown格式撰写。 4 | 5 | 文档存放在此目录,或此目录下的子目录中。 6 | 7 | 图片、文件等文档相关附件存放在 `/assets` 中。(之所以使用assets,而不是常用的art,是为了可以匹配开发者网站的目录结构,增加新文件时,大家也可以注意这个问题) 8 | 9 | 推荐使用一款开源的在线 Markdown 编辑器 [StackEdit][stackedit],它可以所见即所得的实时渲染预览文档,且提供兼容 GitHub 的 Markdown 格式。并且,它还可以便捷的输出转换后的 HTML 代码(或文件)。 10 | 11 | [《开发兼容Ticwear和Android Wear的应用》][gms-compat]就是通过这样的方式部署到[开发者网站上][gms-compat-dev]的。 12 | 13 | 具体的操作流程是这样的: 14 | 15 | 1. 使用[StackEdit][stackedit]或直接在GitHub上编写文档 16 | 2. 上传文档到 GitHub [Ticwear SDK][ticwear-sdk] 项目中 17 | 3. 使用[StackEdit][stackedit]将文档转换成HTML 18 | 4. 上传HTML文档到开发者网站。 19 | 20 | 其中,3、4两步,可以由维护开发者网站的人员来操作。 21 | 22 | [stackedit]: https://stackedit.io/ 23 | [ticwear-sdk]: https://github.com/ticwear/sdk 24 | [gms-compat]: /doc/gms-compact.md 25 | [gms-compat-dev]: https://developer.chumenwenwen.com/doc/ticwear.html#doc/1/2 26 | -------------------------------------------------------------------------------- /doc/developer-guide.md: -------------------------------------------------------------------------------- 1 | For Chinese developers, please refer to Ticwear developer documentation at: 2 | * https://developer.chumenwenwen.com/doc/ticwear.html#doc/1/1 3 | * https://developer.chumenwenwen.com/doc/ticwear.html#doc/1/2 4 | 5 | For non-Chinese developers, you can convert existing Android Wear apps according to: 6 | * https://developer.chumenwenwen.com/en/doc/ticwear.html#doc/4/16 7 | -------------------------------------------------------------------------------- /doc/standalone.md: -------------------------------------------------------------------------------- 1 | ## 支持手表独立应用 2 | 3 | 出门问问想先在这里对所有一路支持、陪伴我们的Ticwear开发者致谢。现在Ticwatch的功能日益丰富,其中愈来愈多的功能可在手表端独立运行。我们下一步的大目标是全力支持和发展手表端独立应用以实现手表完全脱离手机独立运行,从而给用户带来更加无缝、流畅、无限制的体验。出门问问真诚地希望各位开发者能拥抱这个变化并与我们一道实现这个目标。 4 | 5 | ### 手表应用根据其独立性可划分为如下三种: 6 | - 手表端完全独立应用:此应用无需手机端应用即可独立地在手表上运行和操作; 7 | - 半独立应用: 此应用无需手机端应用,但在手表端只可实现部分功能; 8 | - 非独立应用:应用本身必须依赖手机端应用才可使用; 9 | 10 | 如果您的手表应用可在手表上完全或部分独立运行,请在您的手表apk包中的Manifest文件中定义一个新的meta-data,具体定义方式如下: 11 | 12 | ``` 13 | 14 | ... 15 | 18 | ... 19 | 20 | ``` 21 | 如果该应用是独立使用或者半独立的应用,则value值为true,反之,则置为false。 22 | 23 | 注:当您在开发者网站上提交应用时,该状态需和以上Manifest文件中定义的内容保持一致。 24 | ![standalone](http://developer.chumenwenwen.com/uploads/img/markdown/standalone_cn.jpg) 25 | 26 | 27 | ### 为什么要开发手表端独立应用 28 | 现阶段,Ticwatch的安卓用户可任意下载所有类别的应用,而iOS用户只能下载手表端独立应用。如果您能开发手表端独立应用,您将同时获取安卓和iOS用户,并为他们带来更顺畅的使用体验。 29 | 30 | 请注意: 31 | 上传手表端独立应用时只需上传手表apk,无需将手表apk包装至对应的手机apk包内。如果您之前已上传可在手表端独立运行的应用或表盘,请在您上传独立应用的更新版时依照上述方式操作以避免应用被错误归类。 32 | -------------------------------------------------------------------------------- /doc/synthesis-api.en.md: -------------------------------------------------------------------------------- 1 | ## Speech Synthesis API 2 | 3 | For details, refer to Github inside Ticwear SDK open source project [sample speech synthesis program][synthesis-example]. 4 | 5 | ### Brief introduction 6 | 7 | Using Speech Synthesizer API, in Ticwear you can conveniently call on Mobvoi speech synthesis engine, and for a given piece of text, we will provide you with artificial synthesized voice. 8 | 9 | ### Usage 10 | 11 | You only need to achieve our defined `SpeechSynthesizerCallbackInterface` interfaces, as shown in the code: 12 | 13 | ``` Java 14 | private SpeechSynthesizerCallbackInterface mTTSCallback = new SpeechSynthesizerCallbackInterface() { 15 | @Override 16 | public void onStart() { 17 | Dbg.i(TAG, "Start play synthesized data"); 18 | } 19 | 20 | @Override 21 | public void onCompletion() { 22 | Dbg.i(TAG, "Done playing synthesized data"); 23 | } 24 | 25 | @Override 26 | public void onError(ErrorCode errorCode, String errorMessage) { 27 | Dbg.d(TAG, "ErrorCode: " + errorCode + " Error Message: " + errorMessage); 28 | } 29 | } 30 | ``` 31 | 32 | If you do not want to implement your own, you can also use the default `Callback` class `DefaultSpeechSynthesizerCallback`. 33 | 34 | ``` Java 35 | SpeechSynthesizerCallbackInterface mTTSCallback = new DefaultSpeechSynthesizerCallback(); 36 | ``` 37 | 38 | Then call the code below to 39 | 40 | ``` Java 41 | SpeechSynthesizerApi.startSynthesizer(getApplicationContext(), mTTSCallback, text, 50); 42 | ``` 43 | 44 | When the speech synthesis start playing `onStart()` function will be called back 45 | When the speech synthesis has finished playing time `onCompletion()` function will be called back. 46 | When the speech synthesis process when any error, `onError()` function is called. 47 | 48 | [synthesis-example]: https://github.com/ticwear/sdk/tree/master/sample/android-studio/TTSDemo 49 | -------------------------------------------------------------------------------- /lib/ReleaseLog: -------------------------------------------------------------------------------- 1 | =================================== 2 | Ticwear Developer SDK Release Log 3 | =================================== 4 | 5 | Release 2015-07-27 6 | * Notes 7 | - Add speech synthesizer (TTS) API to mobvoi-api.jar 8 | 9 | Release 2015-09-07 10 | * Notes 11 | - Add release() function to GetFdForAssetResult. 12 | 13 | Release 2016-09-24 14 | * Notes 15 | - Support Ticwear Global version. 16 | -------------------------------------------------------------------------------- /lib/eclipse-UI-lib.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI-lib.zip -------------------------------------------------------------------------------- /lib/eclipse-UI/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /lib/eclipse-UI/aidl/android/support/wearable/watchface/WatchFaceStyle.aidl: -------------------------------------------------------------------------------- 1 | package android.support.wearable.watchface; 2 | 3 | /** 4 | * @hide 5 | */ 6 | parcelable WatchFaceStyle; 7 | -------------------------------------------------------------------------------- /lib/eclipse-UI/android-support-v7-recyclerview.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/android-support-v7-recyclerview.jar -------------------------------------------------------------------------------- /lib/eclipse-UI/libs/classes.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/libs/classes.jar -------------------------------------------------------------------------------- /lib/eclipse-UI/libs/wearablesupport.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/libs/wearablesupport.jar -------------------------------------------------------------------------------- /lib/eclipse-UI/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-21 15 | android.library=true 16 | -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/card_frame.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/card_frame.9.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/card_frame_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/card_frame_pressed.9.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00163.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00163.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00164.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00164.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00165.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00165.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00166.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00166.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00167.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00168.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00168.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00169.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00169.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00170.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00170.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00171.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00171.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00172.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00172.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00173.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00173.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00174.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00174.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00175.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00185.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00185.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00186.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00186.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00187.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00187.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00188.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00188.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00189.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00189.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00190.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00190.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00191.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00191.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00192.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00193.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/generic_confirmation_00193.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00156.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00156.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00157.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00157.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00158.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00158.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00159.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00159.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00160.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00160.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00161.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00161.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00162.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00162.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00163.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00163.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00164.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00164.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00165.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00165.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00166.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00166.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00167.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00168.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00168.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00169.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00169.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00170.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00170.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00171.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00171.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00172.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00172.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00173.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00173.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00174.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00174.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00175.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00176.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00176.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00177.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00177.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00178.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00178.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00185.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00185.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00186.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00186.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00187.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00187.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00188.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00188.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00189.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00189.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00190.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00190.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00191.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00191.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00192.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00193.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00193.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00194.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00194.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00195.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00195.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00196.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00196.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00197.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00197.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00198.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00198.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00199.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00199.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00200.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00210.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00210.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00211.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00211.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00212.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00212.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00213.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00213.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00214.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00214.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00215.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00215.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00216.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00216.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00217.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00217.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00218.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00218.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00219.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00219.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00220.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00220.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00221.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00221.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00222.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00222.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00223.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00223.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00224.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/go_to_phone_00224.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/ic_full_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/ic_full_cancel.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi-v4/ic_full_sad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi-v4/ic_full_sad.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/cancel.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/cancelpress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/cancelpress.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/check_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/check_b.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/check_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/check_w.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/close_b_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/close_b_m.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/close_w_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/close_w_m.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/confirm_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/confirm_b.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/confirm_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/confirm_w.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/delete_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/delete_b.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/delete_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/delete_w.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/details_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/details_b.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/details_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/details_w.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/dot_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/dot_selected.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/dot_unselected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/dot_unselected.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/ic_cc_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/ic_cc_cancel.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/ic_cc_checkmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/ic_cc_checkmark.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/ic_failure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/ic_failure.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/nav_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/nav_b.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/nav_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/nav_w.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/phone_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/phone_b.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/phone_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/phone_w.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/reply_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/reply_b.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/reply_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/reply_w.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/reset_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/reset_b.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/reset_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/reset_w.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/setting_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/setting_b.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/setting_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/setting_w.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/share_b_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/share_b_m.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/share_w_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/share_w_m.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/successful.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/successful.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/voice_b_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/voice_b_m.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-hdpi/voice_w_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-hdpi/voice_w_m.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/card_frame.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/card_frame.9.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/card_frame_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/card_frame_pressed.9.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00163.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00163.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00164.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00164.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00165.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00165.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00166.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00166.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00167.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00168.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00168.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00169.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00169.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00170.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00170.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00171.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00171.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00172.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00172.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00173.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00173.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00174.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00174.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00175.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00185.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00185.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00186.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00186.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00187.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00187.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00188.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00188.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00189.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00189.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00190.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00190.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00191.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00191.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00192.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00193.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/generic_confirmation_00193.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00156.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00156.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00157.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00157.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00158.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00158.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00159.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00159.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00160.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00160.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00161.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00161.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00162.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00162.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00163.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00163.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00164.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00164.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00165.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00165.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00166.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00166.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00167.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00168.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00168.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00169.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00169.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00170.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00170.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00171.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00171.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00172.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00172.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00173.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00173.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00174.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00174.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00175.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00176.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00176.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00177.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00177.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00178.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00178.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00185.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00185.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00186.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00186.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00187.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00187.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00188.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00188.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00189.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00189.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00190.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00190.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00191.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00191.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00192.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00193.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00193.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00194.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00194.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00195.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00195.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00196.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00196.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00197.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00197.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00198.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00198.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00199.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00199.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00200.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00210.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00210.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00211.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00211.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00212.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00212.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00213.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00213.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00214.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00214.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00215.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00215.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00216.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00216.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00217.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00217.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00218.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00218.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00219.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00219.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00220.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00220.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00221.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00221.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00222.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00222.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00223.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00223.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00224.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/go_to_phone_00224.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/ic_full_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/ic_full_cancel.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-mdpi-v4/ic_full_sad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-mdpi-v4/ic_full_sad.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/card_frame.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/card_frame.9.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/card_frame_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/card_frame_pressed.9.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00163.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00163.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00164.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00164.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00165.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00165.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00166.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00166.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00167.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00168.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00168.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00169.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00169.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00170.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00170.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00171.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00171.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00172.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00172.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00173.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00173.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00174.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00174.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00175.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00185.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00185.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00186.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00186.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00187.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00187.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00188.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00188.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00189.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00189.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00190.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00190.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00191.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00191.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00192.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00193.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/generic_confirmation_00193.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00156.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00156.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00157.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00157.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00158.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00158.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00159.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00159.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00160.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00160.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00161.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00161.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00162.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00162.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00163.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00163.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00164.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00164.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00165.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00165.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00166.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00166.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00167.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00168.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00168.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00169.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00169.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00170.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00170.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00171.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00171.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00172.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00172.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00173.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00173.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00174.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00174.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00175.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00175.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00176.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00176.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00177.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00177.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00178.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00178.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00185.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00185.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00186.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00186.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00187.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00187.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00188.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00188.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00189.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00189.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00190.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00190.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00191.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00191.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00192.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00193.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00193.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00194.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00194.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00195.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00195.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00196.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00196.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00197.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00197.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00198.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00198.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00199.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00199.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00200.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00210.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00210.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00211.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00211.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00212.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00212.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00213.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00213.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00214.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00214.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00215.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00215.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00216.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00216.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00217.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00217.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00218.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00218.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00219.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00219.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00220.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00220.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00221.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00221.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00222.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00222.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00223.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00223.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00224.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/go_to_phone_00224.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/ic_full_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/ic_full_cancel.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable-xhdpi-v4/ic_full_sad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable-xhdpi-v4/ic_full_sad.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable/cancel_button.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 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable/cancle_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable/card_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable/close_button.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable/confirm_button.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 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable/dot_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable/dot_selected.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable/dot_unselected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable/dot_unselected.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable/indicator_dot_selected.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable/indicator_dot_unselected.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable/loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/eclipse-UI/res/drawable/loading.png -------------------------------------------------------------------------------- /lib/eclipse-UI/res/drawable/progress1.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /lib/eclipse-UI/res/layout-v20/dismiss_overlay.xml: -------------------------------------------------------------------------------- 1 | 2 | 14 | 21 | 22 | -------------------------------------------------------------------------------- /lib/eclipse-UI/res/layout-v20/watch_card_content.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 17 | 18 | 23 | 24 | -------------------------------------------------------------------------------- /lib/eclipse-UI/res/values-hdpi-320x320/values.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 51dip 5 | 6 | 26dp 7 | 17sp 8 | 35dp 9 | 39dp 10 | 40dp 11 | 12 | -------------------------------------------------------------------------------- /lib/eclipse-UI/res/values-tvdpi-320x320/values.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 58.50dip 5 | 6 | 7 | 30dp 8 | 20sp 9 | 40dp 10 | 44dp 11 | 46dp 12 | 13 | -------------------------------------------------------------------------------- /lib/eclipse-UI/res/values/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 | -------------------------------------------------------------------------------- /lib/eclipse-UI/res/values/colors.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | #ffffff 5 | #646464 6 | #ffffff 7 | #1ccf70 8 | #ff5151 9 | #666666 10 | #e0999999 11 | #50999999 12 | #ff0098e6 13 | #66666666 14 | #ff434343 15 | #393e42 16 | #1a8ced 17 | #FF9C9C9C 18 | #7F9C9C9C 19 | 20 | -------------------------------------------------------------------------------- /lib/eclipse-UI/res/values/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8dp 5 | 5dp 6 | 22sp 7 | 58.50dip 8 | 9 | 10 | 30dp 11 | 20sp 12 | 40dp 13 | 44dp 14 | 46dp 15 | 16 | 17 | 100dp 18 | 80dp 19 | 60dp 20 | 60dp 21 | 58dp 22 | 48dp 23 | 14sp 24 | 4dp 25 | 26 | 27 | 3dp 28 | 4.5dp 29 | 3dp 30 | 31 | 32 | -------------------------------------------------------------------------------- /lib/eclipse-UI/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 回复 6 | 删除 7 | 详情 8 | 设置 9 | 手机查看 10 | 电话 11 | 导航 12 | 确认 13 | 重设 14 | 您确定吗? 15 | 确定键 16 | 取消键 17 | -------------------------------------------------------------------------------- /lib/eclipse-UI/res/values/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /lib/google-play-services-7-8-87.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/google-play-services-7-8-87.zip -------------------------------------------------------------------------------- /lib/mobvoi-api-gms-replaceable.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/lib/mobvoi-api-gms-replaceable.jar -------------------------------------------------------------------------------- /sample/README.md: -------------------------------------------------------------------------------- 1 | # Ticwear SDK Samples 2 | 3 | 如果仅为Ticwear开发应用,参考 [github.com/ticwear/TicwearApiDemo](https://github.com/ticwear/TicwearApiDemo) 即可,里面有对Ticwear SDK的所有示例代码。 4 | 5 | 如果要开发兼容Android Wear的应用,请参考 [Android Wear国际版兼容示例](android-studio/CompatModeDemo) 或者 [Anadroid Wear中国版兼容示例](android-studio/CompatModeChinaDemo)。 6 | 7 | 不再推荐使用Eclipse开发应用。 8 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/.gitignore: -------------------------------------------------------------------------------- 1 | # Mac files 2 | .DS_Store 3 | 4 | # Java files 5 | bin 6 | gen 7 | 8 | # NDK files 9 | libs/*/ 10 | obj 11 | 12 | # eclipse project files 13 | .project 14 | .cproject 15 | .settings/ 16 | 17 | # Annotaion Process 18 | .apt_generated/ 19 | 20 | # ProGuard 21 | proguard 22 | 23 | # Android Tools file 24 | build.xml 25 | local.properties 26 | 27 | # VIM temp file 28 | *.swp 29 | 30 | # built application files 31 | *.apk 32 | *.ap_ 33 | 34 | # files for the dex VM 35 | *.dex 36 | 37 | # Java class files 38 | *.class 39 | 40 | # Local configuration file (sdk path, etc) 41 | local.properties 42 | 43 | # Android Studio 44 | *.iml 45 | .idea 46 | #.idea/workspace.xml - remove # and delete .idea if it better suit your needs. 47 | .gradle 48 | build/ 49 | 50 | # Profiler 51 | captures/ 52 | 53 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/README.md: -------------------------------------------------------------------------------- 1 | - 导入工程到 Android Studio,确保没有编译错误 2 | - 该项目同样的apk可以同时安装在手表端和手机端,在两边都安装完毕以后可以互相通信。 3 | - 可以通过相应按钮的数值来确定数据的收发成功。 4 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/app/build.gradle: -------------------------------------------------------------------------------- 1 | apply plugin: 'com.android.application' 2 | 3 | android { 4 | compileSdkVersion 25 5 | buildToolsVersion "25.0.1" 6 | 7 | defaultConfig { 8 | applicationId "mobvoi.demo.compat.china" 9 | minSdkVersion 18 10 | targetSdkVersion 21 11 | } 12 | 13 | buildTypes { 14 | release { 15 | minifyEnabled false 16 | proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' 17 | } 18 | } 19 | } 20 | 21 | dependencies { 22 | compile "com.ticwear:mobvoi-api-gms-china:1.0.3" 23 | compile 'com.google.android.gms:play-services-wearable:7.8.87' 24 | } 25 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/app/lint.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 14 | 15 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/app/src/main/java/com/mobvoi/android/test/BaseApplication.java: -------------------------------------------------------------------------------- 1 | package com.mobvoi.android.test; 2 | 3 | import android.app.Application; 4 | import android.util.Log; 5 | import android.widget.Toast; 6 | 7 | import com.mobvoi.android.common.MobvoiApiManager; 8 | import com.mobvoi.android.common.NoAvailableServiceException; 9 | 10 | public class BaseApplication extends Application { 11 | 12 | public static final String TAG = "FunctionTest"; 13 | 14 | @Override 15 | public void onCreate() { 16 | super.onCreate(); 17 | if (!MobvoiApiManager.getInstance().isInitialized()) { 18 | try { 19 | MobvoiApiManager.getInstance().adaptService(this); 20 | } catch (NoAvailableServiceException e) { 21 | Log.e(TAG, "no avaliable service.", e); 22 | Toast.makeText(this, "neither mms nor gms is avaliable.", Toast.LENGTH_SHORT).show(); 23 | return; 24 | } 25 | } 26 | Log.i(TAG, "Application created"); 27 | } 28 | 29 | } 30 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/app/src/main/java/com/mobvoi/android/test/Utils.java: -------------------------------------------------------------------------------- 1 | //Copyright 2015 Mobvoi Inc. All Rights Reserved 2 | package com.mobvoi.android.test; 3 | 4 | import java.io.IOException; 5 | import java.io.InputStream; 6 | 7 | import android.content.Context; 8 | import android.content.Intent; 9 | import android.os.Bundle; 10 | import android.util.Log; 11 | 12 | public class Utils { 13 | 14 | public static final String INTENT_TAG = "com.mobvoi.android.test.FunctionTestActivity"; 15 | 16 | public static void setText(Context context, String key, String value) { 17 | Intent intent = new Intent(INTENT_TAG); 18 | Bundle bundle = new Bundle(); 19 | bundle.putString(key, value); 20 | intent.putExtras(bundle); 21 | context.sendBroadcast(intent); 22 | } 23 | 24 | 25 | public static int readAll(InputStream in) { 26 | int code = 0; 27 | byte[] buffer = new byte[1024]; 28 | while (true) { 29 | try { 30 | int len = in.read(buffer); 31 | for (int i = 0; i < len; i++) { 32 | code += buffer[i]; 33 | } 34 | if (len < 0) break; 35 | } catch (IOException e) { 36 | Log.e(FunctionTestActivity.TAG, e.getMessage(), e); 37 | } 38 | } 39 | return code; 40 | } 41 | 42 | public static byte[] getData(int len) { 43 | byte[] b = new byte[len]; 44 | for (int i = 0; i < len; i++) { 45 | b[i] = (byte)(Math.random() * 256); 46 | } 47 | return b; 48 | } 49 | 50 | public static int getHashCode(byte[] data) { 51 | int code = 0; 52 | for (byte b : data) { 53 | code += b; 54 | } 55 | return code; 56 | } 57 | 58 | } 59 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/app/src/main/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/sample/android-studio/CompatModeChinaDemo/app/src/main/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/app/src/main/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/sample/android-studio/CompatModeChinaDemo/app/src/main/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/app/src/main/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/sample/android-studio/CompatModeChinaDemo/app/src/main/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/app/src/main/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/sample/android-studio/CompatModeChinaDemo/app/src/main/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/app/src/main/res/menu/function_test.xml: -------------------------------------------------------------------------------- 1 | 4 | 5 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/app/src/main/res/menu/main.xml: -------------------------------------------------------------------------------- 1 | 4 | 5 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/app/src/main/res/values-w820dp/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 64dp 9 | 10 | 11 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/app/src/main/res/values/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16dp 5 | 16dp 6 | 7 | 8 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | mms-test-phone 5 | Hello world! 6 | Settings 7 | FunctionTestActivity 8 | 9 | 10 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 14 | 15 | 16 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/build.gradle: -------------------------------------------------------------------------------- 1 | // Top-level build file where you can add configuration options common to all sub-projects/modules. 2 | buildscript { 3 | repositories { 4 | jcenter() 5 | } 6 | dependencies { 7 | classpath 'com.android.tools.build:gradle:2.2.3' 8 | } 9 | } 10 | 11 | allprojects { 12 | repositories { 13 | jcenter() 14 | maven { 15 | url "${rootProject.projectDir}/google-play-services-7-8-87" 16 | } 17 | maven { 18 | url 'https://dl.bintray.com/ticwear/maven' 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/google-play-services-7-8-87/com/google/android/gms/play-services-base/7.8.87/play-services-base-7.8.87.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/sample/android-studio/CompatModeChinaDemo/google-play-services-7-8-87/com/google/android/gms/play-services-base/7.8.87/play-services-base-7.8.87.aar -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/google-play-services-7-8-87/com/google/android/gms/play-services-base/7.8.87/play-services-base-7.8.87.aar.md5: -------------------------------------------------------------------------------- 1 | c9033445b4f085cf0aa953926eb31139 -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/google-play-services-7-8-87/com/google/android/gms/play-services-base/7.8.87/play-services-base-7.8.87.aar.sha1: -------------------------------------------------------------------------------- 1 | a78311711a9c6d69d1f611b177d75912cc27207c -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/google-play-services-7-8-87/com/google/android/gms/play-services-base/7.8.87/play-services-base-7.8.87.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.google.android.gms 6 | play-services-base 7 | 7.8.87 8 | aar 9 | 10 | 11 | com.android.support 12 | support-v4 13 | 22.2.0 14 | compile 15 | aar 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/google-play-services-7-8-87/com/google/android/gms/play-services-base/7.8.87/play-services-base-7.8.87.pom.md5: -------------------------------------------------------------------------------- 1 | 842db4d478652b1e85e3b360c59f2eca -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/google-play-services-7-8-87/com/google/android/gms/play-services-base/7.8.87/play-services-base-7.8.87.pom.sha1: -------------------------------------------------------------------------------- 1 | 388990307bd2886d0a7db78ccad136ba3b60b51b -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/google-play-services-7-8-87/com/google/android/gms/play-services-base/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | com.google.android.gms 4 | play-services-base 5 | 6 | 7.8.87 7 | 8 | 7.8.87 9 | 10 | 20160122142403 11 | 12 | 13 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/google-play-services-7-8-87/com/google/android/gms/play-services-base/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | b9f5ee764168532d755f67199a04e464 -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/google-play-services-7-8-87/com/google/android/gms/play-services-base/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | a6b3c7a460e1cf0a42c1f752f0bbbf5053d2b326 -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/google-play-services-7-8-87/com/google/android/gms/play-services-wearable/7.8.87/play-services-wearable-7.8.87.aar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/sample/android-studio/CompatModeChinaDemo/google-play-services-7-8-87/com/google/android/gms/play-services-wearable/7.8.87/play-services-wearable-7.8.87.aar -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/google-play-services-7-8-87/com/google/android/gms/play-services-wearable/7.8.87/play-services-wearable-7.8.87.aar.md5: -------------------------------------------------------------------------------- 1 | 83504530d93744fb864de4bbee4d86bb -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/google-play-services-7-8-87/com/google/android/gms/play-services-wearable/7.8.87/play-services-wearable-7.8.87.aar.sha1: -------------------------------------------------------------------------------- 1 | ca0adc50643f55dab199cb7167ca05372543e12e -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/google-play-services-7-8-87/com/google/android/gms/play-services-wearable/7.8.87/play-services-wearable-7.8.87.pom: -------------------------------------------------------------------------------- 1 | 2 | 4 | 4.0.0 5 | com.google.android.gms 6 | play-services-wearable 7 | 7.8.87 8 | aar 9 | 10 | 11 | com.google.android.gms 12 | play-services-base 13 | 7.8.87 14 | compile 15 | aar 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/google-play-services-7-8-87/com/google/android/gms/play-services-wearable/7.8.87/play-services-wearable-7.8.87.pom.md5: -------------------------------------------------------------------------------- 1 | 739994909dc5fd30a4082102a31a0a5e -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/google-play-services-7-8-87/com/google/android/gms/play-services-wearable/7.8.87/play-services-wearable-7.8.87.pom.sha1: -------------------------------------------------------------------------------- 1 | 6741fa53e09bf4b40fd982c87c6820bba5788df8 -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/google-play-services-7-8-87/com/google/android/gms/play-services-wearable/maven-metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | com.google.android.gms 4 | play-services-wearable 5 | 6 | 7.8.87 7 | 8 | 7.8.87 9 | 10 | 20160122142522 11 | 12 | 13 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/google-play-services-7-8-87/com/google/android/gms/play-services-wearable/maven-metadata.xml.md5: -------------------------------------------------------------------------------- 1 | 5149ad6a0417933eed9b55741c144282 -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/google-play-services-7-8-87/com/google/android/gms/play-services-wearable/maven-metadata.xml.sha1: -------------------------------------------------------------------------------- 1 | 778c562ea8f51095b26d0e0d2ce20d79a320505d -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/sample/android-studio/CompatModeChinaDemo/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | #Thu Dec 08 10:22:41 CST 2016 2 | distributionBase=GRADLE_USER_HOME 3 | distributionPath=wrapper/dists 4 | zipStoreBase=GRADLE_USER_HOME 5 | zipStorePath=wrapper/dists 6 | distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip 7 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeChinaDemo/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeDemo/.gitignore: -------------------------------------------------------------------------------- 1 | # Mac files 2 | .DS_Store 3 | 4 | # Java files 5 | bin 6 | gen 7 | 8 | # NDK files 9 | libs/*/ 10 | obj 11 | 12 | # eclipse project files 13 | .project 14 | .cproject 15 | .settings/ 16 | 17 | # Annotaion Process 18 | .apt_generated/ 19 | 20 | # ProGuard 21 | proguard 22 | 23 | # Android Tools file 24 | build.xml 25 | local.properties 26 | 27 | # VIM temp file 28 | *.swp 29 | 30 | # built application files 31 | *.apk 32 | *.ap_ 33 | 34 | # files for the dex VM 35 | *.dex 36 | 37 | # Java class files 38 | *.class 39 | 40 | # Local configuration file (sdk path, etc) 41 | local.properties 42 | 43 | # Android Studio 44 | *.iml 45 | .idea 46 | #.idea/workspace.xml - remove # and delete .idea if it better suit your needs. 47 | .gradle 48 | build/ 49 | 50 | # Profiler 51 | captures/ 52 | 53 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeDemo/README.md: -------------------------------------------------------------------------------- 1 | - 导入工程到 Android Studio,确保没有编译错误 2 | - 该项目同样的apk可以同时安装在手表端和手机端,在两边都安装完毕以后可以互相通信。 3 | - 可以通过相应按钮的数值来确定数据的收发成功。 4 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeDemo/app/build.gradle: -------------------------------------------------------------------------------- 1 | apply plugin: 'com.android.application' 2 | 3 | android { 4 | compileSdkVersion 26 5 | buildToolsVersion "26.0.3" 6 | 7 | defaultConfig { 8 | applicationId "com.mobvoi.android.test" 9 | minSdkVersion 18 10 | targetSdkVersion 21 11 | } 12 | 13 | buildTypes { 14 | release { 15 | minifyEnabled false 16 | proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' 17 | } 18 | } 19 | } 20 | 21 | dependencies { 22 | compile "com.ticwear:mobvoi-api:1.1.1" 23 | compile 'com.google.android.gms:play-services-wearable:10.0.0' 24 | } 25 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeDemo/app/lint.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeDemo/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 14 | 15 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeDemo/app/src/main/java/com/mobvoi/android/test/BaseApplication.java: -------------------------------------------------------------------------------- 1 | package com.mobvoi.android.test; 2 | 3 | import android.app.Application; 4 | import android.util.Log; 5 | import android.widget.Toast; 6 | 7 | import com.mobvoi.android.common.MobvoiApiManager; 8 | import com.mobvoi.android.common.NoAvailableServiceException; 9 | 10 | public class BaseApplication extends Application { 11 | 12 | public static final String TAG = "FunctionTest"; 13 | 14 | @Override 15 | public void onCreate() { 16 | super.onCreate(); 17 | if (!MobvoiApiManager.getInstance().isInitialized()) { 18 | try { 19 | MobvoiApiManager.getInstance().adaptService(this); 20 | } catch (NoAvailableServiceException e) { 21 | Log.e(TAG, "no avaliable service.", e); 22 | Toast.makeText(this, "neither mms nor gms is avaliable.", Toast.LENGTH_SHORT).show(); 23 | return; 24 | } 25 | } 26 | Log.i(TAG, "Application created"); 27 | } 28 | 29 | } 30 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeDemo/app/src/main/java/com/mobvoi/android/test/Utils.java: -------------------------------------------------------------------------------- 1 | //Copyright 2015 Mobvoi Inc. All Rights Reserved 2 | package com.mobvoi.android.test; 3 | 4 | import java.io.IOException; 5 | import java.io.InputStream; 6 | 7 | import android.content.Context; 8 | import android.content.Intent; 9 | import android.os.Bundle; 10 | import android.util.Log; 11 | 12 | public class Utils { 13 | 14 | public static final String INTENT_TAG = "com.mobvoi.android.test.FunctionTestActivity"; 15 | 16 | public static void setText(Context context, String key, String value) { 17 | Intent intent = new Intent(INTENT_TAG); 18 | Bundle bundle = new Bundle(); 19 | bundle.putString(key, value); 20 | intent.putExtras(bundle); 21 | context.sendBroadcast(intent); 22 | } 23 | 24 | 25 | public static int readAll(InputStream in) { 26 | int code = 0; 27 | byte[] buffer = new byte[1024]; 28 | while (true) { 29 | try { 30 | int len = in.read(buffer); 31 | for (int i = 0; i < len; i++) { 32 | code += buffer[i]; 33 | } 34 | if (len < 0) break; 35 | } catch (IOException e) { 36 | Log.e(FunctionTestActivity.TAG, e.getMessage(), e); 37 | } 38 | } 39 | return code; 40 | } 41 | 42 | public static byte[] getData(int len) { 43 | byte[] b = new byte[len]; 44 | for (int i = 0; i < len; i++) { 45 | b[i] = (byte)(Math.random() * 256); 46 | } 47 | return b; 48 | } 49 | 50 | public static int getHashCode(byte[] data) { 51 | int code = 0; 52 | for (byte b : data) { 53 | code += b; 54 | } 55 | return code; 56 | } 57 | 58 | } 59 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeDemo/app/src/main/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/sample/android-studio/CompatModeDemo/app/src/main/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /sample/android-studio/CompatModeDemo/app/src/main/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/sample/android-studio/CompatModeDemo/app/src/main/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /sample/android-studio/CompatModeDemo/app/src/main/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/sample/android-studio/CompatModeDemo/app/src/main/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /sample/android-studio/CompatModeDemo/app/src/main/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/sample/android-studio/CompatModeDemo/app/src/main/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /sample/android-studio/CompatModeDemo/app/src/main/res/menu/function_test.xml: -------------------------------------------------------------------------------- 1 | 4 | 5 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeDemo/app/src/main/res/menu/main.xml: -------------------------------------------------------------------------------- 1 | 4 | 5 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeDemo/app/src/main/res/values-w820dp/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 64dp 9 | 10 | 11 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeDemo/app/src/main/res/values/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16dp 5 | 16dp 6 | 7 | 8 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeDemo/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | mms-test-phone 5 | Hello world! 6 | Settings 7 | FunctionTestActivity 8 | 9 | 10 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeDemo/app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 14 | 15 | 16 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeDemo/build.gradle: -------------------------------------------------------------------------------- 1 | // Top-level build file where you can add configuration options common to all sub-projects/modules. 2 | buildscript { 3 | repositories { 4 | jcenter() 5 | google() 6 | } 7 | dependencies { 8 | classpath 'com.android.tools.build:gradle:3.0.1' 9 | } 10 | } 11 | 12 | allprojects { 13 | repositories { 14 | jcenter() 15 | google() 16 | maven { 17 | url 'https://dl.bintray.com/ticwear/maven' 18 | } 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeDemo/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/sample/android-studio/CompatModeDemo/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /sample/android-studio/CompatModeDemo/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | distributionBase=GRADLE_USER_HOME 2 | distributionPath=wrapper/dists 3 | zipStoreBase=GRADLE_USER_HOME 4 | zipStorePath=wrapper/dists 5 | distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip 6 | -------------------------------------------------------------------------------- /sample/android-studio/CompatModeDemo/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /sample/eclipse/.gitignore: -------------------------------------------------------------------------------- 1 | # Built application files 2 | *.apk 3 | *.ap_ 4 | 5 | # Files for the Dalvik VM 6 | *.dex 7 | 8 | # Java class files 9 | *.class 10 | 11 | # Generated files 12 | bin/ 13 | gen/ 14 | 15 | # Gradle files 16 | .gradle/ 17 | build/ 18 | 19 | # Local configuration file (sdk path, etc) 20 | local.properties 21 | 22 | # Proguard folder generated by Eclipse 23 | proguard/ 24 | 25 | # Log Files 26 | *.log 27 | 28 | # Xcode 29 | .DS_Store 30 | 31 | # project 32 | .classpath 33 | .project 34 | .settings/ 35 | -------------------------------------------------------------------------------- /sample/eclipse/CompatModeChinaDemo/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 13 | 14 | 20 | 21 | 24 | 27 | 28 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | -------------------------------------------------------------------------------- /sample/eclipse/CompatModeChinaDemo/README.md: -------------------------------------------------------------------------------- 1 | 1. 将mobvoi-api.jar移至libs文件夹下,确保没有编译错误。 2 | 3 | 2. 该项目同样的apk可以同时安装在手表端和手机端,在两边都安装完毕以后可以互相通信。 4 | 5 | 3. 可以通过相应按钮的数值来确定数据的收发成功。 6 | -------------------------------------------------------------------------------- /sample/eclipse/CompatModeChinaDemo/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/sample/eclipse/CompatModeChinaDemo/ic_launcher-web.png -------------------------------------------------------------------------------- /sample/eclipse/CompatModeChinaDemo/libs/play-services-base-7.8.87-7887000.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/sample/eclipse/CompatModeChinaDemo/libs/play-services-base-7.8.87-7887000.jar -------------------------------------------------------------------------------- /sample/eclipse/CompatModeChinaDemo/libs/play-services-wearable-7.8.87-7887000.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/sample/eclipse/CompatModeChinaDemo/libs/play-services-wearable-7.8.87-7887000.jar -------------------------------------------------------------------------------- /sample/eclipse/CompatModeChinaDemo/lint.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /sample/eclipse/CompatModeChinaDemo/proguard-project.txt: -------------------------------------------------------------------------------- 1 | # To enable ProGuard in your project, edit project.properties 2 | # to define the proguard.config property as described in that file. 3 | # 4 | # Add project specific ProGuard rules here. 5 | # By default, the flags in this file are appended to flags specified 6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt 7 | # You can edit the include path and order by changing the ProGuard 8 | # include property in project.properties. 9 | # 10 | # For more details, see 11 | # http://developer.android.com/guide/developing/tools/proguard.html 12 | 13 | # Add any project specific keep options here: 14 | 15 | # If your project uses WebView with JS, uncomment the following 16 | # and specify the fully qualified class name to the JavaScript interface 17 | # class: 18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 19 | # public *; 20 | #} 21 | -------------------------------------------------------------------------------- /sample/eclipse/CompatModeChinaDemo/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-19 15 | -------------------------------------------------------------------------------- /sample/eclipse/CompatModeChinaDemo/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/sample/eclipse/CompatModeChinaDemo/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /sample/eclipse/CompatModeChinaDemo/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/sample/eclipse/CompatModeChinaDemo/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /sample/eclipse/CompatModeChinaDemo/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/sample/eclipse/CompatModeChinaDemo/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /sample/eclipse/CompatModeChinaDemo/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/sample/eclipse/CompatModeChinaDemo/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /sample/eclipse/CompatModeChinaDemo/res/menu/function_test.xml: -------------------------------------------------------------------------------- 1 | 4 | 5 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /sample/eclipse/CompatModeChinaDemo/res/menu/main.xml: -------------------------------------------------------------------------------- 1 | 4 | 5 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /sample/eclipse/CompatModeChinaDemo/res/values-w820dp/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 64dp 9 | 10 | 11 | -------------------------------------------------------------------------------- /sample/eclipse/CompatModeChinaDemo/res/values/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16dp 5 | 16dp 6 | 7 | 8 | -------------------------------------------------------------------------------- /sample/eclipse/CompatModeChinaDemo/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | mms-test-phone 5 | Hello world! 6 | Settings 7 | FunctionTestActivity 8 | 9 | 10 | -------------------------------------------------------------------------------- /sample/eclipse/CompatModeChinaDemo/res/values/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 14 | 15 | 16 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /sample/eclipse/CompatModeChinaDemo/src/com/mobvoi/android/test/BaseApplication.java: -------------------------------------------------------------------------------- 1 | package com.mobvoi.android.test; 2 | 3 | import android.app.Application; 4 | import android.util.Log; 5 | import android.widget.Toast; 6 | 7 | import com.mobvoi.android.common.MobvoiApiManager; 8 | import com.mobvoi.android.common.NoAvailableServiceException; 9 | 10 | public class BaseApplication extends Application { 11 | 12 | public static final String TAG = "FunctionTest"; 13 | 14 | @Override 15 | public void onCreate() { 16 | super.onCreate(); 17 | if (!MobvoiApiManager.getInstance().isInitialized()) { 18 | try { 19 | MobvoiApiManager.getInstance().adaptService(this); 20 | } catch (NoAvailableServiceException e) { 21 | Log.e(TAG, "no avaliable service.", e); 22 | Toast.makeText(this, "neither mms nor gms is avaliable.", Toast.LENGTH_SHORT).show(); 23 | return; 24 | } 25 | } 26 | Log.i(TAG, "Application created"); 27 | } 28 | 29 | } 30 | -------------------------------------------------------------------------------- /sample/eclipse/CompatModeChinaDemo/src/com/mobvoi/android/test/Utils.java: -------------------------------------------------------------------------------- 1 | //Copyright 2015 Mobvoi Inc. All Rights Reserved 2 | package com.mobvoi.android.test; 3 | 4 | import java.io.IOException; 5 | import java.io.InputStream; 6 | 7 | import android.content.Context; 8 | import android.content.Intent; 9 | import android.os.Bundle; 10 | import android.util.Log; 11 | 12 | public class Utils { 13 | 14 | public static final String INTENT_TAG = "com.mobvoi.android.test.FunctionTestActivity"; 15 | 16 | public static void setText(Context context, String key, String value) { 17 | Intent intent = new Intent(INTENT_TAG); 18 | Bundle bundle = new Bundle(); 19 | bundle.putString(key, value); 20 | intent.putExtras(bundle); 21 | context.sendBroadcast(intent); 22 | } 23 | 24 | 25 | public static int readAll(InputStream in) { 26 | int code = 0; 27 | byte[] buffer = new byte[1024]; 28 | while (true) { 29 | try { 30 | int len = in.read(buffer); 31 | for (int i = 0; i < len; i++) { 32 | code += buffer[i]; 33 | } 34 | if (len < 0) break; 35 | } catch (IOException e) { 36 | Log.e(FunctionTestActivity.TAG, e.getMessage(), e); 37 | } 38 | } 39 | return code; 40 | } 41 | 42 | public static byte[] getData(int len) { 43 | byte[] b = new byte[len]; 44 | for (int i = 0; i < len; i++) { 45 | b[i] = (byte)(Math.random() * 256); 46 | } 47 | return b; 48 | } 49 | 50 | public static int getHashCode(byte[] data) { 51 | int code = 0; 52 | for (byte b : data) { 53 | code += b; 54 | } 55 | return code; 56 | } 57 | 58 | } 59 | -------------------------------------------------------------------------------- /sample/eclipse/CompatModeDemo/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 13 | 14 | 20 | 21 | 24 | 25 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /sample/eclipse/CompatModeDemo/README.md: -------------------------------------------------------------------------------- 1 | 1. 将mobvoi-api.jar移至libs文件夹下,确保没有编译错误。 2 | 3 | 2. 该项目同样的apk可以同时安装在手表端和手机端,在两边都安装完毕以后可以互相通信。 4 | 5 | 3. 可以通过相应按钮的数值来确定数据的收发成功。 6 | -------------------------------------------------------------------------------- /sample/eclipse/CompatModeDemo/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/sample/eclipse/CompatModeDemo/ic_launcher-web.png -------------------------------------------------------------------------------- /sample/eclipse/CompatModeDemo/libs/play-services-base-7.3.0-7327000.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/sample/eclipse/CompatModeDemo/libs/play-services-base-7.3.0-7327000.jar -------------------------------------------------------------------------------- /sample/eclipse/CompatModeDemo/libs/play-services-wearable-7.3.0-7327000.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/sample/eclipse/CompatModeDemo/libs/play-services-wearable-7.3.0-7327000.jar -------------------------------------------------------------------------------- /sample/eclipse/CompatModeDemo/lint.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /sample/eclipse/CompatModeDemo/proguard-project.txt: -------------------------------------------------------------------------------- 1 | # To enable ProGuard in your project, edit project.properties 2 | # to define the proguard.config property as described in that file. 3 | # 4 | # Add project specific ProGuard rules here. 5 | # By default, the flags in this file are appended to flags specified 6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt 7 | # You can edit the include path and order by changing the ProGuard 8 | # include property in project.properties. 9 | # 10 | # For more details, see 11 | # http://developer.android.com/guide/developing/tools/proguard.html 12 | 13 | # Add any project specific keep options here: 14 | 15 | # If your project uses WebView with JS, uncomment the following 16 | # and specify the fully qualified class name to the JavaScript interface 17 | # class: 18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 19 | # public *; 20 | #} 21 | -------------------------------------------------------------------------------- /sample/eclipse/CompatModeDemo/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-19 15 | -------------------------------------------------------------------------------- /sample/eclipse/CompatModeDemo/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/sample/eclipse/CompatModeDemo/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /sample/eclipse/CompatModeDemo/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/sample/eclipse/CompatModeDemo/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /sample/eclipse/CompatModeDemo/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/sample/eclipse/CompatModeDemo/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /sample/eclipse/CompatModeDemo/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ticwear/sdk/24b734c7fd35365e035cff3c4f34022859c16adf/sample/eclipse/CompatModeDemo/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /sample/eclipse/CompatModeDemo/res/layout/activity_main.xml: -------------------------------------------------------------------------------- 1 | 10 | 11 | 19 | 20 |