From a811e98566040740714174e37f5d2a711dddd0c8 Mon Sep 17 00:00:00 2001 From: liup <1454939542@qq.com> Date: Fri, 29 Nov 2024 11:20:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/deploymentTargetSelector.xml | 4 +- .idea/other.xml | 329 ------------------ app/build.gradle | 6 - app/release/output-metadata.json | 6 +- .../bonait/bnframework/api/ServerManager.java | 13 +- .../business/ExecuteTheRecipe.java | 23 +- .../common/constant/ConfigName.java | 2 +- .../modules/home/fragment/Home2Fragment.java | 8 +- .../fragment/SystemSystemsetFragment.java | 41 ++- .../welcome/activity/LoginActivity.java | 5 +- .../bonait/bnframework/ui/util/FileUtil.java | 52 +++ .../main/res/layout/activity_auto_test.xml | 1 + .../main/res/layout/activity_bleclient.xml | 1 + app/src/main/res/layout/activity_dishtest.xml | 4 +- .../main/res/layout/activity_diy_memory.xml | 1 + .../main/res/layout/activity_log_record.xml | 2 + app/src/main/res/layout/activity_login.xml | 3 +- .../main/res/layout/activity_serial_test.xml | 6 + app/src/main/res/layout/activity_sz.xml | 1 + app/src/main/res/layout/activity_wh.xml | 1 + app/src/main/res/layout/activity_wok_set.xml | 1 + .../res/layout/fragment_auto_test_more.xml | 2 + .../res/layout/fragment_auto_test_one.xml | 18 +- .../main/res/layout/fragment_cloud_goods.xml | 1 + .../layout/fragment_good_edit_classify.xml | 1 + app/src/main/res/layout/fragment_home2.xml | 15 +- .../main/res/layout/fragment_local_goods.xml | 1 + .../res/layout/fragment_system_devicein.xml | 7 + .../layout/fragment_system_seasoningset.xml | 1 + .../res/layout/fragment_system_systemset.xml | 17 + .../main/res/layout/fragment_wok_set_gkcx.xml | 18 + .../main/res/layout/fragment_wok_set_tlzz.xml | 6 + .../res/layout/fragment_wok_set_tlzz1.xml | 6 + .../item/layout/dialog_add_classify.xml | 1 + .../item/layout/dialog_diy_food_name.xml | 1 + .../item/layout/dialog_silos_message.xml | 3 + .../res/layout/item/layout/dialog_user.xml | 5 + .../layout/item/layout/fragment_item_gx.xml | 1 + .../layout/item/layout/fragment_item_plc.xml | 1 + .../item/layout/fragment_item_plc_control.xml | 1 + .../item/layout/fragment_item_silos_cl.xml | 1 + .../item/layout/layout_add_goods_mainfood.xml | 6 + .../item/layout/layout_add_goods_name.xml | 1 + .../layout/item/layout/layout_authority.xml | 1 + .../item/layout/layout_edit_goods_name.xml | 1 + .../layout/item/layout/view_process_value.xml | 1 + build.gradle | 4 +- 47 files changed, 267 insertions(+), 364 deletions(-) delete mode 100644 .idea/other.xml create mode 100644 app/src/main/java/com/bonait/bnframework/ui/util/FileUtil.java diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml index 62a7602e..0464582f 100644 --- a/.idea/deploymentTargetSelector.xml +++ b/.idea/deploymentTargetSelector.xml @@ -4,10 +4,10 @@