diff --git a/app/.gitignore b/app/.gitignore
deleted file mode 100644
index aa724b7..0000000
--- a/app/.gitignore
+++ /dev/null
@@ -1,15 +0,0 @@
-*.iml
-.gradle
-/local.properties
-/.idea/caches
-/.idea/libraries
-/.idea/modules.xml
-/.idea/workspace.xml
-/.idea/navEditor.xml
-/.idea/assetWizardSettings.xml
-.DS_Store
-/build
-/captures
-.externalNativeBuild
-.cxx
-local.properties
diff --git a/app/.idea/.gitignore b/app/.idea/.gitignore
deleted file mode 100644
index 26d3352..0000000
--- a/app/.idea/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
diff --git a/app/.idea/compiler.xml b/app/.idea/compiler.xml
deleted file mode 100644
index fb7f4a8..0000000
--- a/app/.idea/compiler.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/.idea/gradle.xml b/app/.idea/gradle.xml
deleted file mode 100644
index 3f3f247..0000000
--- a/app/.idea/gradle.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/.idea/misc.xml b/app/.idea/misc.xml
deleted file mode 100644
index 2a4d5b5..0000000
--- a/app/.idea/misc.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/Notes b/app/Notes
deleted file mode 160000
index 81a6602..0000000
--- a/app/Notes
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 81a66024fe48eaa2206b854430856fe3875ff3ba
diff --git a/app/app/.gitignore b/app/app/.gitignore
deleted file mode 100644
index 42afabf..0000000
--- a/app/app/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/build
\ No newline at end of file
diff --git a/app/app/build.gradle b/app/app/build.gradle
deleted file mode 100644
index 0940fc7..0000000
--- a/app/app/build.gradle
+++ /dev/null
@@ -1,40 +0,0 @@
-plugins {
- id 'com.android.application'
-}
-
-android {
- namespace 'com.example.test'
- compileSdk 33
-
- defaultConfig {
- applicationId "com.example.test"
- minSdk 27
- targetSdk 33
- versionCode 1
- versionName "1.0"
-
- testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
- }
-
- buildTypes {
- release {
- minifyEnabled false
- proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
- }
- }
- compileOptions {
- sourceCompatibility JavaVersion.VERSION_1_8
- targetCompatibility JavaVersion.VERSION_1_8
- }
-}
-
-dependencies {
-
- implementation 'androidx.appcompat:appcompat:1.4.1'
- implementation 'com.google.android.material:material:1.5.0'
- implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
- testImplementation 'junit:junit:4.13.2'
- androidTestImplementation 'androidx.test.ext:junit:1.1.3'
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
- implementation 'com.github.crazyandcoder:citypicker:6.0.2'
-}
\ No newline at end of file
diff --git a/app/app/proguard-rules.pro b/app/app/proguard-rules.pro
deleted file mode 100644
index 481bb43..0000000
--- a/app/app/proguard-rules.pro
+++ /dev/null
@@ -1,21 +0,0 @@
-# Add project specific ProGuard rules here.
-# You can control the set of applied configuration files using the
-# proguardFiles setting in build.gradle.
-#
-# For more details, see
-# http://developer.android.com/guide/developing/tools/proguard.html
-
-# If your project uses WebView with JS, uncomment the following
-# and specify the fully qualified class name to the JavaScript interface
-# class:
-#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
-# public *;
-#}
-
-# Uncomment this to preserve the line number information for
-# debugging stack traces.
-#-keepattributes SourceFile,LineNumberTable
-
-# If you keep the line number information, uncomment this to
-# hide the original source file name.
-#-renamesourcefileattribute SourceFile
\ No newline at end of file
diff --git a/app/app/src/androidTest/java/com/example/test/ExampleInstrumentedTest.java b/app/app/src/androidTest/java/com/example/test/ExampleInstrumentedTest.java
deleted file mode 100644
index 6ea62a5..0000000
--- a/app/app/src/androidTest/java/com/example/test/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package com.example.test;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("com.example.test", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/app/app/src/main/AndroidManifest.xml b/app/app/src/main/AndroidManifest.xml
deleted file mode 100644
index 5fc505b..0000000
--- a/app/app/src/main/AndroidManifest.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/app/src/main/java/com/example/test/MainActivity.java b/app/app/src/main/java/com/example/test/MainActivity.java
deleted file mode 100644
index 31af0fb..0000000
--- a/app/app/src/main/java/com/example/test/MainActivity.java
+++ /dev/null
@@ -1,48 +0,0 @@
-package com.example.test;
-
-
-import android.content.Intent;
-import android.os.Bundle;
-import android.util.Log;
-import android.view.View;
-import android.widget.Button;
-import android.widget.EditText;
-import android.widget.Toast;
-
-import androidx.appcompat.app.AppCompatActivity;
-
-import com.example.test.activity.register;
-
-public class MainActivity extends AppCompatActivity implements View.OnClickListener {
- private Button registerButton, loginButton;
- private EditText usernameText, paswdEdit;
-
- @Override
- protected void onCreate(Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
- setContentView(R.layout.login);
- init();
- }
-
-
- @Override
- public void onClick(View view) {
- switch (view.getId()){
- case R.id.login:
- Toast.makeText(this,"登录",Toast.LENGTH_SHORT).show();
- break;
- case R.id.register:
- Intent intent = new Intent(this, register.class);
- startActivity(intent);
-
- }
- }
-
- public void init(){
- registerButton = findViewById(R.id.register);
- registerButton.setOnClickListener(this);
- loginButton = findViewById(R.id.login);
- loginButton.setOnClickListener(this);
- }
-
-}
diff --git a/app/app/src/main/java/com/example/test/activity/login.java b/app/app/src/main/java/com/example/test/activity/login.java
deleted file mode 100644
index f8b6b9e..0000000
--- a/app/app/src/main/java/com/example/test/activity/login.java
+++ /dev/null
@@ -1,69 +0,0 @@
-package com.example.test.activity;
-
-import androidx.appcompat.app.AppCompatActivity;
-
-import android.content.Intent;
-import android.os.Bundle;
-import android.text.Editable;
-import android.view.View;
-import android.widget.Button;
-import android.widget.EditText;
-import android.widget.Toast;
-
-import com.example.test.R;
-
-
-public class login extends AppCompatActivity implements View.OnClickListener {
- private EditText userEdit;
- private EditText passEdit;
- private Button regBut;
- private Button logBut;
- @Override
- protected void onCreate(Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
- setContentView(R.layout.login);
- regBut = findViewById(R.id.register);
- logBut = findViewById(R.id.login);
- regBut.setOnClickListener(this);
- logBut.setOnClickListener(this);
- }
-
- @Override
- public void onClick(View view) {
- switch (view.getId())
- {
- case R.id.login:
- check();
- break;
- case R.id.register:
- Intent intent = new Intent(this, register.class);
- startActivity(intent);
-
- }
- }
-
- private void check() {
- Intent intent = getIntent();
- Bundle bundle = intent.getExtras();
- String username = bundle.getString("username");
- String password = bundle.getString("password");
- userEdit = findViewById(R.id.username);
- String user = userEdit.getText().toString();
- passEdit = findViewById(R.id.password);
- String pass = passEdit.getText().toString();
- if(pass.equals(password)&&user.equals(username))
- {
- String sex = bundle.getString("sex");
- String adress = bundle.getString("adress");
- Intent userIntent = new Intent(this, user.class);
- Bundle userBundle = new Bundle();
- userBundle.putString("username",username);
- userBundle.putString("sex",sex);
- userBundle.putString("adress",adress);
- userIntent.putExtras(userBundle);
- startActivity(userIntent);
- }else{
- Toast.makeText(this,"用户名或密码不对",Toast.LENGTH_SHORT).show();
- }
- }
-}
\ No newline at end of file
diff --git a/app/app/src/main/java/com/example/test/activity/register.java b/app/app/src/main/java/com/example/test/activity/register.java
deleted file mode 100644
index 7ae4bf2..0000000
--- a/app/app/src/main/java/com/example/test/activity/register.java
+++ /dev/null
@@ -1,145 +0,0 @@
-package com.example.test.activity;
-
-import androidx.appcompat.app.AppCompatActivity;
-
-import android.content.Intent;
-import android.os.Bundle;
-import android.view.View;
-import android.widget.Button;
-import android.widget.EditText;
-import android.widget.RadioButton;
-import android.widget.RadioGroup;
-import android.widget.TextView;
-import android.widget.Toast;
-import com.example.test.R;
-import com.lljjcoder.Interface.OnCityItemClickListener;
-import com.lljjcoder.bean.CityBean;
-import com.lljjcoder.bean.DistrictBean;
-import com.lljjcoder.bean.ProvinceBean;
-import com.lljjcoder.citywheel.CityConfig;
-import com.lljjcoder.style.citypickerview.CityPickerView;
-
-public class register extends AppCompatActivity implements View.OnClickListener, RadioGroup.OnCheckedChangeListener {
- private EditText userEdit;
- private EditText passEdit;
- private EditText paEdit;
- private RadioGroup sexBut;
- private TextView adressText;
- private String sex ="男";
- private Button regBut;
- CityPickerView citypv;
- @Override
- protected void onCreate(Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
- setContentView(R.layout.register);
- init();
- }
-
- public void init(){
- citypv = new CityPickerView();
- citypv.init(this);
- initConfig();
- citypv.setOnCityItemClickListener(new OnCityItemClickListener() {
- @Override
- public void onSelected(ProvinceBean province, CityBean city, DistrictBean district) {
- String pro = province.getName();
- String ci = city.getName();
- String dis = district.getName();
- adressText.setText(String.format("%s %s %s",pro,ci,dis));
- }
-
- @Override
- public void onCancel() {
- }
- });
- userEdit = findViewById(R.id.reg_username);
- passEdit = findViewById(R.id.reg_password);
- paEdit = findViewById(R.id.reg_apassword);
- adressText = findViewById(R.id.reg_adress);
- adressText.setOnClickListener(this);
- sexBut = findViewById(R.id.reg_sex);
- sexBut.setOnCheckedChangeListener(this);
- regBut = findViewById(R.id.reg_register);
- regBut.setOnClickListener(this);
- }
-
- private void initConfig() {
- CityConfig cityConfig = new CityConfig.Builder()
- .title("选择城市")//标题
- .titleTextSize(18)//标题文字大小
- .titleTextColor("#585858")//标题文字颜 色
- .titleBackgroundColor("#E9E9E9")//标题栏背景色
- .confirTextColor("#585858")//确认按钮文字颜色
- .confirmText("ok")//确认按钮文字
- .confirmTextSize(16)//确认按钮文字大小
- .cancelTextColor("#585858")//取消按钮文字颜色
- .cancelText("cancel")//取消按钮文字
- .cancelTextSize(16)//取消按钮文字大小
- .setCityWheelType(CityConfig.WheelType.PRO_CITY_DIS)//显示类,只显示省份一级,显示省市两级还是显示省市区三级
- .showBackground(true)//是否显示半透明背景
- .visibleItemsCount(7)//显示item的数量
- .province("浙江省")//默认显示的省份
- .city("杭州市")//默认显示省份下面的城市
- .district("滨江区")//默认显示省市下面的区县数据
- .provinceCyclic(true)//省份滚轮是否可以循环滚动
- .cityCyclic(true)//城市滚轮是否可以循环滚动
- .districtCyclic(true)//区县滚轮是否循环滚动
- .drawShadows(false)//滚轮不显示模糊效果
- .setLineColor("#03a9f4")//中间横线的颜色
- .setLineHeigh(5)//中间横线的高度
- .setShowGAT(true)//是否显示港澳台数据,默认不显示
- .build();
- citypv.setConfig(cityConfig);
- }
-
-
-
-
- @Override
- public void onClick(View view) {
- switch (view.getId()){
- case R.id.reg_adress:
- citypv.showCityPicker();
- break;
- case R.id.reg_register:
- check();
- break;
- }
- }
-
- private void check() {
- Intent intent = new Intent(this,login.class);
- String username = userEdit.getText().toString();
- String password = passEdit.getText().toString();
- String apassword = paEdit.getText().toString();
- String adress = adressText.getText().toString();
- if(password.equals(apassword)){
- if(username.equals("")||username.startsWith(" ")||password.equals("")||password.startsWith(" ")){
- Toast.makeText(this,"用户名或密码为空",Toast.LENGTH_SHORT).show();
- }else {
- if(adress.equals("")||adress.equals("地址选择"))
- Toast.makeText(this,"未选择地址",Toast.LENGTH_SHORT).show();
- else{
- Bundle bundle = new Bundle();
- bundle.putString("username",username);
- bundle.putString("password",password);
- bundle.putString("adress",adress);
- bundle.putString("sex",sex);
- intent.putExtras(bundle);
- startActivity(intent);
- }
- }
- }
- else {
- Toast.makeText(this,"两次密码不一致",Toast.LENGTH_SHORT).show();
- }
- }
-
-
- @Override
- public void onCheckedChanged(RadioGroup group, int checkedId) {
- //根据用户选择来改变sex的值
- sex = R.id.reg_male==checkedId?"男":"女";
- }
-
-}
\ No newline at end of file
diff --git a/app/app/src/main/java/com/example/test/activity/user.java b/app/app/src/main/java/com/example/test/activity/user.java
deleted file mode 100644
index 8966003..0000000
--- a/app/app/src/main/java/com/example/test/activity/user.java
+++ /dev/null
@@ -1,56 +0,0 @@
-package com.example.test.activity;
-
-import androidx.appcompat.app.AppCompatActivity;
-
-import android.content.Intent;
-import android.os.Bundle;
-import android.view.Display;
-import android.view.View;
-import android.widget.Button;
-import android.widget.TextView;
-
-import com.example.test.R;
-public class user extends AppCompatActivity implements View.OnClickListener {
-
- private TextView userText;
- private TextView sexText;
- private TextView adressText;
- private Button logoutBut;
- @Override
- protected void onCreate(Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
- setContentView(R.layout.content_user);
- display();
- }
-
- private void display() {
- Intent intent = getIntent();
- Bundle bundle = intent.getExtras();
- String username = bundle.getString("username");
- String sex = bundle.getString("sex");
- String adress = bundle.getString("adress");
- userText = findViewById(R.id.user_username);
- userText.setText(username);
- sexText = findViewById(R.id.user_sex);
- sexText.setText(sex);
- adressText = findViewById(R.id.user_city);
- adressText.setText(adress);
- logoutBut = findViewById(R.id.logout);
- logoutBut.setOnClickListener(this);
-
- }
-
- @Override
- public void onClick(View view) {
- switch (view.getId())
- {
- case R.id.logout:
- logout();
- }
- }
-
- private void logout() {
- Intent intent = new Intent(this, login.class);
- startActivity(intent);
- }
-}
\ No newline at end of file
diff --git a/app/app/src/main/java/com/example/test/entity/OrangeUser.java b/app/app/src/main/java/com/example/test/entity/OrangeUser.java
deleted file mode 100644
index 9de3708..0000000
--- a/app/app/src/main/java/com/example/test/entity/OrangeUser.java
+++ /dev/null
@@ -1,59 +0,0 @@
-package com.example.test.entity;
-
-public class OrangeUser {
- private Integer id;
- private String username;
- private String password;
- private String sex;
- private String city;
-
- public Integer getId() {
- return id;
- }
-
- public void setId(Integer id) {
- this.id = id;
- }
-
- public String getUsername() {
- return username;
- }
-
- public void setUsername(String username) {
- this.username = username;
- }
-
- public String getPassword() {
- return password;
- }
-
- public void setPassword(String password) {
- this.password = password;
- }
-
- public String getSex() {
- return sex;
- }
-
- public void setSex(String sex) {
- this.sex = sex;
- }
-
- public String getCity() {
- return city;
- }
-
- public void setCity(String city) {
- this.city = city;
- }
-
- @Override
- public String toString() {
- return "OrangeUser{" +
- "username='" + username + '\'' +
- ", password='" + password + '\'' +
- ", sex='" + sex + '\'' +
- ", city='" + city + '\'' +
- '}';
- }
-}
diff --git a/app/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/app/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
deleted file mode 100644
index 2b068d1..0000000
--- a/app/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/app/src/main/res/drawable/address.png b/app/app/src/main/res/drawable/address.png
deleted file mode 100644
index 7318be0..0000000
Binary files a/app/app/src/main/res/drawable/address.png and /dev/null differ
diff --git a/app/app/src/main/res/drawable/arrow_down.png b/app/app/src/main/res/drawable/arrow_down.png
deleted file mode 100644
index 6d95bb5..0000000
Binary files a/app/app/src/main/res/drawable/arrow_down.png and /dev/null differ
diff --git a/app/app/src/main/res/drawable/arrow_right.png b/app/app/src/main/res/drawable/arrow_right.png
deleted file mode 100644
index 84ded85..0000000
Binary files a/app/app/src/main/res/drawable/arrow_right.png and /dev/null differ
diff --git a/app/app/src/main/res/drawable/button_login.xml b/app/app/src/main/res/drawable/button_login.xml
deleted file mode 100644
index d093f1b..0000000
--- a/app/app/src/main/res/drawable/button_login.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/app/src/main/res/drawable/button_register.xml b/app/app/src/main/res/drawable/button_register.xml
deleted file mode 100644
index 3eb0673..0000000
--- a/app/app/src/main/res/drawable/button_register.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
- -
-
-
-
-
- -
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/app/src/main/res/drawable/city.png b/app/app/src/main/res/drawable/city.png
deleted file mode 100644
index 790fb2b..0000000
Binary files a/app/app/src/main/res/drawable/city.png and /dev/null differ
diff --git a/app/app/src/main/res/drawable/dog.png b/app/app/src/main/res/drawable/dog.png
deleted file mode 100644
index 0d3bb2a..0000000
Binary files a/app/app/src/main/res/drawable/dog.png and /dev/null differ
diff --git a/app/app/src/main/res/drawable/ic_launcher_background.xml b/app/app/src/main/res/drawable/ic_launcher_background.xml
deleted file mode 100644
index 0d025f9..0000000
--- a/app/app/src/main/res/drawable/ic_launcher_background.xml
+++ /dev/null
@@ -1,170 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/app/app/src/main/res/drawable/orange.png b/app/app/src/main/res/drawable/orange.png
deleted file mode 100644
index 70e8db8..0000000
Binary files a/app/app/src/main/res/drawable/orange.png and /dev/null differ
diff --git a/app/app/src/main/res/drawable/password.png b/app/app/src/main/res/drawable/password.png
deleted file mode 100644
index 1c6c4f5..0000000
Binary files a/app/app/src/main/res/drawable/password.png and /dev/null differ
diff --git a/app/app/src/main/res/drawable/people.png b/app/app/src/main/res/drawable/people.png
deleted file mode 100644
index 8655e29..0000000
Binary files a/app/app/src/main/res/drawable/people.png and /dev/null differ
diff --git a/app/app/src/main/res/drawable/setting.png b/app/app/src/main/res/drawable/setting.png
deleted file mode 100644
index 34c2f2f..0000000
Binary files a/app/app/src/main/res/drawable/setting.png and /dev/null differ
diff --git a/app/app/src/main/res/drawable/sex.png b/app/app/src/main/res/drawable/sex.png
deleted file mode 100644
index acb8197..0000000
Binary files a/app/app/src/main/res/drawable/sex.png and /dev/null differ
diff --git a/app/app/src/main/res/drawable/spinner_drop_down_shape.xml b/app/app/src/main/res/drawable/spinner_drop_down_shape.xml
deleted file mode 100644
index 64306b1..0000000
--- a/app/app/src/main/res/drawable/spinner_drop_down_shape.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
- -
-
-
-
-
-
-
- -
-
-
-
\ No newline at end of file
diff --git a/app/app/src/main/res/drawable/sure_apssword.png b/app/app/src/main/res/drawable/sure_apssword.png
deleted file mode 100644
index 0e7cee9..0000000
Binary files a/app/app/src/main/res/drawable/sure_apssword.png and /dev/null differ
diff --git a/app/app/src/main/res/drawable/user.png b/app/app/src/main/res/drawable/user.png
deleted file mode 100644
index 47d8362..0000000
Binary files a/app/app/src/main/res/drawable/user.png and /dev/null differ
diff --git a/app/app/src/main/res/drawable/user_account.png b/app/app/src/main/res/drawable/user_account.png
deleted file mode 100644
index e70142a..0000000
Binary files a/app/app/src/main/res/drawable/user_account.png and /dev/null differ
diff --git a/app/app/src/main/res/drawable/user_general.png b/app/app/src/main/res/drawable/user_general.png
deleted file mode 100644
index cf57947..0000000
Binary files a/app/app/src/main/res/drawable/user_general.png and /dev/null differ
diff --git a/app/app/src/main/res/drawable/user_icon.png b/app/app/src/main/res/drawable/user_icon.png
deleted file mode 100644
index d5309b1..0000000
Binary files a/app/app/src/main/res/drawable/user_icon.png and /dev/null differ
diff --git a/app/app/src/main/res/drawable/user_pay.png b/app/app/src/main/res/drawable/user_pay.png
deleted file mode 100644
index 3fd6f50..0000000
Binary files a/app/app/src/main/res/drawable/user_pay.png and /dev/null differ
diff --git a/app/app/src/main/res/drawable/user_sex.png b/app/app/src/main/res/drawable/user_sex.png
deleted file mode 100644
index da0e318..0000000
Binary files a/app/app/src/main/res/drawable/user_sex.png and /dev/null differ
diff --git a/app/app/src/main/res/layout/content_user.xml b/app/app/src/main/res/layout/content_user.xml
deleted file mode 100644
index 42d987c..0000000
--- a/app/app/src/main/res/layout/content_user.xml
+++ /dev/null
@@ -1,206 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/app/src/main/res/layout/login.xml b/app/app/src/main/res/layout/login.xml
deleted file mode 100644
index 481ff0e..0000000
--- a/app/app/src/main/res/layout/login.xml
+++ /dev/null
@@ -1,99 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/app/src/main/res/layout/register.xml b/app/app/src/main/res/layout/register.xml
deleted file mode 100644
index e55bf73..0000000
--- a/app/app/src/main/res/layout/register.xml
+++ /dev/null
@@ -1,154 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
deleted file mode 100644
index eca70cf..0000000
--- a/app/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/app/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
deleted file mode 100644
index eca70cf..0000000
--- a/app/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/app/app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml b/app/app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml
deleted file mode 100644
index 6f3b755..0000000
--- a/app/app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/app/src/main/res/mipmap-hdpi/ic_launcher.webp b/app/app/src/main/res/mipmap-hdpi/ic_launcher.webp
deleted file mode 100644
index c209e78..0000000
Binary files a/app/app/src/main/res/mipmap-hdpi/ic_launcher.webp and /dev/null differ
diff --git a/app/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/app/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
deleted file mode 100644
index b2dfe3d..0000000
Binary files a/app/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp and /dev/null differ
diff --git a/app/app/src/main/res/mipmap-mdpi/ic_launcher.webp b/app/app/src/main/res/mipmap-mdpi/ic_launcher.webp
deleted file mode 100644
index 4f0f1d6..0000000
Binary files a/app/app/src/main/res/mipmap-mdpi/ic_launcher.webp and /dev/null differ
diff --git a/app/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/app/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
deleted file mode 100644
index 62b611d..0000000
Binary files a/app/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp and /dev/null differ
diff --git a/app/app/src/main/res/mipmap-xhdpi/ic_launcher.webp b/app/app/src/main/res/mipmap-xhdpi/ic_launcher.webp
deleted file mode 100644
index 948a307..0000000
Binary files a/app/app/src/main/res/mipmap-xhdpi/ic_launcher.webp and /dev/null differ
diff --git a/app/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/app/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
deleted file mode 100644
index 1b9a695..0000000
Binary files a/app/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp and /dev/null differ
diff --git a/app/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/app/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
deleted file mode 100644
index 28d4b77..0000000
Binary files a/app/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp and /dev/null differ
diff --git a/app/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/app/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
deleted file mode 100644
index 9287f50..0000000
Binary files a/app/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp and /dev/null differ
diff --git a/app/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/app/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
deleted file mode 100644
index aa7d642..0000000
Binary files a/app/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp and /dev/null differ
diff --git a/app/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/app/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp
deleted file mode 100644
index 9126ae3..0000000
Binary files a/app/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp and /dev/null differ
diff --git a/app/app/src/main/res/values-night/themes.xml b/app/app/src/main/res/values-night/themes.xml
deleted file mode 100644
index febc413..0000000
--- a/app/app/src/main/res/values-night/themes.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/app/app/src/main/res/values/colors.xml b/app/app/src/main/res/values/colors.xml
deleted file mode 100644
index f8c6127..0000000
--- a/app/app/src/main/res/values/colors.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
- #FFBB86FC
- #FF6200EE
- #FF3700B3
- #FF03DAC5
- #FF018786
- #FF000000
- #FFFFFFFF
-
\ No newline at end of file
diff --git a/app/app/src/main/res/values/strings.xml b/app/app/src/main/res/values/strings.xml
deleted file mode 100644
index 6a890b1..0000000
--- a/app/app/src/main/res/values/strings.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
- 用户注册
-
\ No newline at end of file
diff --git a/app/app/src/main/res/values/themes.xml b/app/app/src/main/res/values/themes.xml
deleted file mode 100644
index 46ee977..0000000
--- a/app/app/src/main/res/values/themes.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/app/app/src/main/res/xml/backup_rules.xml b/app/app/src/main/res/xml/backup_rules.xml
deleted file mode 100644
index fa0f996..0000000
--- a/app/app/src/main/res/xml/backup_rules.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/app/app/src/main/res/xml/data_extraction_rules.xml b/app/app/src/main/res/xml/data_extraction_rules.xml
deleted file mode 100644
index 9ee9997..0000000
--- a/app/app/src/main/res/xml/data_extraction_rules.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/app/src/test/java/com/example/test/ExampleUnitTest.java b/app/app/src/test/java/com/example/test/ExampleUnitTest.java
deleted file mode 100644
index 7c8fa83..0000000
--- a/app/app/src/test/java/com/example/test/ExampleUnitTest.java
+++ /dev/null
@@ -1,17 +0,0 @@
-package com.example.test;
-
-import org.junit.Test;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-}
\ No newline at end of file
diff --git a/app/build.gradle b/app/build.gradle
deleted file mode 100644
index f05eacf..0000000
--- a/app/build.gradle
+++ /dev/null
@@ -1,5 +0,0 @@
-// Top-level build file where you can add configuration options common to all sub-projects/modules.
-plugins {
- id 'com.android.application' version '7.4.2' apply false
- id 'com.android.library' version '7.4.2' apply false
-}
\ No newline at end of file
diff --git a/app/gradle.properties b/app/gradle.properties
deleted file mode 100644
index 41274cc..0000000
--- a/app/gradle.properties
+++ /dev/null
@@ -1,24 +0,0 @@
-# Project-wide Gradle settings.
-# IDE (e.g. Android Studio) users:
-# Gradle settings configured through the IDE *will override*
-# any settings specified in this file.
-# For more details on how to configure your build environment visit
-# http://www.gradle.org/docs/current/userguide/build_environment.html
-# Specifies the JVM arguments used for the daemon process.
-# The setting is particularly useful for tweaking memory settings.
-org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
-# When configured, Gradle will run in incubating parallel mode.
-# This option should only be used with decoupled projects. More details, visit
-# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
-# org.gradle.parallel=true
-# AndroidX package structure to make it clearer which packages are bundled with the
-# Android operating system, and which are packaged with your app's APK
-# https://developer.android.com/topic/libraries/support-library/androidx-rn
-android.useAndroidX=true
-# Enables namespacing of each library's R class so that its R class includes only the
-# resources declared in the library itself and none from the library's dependencies,
-# thereby reducing the size of the R class for that library
-android.nonTransitiveRClass=true
-
-
-android.enableJetifier=true
\ No newline at end of file
diff --git a/app/gradle/wrapper/gradle-wrapper.jar b/app/gradle/wrapper/gradle-wrapper.jar
deleted file mode 100644
index e708b1c..0000000
Binary files a/app/gradle/wrapper/gradle-wrapper.jar and /dev/null differ
diff --git a/app/gradle/wrapper/gradle-wrapper.properties b/app/gradle/wrapper/gradle-wrapper.properties
deleted file mode 100644
index 0f0a9a9..0000000
--- a/app/gradle/wrapper/gradle-wrapper.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-#Sat Mar 11 16:22:16 CST 2023
-distributionBase=GRADLE_USER_HOME
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
-distributionPath=wrapper/dists
-zipStorePath=wrapper/dists
-zipStoreBase=GRADLE_USER_HOME
diff --git a/app/gradlew b/app/gradlew
deleted file mode 100644
index 4f906e0..0000000
--- a/app/gradlew
+++ /dev/null
@@ -1,185 +0,0 @@
-#!/usr/bin/env sh
-
-#
-# Copyright 2015 the original author or authors.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# https://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
-##############################################################################
-##
-## Gradle start up script for UN*X
-##
-##############################################################################
-
-# Attempt to set APP_HOME
-# Resolve links: $0 may be a link
-PRG="$0"
-# Need this for relative symlinks.
-while [ -h "$PRG" ] ; do
- ls=`ls -ld "$PRG"`
- link=`expr "$ls" : '.*-> \(.*\)$'`
- if expr "$link" : '/.*' > /dev/null; then
- PRG="$link"
- else
- PRG=`dirname "$PRG"`"/$link"
- fi
-done
-SAVED="`pwd`"
-cd "`dirname \"$PRG\"`/" >/dev/null
-APP_HOME="`pwd -P`"
-cd "$SAVED" >/dev/null
-
-APP_NAME="Gradle"
-APP_BASE_NAME=`basename "$0"`
-
-# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
-DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
-
-# Use the maximum available, or set MAX_FD != -1 to use that value.
-MAX_FD="maximum"
-
-warn () {
- echo "$*"
-}
-
-die () {
- echo
- echo "$*"
- echo
- exit 1
-}
-
-# OS specific support (must be 'true' or 'false').
-cygwin=false
-msys=false
-darwin=false
-nonstop=false
-case "`uname`" in
- CYGWIN* )
- cygwin=true
- ;;
- Darwin* )
- darwin=true
- ;;
- MINGW* )
- msys=true
- ;;
- NONSTOP* )
- nonstop=true
- ;;
-esac
-
-CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
-
-
-# Determine the Java command to use to start the JVM.
-if [ -n "$JAVA_HOME" ] ; then
- if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
- # IBM's JDK on AIX uses strange locations for the executables
- JAVACMD="$JAVA_HOME/jre/sh/java"
- else
- JAVACMD="$JAVA_HOME/bin/java"
- fi
- if [ ! -x "$JAVACMD" ] ; then
- die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
-
-Please set the JAVA_HOME variable in your environment to match the
-location of your Java installation."
- fi
-else
- JAVACMD="java"
- which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
-
-Please set the JAVA_HOME variable in your environment to match the
-location of your Java installation."
-fi
-
-# Increase the maximum file descriptors if we can.
-if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then
- MAX_FD_LIMIT=`ulimit -H -n`
- if [ $? -eq 0 ] ; then
- if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then
- MAX_FD="$MAX_FD_LIMIT"
- fi
- ulimit -n $MAX_FD
- if [ $? -ne 0 ] ; then
- warn "Could not set maximum file descriptor limit: $MAX_FD"
- fi
- else
- warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
- fi
-fi
-
-# For Darwin, add options to specify how the application appears in the dock
-if $darwin; then
- GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
-fi
-
-# For Cygwin or MSYS, switch paths to Windows format before running java
-if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
- APP_HOME=`cygpath --path --mixed "$APP_HOME"`
- CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
-
- JAVACMD=`cygpath --unix "$JAVACMD"`
-
- # We build the pattern for arguments to be converted via cygpath
- ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
- SEP=""
- for dir in $ROOTDIRSRAW ; do
- ROOTDIRS="$ROOTDIRS$SEP$dir"
- SEP="|"
- done
- OURCYGPATTERN="(^($ROOTDIRS))"
- # Add a user-defined pattern to the cygpath arguments
- if [ "$GRADLE_CYGPATTERN" != "" ] ; then
- OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)"
- fi
- # Now convert the arguments - kludge to limit ourselves to /bin/sh
- i=0
- for arg in "$@" ; do
- CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
- CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
-
- if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
- eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
- else
- eval `echo args$i`="\"$arg\""
- fi
- i=`expr $i + 1`
- done
- case $i in
- 0) set -- ;;
- 1) set -- "$args0" ;;
- 2) set -- "$args0" "$args1" ;;
- 3) set -- "$args0" "$args1" "$args2" ;;
- 4) set -- "$args0" "$args1" "$args2" "$args3" ;;
- 5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
- 6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
- 7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
- 8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
- 9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
- esac
-fi
-
-# Escape application args
-save () {
- for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
- echo " "
-}
-APP_ARGS=`save "$@"`
-
-# Collect all arguments for the java command, following the shell quoting and substitution rules
-eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS"
-
-exec "$JAVACMD" "$@"
diff --git a/app/gradlew.bat b/app/gradlew.bat
deleted file mode 100644
index 107acd3..0000000
--- a/app/gradlew.bat
+++ /dev/null
@@ -1,89 +0,0 @@
-@rem
-@rem Copyright 2015 the original author or authors.
-@rem
-@rem Licensed under the Apache License, Version 2.0 (the "License");
-@rem you may not use this file except in compliance with the License.
-@rem You may obtain a copy of the License at
-@rem
-@rem https://www.apache.org/licenses/LICENSE-2.0
-@rem
-@rem Unless required by applicable law or agreed to in writing, software
-@rem distributed under the License is distributed on an "AS IS" BASIS,
-@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-@rem See the License for the specific language governing permissions and
-@rem limitations under the License.
-@rem
-
-@if "%DEBUG%" == "" @echo off
-@rem ##########################################################################
-@rem
-@rem Gradle startup script for Windows
-@rem
-@rem ##########################################################################
-
-@rem Set local scope for the variables with windows NT shell
-if "%OS%"=="Windows_NT" setlocal
-
-set DIRNAME=%~dp0
-if "%DIRNAME%" == "" set DIRNAME=.
-set APP_BASE_NAME=%~n0
-set APP_HOME=%DIRNAME%
-
-@rem Resolve any "." and ".." in APP_HOME to make it shorter.
-for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
-
-@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
-set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
-
-@rem Find java.exe
-if defined JAVA_HOME goto findJavaFromJavaHome
-
-set JAVA_EXE=java.exe
-%JAVA_EXE% -version >NUL 2>&1
-if "%ERRORLEVEL%" == "0" goto execute
-
-echo.
-echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
-echo.
-echo Please set the JAVA_HOME variable in your environment to match the
-echo location of your Java installation.
-
-goto fail
-
-:findJavaFromJavaHome
-set JAVA_HOME=%JAVA_HOME:"=%
-set JAVA_EXE=%JAVA_HOME%/bin/java.exe
-
-if exist "%JAVA_EXE%" goto execute
-
-echo.
-echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
-echo.
-echo Please set the JAVA_HOME variable in your environment to match the
-echo location of your Java installation.
-
-goto fail
-
-:execute
-@rem Setup the command line
-
-set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
-
-
-@rem Execute Gradle
-"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
-
-:end
-@rem End local scope for the variables with windows NT shell
-if "%ERRORLEVEL%"=="0" goto mainEnd
-
-:fail
-rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
-rem the _cmd.exe /c_ return code!
-if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
-exit /b 1
-
-:mainEnd
-if "%OS%"=="Windows_NT" endlocal
-
-:omega
diff --git a/app/settings.gradle b/app/settings.gradle
deleted file mode 100644
index 3979602..0000000
--- a/app/settings.gradle
+++ /dev/null
@@ -1,23 +0,0 @@
-pluginManagement {
- repositories {
- google()
- mavenCentral()
- gradlePluginPortal()
- }
-}
-dependencyResolutionManagement {
- repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
- repositories {
- maven {
- url 'https://maven.aliyun.com/repository/public/'
- }
- maven {
- url 'https://maven.aliyun.com/repository/google/'
- }
- maven { url 'https://jitpack.io' }
- mavenLocal()
- mavenCentral()
- }
-}
-rootProject.name = "test"
-include ':app'
diff --git a/test/.gradle/7.0/dependencies-accessors/dependencies-accessors.lock b/test/.gradle/7.0/dependencies-accessors/dependencies-accessors.lock
deleted file mode 100644
index 8718dd2..0000000
Binary files a/test/.gradle/7.0/dependencies-accessors/dependencies-accessors.lock and /dev/null differ
diff --git a/test/.gradle/7.0/dependencies-accessors/gc.properties b/test/.gradle/7.0/dependencies-accessors/gc.properties
deleted file mode 100644
index e69de29..0000000
diff --git a/test/.gradle/7.0/fileChanges/last-build.bin b/test/.gradle/7.0/fileChanges/last-build.bin
deleted file mode 100644
index f76dd23..0000000
Binary files a/test/.gradle/7.0/fileChanges/last-build.bin and /dev/null differ
diff --git a/test/.gradle/7.0/fileHashes/fileHashes.lock b/test/.gradle/7.0/fileHashes/fileHashes.lock
deleted file mode 100644
index df94dd1..0000000
Binary files a/test/.gradle/7.0/fileHashes/fileHashes.lock and /dev/null differ
diff --git a/test/.gradle/7.0/gc.properties b/test/.gradle/7.0/gc.properties
deleted file mode 100644
index e69de29..0000000
diff --git a/test/.gradle/7.5/checksums/checksums.lock b/test/.gradle/7.5/checksums/checksums.lock
deleted file mode 100644
index 2e30510..0000000
Binary files a/test/.gradle/7.5/checksums/checksums.lock and /dev/null differ
diff --git a/test/.gradle/7.5/checksums/md5-checksums.bin b/test/.gradle/7.5/checksums/md5-checksums.bin
deleted file mode 100644
index 85e58f4..0000000
Binary files a/test/.gradle/7.5/checksums/md5-checksums.bin and /dev/null differ
diff --git a/test/.gradle/7.5/checksums/sha1-checksums.bin b/test/.gradle/7.5/checksums/sha1-checksums.bin
deleted file mode 100644
index 374e19f..0000000
Binary files a/test/.gradle/7.5/checksums/sha1-checksums.bin and /dev/null differ
diff --git a/test/.gradle/7.5/dependencies-accessors/dependencies-accessors.lock b/test/.gradle/7.5/dependencies-accessors/dependencies-accessors.lock
deleted file mode 100644
index 1d7d71a..0000000
Binary files a/test/.gradle/7.5/dependencies-accessors/dependencies-accessors.lock and /dev/null differ
diff --git a/test/.gradle/7.5/dependencies-accessors/gc.properties b/test/.gradle/7.5/dependencies-accessors/gc.properties
deleted file mode 100644
index e69de29..0000000
diff --git a/test/.gradle/7.5/executionHistory/executionHistory.bin b/test/.gradle/7.5/executionHistory/executionHistory.bin
deleted file mode 100644
index cc639a0..0000000
Binary files a/test/.gradle/7.5/executionHistory/executionHistory.bin and /dev/null differ
diff --git a/test/.gradle/7.5/executionHistory/executionHistory.lock b/test/.gradle/7.5/executionHistory/executionHistory.lock
deleted file mode 100644
index a6cdcc1..0000000
Binary files a/test/.gradle/7.5/executionHistory/executionHistory.lock and /dev/null differ
diff --git a/test/.gradle/7.5/fileChanges/last-build.bin b/test/.gradle/7.5/fileChanges/last-build.bin
deleted file mode 100644
index f76dd23..0000000
Binary files a/test/.gradle/7.5/fileChanges/last-build.bin and /dev/null differ
diff --git a/test/.gradle/7.5/fileHashes/fileHashes.bin b/test/.gradle/7.5/fileHashes/fileHashes.bin
deleted file mode 100644
index 4a3bc5b..0000000
Binary files a/test/.gradle/7.5/fileHashes/fileHashes.bin and /dev/null differ
diff --git a/test/.gradle/7.5/fileHashes/fileHashes.lock b/test/.gradle/7.5/fileHashes/fileHashes.lock
deleted file mode 100644
index 4c8b210..0000000
Binary files a/test/.gradle/7.5/fileHashes/fileHashes.lock and /dev/null differ
diff --git a/test/.gradle/7.5/fileHashes/resourceHashesCache.bin b/test/.gradle/7.5/fileHashes/resourceHashesCache.bin
deleted file mode 100644
index d8bf94f..0000000
Binary files a/test/.gradle/7.5/fileHashes/resourceHashesCache.bin and /dev/null differ
diff --git a/test/.gradle/7.5/gc.properties b/test/.gradle/7.5/gc.properties
deleted file mode 100644
index e69de29..0000000
diff --git a/test/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/test/.gradle/buildOutputCleanup/buildOutputCleanup.lock
deleted file mode 100644
index 1010d3a..0000000
Binary files a/test/.gradle/buildOutputCleanup/buildOutputCleanup.lock and /dev/null differ
diff --git a/test/.gradle/buildOutputCleanup/cache.properties b/test/.gradle/buildOutputCleanup/cache.properties
deleted file mode 100644
index e3c9ef1..0000000
--- a/test/.gradle/buildOutputCleanup/cache.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-#Tue Mar 21 16:36:47 CST 2023
-gradle.version=7.5
diff --git a/test/.gradle/buildOutputCleanup/outputFiles.bin b/test/.gradle/buildOutputCleanup/outputFiles.bin
deleted file mode 100644
index 1aa21c2..0000000
Binary files a/test/.gradle/buildOutputCleanup/outputFiles.bin and /dev/null differ
diff --git a/test/.gradle/checksums/checksums.lock b/test/.gradle/checksums/checksums.lock
deleted file mode 100644
index 45bc364..0000000
Binary files a/test/.gradle/checksums/checksums.lock and /dev/null differ
diff --git a/test/.gradle/checksums/md5-checksums.bin b/test/.gradle/checksums/md5-checksums.bin
deleted file mode 100644
index 1c5551d..0000000
Binary files a/test/.gradle/checksums/md5-checksums.bin and /dev/null differ
diff --git a/test/.gradle/checksums/sha1-checksums.bin b/test/.gradle/checksums/sha1-checksums.bin
deleted file mode 100644
index b09d9c1..0000000
Binary files a/test/.gradle/checksums/sha1-checksums.bin and /dev/null differ
diff --git a/test/.gradle/configuration-cache/gc.properties b/test/.gradle/configuration-cache/gc.properties
deleted file mode 100644
index e69de29..0000000
diff --git a/test/.gradle/file-system.probe b/test/.gradle/file-system.probe
deleted file mode 100644
index 3859883..0000000
Binary files a/test/.gradle/file-system.probe and /dev/null differ
diff --git a/test/.gradle/vcs-1/gc.properties b/test/.gradle/vcs-1/gc.properties
deleted file mode 100644
index e69de29..0000000
diff --git a/test/.idea/.gitignore b/test/.idea/.gitignore
deleted file mode 100644
index 26d3352..0000000
--- a/test/.idea/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
diff --git a/test/.idea/compiler.xml b/test/.idea/compiler.xml
deleted file mode 100644
index fb7f4a8..0000000
--- a/test/.idea/compiler.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/gradle.xml b/test/.idea/gradle.xml
deleted file mode 100644
index 3f3f247..0000000
--- a/test/.idea/gradle.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_activity_activity_1_2_4_aar.xml b/test/.idea/libraries/Gradle__androidx_activity_activity_1_2_4_aar.xml
deleted file mode 100644
index 87aed95..0000000
--- a/test/.idea/libraries/Gradle__androidx_activity_activity_1_2_4_aar.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_annotation_annotation_1_3_0.xml b/test/.idea/libraries/Gradle__androidx_annotation_annotation_1_3_0.xml
deleted file mode 100644
index 7aace70..0000000
--- a/test/.idea/libraries/Gradle__androidx_annotation_annotation_1_3_0.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_annotation_annotation_experimental_1_1_0_aar.xml b/test/.idea/libraries/Gradle__androidx_annotation_annotation_experimental_1_1_0_aar.xml
deleted file mode 100644
index b9d7c49..0000000
--- a/test/.idea/libraries/Gradle__androidx_annotation_annotation_experimental_1_1_0_aar.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_appcompat_appcompat_1_4_1_aar.xml b/test/.idea/libraries/Gradle__androidx_appcompat_appcompat_1_4_1_aar.xml
deleted file mode 100644
index 939ef32..0000000
--- a/test/.idea/libraries/Gradle__androidx_appcompat_appcompat_1_4_1_aar.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_appcompat_appcompat_resources_1_4_1_aar.xml b/test/.idea/libraries/Gradle__androidx_appcompat_appcompat_resources_1_4_1_aar.xml
deleted file mode 100644
index f4d5e6c..0000000
--- a/test/.idea/libraries/Gradle__androidx_appcompat_appcompat_resources_1_4_1_aar.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_arch_core_core_common_2_1_0.xml b/test/.idea/libraries/Gradle__androidx_arch_core_core_common_2_1_0.xml
deleted file mode 100644
index 2208415..0000000
--- a/test/.idea/libraries/Gradle__androidx_arch_core_core_common_2_1_0.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_arch_core_core_runtime_2_0_0_aar.xml b/test/.idea/libraries/Gradle__androidx_arch_core_core_runtime_2_0_0_aar.xml
deleted file mode 100644
index 0a65492..0000000
--- a/test/.idea/libraries/Gradle__androidx_arch_core_core_runtime_2_0_0_aar.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_arch_core_core_runtime_2_1_0_aar.xml b/test/.idea/libraries/Gradle__androidx_arch_core_core_runtime_2_1_0_aar.xml
deleted file mode 100644
index 8c7e9d1..0000000
--- a/test/.idea/libraries/Gradle__androidx_arch_core_core_runtime_2_1_0_aar.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_cardview_cardview_1_0_0_aar.xml b/test/.idea/libraries/Gradle__androidx_cardview_cardview_1_0_0_aar.xml
deleted file mode 100644
index 0fd32bb..0000000
--- a/test/.idea/libraries/Gradle__androidx_cardview_cardview_1_0_0_aar.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_collection_collection_1_1_0.xml b/test/.idea/libraries/Gradle__androidx_collection_collection_1_1_0.xml
deleted file mode 100644
index eafc05e..0000000
--- a/test/.idea/libraries/Gradle__androidx_collection_collection_1_1_0.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_constraintlayout_constraintlayout_2_1_3_aar.xml b/test/.idea/libraries/Gradle__androidx_constraintlayout_constraintlayout_2_1_3_aar.xml
deleted file mode 100644
index 26ce95e..0000000
--- a/test/.idea/libraries/Gradle__androidx_constraintlayout_constraintlayout_2_1_3_aar.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_coordinatorlayout_coordinatorlayout_1_1_0_aar.xml b/test/.idea/libraries/Gradle__androidx_coordinatorlayout_coordinatorlayout_1_1_0_aar.xml
deleted file mode 100644
index 3cb1243..0000000
--- a/test/.idea/libraries/Gradle__androidx_coordinatorlayout_coordinatorlayout_1_1_0_aar.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_core_core_1_7_0_aar.xml b/test/.idea/libraries/Gradle__androidx_core_core_1_7_0_aar.xml
deleted file mode 100644
index 2a3513c..0000000
--- a/test/.idea/libraries/Gradle__androidx_core_core_1_7_0_aar.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_cursoradapter_cursoradapter_1_0_0_aar.xml b/test/.idea/libraries/Gradle__androidx_cursoradapter_cursoradapter_1_0_0_aar.xml
deleted file mode 100644
index 1f0842e..0000000
--- a/test/.idea/libraries/Gradle__androidx_cursoradapter_cursoradapter_1_0_0_aar.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_customview_customview_1_1_0_aar.xml b/test/.idea/libraries/Gradle__androidx_customview_customview_1_1_0_aar.xml
deleted file mode 100644
index e1d1a22..0000000
--- a/test/.idea/libraries/Gradle__androidx_customview_customview_1_1_0_aar.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_documentfile_documentfile_1_0_0_aar.xml b/test/.idea/libraries/Gradle__androidx_documentfile_documentfile_1_0_0_aar.xml
deleted file mode 100644
index d0ca828..0000000
--- a/test/.idea/libraries/Gradle__androidx_documentfile_documentfile_1_0_0_aar.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_drawerlayout_drawerlayout_1_1_1_aar.xml b/test/.idea/libraries/Gradle__androidx_drawerlayout_drawerlayout_1_1_1_aar.xml
deleted file mode 100644
index 90c7131..0000000
--- a/test/.idea/libraries/Gradle__androidx_drawerlayout_drawerlayout_1_1_1_aar.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_dynamicanimation_dynamicanimation_1_0_0_aar.xml b/test/.idea/libraries/Gradle__androidx_dynamicanimation_dynamicanimation_1_0_0_aar.xml
deleted file mode 100644
index b75d263..0000000
--- a/test/.idea/libraries/Gradle__androidx_dynamicanimation_dynamicanimation_1_0_0_aar.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_fragment_fragment_1_3_6_aar.xml b/test/.idea/libraries/Gradle__androidx_fragment_fragment_1_3_6_aar.xml
deleted file mode 100644
index 035ef36..0000000
--- a/test/.idea/libraries/Gradle__androidx_fragment_fragment_1_3_6_aar.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_interpolator_interpolator_1_0_0_aar.xml b/test/.idea/libraries/Gradle__androidx_interpolator_interpolator_1_0_0_aar.xml
deleted file mode 100644
index 472209a..0000000
--- a/test/.idea/libraries/Gradle__androidx_interpolator_interpolator_1_0_0_aar.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_legacy_legacy_support_core_utils_1_0_0_aar.xml b/test/.idea/libraries/Gradle__androidx_legacy_legacy_support_core_utils_1_0_0_aar.xml
deleted file mode 100644
index efef45c..0000000
--- a/test/.idea/libraries/Gradle__androidx_legacy_legacy_support_core_utils_1_0_0_aar.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_common_2_4_0.xml b/test/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_common_2_4_0.xml
deleted file mode 100644
index 9914e49..0000000
--- a/test/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_common_2_4_0.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_2_0_0_aar.xml b/test/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_2_0_0_aar.xml
deleted file mode 100644
index 56cd908..0000000
--- a/test/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_2_0_0_aar.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_core_2_3_1_aar.xml b/test/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_core_2_3_1_aar.xml
deleted file mode 100644
index 1217519..0000000
--- a/test/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_livedata_core_2_3_1_aar.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_runtime_2_3_1_aar.xml b/test/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_runtime_2_3_1_aar.xml
deleted file mode 100644
index 7dc437d..0000000
--- a/test/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_runtime_2_3_1_aar.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_runtime_2_4_0_aar.xml b/test/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_runtime_2_4_0_aar.xml
deleted file mode 100644
index 2cd5c65..0000000
--- a/test/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_runtime_2_4_0_aar.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_2_3_1_aar.xml b/test/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_2_3_1_aar.xml
deleted file mode 100644
index db73a88..0000000
--- a/test/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_2_3_1_aar.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_savedstate_2_3_1_aar.xml b/test/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_savedstate_2_3_1_aar.xml
deleted file mode 100644
index c62ed76..0000000
--- a/test/.idea/libraries/Gradle__androidx_lifecycle_lifecycle_viewmodel_savedstate_2_3_1_aar.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_loader_loader_1_0_0_aar.xml b/test/.idea/libraries/Gradle__androidx_loader_loader_1_0_0_aar.xml
deleted file mode 100644
index 6acef6e..0000000
--- a/test/.idea/libraries/Gradle__androidx_loader_loader_1_0_0_aar.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_localbroadcastmanager_localbroadcastmanager_1_0_0_aar.xml b/test/.idea/libraries/Gradle__androidx_localbroadcastmanager_localbroadcastmanager_1_0_0_aar.xml
deleted file mode 100644
index d8c1d0d..0000000
--- a/test/.idea/libraries/Gradle__androidx_localbroadcastmanager_localbroadcastmanager_1_0_0_aar.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_print_print_1_0_0_aar.xml b/test/.idea/libraries/Gradle__androidx_print_print_1_0_0_aar.xml
deleted file mode 100644
index fa7b0ee..0000000
--- a/test/.idea/libraries/Gradle__androidx_print_print_1_0_0_aar.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_recyclerview_recyclerview_1_1_0_aar.xml b/test/.idea/libraries/Gradle__androidx_recyclerview_recyclerview_1_1_0_aar.xml
deleted file mode 100644
index 7b68b7c..0000000
--- a/test/.idea/libraries/Gradle__androidx_recyclerview_recyclerview_1_1_0_aar.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_savedstate_savedstate_1_1_0_aar.xml b/test/.idea/libraries/Gradle__androidx_savedstate_savedstate_1_1_0_aar.xml
deleted file mode 100644
index 700d39c..0000000
--- a/test/.idea/libraries/Gradle__androidx_savedstate_savedstate_1_1_0_aar.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_test_core_1_4_0_aar.xml b/test/.idea/libraries/Gradle__androidx_test_core_1_4_0_aar.xml
deleted file mode 100644
index 7400ef6..0000000
--- a/test/.idea/libraries/Gradle__androidx_test_core_1_4_0_aar.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_test_espresso_espresso_core_3_4_0_aar.xml b/test/.idea/libraries/Gradle__androidx_test_espresso_espresso_core_3_4_0_aar.xml
deleted file mode 100644
index dd6bb72..0000000
--- a/test/.idea/libraries/Gradle__androidx_test_espresso_espresso_core_3_4_0_aar.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_test_espresso_espresso_idling_resource_3_4_0_aar.xml b/test/.idea/libraries/Gradle__androidx_test_espresso_espresso_idling_resource_3_4_0_aar.xml
deleted file mode 100644
index 65d1e51..0000000
--- a/test/.idea/libraries/Gradle__androidx_test_espresso_espresso_idling_resource_3_4_0_aar.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_test_ext_junit_1_1_3_aar.xml b/test/.idea/libraries/Gradle__androidx_test_ext_junit_1_1_3_aar.xml
deleted file mode 100644
index 4e60d00..0000000
--- a/test/.idea/libraries/Gradle__androidx_test_ext_junit_1_1_3_aar.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_test_monitor_1_4_0_aar.xml b/test/.idea/libraries/Gradle__androidx_test_monitor_1_4_0_aar.xml
deleted file mode 100644
index a4020ff..0000000
--- a/test/.idea/libraries/Gradle__androidx_test_monitor_1_4_0_aar.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_test_runner_1_4_0_aar.xml b/test/.idea/libraries/Gradle__androidx_test_runner_1_4_0_aar.xml
deleted file mode 100644
index 3fc8e38..0000000
--- a/test/.idea/libraries/Gradle__androidx_test_runner_1_4_0_aar.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_test_services_storage_1_4_0_aar.xml b/test/.idea/libraries/Gradle__androidx_test_services_storage_1_4_0_aar.xml
deleted file mode 100644
index ffca412..0000000
--- a/test/.idea/libraries/Gradle__androidx_test_services_storage_1_4_0_aar.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_transition_transition_1_2_0_aar.xml b/test/.idea/libraries/Gradle__androidx_transition_transition_1_2_0_aar.xml
deleted file mode 100644
index bdda762..0000000
--- a/test/.idea/libraries/Gradle__androidx_transition_transition_1_2_0_aar.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_1_1_0_aar.xml b/test/.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_1_1_0_aar.xml
deleted file mode 100644
index 32fa94a..0000000
--- a/test/.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_1_1_0_aar.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_animated_1_1_0_aar.xml b/test/.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_animated_1_1_0_aar.xml
deleted file mode 100644
index f4aef09..0000000
--- a/test/.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_animated_1_1_0_aar.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_versionedparcelable_versionedparcelable_1_1_1_aar.xml b/test/.idea/libraries/Gradle__androidx_versionedparcelable_versionedparcelable_1_1_1_aar.xml
deleted file mode 100644
index 90a1393..0000000
--- a/test/.idea/libraries/Gradle__androidx_versionedparcelable_versionedparcelable_1_1_1_aar.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_viewpager2_viewpager2_1_0_0_aar.xml b/test/.idea/libraries/Gradle__androidx_viewpager2_viewpager2_1_0_0_aar.xml
deleted file mode 100644
index 50dbb15..0000000
--- a/test/.idea/libraries/Gradle__androidx_viewpager2_viewpager2_1_0_0_aar.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__androidx_viewpager_viewpager_1_0_0_aar.xml b/test/.idea/libraries/Gradle__androidx_viewpager_viewpager_1_0_0_aar.xml
deleted file mode 100644
index 48b9475..0000000
--- a/test/.idea/libraries/Gradle__androidx_viewpager_viewpager_1_0_0_aar.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__com_google_android_material_material_1_5_0_aar.xml b/test/.idea/libraries/Gradle__com_google_android_material_material_1_5_0_aar.xml
deleted file mode 100644
index a50e14b..0000000
--- a/test/.idea/libraries/Gradle__com_google_android_material_material_1_5_0_aar.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__com_google_code_findbugs_jsr305_2_0_1.xml b/test/.idea/libraries/Gradle__com_google_code_findbugs_jsr305_2_0_1.xml
deleted file mode 100644
index 2b834ea..0000000
--- a/test/.idea/libraries/Gradle__com_google_code_findbugs_jsr305_2_0_1.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__com_squareup_javawriter_2_1_1.xml b/test/.idea/libraries/Gradle__com_squareup_javawriter_2_1_1.xml
deleted file mode 100644
index 662b001..0000000
--- a/test/.idea/libraries/Gradle__com_squareup_javawriter_2_1_1.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__javax_inject_javax_inject_1.xml b/test/.idea/libraries/Gradle__javax_inject_javax_inject_1.xml
deleted file mode 100644
index 62012ea..0000000
--- a/test/.idea/libraries/Gradle__javax_inject_javax_inject_1.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__junit_junit_4_12.xml b/test/.idea/libraries/Gradle__junit_junit_4_12.xml
deleted file mode 100644
index 6c078d6..0000000
--- a/test/.idea/libraries/Gradle__junit_junit_4_12.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__junit_junit_4_13_2.xml b/test/.idea/libraries/Gradle__junit_junit_4_13_2.xml
deleted file mode 100644
index c2cb45d..0000000
--- a/test/.idea/libraries/Gradle__junit_junit_4_13_2.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__liji_library_dev_citypickerview_1_1_0_aar.xml b/test/.idea/libraries/Gradle__liji_library_dev_citypickerview_1_1_0_aar.xml
deleted file mode 100644
index ba62201..0000000
--- a/test/.idea/libraries/Gradle__liji_library_dev_citypickerview_1_1_0_aar.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml b/test/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml
deleted file mode 100644
index 09cf23d..0000000
--- a/test/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__org_hamcrest_hamcrest_integration_1_3.xml b/test/.idea/libraries/Gradle__org_hamcrest_hamcrest_integration_1_3.xml
deleted file mode 100644
index 1a77dd8..0000000
--- a/test/.idea/libraries/Gradle__org_hamcrest_hamcrest_integration_1_3.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/libraries/Gradle__org_hamcrest_hamcrest_library_1_3.xml b/test/.idea/libraries/Gradle__org_hamcrest_hamcrest_library_1_3.xml
deleted file mode 100644
index 3d45e8e..0000000
--- a/test/.idea/libraries/Gradle__org_hamcrest_hamcrest_library_1_3.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/misc.xml b/test/.idea/misc.xml
deleted file mode 100644
index 2a4d5b5..0000000
--- a/test/.idea/misc.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/modules.xml b/test/.idea/modules.xml
deleted file mode 100644
index 26f9584..0000000
--- a/test/.idea/modules.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/modules/app/test.app.androidTest.iml b/test/.idea/modules/app/test.app.androidTest.iml
deleted file mode 100644
index bf2cdcb..0000000
--- a/test/.idea/modules/app/test.app.androidTest.iml
+++ /dev/null
@@ -1,88 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/modules/app/test.app.iml b/test/.idea/modules/app/test.app.iml
deleted file mode 100644
index 5b515f2..0000000
--- a/test/.idea/modules/app/test.app.iml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/modules/app/test.app.main.iml b/test/.idea/modules/app/test.app.main.iml
deleted file mode 100644
index 529596b..0000000
--- a/test/.idea/modules/app/test.app.main.iml
+++ /dev/null
@@ -1,79 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/modules/app/test.app.unitTest.iml b/test/.idea/modules/app/test.app.unitTest.iml
deleted file mode 100644
index cdf0d9f..0000000
--- a/test/.idea/modules/app/test.app.unitTest.iml
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/.idea/modules/test.iml b/test/.idea/modules/test.iml
deleted file mode 100644
index f793048..0000000
--- a/test/.idea/modules/test.iml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/app/.gitignore b/test/app/.gitignore
deleted file mode 100644
index 42afabf..0000000
--- a/test/app/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/build
\ No newline at end of file
diff --git a/test/app/build.gradle b/test/app/build.gradle
deleted file mode 100644
index aa3c99f..0000000
--- a/test/app/build.gradle
+++ /dev/null
@@ -1,40 +0,0 @@
-plugins {
- id 'com.android.application'
-}
-
-android {
- namespace 'com.example.test'
- compileSdk 33
-
- defaultConfig {
- applicationId "com.example.test"
- minSdk 27
- targetSdk 33
- versionCode 1
- versionName "1.0"
-
- testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
- }
-
- buildTypes {
- release {
- minifyEnabled false
- proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
- }
- }
- compileOptions {
- sourceCompatibility JavaVersion.VERSION_1_8
- targetCompatibility JavaVersion.VERSION_1_8
- }
-}
-
-dependencies {
-
- implementation 'androidx.appcompat:appcompat:1.4.1'
- implementation 'com.google.android.material:material:1.5.0'
- implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
- testImplementation 'junit:junit:4.13.2'
- androidTestImplementation 'androidx.test.ext:junit:1.1.3'
- androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
- implementation 'liji.library.dev:citypickerview:1.1.0'
-}
\ No newline at end of file
diff --git a/test/app/proguard-rules.pro b/test/app/proguard-rules.pro
deleted file mode 100644
index 481bb43..0000000
--- a/test/app/proguard-rules.pro
+++ /dev/null
@@ -1,21 +0,0 @@
-# Add project specific ProGuard rules here.
-# You can control the set of applied configuration files using the
-# proguardFiles setting in build.gradle.
-#
-# For more details, see
-# http://developer.android.com/guide/developing/tools/proguard.html
-
-# If your project uses WebView with JS, uncomment the following
-# and specify the fully qualified class name to the JavaScript interface
-# class:
-#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
-# public *;
-#}
-
-# Uncomment this to preserve the line number information for
-# debugging stack traces.
-#-keepattributes SourceFile,LineNumberTable
-
-# If you keep the line number information, uncomment this to
-# hide the original source file name.
-#-renamesourcefileattribute SourceFile
\ No newline at end of file
diff --git a/test/app/src/androidTest/java/com/example/test/ExampleInstrumentedTest.java b/test/app/src/androidTest/java/com/example/test/ExampleInstrumentedTest.java
deleted file mode 100644
index 6ea62a5..0000000
--- a/test/app/src/androidTest/java/com/example/test/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package com.example.test;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("com.example.test", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/test/app/src/main/AndroidManifest.xml b/test/app/src/main/AndroidManifest.xml
deleted file mode 100644
index 787c249..0000000
--- a/test/app/src/main/AndroidManifest.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/app/src/main/java/com/example/test/MainActivity.java b/test/app/src/main/java/com/example/test/MainActivity.java
deleted file mode 100644
index 115ae1c..0000000
--- a/test/app/src/main/java/com/example/test/MainActivity.java
+++ /dev/null
@@ -1,17 +0,0 @@
-package com.example.test;
-
-import androidx.appcompat.app.AppCompatActivity;
-
-
-import android.os.Bundle;
-import android.view.View;
-import android.widget.Button;
-
-public class MainActivity extends AppCompatActivity {
-
- @Override
- protected void onCreate(Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
- setContentView(R.layout.content_user);
- }
-}
\ No newline at end of file
diff --git a/test/app/src/main/java/com/example/test/activity/RegisterActivity.java b/test/app/src/main/java/com/example/test/activity/RegisterActivity.java
deleted file mode 100644
index bae31c4..0000000
--- a/test/app/src/main/java/com/example/test/activity/RegisterActivity.java
+++ /dev/null
@@ -1,144 +0,0 @@
-package com.example.test.activity;
-
-import android.content.Intent;
-import android.graphics.Color;
-import android.os.Bundle;
-import android.view.View;
-import android.widget.Button;
-import android.widget.EditText;
-import android.widget.RadioGroup;
-import android.widget.TextView;
-import android.widget.Toast;
-
-import androidx.annotation.Nullable;
-import androidx.appcompat.app.AppCompatActivity;
-import com.lljjcoder.citypickerview.widget.CityPicker;
-import com.example.test.R;
-
-public class RegisterActivity extends AppCompatActivity implements View.OnClickListener, RadioGroup.OnCheckedChangeListener {
- private EditText usernameEdit, passwordEdit, surePasswordEdit;
- private TextView cityText;
- private CityPicker cityPicker;
- private Button regButton;
- private RadioGroup sexGroup;
- private String sexStr="男";
-
-
- @Override
- protected void onCreate(@Nullable Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
- setContentView(R.layout.user_register);
- init();
- }
-
- /**
- * 界面组件初始化
- */
- private void init() {
- cityText = findViewById(R.id.reg_province);
- cityText.setOnClickListener(this);
- usernameEdit = findViewById(R.id.reg_username);
- passwordEdit = findViewById(R.id.reg_password);
- surePasswordEdit = findViewById(R.id.reg_sure_password);
- regButton = findViewById(R.id.reg_register);
- regButton.setOnClickListener(this);
- sexGroup = findViewById(R.id.sex);
- sexGroup.setOnCheckedChangeListener(this);
-
- }
-
- @Override
- public void onClick(View v) {
- switch (v.getId()) {
- case R.id.reg_province:
- initCityPicker();
- cityPicker.show();
- break;
- case R.id.reg_register:
- //注册验证方法
- validateRegister();
- break;
-
- }
- }
-
- /**
- * 初始化城市选择器
- */
- public void initCityPicker() {
- cityPicker = new CityPicker.Builder(RegisterActivity.this)
- .textSize(16)
- .title("地址选择")
- .backgroundPop(0xa0000000)
- .titleBackgroundColor("#EFB81C")
- .titleTextColor("#000000")
- .backgroundPop(0xa0000000)
- .confirTextColor("#000000")
- .cancelTextColor("#000000")
- .province("江西省")
- .city("赣州市")
- .district("章贡区")
- .textColor(Color.parseColor("#000000"))
- .provinceCyclic(true)
- .cityCyclic(false)
- .districtCyclic(false)
- .visibleItemsCount(7)
- .itemPadding(10)
- .onlyShowProvinceAndCity(false)
- .build();
- cityPicker.setOnCityItemClickListener(new CityPicker.OnCityItemClickListener() {
- @Override
- public void onSelected(String... strings) {
- String province = strings[0];
- String city = strings[1];
- String district = strings[2];
- cityText.setText(String.format("%s %s %s", province, city, district));
- }
-
- @Override
- public void onCancel() {
- }
- });
-
- }
-
- /**
- * 注册验证
- */
- public void validateRegister() {
- Intent intent = new Intent(RegisterActivity.this, UserActivity.class);
- String username = usernameEdit.getText().toString();
- String password = passwordEdit.getText().toString();
- String surePassword = surePasswordEdit.getText().toString();
- String city = cityText.getText().toString();
- //判断两次密码是否输入一致
- if (password.equals(surePassword)) {
- //这里也可以再进行其它的验证,如是否符合要求等,符合就进行插入数据库操作
- if (!username.equals("") || !password.equals("")) {
- if (!city.equals("")) {
- Bundle bundle = new Bundle();
- bundle.putString("username", username);
- bundle.putString("password", password);
- bundle.putString("sex", sexStr);
- bundle.putString("city", city);
- intent.putExtras(bundle);
- startActivity(intent);
- } else {
- Toast.makeText(RegisterActivity.this, "请选择地址", Toast.LENGTH_SHORT).show();
- }
- } else {
- Toast.makeText(RegisterActivity.this, "账号或密码未填写", Toast.LENGTH_SHORT).show();
- }
- } else {
- Toast.makeText(RegisterActivity.this, "两次密码输入不一致", Toast.LENGTH_SHORT).show();
- }
-
-
- }
-
- @Override
- public void onCheckedChanged(RadioGroup group, int checkedId) {
- //根据用户选择来改变sex的值
- sexStr = checkedId == R.id.reg_man ? "男" : "女";
- }
-}
diff --git a/test/app/src/main/java/com/example/test/activity/UserActivity.java b/test/app/src/main/java/com/example/test/activity/UserActivity.java
deleted file mode 100644
index a0926ff..0000000
--- a/test/app/src/main/java/com/example/test/activity/UserActivity.java
+++ /dev/null
@@ -1,54 +0,0 @@
-package com.example.test.activity;
-
-import android.app.Activity;
-import android.content.Intent;
-import android.os.Bundle;
-import android.widget.ImageView;
-import android.widget.LinearLayout;
-import android.widget.TextView;
-
-import androidx.annotation.Nullable;
-
-import com.example.test.R;
-
-
-public class UserActivity extends Activity {
- private ImageView userIconImage;
- private TextView usernameText, userSexText, userCityText;
- private LinearLayout usernameLine, userSexline, userCityLine, userPayLine, userSettingLine, userGeneralLine;
-
- @Override
- protected void onCreate(@Nullable Bundle savedInstanceState) {
- super.onCreate(savedInstanceState);
- setContentView(R.layout.content_user);
- init();
- }
-
- /**
- * 组件初始化
- */
- private void init() {
- userIconImage = findViewById(R.id.user_icon);
- usernameText = findViewById(R.id.user_username);
- userSexText = findViewById(R.id.user_sex);
- userCityText = findViewById(R.id.user_city);
- usernameLine = findViewById(R.id.user_username_line);
- userSexline = findViewById(R.id.user_sex_line);
- userCityLine = findViewById(R.id.user_city_line);
- userPayLine = findViewById(R.id.user_pay);
- userSettingLine = findViewById(R.id.user_setting);
- userGeneralLine = findViewById(R.id.user_general);
- setData();
- }
-
- /**
- * 组件赋值
- */
- private void setData() {
- Intent intent = UserActivity.this.getIntent();
- Bundle bundle = intent.getExtras();
- usernameText.setText(String.format("用户名:%s", bundle.getString("username")));
- userSexText.setText(String.format("性别:%s", bundle.getString("sex")));
- userCityText.setText(String.format("城市:%s", bundle.getString("city")));
- }
-}
diff --git a/test/app/src/main/java/com/example/test/entity/OrangeUser.java b/test/app/src/main/java/com/example/test/entity/OrangeUser.java
deleted file mode 100644
index 9de3708..0000000
--- a/test/app/src/main/java/com/example/test/entity/OrangeUser.java
+++ /dev/null
@@ -1,59 +0,0 @@
-package com.example.test.entity;
-
-public class OrangeUser {
- private Integer id;
- private String username;
- private String password;
- private String sex;
- private String city;
-
- public Integer getId() {
- return id;
- }
-
- public void setId(Integer id) {
- this.id = id;
- }
-
- public String getUsername() {
- return username;
- }
-
- public void setUsername(String username) {
- this.username = username;
- }
-
- public String getPassword() {
- return password;
- }
-
- public void setPassword(String password) {
- this.password = password;
- }
-
- public String getSex() {
- return sex;
- }
-
- public void setSex(String sex) {
- this.sex = sex;
- }
-
- public String getCity() {
- return city;
- }
-
- public void setCity(String city) {
- this.city = city;
- }
-
- @Override
- public String toString() {
- return "OrangeUser{" +
- "username='" + username + '\'' +
- ", password='" + password + '\'' +
- ", sex='" + sex + '\'' +
- ", city='" + city + '\'' +
- '}';
- }
-}
diff --git a/test/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/test/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
deleted file mode 100644
index 2b068d1..0000000
--- a/test/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/app/src/main/res/drawable/address.png b/test/app/src/main/res/drawable/address.png
deleted file mode 100644
index 7318be0..0000000
Binary files a/test/app/src/main/res/drawable/address.png and /dev/null differ
diff --git a/test/app/src/main/res/drawable/arrow_down.png b/test/app/src/main/res/drawable/arrow_down.png
deleted file mode 100644
index 6d95bb5..0000000
Binary files a/test/app/src/main/res/drawable/arrow_down.png and /dev/null differ
diff --git a/test/app/src/main/res/drawable/arrow_right.png b/test/app/src/main/res/drawable/arrow_right.png
deleted file mode 100644
index 84ded85..0000000
Binary files a/test/app/src/main/res/drawable/arrow_right.png and /dev/null differ
diff --git a/test/app/src/main/res/drawable/button_login.xml b/test/app/src/main/res/drawable/button_login.xml
deleted file mode 100644
index d093f1b..0000000
--- a/test/app/src/main/res/drawable/button_login.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/app/src/main/res/drawable/button_register.xml b/test/app/src/main/res/drawable/button_register.xml
deleted file mode 100644
index 3eb0673..0000000
--- a/test/app/src/main/res/drawable/button_register.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
- -
-
-
-
-
- -
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/app/src/main/res/drawable/city.png b/test/app/src/main/res/drawable/city.png
deleted file mode 100644
index 790fb2b..0000000
Binary files a/test/app/src/main/res/drawable/city.png and /dev/null differ
diff --git a/test/app/src/main/res/drawable/dog.png b/test/app/src/main/res/drawable/dog.png
deleted file mode 100644
index 0d3bb2a..0000000
Binary files a/test/app/src/main/res/drawable/dog.png and /dev/null differ
diff --git a/test/app/src/main/res/drawable/ic_launcher_background.xml b/test/app/src/main/res/drawable/ic_launcher_background.xml
deleted file mode 100644
index 0d025f9..0000000
--- a/test/app/src/main/res/drawable/ic_launcher_background.xml
+++ /dev/null
@@ -1,170 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/test/app/src/main/res/drawable/img.png b/test/app/src/main/res/drawable/img.png
deleted file mode 100644
index 4da09ea..0000000
Binary files a/test/app/src/main/res/drawable/img.png and /dev/null differ
diff --git a/test/app/src/main/res/drawable/orange.png b/test/app/src/main/res/drawable/orange.png
deleted file mode 100644
index 70e8db8..0000000
Binary files a/test/app/src/main/res/drawable/orange.png and /dev/null differ
diff --git a/test/app/src/main/res/drawable/password.png b/test/app/src/main/res/drawable/password.png
deleted file mode 100644
index 1c6c4f5..0000000
Binary files a/test/app/src/main/res/drawable/password.png and /dev/null differ
diff --git a/test/app/src/main/res/drawable/people.png b/test/app/src/main/res/drawable/people.png
deleted file mode 100644
index 8655e29..0000000
Binary files a/test/app/src/main/res/drawable/people.png and /dev/null differ
diff --git a/test/app/src/main/res/drawable/setting.png b/test/app/src/main/res/drawable/setting.png
deleted file mode 100644
index 34c2f2f..0000000
Binary files a/test/app/src/main/res/drawable/setting.png and /dev/null differ
diff --git a/test/app/src/main/res/drawable/sex.png b/test/app/src/main/res/drawable/sex.png
deleted file mode 100644
index acb8197..0000000
Binary files a/test/app/src/main/res/drawable/sex.png and /dev/null differ
diff --git a/test/app/src/main/res/drawable/spinner_drop_down_shape.xml b/test/app/src/main/res/drawable/spinner_drop_down_shape.xml
deleted file mode 100644
index 64306b1..0000000
--- a/test/app/src/main/res/drawable/spinner_drop_down_shape.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
- -
-
-
-
-
-
-
- -
-
-
-
\ No newline at end of file
diff --git a/test/app/src/main/res/drawable/sure_apssword.png b/test/app/src/main/res/drawable/sure_apssword.png
deleted file mode 100644
index 0e7cee9..0000000
Binary files a/test/app/src/main/res/drawable/sure_apssword.png and /dev/null differ
diff --git a/test/app/src/main/res/drawable/user.png b/test/app/src/main/res/drawable/user.png
deleted file mode 100644
index 47d8362..0000000
Binary files a/test/app/src/main/res/drawable/user.png and /dev/null differ
diff --git a/test/app/src/main/res/drawable/user_account.png b/test/app/src/main/res/drawable/user_account.png
deleted file mode 100644
index e70142a..0000000
Binary files a/test/app/src/main/res/drawable/user_account.png and /dev/null differ
diff --git a/test/app/src/main/res/drawable/user_general.png b/test/app/src/main/res/drawable/user_general.png
deleted file mode 100644
index cf57947..0000000
Binary files a/test/app/src/main/res/drawable/user_general.png and /dev/null differ
diff --git a/test/app/src/main/res/drawable/user_icon.png b/test/app/src/main/res/drawable/user_icon.png
deleted file mode 100644
index d5309b1..0000000
Binary files a/test/app/src/main/res/drawable/user_icon.png and /dev/null differ
diff --git a/test/app/src/main/res/drawable/user_pay.png b/test/app/src/main/res/drawable/user_pay.png
deleted file mode 100644
index 3fd6f50..0000000
Binary files a/test/app/src/main/res/drawable/user_pay.png and /dev/null differ
diff --git a/test/app/src/main/res/drawable/user_sex.png b/test/app/src/main/res/drawable/user_sex.png
deleted file mode 100644
index da0e318..0000000
Binary files a/test/app/src/main/res/drawable/user_sex.png and /dev/null differ
diff --git a/test/app/src/main/res/layout/activity_main.xml b/test/app/src/main/res/layout/activity_main.xml
deleted file mode 100644
index a1e10fd..0000000
--- a/test/app/src/main/res/layout/activity_main.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/app/src/main/res/layout/content_user.xml b/test/app/src/main/res/layout/content_user.xml
deleted file mode 100644
index 3d46333..0000000
--- a/test/app/src/main/res/layout/content_user.xml
+++ /dev/null
@@ -1,205 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/app/src/main/res/layout/login.xml b/test/app/src/main/res/layout/login.xml
deleted file mode 100644
index 88230f5..0000000
--- a/test/app/src/main/res/layout/login.xml
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/app/src/main/res/layout/register.xml b/test/app/src/main/res/layout/register.xml
deleted file mode 100644
index 9bf8909..0000000
--- a/test/app/src/main/res/layout/register.xml
+++ /dev/null
@@ -1,147 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/app/src/main/res/layout/test.xml b/test/app/src/main/res/layout/test.xml
deleted file mode 100644
index ea2cce6..0000000
--- a/test/app/src/main/res/layout/test.xml
+++ /dev/null
@@ -1,79 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/app/src/main/res/layout/user.xml b/test/app/src/main/res/layout/user.xml
deleted file mode 100644
index fa0744c..0000000
--- a/test/app/src/main/res/layout/user.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/app/src/main/res/layout/user_login.xml b/test/app/src/main/res/layout/user_login.xml
deleted file mode 100644
index 96b0708..0000000
--- a/test/app/src/main/res/layout/user_login.xml
+++ /dev/null
@@ -1,99 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/app/src/main/res/layout/user_register.xml b/test/app/src/main/res/layout/user_register.xml
deleted file mode 100644
index 2778564..0000000
--- a/test/app/src/main/res/layout/user_register.xml
+++ /dev/null
@@ -1,168 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/test/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
deleted file mode 100644
index eca70cf..0000000
--- a/test/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/test/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/test/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
deleted file mode 100644
index eca70cf..0000000
--- a/test/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/test/app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml b/test/app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml
deleted file mode 100644
index 6f3b755..0000000
--- a/test/app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/app/src/main/res/mipmap-hdpi/ic_launcher.webp b/test/app/src/main/res/mipmap-hdpi/ic_launcher.webp
deleted file mode 100644
index c209e78..0000000
Binary files a/test/app/src/main/res/mipmap-hdpi/ic_launcher.webp and /dev/null differ
diff --git a/test/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/test/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp
deleted file mode 100644
index b2dfe3d..0000000
Binary files a/test/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp and /dev/null differ
diff --git a/test/app/src/main/res/mipmap-mdpi/ic_launcher.webp b/test/app/src/main/res/mipmap-mdpi/ic_launcher.webp
deleted file mode 100644
index 4f0f1d6..0000000
Binary files a/test/app/src/main/res/mipmap-mdpi/ic_launcher.webp and /dev/null differ
diff --git a/test/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/test/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp
deleted file mode 100644
index 62b611d..0000000
Binary files a/test/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp and /dev/null differ
diff --git a/test/app/src/main/res/mipmap-xhdpi/ic_launcher.webp b/test/app/src/main/res/mipmap-xhdpi/ic_launcher.webp
deleted file mode 100644
index 948a307..0000000
Binary files a/test/app/src/main/res/mipmap-xhdpi/ic_launcher.webp and /dev/null differ
diff --git a/test/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/test/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
deleted file mode 100644
index 1b9a695..0000000
Binary files a/test/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp and /dev/null differ
diff --git a/test/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/test/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp
deleted file mode 100644
index 28d4b77..0000000
Binary files a/test/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp and /dev/null differ
diff --git a/test/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/test/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
deleted file mode 100644
index 9287f50..0000000
Binary files a/test/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp and /dev/null differ
diff --git a/test/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/test/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
deleted file mode 100644
index aa7d642..0000000
Binary files a/test/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp and /dev/null differ
diff --git a/test/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/test/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp
deleted file mode 100644
index 9126ae3..0000000
Binary files a/test/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp and /dev/null differ
diff --git a/test/app/src/main/res/values-night/themes.xml b/test/app/src/main/res/values-night/themes.xml
deleted file mode 100644
index febc413..0000000
--- a/test/app/src/main/res/values-night/themes.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/test/app/src/main/res/values/colors.xml b/test/app/src/main/res/values/colors.xml
deleted file mode 100644
index f8c6127..0000000
--- a/test/app/src/main/res/values/colors.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
- #FFBB86FC
- #FF6200EE
- #FF3700B3
- #FF03DAC5
- #FF018786
- #FF000000
- #FFFFFFFF
-
\ No newline at end of file
diff --git a/test/app/src/main/res/values/strings.xml b/test/app/src/main/res/values/strings.xml
deleted file mode 100644
index 6a890b1..0000000
--- a/test/app/src/main/res/values/strings.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
- 用户注册
-
\ No newline at end of file
diff --git a/test/app/src/main/res/values/themes.xml b/test/app/src/main/res/values/themes.xml
deleted file mode 100644
index 46ee977..0000000
--- a/test/app/src/main/res/values/themes.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/test/app/src/main/res/xml/backup_rules.xml b/test/app/src/main/res/xml/backup_rules.xml
deleted file mode 100644
index fa0f996..0000000
--- a/test/app/src/main/res/xml/backup_rules.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/test/app/src/main/res/xml/data_extraction_rules.xml b/test/app/src/main/res/xml/data_extraction_rules.xml
deleted file mode 100644
index 9ee9997..0000000
--- a/test/app/src/main/res/xml/data_extraction_rules.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/test/app/src/test/java/com/example/test/ExampleUnitTest.java b/test/app/src/test/java/com/example/test/ExampleUnitTest.java
deleted file mode 100644
index 7c8fa83..0000000
--- a/test/app/src/test/java/com/example/test/ExampleUnitTest.java
+++ /dev/null
@@ -1,17 +0,0 @@
-package com.example.test;
-
-import org.junit.Test;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-}
\ No newline at end of file
diff --git a/test/build.gradle b/test/build.gradle
deleted file mode 100644
index f05eacf..0000000
--- a/test/build.gradle
+++ /dev/null
@@ -1,5 +0,0 @@
-// Top-level build file where you can add configuration options common to all sub-projects/modules.
-plugins {
- id 'com.android.application' version '7.4.2' apply false
- id 'com.android.library' version '7.4.2' apply false
-}
\ No newline at end of file
diff --git a/test/gradle.properties b/test/gradle.properties
deleted file mode 100644
index 41274cc..0000000
--- a/test/gradle.properties
+++ /dev/null
@@ -1,24 +0,0 @@
-# Project-wide Gradle settings.
-# IDE (e.g. Android Studio) users:
-# Gradle settings configured through the IDE *will override*
-# any settings specified in this file.
-# For more details on how to configure your build environment visit
-# http://www.gradle.org/docs/current/userguide/build_environment.html
-# Specifies the JVM arguments used for the daemon process.
-# The setting is particularly useful for tweaking memory settings.
-org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
-# When configured, Gradle will run in incubating parallel mode.
-# This option should only be used with decoupled projects. More details, visit
-# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
-# org.gradle.parallel=true
-# AndroidX package structure to make it clearer which packages are bundled with the
-# Android operating system, and which are packaged with your app's APK
-# https://developer.android.com/topic/libraries/support-library/androidx-rn
-android.useAndroidX=true
-# Enables namespacing of each library's R class so that its R class includes only the
-# resources declared in the library itself and none from the library's dependencies,
-# thereby reducing the size of the R class for that library
-android.nonTransitiveRClass=true
-
-
-android.enableJetifier=true
\ No newline at end of file
diff --git a/test/gradle/wrapper/gradle-wrapper.jar b/test/gradle/wrapper/gradle-wrapper.jar
deleted file mode 100644
index e708b1c..0000000
Binary files a/test/gradle/wrapper/gradle-wrapper.jar and /dev/null differ
diff --git a/test/gradle/wrapper/gradle-wrapper.properties b/test/gradle/wrapper/gradle-wrapper.properties
deleted file mode 100644
index 0f0a9a9..0000000
--- a/test/gradle/wrapper/gradle-wrapper.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-#Sat Mar 11 16:22:16 CST 2023
-distributionBase=GRADLE_USER_HOME
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
-distributionPath=wrapper/dists
-zipStorePath=wrapper/dists
-zipStoreBase=GRADLE_USER_HOME
diff --git a/test/gradlew b/test/gradlew
deleted file mode 100644
index 4f906e0..0000000
--- a/test/gradlew
+++ /dev/null
@@ -1,185 +0,0 @@
-#!/usr/bin/env sh
-
-#
-# Copyright 2015 the original author or authors.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# https://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
-##############################################################################
-##
-## Gradle start up script for UN*X
-##
-##############################################################################
-
-# Attempt to set APP_HOME
-# Resolve links: $0 may be a link
-PRG="$0"
-# Need this for relative symlinks.
-while [ -h "$PRG" ] ; do
- ls=`ls -ld "$PRG"`
- link=`expr "$ls" : '.*-> \(.*\)$'`
- if expr "$link" : '/.*' > /dev/null; then
- PRG="$link"
- else
- PRG=`dirname "$PRG"`"/$link"
- fi
-done
-SAVED="`pwd`"
-cd "`dirname \"$PRG\"`/" >/dev/null
-APP_HOME="`pwd -P`"
-cd "$SAVED" >/dev/null
-
-APP_NAME="Gradle"
-APP_BASE_NAME=`basename "$0"`
-
-# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
-DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
-
-# Use the maximum available, or set MAX_FD != -1 to use that value.
-MAX_FD="maximum"
-
-warn () {
- echo "$*"
-}
-
-die () {
- echo
- echo "$*"
- echo
- exit 1
-}
-
-# OS specific support (must be 'true' or 'false').
-cygwin=false
-msys=false
-darwin=false
-nonstop=false
-case "`uname`" in
- CYGWIN* )
- cygwin=true
- ;;
- Darwin* )
- darwin=true
- ;;
- MINGW* )
- msys=true
- ;;
- NONSTOP* )
- nonstop=true
- ;;
-esac
-
-CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
-
-
-# Determine the Java command to use to start the JVM.
-if [ -n "$JAVA_HOME" ] ; then
- if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
- # IBM's JDK on AIX uses strange locations for the executables
- JAVACMD="$JAVA_HOME/jre/sh/java"
- else
- JAVACMD="$JAVA_HOME/bin/java"
- fi
- if [ ! -x "$JAVACMD" ] ; then
- die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
-
-Please set the JAVA_HOME variable in your environment to match the
-location of your Java installation."
- fi
-else
- JAVACMD="java"
- which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
-
-Please set the JAVA_HOME variable in your environment to match the
-location of your Java installation."
-fi
-
-# Increase the maximum file descriptors if we can.
-if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then
- MAX_FD_LIMIT=`ulimit -H -n`
- if [ $? -eq 0 ] ; then
- if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then
- MAX_FD="$MAX_FD_LIMIT"
- fi
- ulimit -n $MAX_FD
- if [ $? -ne 0 ] ; then
- warn "Could not set maximum file descriptor limit: $MAX_FD"
- fi
- else
- warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
- fi
-fi
-
-# For Darwin, add options to specify how the application appears in the dock
-if $darwin; then
- GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
-fi
-
-# For Cygwin or MSYS, switch paths to Windows format before running java
-if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
- APP_HOME=`cygpath --path --mixed "$APP_HOME"`
- CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
-
- JAVACMD=`cygpath --unix "$JAVACMD"`
-
- # We build the pattern for arguments to be converted via cygpath
- ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
- SEP=""
- for dir in $ROOTDIRSRAW ; do
- ROOTDIRS="$ROOTDIRS$SEP$dir"
- SEP="|"
- done
- OURCYGPATTERN="(^($ROOTDIRS))"
- # Add a user-defined pattern to the cygpath arguments
- if [ "$GRADLE_CYGPATTERN" != "" ] ; then
- OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)"
- fi
- # Now convert the arguments - kludge to limit ourselves to /bin/sh
- i=0
- for arg in "$@" ; do
- CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
- CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
-
- if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
- eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
- else
- eval `echo args$i`="\"$arg\""
- fi
- i=`expr $i + 1`
- done
- case $i in
- 0) set -- ;;
- 1) set -- "$args0" ;;
- 2) set -- "$args0" "$args1" ;;
- 3) set -- "$args0" "$args1" "$args2" ;;
- 4) set -- "$args0" "$args1" "$args2" "$args3" ;;
- 5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
- 6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
- 7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
- 8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
- 9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
- esac
-fi
-
-# Escape application args
-save () {
- for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
- echo " "
-}
-APP_ARGS=`save "$@"`
-
-# Collect all arguments for the java command, following the shell quoting and substitution rules
-eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS"
-
-exec "$JAVACMD" "$@"
diff --git a/test/gradlew.bat b/test/gradlew.bat
deleted file mode 100644
index 107acd3..0000000
--- a/test/gradlew.bat
+++ /dev/null
@@ -1,89 +0,0 @@
-@rem
-@rem Copyright 2015 the original author or authors.
-@rem
-@rem Licensed under the Apache License, Version 2.0 (the "License");
-@rem you may not use this file except in compliance with the License.
-@rem You may obtain a copy of the License at
-@rem
-@rem https://www.apache.org/licenses/LICENSE-2.0
-@rem
-@rem Unless required by applicable law or agreed to in writing, software
-@rem distributed under the License is distributed on an "AS IS" BASIS,
-@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-@rem See the License for the specific language governing permissions and
-@rem limitations under the License.
-@rem
-
-@if "%DEBUG%" == "" @echo off
-@rem ##########################################################################
-@rem
-@rem Gradle startup script for Windows
-@rem
-@rem ##########################################################################
-
-@rem Set local scope for the variables with windows NT shell
-if "%OS%"=="Windows_NT" setlocal
-
-set DIRNAME=%~dp0
-if "%DIRNAME%" == "" set DIRNAME=.
-set APP_BASE_NAME=%~n0
-set APP_HOME=%DIRNAME%
-
-@rem Resolve any "." and ".." in APP_HOME to make it shorter.
-for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
-
-@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
-set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
-
-@rem Find java.exe
-if defined JAVA_HOME goto findJavaFromJavaHome
-
-set JAVA_EXE=java.exe
-%JAVA_EXE% -version >NUL 2>&1
-if "%ERRORLEVEL%" == "0" goto execute
-
-echo.
-echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
-echo.
-echo Please set the JAVA_HOME variable in your environment to match the
-echo location of your Java installation.
-
-goto fail
-
-:findJavaFromJavaHome
-set JAVA_HOME=%JAVA_HOME:"=%
-set JAVA_EXE=%JAVA_HOME%/bin/java.exe
-
-if exist "%JAVA_EXE%" goto execute
-
-echo.
-echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
-echo.
-echo Please set the JAVA_HOME variable in your environment to match the
-echo location of your Java installation.
-
-goto fail
-
-:execute
-@rem Setup the command line
-
-set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
-
-
-@rem Execute Gradle
-"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
-
-:end
-@rem End local scope for the variables with windows NT shell
-if "%ERRORLEVEL%"=="0" goto mainEnd
-
-:fail
-rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
-rem the _cmd.exe /c_ return code!
-if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
-exit /b 1
-
-:mainEnd
-if "%OS%"=="Windows_NT" endlocal
-
-:omega
diff --git a/test/local.properties b/test/local.properties
deleted file mode 100644
index 3243119..0000000
--- a/test/local.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-## This file is automatically generated by Android Studio.
-# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
-#
-# This file should *NOT* be checked into Version Control Systems,
-# as it contains information specific to your local configuration.
-#
-# Location of the SDK. This is only used by Gradle.
-# For customization when using a Version Control System, please read the
-# header note.
-sdk.dir=E\:\\Android\\Sdk
\ No newline at end of file
diff --git a/test/settings.gradle b/test/settings.gradle
deleted file mode 100644
index 69b0128..0000000
--- a/test/settings.gradle
+++ /dev/null
@@ -1,22 +0,0 @@
-pluginManagement {
- repositories {
- google()
- mavenCentral()
- gradlePluginPortal()
- }
-}
-dependencyResolutionManagement {
- repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
- repositories {
- maven {
- url 'https://maven.aliyun.com/repository/public/'
- }
- maven {
- url 'https://maven.aliyun.com/repository/google/'
- }
- mavenLocal()
- mavenCentral()
- }
-}
-rootProject.name = "test"
-include ':app'