├── .gitignore ├── .idea ├── compiler.xml ├── copyright │ └── profiles_settings.xml ├── encodings.xml ├── gradle.xml ├── misc.xml ├── modules.xml ├── runConfigurations.xml └── vcs.xml ├── LICENSE ├── gradle.properties ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── settings.gradle └── timego ├── .gitignore ├── build.gradle ├── libs ├── mpandroidchartlibrary-2-1-6.jar └── nineoldandroids-2.4.0.jar ├── proguard-rules.pro └── src ├── androidTest └── java │ └── com │ └── example │ └── timego │ └── ApplicationTest.java ├── main ├── AndroidManifest.xml ├── java │ └── com │ │ └── example │ │ └── timego │ │ ├── AppColors.java │ │ ├── AppInfo.java │ │ ├── AppInfoAdapter.java │ │ ├── BluetoothLeClass.java │ │ ├── ChangtoChinese.java │ │ ├── DBManager.java │ │ ├── DBUtil.java │ │ ├── DailyPickerDialog.java │ │ ├── DataChartClass.java │ │ ├── DataSlideMenu.java │ │ ├── DatabaseHelper.java │ │ ├── DateMain.java │ │ ├── DeviceScanActivity.java │ │ ├── DrawableHorizontalButton.java │ │ ├── HourAdapter.java │ │ ├── HttpConnSoap.java │ │ ├── LeDeviceListAdapter.java │ │ ├── LocaleUtils.java │ │ ├── LoginActivity.java │ │ ├── MainActivity.java │ │ ├── MinuteAdapter.java │ │ ├── MonPickerDialog.java │ │ ├── PageWidget.java │ │ ├── RgbActivity.java │ │ ├── SPUtils.java │ │ ├── SlideMenu.java │ │ ├── TeachActivity.java │ │ ├── Utils.java │ │ ├── ViewPagerAdapter.java │ │ ├── ViewPagerAdapter2.java │ │ ├── WechartAcitivity.java │ │ ├── WelcomeActivity.java │ │ ├── YearPickerDialog.java │ │ └── iBeaconClass.java └── res │ ├── anim │ ├── push_left_in.xml │ ├── push_left_out.xml │ ├── push_right_in.xml │ └── push_right_out.xml │ ├── drawable-hdpi │ ├── Joern │ │ └── left_hand.png │ ├── Thumbs.db │ ├── checkbox_off.png │ ├── checkbox_on.png │ ├── ic_launcher.png │ ├── ic_left.png │ ├── ios7_switch_off.png │ ├── ios7_switch_on.png │ ├── switch_btn_off.png │ ├── switch_btn_on.png │ ├── switch_btn_slipper.png │ ├── toggle_btn_checked.png │ ├── toggle_btn_unchecked.png │ └── weather.png │ ├── drawable │ ├── about_image.png │ ├── analyzetime.png │ ├── back_2_joern.png │ ├── back_joern.png │ ├── backleft_joern.png │ ├── button_color.xml │ ├── daily_1.jpg │ ├── daily_2.png │ ├── daily_3.png │ ├── daily_4.png │ ├── daily_5.png │ ├── dailypaper_show1.png │ ├── icon_about.png │ ├── icon_about2.png │ ├── icon_analyze_com.png │ ├── icon_analyze_com2.png │ ├── icon_analyze_user.png │ ├── icon_analyze_user2.png │ ├── icon_home.png │ ├── icon_home2.png │ ├── icon_newspaper.png │ ├── icon_newspaper2.png │ ├── icon_setting.png │ ├── icon_setting2.png │ ├── icon_statistics.png │ ├── icon_statistics2.png │ ├── icon_teach.png │ ├── icon_teach2.png │ ├── icon_test.png │ ├── icon_trend.png │ ├── icon_trend2.png │ ├── key_2_joern.png │ ├── left_statics.png │ ├── list_joern.png │ ├── maintime_joern.png │ ├── menu2_joern.jpg │ ├── menu_button.xml │ ├── nousing.png │ ├── pinglun.png │ ├── qq.jpg │ ├── right_2_joern.png │ ├── right_3_joern.png │ ├── right_languagne.png │ ├── right_statics.png │ ├── settings_defend.png │ ├── settings_language.png │ ├── settings_light.png │ ├── settings_right.png │ ├── switch_btn.xml │ ├── switch_off_joern3.png │ ├── switch_on_joern3.png │ ├── teaching_main.png │ ├── teaching_menu.png │ ├── teaching_right.png │ ├── teaching_statistics.png │ ├── teaching_trend.png │ ├── textview_border.xml │ ├── textview_left_selector.xml │ ├── timego.png │ ├── toggle_btn.xml │ ├── weixin.jpg │ ├── welcome_dot.png │ ├── welcome_dot_1.png │ ├── welcome_dot_2.png │ ├── welcomeg_1.png │ ├── welcomeg_2.png │ ├── welcomeg_3.jpg │ ├── welcomeg_4.jpg │ ├── welcomeg_5.png │ └── zan.png │ ├── layout │ ├── actionbar_indeterminate_progress.xml │ ├── activity_main.xml │ ├── amo_rgb_activity.xml │ ├── dailypaper_item.xml │ ├── date_picker_dialog.xml │ ├── gatt_services_characteristics.xml │ ├── guide_five.xml │ ├── guide_four.xml │ ├── guide_one.xml │ ├── guide_three.xml │ ├── guide_two.xml │ ├── item_hour.xml │ ├── item_minute.xml │ ├── layout_about.xml │ ├── layout_analyze_2.xml │ ├── layout_analyze_c.xml │ ├── layout_analyze_u.xml │ ├── layout_daily_wechat.xml │ ├── layout_dailypaper.xml │ ├── layout_dailypaper_2.xml │ ├── layout_defendlogin.xml │ ├── layout_home.xml │ ├── layout_mainteaching.xml │ ├── layout_menu.xml │ ├── layout_pageview.xml │ ├── layout_settings.xml │ ├── layout_statistics.xml │ ├── layout_teach.xml │ ├── layout_test_share.xml │ ├── layout_trend.xml │ ├── layout_useranalyze.xml │ ├── listitem_device.xml │ └── welcome_dot.xml │ ├── menu │ ├── gatt_services.xml │ └── main.xml │ ├── mipmap-hdpi │ └── ic_launcher.png │ ├── mipmap-mdpi │ └── ic_launcher.png │ ├── mipmap-xhdpi │ └── ic_launcher.png │ ├── mipmap-xxhdpi │ └── ic_launcher.png │ ├── mipmap-xxxhdpi │ └── ic_launcher.png │ ├── values-en │ └── strings.xml │ ├── values-w820dp │ └── dimens.xml │ └── values │ ├── arrry.xml │ ├── colors.xml │ ├── dimens.xml │ ├── strings.xml │ └── styles.xml └── test └── java └── com └── example └── timego └── ExampleUnitTest.java /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/.gitignore -------------------------------------------------------------------------------- /.idea/compiler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/.idea/compiler.xml -------------------------------------------------------------------------------- /.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/.idea/copyright/profiles_settings.xml -------------------------------------------------------------------------------- /.idea/encodings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/.idea/encodings.xml -------------------------------------------------------------------------------- /.idea/gradle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/.idea/gradle.xml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/runConfigurations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/.idea/runConfigurations.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/LICENSE -------------------------------------------------------------------------------- /gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/gradle.properties -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/gradlew -------------------------------------------------------------------------------- /gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/gradlew.bat -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- 1 | include ':timego' 2 | -------------------------------------------------------------------------------- /timego/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /timego/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/build.gradle -------------------------------------------------------------------------------- /timego/libs/mpandroidchartlibrary-2-1-6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/libs/mpandroidchartlibrary-2-1-6.jar -------------------------------------------------------------------------------- /timego/libs/nineoldandroids-2.4.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/libs/nineoldandroids-2.4.0.jar -------------------------------------------------------------------------------- /timego/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/proguard-rules.pro -------------------------------------------------------------------------------- /timego/src/androidTest/java/com/example/timego/ApplicationTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/androidTest/java/com/example/timego/ApplicationTest.java -------------------------------------------------------------------------------- /timego/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/AppColors.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/AppColors.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/AppInfo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/AppInfo.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/AppInfoAdapter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/AppInfoAdapter.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/BluetoothLeClass.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/BluetoothLeClass.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/ChangtoChinese.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/ChangtoChinese.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/DBManager.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/DBManager.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/DBUtil.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/DBUtil.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/DailyPickerDialog.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/DailyPickerDialog.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/DataChartClass.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/DataChartClass.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/DataSlideMenu.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/DataSlideMenu.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/DatabaseHelper.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/DatabaseHelper.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/DateMain.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/DateMain.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/DeviceScanActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/DeviceScanActivity.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/DrawableHorizontalButton.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/DrawableHorizontalButton.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/HourAdapter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/HourAdapter.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/HttpConnSoap.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/HttpConnSoap.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/LeDeviceListAdapter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/LeDeviceListAdapter.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/LocaleUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/LocaleUtils.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/LoginActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/LoginActivity.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/MainActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/MainActivity.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/MinuteAdapter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/MinuteAdapter.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/MonPickerDialog.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/MonPickerDialog.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/PageWidget.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/PageWidget.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/RgbActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/RgbActivity.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/SPUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/SPUtils.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/SlideMenu.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/SlideMenu.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/TeachActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/TeachActivity.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/Utils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/Utils.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/ViewPagerAdapter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/ViewPagerAdapter.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/ViewPagerAdapter2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/ViewPagerAdapter2.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/WechartAcitivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/WechartAcitivity.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/WelcomeActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/WelcomeActivity.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/YearPickerDialog.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/YearPickerDialog.java -------------------------------------------------------------------------------- /timego/src/main/java/com/example/timego/iBeaconClass.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/java/com/example/timego/iBeaconClass.java -------------------------------------------------------------------------------- /timego/src/main/res/anim/push_left_in.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/anim/push_left_in.xml -------------------------------------------------------------------------------- /timego/src/main/res/anim/push_left_out.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/anim/push_left_out.xml -------------------------------------------------------------------------------- /timego/src/main/res/anim/push_right_in.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/anim/push_right_in.xml -------------------------------------------------------------------------------- /timego/src/main/res/anim/push_right_out.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/anim/push_right_out.xml -------------------------------------------------------------------------------- /timego/src/main/res/drawable-hdpi/Joern/left_hand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable-hdpi/Joern/left_hand.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable-hdpi/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable-hdpi/Thumbs.db -------------------------------------------------------------------------------- /timego/src/main/res/drawable-hdpi/checkbox_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable-hdpi/checkbox_off.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable-hdpi/checkbox_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable-hdpi/checkbox_on.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable-hdpi/ic_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable-hdpi/ic_left.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable-hdpi/ios7_switch_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable-hdpi/ios7_switch_off.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable-hdpi/ios7_switch_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable-hdpi/ios7_switch_on.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable-hdpi/switch_btn_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable-hdpi/switch_btn_off.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable-hdpi/switch_btn_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable-hdpi/switch_btn_on.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable-hdpi/switch_btn_slipper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable-hdpi/switch_btn_slipper.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable-hdpi/toggle_btn_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable-hdpi/toggle_btn_checked.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable-hdpi/toggle_btn_unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable-hdpi/toggle_btn_unchecked.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable-hdpi/weather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable-hdpi/weather.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/about_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/about_image.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/analyzetime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/analyzetime.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/back_2_joern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/back_2_joern.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/back_joern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/back_joern.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/backleft_joern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/backleft_joern.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/button_color.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/button_color.xml -------------------------------------------------------------------------------- /timego/src/main/res/drawable/daily_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/daily_1.jpg -------------------------------------------------------------------------------- /timego/src/main/res/drawable/daily_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/daily_2.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/daily_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/daily_3.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/daily_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/daily_4.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/daily_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/daily_5.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/dailypaper_show1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/dailypaper_show1.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/icon_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/icon_about.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/icon_about2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/icon_about2.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/icon_analyze_com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/icon_analyze_com.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/icon_analyze_com2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/icon_analyze_com2.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/icon_analyze_user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/icon_analyze_user.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/icon_analyze_user2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/icon_analyze_user2.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/icon_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/icon_home.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/icon_home2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/icon_home2.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/icon_newspaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/icon_newspaper.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/icon_newspaper2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/icon_newspaper2.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/icon_setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/icon_setting.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/icon_setting2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/icon_setting2.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/icon_statistics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/icon_statistics.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/icon_statistics2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/icon_statistics2.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/icon_teach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/icon_teach.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/icon_teach2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/icon_teach2.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/icon_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/icon_test.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/icon_trend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/icon_trend.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/icon_trend2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/icon_trend2.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/key_2_joern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/key_2_joern.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/left_statics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/left_statics.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/list_joern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/list_joern.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/maintime_joern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/maintime_joern.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/menu2_joern.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/menu2_joern.jpg -------------------------------------------------------------------------------- /timego/src/main/res/drawable/menu_button.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/menu_button.xml -------------------------------------------------------------------------------- /timego/src/main/res/drawable/nousing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/nousing.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/pinglun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/pinglun.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/qq.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/qq.jpg -------------------------------------------------------------------------------- /timego/src/main/res/drawable/right_2_joern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/right_2_joern.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/right_3_joern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/right_3_joern.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/right_languagne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/right_languagne.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/right_statics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/right_statics.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/settings_defend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/settings_defend.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/settings_language.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/settings_language.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/settings_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/settings_light.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/settings_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/settings_right.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/switch_btn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/switch_btn.xml -------------------------------------------------------------------------------- /timego/src/main/res/drawable/switch_off_joern3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/switch_off_joern3.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/switch_on_joern3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/switch_on_joern3.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/teaching_main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/teaching_main.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/teaching_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/teaching_menu.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/teaching_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/teaching_right.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/teaching_statistics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/teaching_statistics.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/teaching_trend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/teaching_trend.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/textview_border.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/textview_border.xml -------------------------------------------------------------------------------- /timego/src/main/res/drawable/textview_left_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/textview_left_selector.xml -------------------------------------------------------------------------------- /timego/src/main/res/drawable/timego.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/timego.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/toggle_btn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/toggle_btn.xml -------------------------------------------------------------------------------- /timego/src/main/res/drawable/weixin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/weixin.jpg -------------------------------------------------------------------------------- /timego/src/main/res/drawable/welcome_dot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/welcome_dot.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/welcome_dot_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/welcome_dot_1.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/welcome_dot_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/welcome_dot_2.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/welcomeg_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/welcomeg_1.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/welcomeg_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/welcomeg_2.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/welcomeg_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/welcomeg_3.jpg -------------------------------------------------------------------------------- /timego/src/main/res/drawable/welcomeg_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/welcomeg_4.jpg -------------------------------------------------------------------------------- /timego/src/main/res/drawable/welcomeg_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/welcomeg_5.png -------------------------------------------------------------------------------- /timego/src/main/res/drawable/zan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/drawable/zan.png -------------------------------------------------------------------------------- /timego/src/main/res/layout/actionbar_indeterminate_progress.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/actionbar_indeterminate_progress.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/activity_main.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/amo_rgb_activity.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/amo_rgb_activity.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/dailypaper_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/dailypaper_item.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/date_picker_dialog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/date_picker_dialog.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/gatt_services_characteristics.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/gatt_services_characteristics.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/guide_five.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/guide_five.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/guide_four.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/guide_four.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/guide_one.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/guide_one.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/guide_three.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/guide_three.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/guide_two.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/guide_two.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/item_hour.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/item_hour.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/item_minute.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/item_minute.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/layout_about.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/layout_about.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/layout_analyze_2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/layout_analyze_2.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/layout_analyze_c.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/layout_analyze_c.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/layout_analyze_u.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/layout_analyze_u.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/layout_daily_wechat.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/layout_daily_wechat.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/layout_dailypaper.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/layout_dailypaper.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/layout_dailypaper_2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/layout_dailypaper_2.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/layout_defendlogin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/layout_defendlogin.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/layout_home.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/layout_home.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/layout_mainteaching.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/layout_mainteaching.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/layout_menu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/layout_menu.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/layout_pageview.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/layout_pageview.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/layout_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/layout_settings.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/layout_statistics.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/layout_statistics.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/layout_teach.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/layout_teach.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/layout_test_share.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/layout_test_share.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/layout_trend.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/layout_trend.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/layout_useranalyze.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/layout_useranalyze.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/listitem_device.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/listitem_device.xml -------------------------------------------------------------------------------- /timego/src/main/res/layout/welcome_dot.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/layout/welcome_dot.xml -------------------------------------------------------------------------------- /timego/src/main/res/menu/gatt_services.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/menu/gatt_services.xml -------------------------------------------------------------------------------- /timego/src/main/res/menu/main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/menu/main.xml -------------------------------------------------------------------------------- /timego/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /timego/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /timego/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /timego/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /timego/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /timego/src/main/res/values-en/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/values-en/strings.xml -------------------------------------------------------------------------------- /timego/src/main/res/values-w820dp/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/values-w820dp/dimens.xml -------------------------------------------------------------------------------- /timego/src/main/res/values/arrry.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/values/arrry.xml -------------------------------------------------------------------------------- /timego/src/main/res/values/colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/values/colors.xml -------------------------------------------------------------------------------- /timego/src/main/res/values/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/values/dimens.xml -------------------------------------------------------------------------------- /timego/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /timego/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /timego/src/test/java/com/example/timego/ExampleUnitTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoernLee/HuaWeiDeveloper-TimeGo/HEAD/timego/src/test/java/com/example/timego/ExampleUnitTest.java --------------------------------------------------------------------------------