refactoring and adding a history

This commit is contained in:
2025-04-14 22:37:20 -04:00
parent 45dc412cb7
commit b8afe35dfc
35 changed files with 2491 additions and 637 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/action_clear_history"
android:title="Clear History"
android:orderInCategory="100"
android:showAsAction="never" />
</menu>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/action_history"
android:title="Upload History"
android:orderInCategory="100"
android:showAsAction="never" />
</menu>