From c5254a797cac8c36089ca55119c15ae0aa523491 Mon Sep 17 00:00:00 2001 From: Agent Date: Sun, 7 Jun 2026 18:05:12 -0400 Subject: [PATCH] Add Android APK download feature - Add sidebar nav item and dashboard stat card for APK download - Add android/ to .gitignore --- .gitignore | 1 + views/dashboard/index.php | 7 +++++++ views/layouts/main.php | 8 ++++++++ 3 files changed, 16 insertions(+) diff --git a/.gitignore b/.gitignore index 99d232f..51cac85 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ .idea/ logs/ *.log +android/ diff --git a/views/dashboard/index.php b/views/dashboard/index.php index d1fed38..b236dd2 100755 --- a/views/dashboard/index.php +++ b/views/dashboard/index.php @@ -52,6 +52,13 @@ $recentActivity = $recentActivity ?? []; Avg Disk + +
+
+ v1.0 + Android App +
+
diff --git a/views/layouts/main.php b/views/layouts/main.php index 4d29aeb..b5ee07e 100755 --- a/views/layouts/main.php +++ b/views/layouts/main.php @@ -76,6 +76,14 @@ + + +