├── .DS_Store ├── .classpath ├── .gitignore ├── .project ├── .settings ├── .DS_Store ├── org.eclipse.core.resources.prefs └── org.eclipse.jdt.core.prefs ├── AndroidManifest.xml ├── LICENSE ├── README.md ├── assets └── UIConfig.json ├── effect.png ├── ic_launcher-web.png ├── libs ├── BLEasyConfig.jar ├── GizWifiSDK.jar ├── LSFSK_1.0.jar ├── Lark7618SDK_noudp1606031910_0101.jar ├── OneShotConfig.jar ├── android-support-v4.jar ├── armeabi │ ├── .DS_Store │ ├── libBLEasyConfig.so │ ├── libSDKLog.so │ ├── libbdpush_V2_6.so │ ├── libbspatch.so │ ├── libjpush215.so │ ├── libsimpleconfiglib.so │ └── libwavegen.so ├── easylink2.0.jar ├── hiflying-iots-android-smartlink7.0.2.jar ├── jpush-android-2.1.5.jar ├── libEsptouch_v0.3.3.4_3.jar ├── libForEElink.jar ├── libammsdk.jar ├── mta-sdk-1.6.2.jar ├── open_sdk_r5756.jar ├── pushservice-5.0.0.66.jar ├── simpleconfigwizardlib.jar ├── volley-1.0.19.jar ├── xUtils-2.6.14.jar └── zxing.jar ├── proguard-project.txt ├── project.properties ├── res ├── drawable-hdpi │ ├── ic_launcher.png │ ├── ic_richpush_actionbar_back.png │ ├── ic_richpush_actionbar_divider.png │ ├── open_perecent_bg.png │ └── richpush_btn_selector.xml ├── drawable-mdpi │ └── ic_launcher.png ├── drawable-xhdpi │ ├── about_icon.png │ ├── add.png │ ├── arrow.png │ ├── back_bt.png │ ├── back_bt_.png │ ├── barcode_frame.png │ ├── barcode_laser_line.png │ ├── button_back.png │ ├── button_blue_long.png │ ├── button_invisible.png │ ├── button_more.png │ ├── button_not_sure.png │ ├── button_refresh.png │ ├── button_setting.png │ ├── button_sure.png │ ├── button_visible.png │ ├── checkmark.png │ ├── comd1_btn_menu.png │ ├── comd1_home_bnt_off.png │ ├── comd1_home_bnt_on.png │ ├── comd1_home_btn_color.png │ ├── comd1_home_btn_color_temperature.png │ ├── comd1_home_icon_brightness.png │ ├── comd1_home_icon_light.png │ ├── comd1_home_icon_tab.png │ ├── comd1_icon_return.png │ ├── comd1_light_sewen_bg2.png │ ├── comd1_more_icon_name.png │ ├── comd1_more_icon_schedule.png │ ├── comd1_more_icon_timer.png │ ├── comd_arrow_right_gray.png │ ├── comd_home_icon_timer.png │ ├── comd_ic_clear.png │ ├── comd_icon_return.png │ ├── comd_more_icon.png │ ├── comd_more_icon_name.png │ ├── comd_more_icon_schedule.png │ ├── comd_more_icon_timer.png │ ├── comd_power_off.png │ ├── comd_power_on.png │ ├── comd_reservation_button.png │ ├── comd_timer_btn_add.png │ ├── comd_tips_box.png │ ├── comd_top.png │ ├── device_icon.png │ ├── failsoft.png │ ├── ic_launcher.png │ ├── login_password.png │ ├── logo3.png │ ├── mymyshoft.png │ ├── nodevice.png │ ├── noselect.png │ ├── phone.png │ ├── qq.png │ ├── right_icon.png │ ├── select.png │ ├── sms.png │ ├── splash.png │ ├── splash_light.png │ ├── sub.png │ ├── test_comd1_light_sewen_bg2.png │ ├── wechat.png │ └── wifi_icon.png ├── drawable-xxhdpi │ └── ic_launcher.png ├── drawable │ ├── airlink.gif │ ├── alert_bottom_left_shape.xml │ ├── alert_bottom_right_shape.xml │ ├── alert_top_shape.xml │ ├── border_layer_list.xml │ ├── btn_getcode_shape.xml │ ├── btn_getcode_shape_gray.xml │ ├── button_shape_gray.xml │ ├── checkbox_hook_selector.xml │ ├── checkbox_laws_selector.xml │ ├── comd_btn_remove_device.xml │ ├── comd_selector_power.xml │ ├── comd_switch_off2.png │ ├── comd_switch_on2.png │ ├── comd_toggle_selector2.xml │ ├── devicelist_item_selector.xml │ ├── resetsoftap.gif │ ├── round_rect.xml │ ├── seek_bar.png │ ├── seek_bar1.png │ ├── selector_mode.xml │ └── selector_power.xml ├── layout │ ├── activity_comd_device_more.xml │ ├── activity_comd_edit_device_alias.xml │ ├── activity_comd_light_device_control.xml │ ├── activity_comd_schedule_edit_action.xml │ ├── activity_comd_schedule_edit_date.xml │ ├── activity_comd_schedule_edit_device_delay.xml │ ├── activity_comd_schedule_edit_repeat.xml │ ├── activity_comd_schedule_list.xml │ ├── activity_gos_about.xml │ ├── activity_gos_airlink_choose_device_workwifi.xml │ ├── activity_gos_airlink_config_countdown.xml │ ├── activity_gos_capture.xml │ ├── activity_gos_check_device_workwifi.xml │ ├── activity_gos_choose_device.xml │ ├── activity_gos_colorlist.xml │ ├── activity_gos_config_countdown.xml │ ├── activity_gos_config_failed.xml │ ├── activity_gos_device_control.xml │ ├── activity_gos_device_list.xml │ ├── activity_gos_device_ready.xml │ ├── activity_gos_forget_password.xml │ ├── activity_gos_modelist.xml │ ├── activity_gos_register_user.xml │ ├── activity_gos_settings.xml │ ├── activity_gos_user_login.xml │ ├── actvity_gos_airlink_ready.xml │ ├── actvity_gos_device_reset.xml │ ├── alert_gos_empty.xml │ ├── alert_gos_logout.xml │ ├── alert_gos_new_device.xml │ ├── alert_gos_quit.xml │ ├── alert_gos_wifi_list.xml │ ├── dialog_comd_unbind_device.xml │ ├── item_comd_listview_with_checkbox.xml │ ├── item_comd_schedule_list.xml │ ├── item_gos_device_list.xml │ ├── item_gos_mode_list.xml │ ├── item_gos_wifi_list.xml │ ├── jpush_popwin_layout.xml │ ├── jpush_webview_layout.xml │ ├── view_gos_notification.xml │ └── view_gos_title_listview.xml ├── menu │ ├── devicelist_login.xml │ └── devicelist_logout.xml ├── values-en │ ├── arrays_mode.xml │ └── strings.xml ├── values-v11 │ └── styles.xml ├── values-v14 │ └── styles.xml ├── values-w820dp │ └── dimens.xml └── values │ ├── arrays_mode.xml │ ├── attrs.xml │ ├── colors.xml │ ├── dimens.xml │ ├── ids.xml │ ├── jpush_style.xml │ ├── strings.xml │ └── styles.xml └── src ├── com └── gizwits │ └── opensource │ ├── appkit │ ├── CommonModule │ │ ├── GosBaseActivity.java │ │ ├── GosDeploy.java │ │ └── WifiAutoConnectManager.java │ ├── ConfigModule │ │ ├── GosAirlinkChooseDeviceWorkWiFiActivity.java │ │ ├── GosAirlinkConfigCountdownActivity.java │ │ ├── GosAirlinkReadyActivity.java │ │ ├── GosCheckDeviceWorkWiFiActivity.java │ │ ├── GosChooseDeviceActivity.java │ │ ├── GosConfigCountdownActivity.java │ │ ├── GosConfigFailedActivity.java │ │ ├── GosConfigModuleBaseActivity.java │ │ ├── GosDeviceReadyActivity.java │ │ ├── GosDeviceResetActivity.java │ │ ├── GosModeListActivity.java │ │ └── GosWifiChangeReciver.java │ ├── ControlModule │ │ └── GosDeviceControlActivity.java │ ├── DeviceModule │ │ ├── GosDeviceListActivity.java │ │ ├── GosDeviceListAdapter.java │ │ ├── GosDeviceModuleBaseActivity.java │ │ └── GosMessageHandler.java │ ├── GosApplication.java │ ├── PushModule │ │ ├── BaiDuPushReceiver.java │ │ ├── GosPushManager.java │ │ └── JPushReceiver.java │ ├── SettingsModule │ │ ├── GosAboutActivity.java │ │ └── GosSettiingsActivity.java │ ├── ThirdAccountModule │ │ └── BaseUiListener.java │ ├── UserModule │ │ ├── GosForgetPasswordActivity.java │ │ ├── GosRegisterUserActivity.java │ │ ├── GosUserLoginActivity.java │ │ └── GosUserModuleBaseActivity.java │ ├── utils │ │ ├── HTTPSTrustManager.java │ │ ├── JsonUtils.java │ │ ├── NetUtils.java │ │ └── TrustAllSSLSocketFactory.java │ ├── view │ │ ├── DotView.java │ │ ├── GifView.java │ │ ├── RoundProgressBar.java │ │ └── SlideListView2.java │ └── wxapi │ │ └── WXEntryActivity.java │ └── devicecontrol │ ├── date │ └── GosScheduleData.java │ ├── tools │ ├── GetUTCTimeUtil.java │ └── GosScheduleSiteTool.java │ └── ui │ ├── activity │ ├── GosDeviceControlActivity.java │ ├── GosDeviceControlModuleBaseActivity.java │ ├── GosDeviceMoreActivity.java │ ├── GosEditDeviceAliasActivity.java │ ├── GosEditDeviceDelayActivity.java │ ├── GosScheduleEditActionAcitvity.java │ ├── GosScheduleEditDateAcitivty.java │ ├── GosScheduleEditRepeatActivity.java │ └── GosScheduleListActivity.java │ ├── adapter │ ├── GosScheduleCheckBoxListAdapter.java │ ├── GosScheduleCheckBoxListDateHolder.java │ ├── GosScheduleListAdapter.java │ ├── GosScheduleViewHolder.java │ └── SlideListView.java │ ├── utils │ └── DensityUtils.java │ └── view │ ├── ColorCircularSeekBar.java │ └── ColorTempCircularSeekBar.java └── zxing ├── CaptureActivity.java ├── camera ├── AutoFocusManager.java ├── CameraConfigurationManager.java ├── CameraManager.java ├── PreviewCallback.java └── open │ └── OpenCameraInterface.java ├── decoding ├── DecodeFormatManager.java ├── DecodeHandler.java └── DecodeThread.java └── utils ├── CaptureActivityHandler.java └── InactivityTimer.java /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/.DS_Store -------------------------------------------------------------------------------- /.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /bin/gen 2 | /bin 3 | /gen 4 | -------------------------------------------------------------------------------- /.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | Gizwits-SmartBuld_Android 4 | 5 | 6 | 7 | 8 | 9 | com.android.ide.eclipse.adt.ResourceManagerBuilder 10 | 11 | 12 | 13 | 14 | com.android.ide.eclipse.adt.PreCompilerBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.jdt.core.javabuilder 20 | 21 | 22 | 23 | 24 | com.android.ide.eclipse.adt.ApkBuilder 25 | 26 | 27 | 28 | 29 | 30 | com.android.ide.eclipse.adt.AndroidNature 31 | org.eclipse.jdt.core.javanature 32 | 33 | 34 | -------------------------------------------------------------------------------- /.settings/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/.settings/.DS_Store -------------------------------------------------------------------------------- /.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | encoding/=UTF-8 3 | -------------------------------------------------------------------------------- /.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2015 GizWits 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # GizOpenSource-SmartLight_Android 2 | ================== 3 | 4 | ## 介绍 5 | 6 | 这是一款可以帮助开发者快速使用GizWifiSDK,连接到机智云的开源物联示例APP,该APP针对的是智能家电中的灯泡类产品。 7 | 8 | 此款产品已满足用户基本功能需求,项目中用到了大部分主要SDK接口,供使用GizWifiSDK的开发者参考。主要功能如下: 9 | ▪ 初始化SDK 10 | ▪ 用户登录 11 | ▪ 设备配置入网 12 | ▪ 搜索设备列表 13 | ▪ 绑定或解绑设备 14 | ▪ 智能灯电源的开关 15 | ▪ 智能灯色彩和色温的切换 16 | ▪ 智能灯色彩和色温的连续调节 17 | ▪ 智能灯亮度调节 18 | ▪ 修改智能灯的别名 19 | ▪ 智能灯倒计时开关 20 | ▪ 智能灯定时预约。定时预约采用云端定时下发命令的形式,可以不限次数预约 21 | 22 | ## 使用说明 23 | 24 | 使用机智云开源APP之前,需要先在机智云开发平台创建您自己的产品和应用。 25 | 开源App需要使用您申请的AppId、AppSecret以及您自己的产品ProductKey才能正常运行。 26 | 具体申请流程请参见:http://docs.gizwits.com/hc/。 27 | 注意需要修改配置文件配置开发者的个人应用信息,请参考:http://docs.gizwits.com/hc/kb/article/181715/ ,第5节《配置文件说明》,按照提示进行替换。 28 | 使用QQ、微信登录或百度或极光推送功能之前,需要您先到相应网站申请对应的应用信息,在配置文件中作相应的替换。 29 | 30 | ## GizWifiSDK 版本号 31 | 32 | 2.04.04 33 | 34 | ## 硬件依赖 35 | 36 | Smart-Light 项目调试,需要有调试设备的支持,您可以使用虚拟设备或者实体设备搭建调试环境。 37 | 38 | ▪ 虚拟设备 39 | 机智云官网提供智能灯2代虚拟设备的支持。请登录机智云开发者网站,进入机智云实验室查看。开发者网站链接地址: 40 | https://site.gizwits.com/zh-cn/developer/ssl/login 41 | 42 | ## 问题反馈 43 | 44 | 您可以给机智云的技术支持人员发送邮件,反馈您在使用过程中遇到的任何问题。 45 | 邮箱:club@gizwits.com 46 | 47 | ## App效果图 48 | 49 | ![](https://github.com/gizwits/Gizwits-SmartBuld_Android/blob/master/effect.png) 50 | -------------------------------------------------------------------------------- /assets/UIConfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "app_id":"your_app_id", 3 | "app_secret":"your_app_secret", 4 | "product_key":["your_product_key"], 5 | "wifi_type_select":true, 6 | "tencent_app_id":"your_tencent_app_id", 7 | "wechat_app_id":"your_wechat_app_id", 8 | "wechat_app_secret":"your_wechat_app_secret", 9 | "push_type":0, 10 | "bpush_app_key":"your_bpush_app_key", 11 | "openAPI_URL":"", 12 | "site_URL":"", 13 | "push_URL":"", 14 | "buttonColor":"F8DC26", 15 | "buttonTextColor":"000000", 16 | "navigationBarColor":"F8DC26", 17 | "navigationBarTextColor":"000000", 18 | "configProgressViewColor":"000000", 19 | "addDeviceTitle":"" 20 | } -------------------------------------------------------------------------------- /effect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/effect.png -------------------------------------------------------------------------------- /ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/ic_launcher-web.png -------------------------------------------------------------------------------- /libs/BLEasyConfig.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/libs/BLEasyConfig.jar -------------------------------------------------------------------------------- /libs/GizWifiSDK.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/libs/GizWifiSDK.jar -------------------------------------------------------------------------------- /libs/LSFSK_1.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/libs/LSFSK_1.0.jar -------------------------------------------------------------------------------- /libs/Lark7618SDK_noudp1606031910_0101.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/libs/Lark7618SDK_noudp1606031910_0101.jar -------------------------------------------------------------------------------- /libs/OneShotConfig.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/libs/OneShotConfig.jar -------------------------------------------------------------------------------- /libs/android-support-v4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/libs/android-support-v4.jar -------------------------------------------------------------------------------- /libs/armeabi/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/libs/armeabi/.DS_Store -------------------------------------------------------------------------------- /libs/armeabi/libBLEasyConfig.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/libs/armeabi/libBLEasyConfig.so -------------------------------------------------------------------------------- /libs/armeabi/libSDKLog.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/libs/armeabi/libSDKLog.so -------------------------------------------------------------------------------- /libs/armeabi/libbdpush_V2_6.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/libs/armeabi/libbdpush_V2_6.so -------------------------------------------------------------------------------- /libs/armeabi/libbspatch.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/libs/armeabi/libbspatch.so -------------------------------------------------------------------------------- /libs/armeabi/libjpush215.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/libs/armeabi/libjpush215.so -------------------------------------------------------------------------------- /libs/armeabi/libsimpleconfiglib.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/libs/armeabi/libsimpleconfiglib.so -------------------------------------------------------------------------------- /libs/armeabi/libwavegen.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/libs/armeabi/libwavegen.so -------------------------------------------------------------------------------- /libs/easylink2.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/libs/easylink2.0.jar -------------------------------------------------------------------------------- /libs/hiflying-iots-android-smartlink7.0.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/libs/hiflying-iots-android-smartlink7.0.2.jar -------------------------------------------------------------------------------- /libs/jpush-android-2.1.5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/libs/jpush-android-2.1.5.jar -------------------------------------------------------------------------------- /libs/libEsptouch_v0.3.3.4_3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/libs/libEsptouch_v0.3.3.4_3.jar -------------------------------------------------------------------------------- /libs/libForEElink.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/libs/libForEElink.jar -------------------------------------------------------------------------------- /libs/libammsdk.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/libs/libammsdk.jar -------------------------------------------------------------------------------- /libs/mta-sdk-1.6.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/libs/mta-sdk-1.6.2.jar -------------------------------------------------------------------------------- /libs/open_sdk_r5756.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/libs/open_sdk_r5756.jar -------------------------------------------------------------------------------- /libs/pushservice-5.0.0.66.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/libs/pushservice-5.0.0.66.jar -------------------------------------------------------------------------------- /libs/simpleconfigwizardlib.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/libs/simpleconfigwizardlib.jar -------------------------------------------------------------------------------- /libs/volley-1.0.19.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/libs/volley-1.0.19.jar -------------------------------------------------------------------------------- /libs/xUtils-2.6.14.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/libs/xUtils-2.6.14.jar -------------------------------------------------------------------------------- /libs/zxing.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/libs/zxing.jar -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_richpush_actionbar_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-hdpi/ic_richpush_actionbar_back.png -------------------------------------------------------------------------------- /res/drawable-hdpi/ic_richpush_actionbar_divider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-hdpi/ic_richpush_actionbar_divider.png -------------------------------------------------------------------------------- /res/drawable-hdpi/open_perecent_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-hdpi/open_perecent_bg.png -------------------------------------------------------------------------------- /res/drawable-hdpi/richpush_btn_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 9 | 10 | 14 | 15 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/about_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/about_icon.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/add.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/arrow.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/back_bt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/back_bt.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/back_bt_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/back_bt_.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/barcode_frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/barcode_frame.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/barcode_laser_line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/barcode_laser_line.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/button_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/button_back.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/button_blue_long.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/button_blue_long.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/button_invisible.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/button_invisible.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/button_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/button_more.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/button_not_sure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/button_not_sure.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/button_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/button_refresh.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/button_setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/button_setting.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/button_sure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/button_sure.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/button_visible.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/button_visible.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/checkmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/checkmark.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/comd1_btn_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/comd1_btn_menu.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/comd1_home_bnt_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/comd1_home_bnt_off.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/comd1_home_bnt_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/comd1_home_bnt_on.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/comd1_home_btn_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/comd1_home_btn_color.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/comd1_home_btn_color_temperature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/comd1_home_btn_color_temperature.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/comd1_home_icon_brightness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/comd1_home_icon_brightness.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/comd1_home_icon_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/comd1_home_icon_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/comd1_home_icon_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/comd1_home_icon_tab.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/comd1_icon_return.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/comd1_icon_return.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/comd1_light_sewen_bg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/comd1_light_sewen_bg2.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/comd1_more_icon_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/comd1_more_icon_name.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/comd1_more_icon_schedule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/comd1_more_icon_schedule.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/comd1_more_icon_timer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/comd1_more_icon_timer.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/comd_arrow_right_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/comd_arrow_right_gray.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/comd_home_icon_timer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/comd_home_icon_timer.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/comd_ic_clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/comd_ic_clear.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/comd_icon_return.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/comd_icon_return.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/comd_more_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/comd_more_icon.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/comd_more_icon_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/comd_more_icon_name.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/comd_more_icon_schedule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/comd_more_icon_schedule.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/comd_more_icon_timer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/comd_more_icon_timer.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/comd_power_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/comd_power_off.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/comd_power_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/comd_power_on.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/comd_reservation_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/comd_reservation_button.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/comd_timer_btn_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/comd_timer_btn_add.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/comd_tips_box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/comd_tips_box.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/comd_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/comd_top.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/device_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/device_icon.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/failsoft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/failsoft.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/login_password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/login_password.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/logo3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/logo3.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/mymyshoft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/mymyshoft.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/nodevice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/nodevice.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/noselect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/noselect.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/phone.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/qq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/qq.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/right_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/right_icon.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/select.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/sms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/sms.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/splash.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/splash_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/splash_light.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/sub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/sub.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/test_comd1_light_sewen_bg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/test_comd1_light_sewen_bg2.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/wechat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/wechat.png -------------------------------------------------------------------------------- /res/drawable-xhdpi/wifi_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xhdpi/wifi_icon.png -------------------------------------------------------------------------------- /res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /res/drawable/airlink.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable/airlink.gif -------------------------------------------------------------------------------- /res/drawable/alert_bottom_left_shape.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /res/drawable/alert_bottom_right_shape.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /res/drawable/alert_top_shape.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /res/drawable/border_layer_list.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 8 | 9 | 10 | 15 | 16 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /res/drawable/btn_getcode_shape.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /res/drawable/btn_getcode_shape_gray.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /res/drawable/button_shape_gray.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /res/drawable/checkbox_hook_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /res/drawable/checkbox_laws_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /res/drawable/comd_btn_remove_device.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /res/drawable/comd_selector_power.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /res/drawable/comd_switch_off2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable/comd_switch_off2.png -------------------------------------------------------------------------------- /res/drawable/comd_switch_on2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable/comd_switch_on2.png -------------------------------------------------------------------------------- /res/drawable/comd_toggle_selector2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /res/drawable/devicelist_item_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /res/drawable/resetsoftap.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable/resetsoftap.gif -------------------------------------------------------------------------------- /res/drawable/round_rect.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /res/drawable/seek_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable/seek_bar.png -------------------------------------------------------------------------------- /res/drawable/seek_bar1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gizwits/Gizwits-SmartBuld_Android/47ff43a52e8f709850a6b80f62dc8cdd8af7b610/res/drawable/seek_bar1.png -------------------------------------------------------------------------------- /res/drawable/selector_mode.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /res/drawable/selector_power.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /res/layout/activity_comd_edit_device_alias.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 9 | 10 | 14 | 15 | 24 | 25 | 32 | 33 | 43 | 44 | 45 | 46 | 55 | 56 | 62 | 63 | 72 | 73 | 74 | 75 | 76 | 82 | 83 | 84 | 90 | 91 | -------------------------------------------------------------------------------- /res/layout/activity_comd_schedule_edit_action.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 9 | 10 | 14 | 15 | 26 | 27 | 34 | 35 | 36 | 37 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /res/layout/activity_comd_schedule_edit_device_delay.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 9 | 10 | 14 | 15 | 26 | 27 | 34 | 35 | 45 | 46 | 47 | 48 | 55 | 56 | 61 | 62 | 67 | 68 | 76 | 77 | 83 | 84 | 90 | 91 | 92 | -------------------------------------------------------------------------------- /res/layout/activity_comd_schedule_edit_repeat.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 9 | 10 | 14 | 15 | 26 | 27 | 34 | 35 | 45 | 46 | 47 | 48 | 56 | 57 | 58 | -------------------------------------------------------------------------------- /res/layout/activity_comd_schedule_list.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 9 | 10 | 14 | 15 | 24 | 25 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 46 | 47 | 51 | 52 | 59 | 60 | 67 | 68 | 69 | 70 | 71 | 72 | 80 | 81 | 90 | 91 | 92 | 99 | 100 | 108 | 109 | -------------------------------------------------------------------------------- /res/layout/activity_gos_about.xml: -------------------------------------------------------------------------------- 1 | 6 | 7 | 16 | 17 | 24 | 25 | 30 | 31 | 37 | 38 | 44 | 45 | 46 | 47 | 52 | 53 | 59 | 60 | 65 | 66 | 67 | 68 | -------------------------------------------------------------------------------- /res/layout/activity_gos_airlink_config_countdown.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 14 | 15 | 21 | 22 | 23 | 30 | 31 | -------------------------------------------------------------------------------- /res/layout/activity_gos_check_device_workwifi.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 15 | 16 | 23 | 24 | 31 | 32 | 44 | 45 | 56 | 57 | 58 | 64 | 65 | 72 | 73 | 87 | 88 | 97 | 98 | 99 |