From 5be43f17b06d8bdfb7d72fa13b1712c435e3db25 Mon Sep 17 00:00:00 2001 From: SamS34 Date: Thu, 13 Nov 2025 21:15:07 -0500 Subject: [PATCH 01/10] Update TODO list with new tasks --- TXT FILES/TODO.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TXT FILES/TODO.txt b/TXT FILES/TODO.txt index 7ed1cb1..6d881db 100644 --- a/TXT FILES/TODO.txt +++ b/TXT FILES/TODO.txt @@ -1 +1,2 @@ -FIX BUTTONS FOR CREATING NEW ITEM \ No newline at end of file +FIX GOOGLE SIGN IN +FIX SYNC From 3354c674a2bdd214448b71fd35d439f4aac3b362 Mon Sep 17 00:00:00 2001 From: SamS34 Date: Sat, 15 Nov 2025 18:36:44 -0500 Subject: [PATCH 02/10] Update TODO list with new feature additions --- TXT FILES/TODO.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TXT FILES/TODO.txt b/TXT FILES/TODO.txt index 6d881db..9b81cdb 100644 --- a/TXT FILES/TODO.txt +++ b/TXT FILES/TODO.txt @@ -1,2 +1,9 @@ FIX GOOGLE SIGN IN FIX SYNC + + +ADD multiple cabinet/shelf/box creating +ADD photo editing in Create Item (IMAGES) crop/rotato/brightness +ADD AI/OCR BUTTONS IN CREATE ITEM +ADD STARTING HOME SCREEN +ADD item deleting From e77fafa5e883add5cbe7598bc782ca01969286ce Mon Sep 17 00:00:00 2001 From: SamS34 Date: Sat, 15 Nov 2025 18:38:42 -0500 Subject: [PATCH 03/10] Add export/import app data to TODO list --- TXT FILES/TODO.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/TXT FILES/TODO.txt b/TXT FILES/TODO.txt index 9b81cdb..490ca63 100644 --- a/TXT FILES/TODO.txt +++ b/TXT FILES/TODO.txt @@ -7,3 +7,4 @@ ADD photo editing in Create Item (IMAGES) crop/rotato/brightness ADD AI/OCR BUTTONS IN CREATE ITEM ADD STARTING HOME SCREEN ADD item deleting +ADD export/import app data From 02fa8f04996014eac28f6e133d14b3b750536a27 Mon Sep 17 00:00:00 2001 From: SamS34 Date: Sat, 15 Nov 2025 18:41:01 -0500 Subject: [PATCH 04/10] Enhance export/import task with Excel feature Updated the export/import app data task to include exporting to an Excel spreadsheet. --- TXT FILES/TODO.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TXT FILES/TODO.txt b/TXT FILES/TODO.txt index 490ca63..8f6c5d5 100644 --- a/TXT FILES/TODO.txt +++ b/TXT FILES/TODO.txt @@ -7,4 +7,4 @@ ADD photo editing in Create Item (IMAGES) crop/rotato/brightness ADD AI/OCR BUTTONS IN CREATE ITEM ADD STARTING HOME SCREEN ADD item deleting -ADD export/import app data +ADD export/import app data and add the feature of exporting a excel spreadsheet From 5a2b76a86caf08896360e4436d4eefa121399fdf Mon Sep 17 00:00:00 2001 From: SamS34 Date: Sat, 15 Nov 2025 18:46:57 -0500 Subject: [PATCH 05/10] Enhance starting home screen with sign-in prompt Updated the starting home screen to include a prompt for Gmail/email sign-in to save data. --- TXT FILES/TODO.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TXT FILES/TODO.txt b/TXT FILES/TODO.txt index 8f6c5d5..5d306c2 100644 --- a/TXT FILES/TODO.txt +++ b/TXT FILES/TODO.txt @@ -5,6 +5,6 @@ FIX SYNC ADD multiple cabinet/shelf/box creating ADD photo editing in Create Item (IMAGES) crop/rotato/brightness ADD AI/OCR BUTTONS IN CREATE ITEM -ADD STARTING HOME SCREEN +ADD STARTING HOME SCREEN with asking for gmail/email sign in for saving ADD item deleting ADD export/import app data and add the feature of exporting a excel spreadsheet From cc3b0f8d409714968ad7eab52d672b1c54a2d2c8 Mon Sep 17 00:00:00 2001 From: SamS34 Date: Sun, 16 Nov 2025 10:24:15 -0500 Subject: [PATCH 06/10] Update TODO.txt --- TXT FILES/TODO.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/TXT FILES/TODO.txt b/TXT FILES/TODO.txt index 5d306c2..230e180 100644 --- a/TXT FILES/TODO.txt +++ b/TXT FILES/TODO.txt @@ -1,10 +1,12 @@ -FIX GOOGLE SIGN IN +FIX GOOGLE SIGN-IN FIX SYNC -ADD multiple cabinet/shelf/box creating -ADD photo editing in Create Item (IMAGES) crop/rotato/brightness +ADD multiple cabinets/shelves/boxes, creating +ADD photo editing in Create Item (IMAGES): crop/rotate/brightness. ADD AI/OCR BUTTONS IN CREATE ITEM -ADD STARTING HOME SCREEN with asking for gmail/email sign in for saving +ADD STARTING HOME SCREEN with asking for gmail/email sign-in for saving ADD item deleting -ADD export/import app data and add the feature of exporting a excel spreadsheet +ADD export/import app data and add the feature of exporting an Excel spreadsheet +ADD a view item button on the home screen. +On it, add an overview-like feature \ No newline at end of file From 913688c2d0a1221eda90c2dcbfeb447fc5bfc268 Mon Sep 17 00:00:00 2001 From: SamS34 Date: Sun, 16 Nov 2025 10:28:50 -0500 Subject: [PATCH 07/10] Update TODO.txt --- TXT FILES/TODO.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TXT FILES/TODO.txt b/TXT FILES/TODO.txt index 230e180..6340fc9 100644 --- a/TXT FILES/TODO.txt +++ b/TXT FILES/TODO.txt @@ -9,4 +9,7 @@ ADD STARTING HOME SCREEN with asking for gmail/email sign-in for saving ADD item deleting ADD export/import app data and add the feature of exporting an Excel spreadsheet ADD a view item button on the home screen. -On it, add an overview-like feature \ No newline at end of file +On it, add an overview-like feature +ADD feature of other people being invited +ADD button on the sidebar, in which you can go to a shared section in which there are garages shared with you/garages you can share with people. +ADD the feature so that when you open the app for the first time, it will ask you for an email and tell you the benefits of an email and add a skip button. \ No newline at end of file From 0b1cfda24703b50f5c2b12f36af5195523d8edb2 Mon Sep 17 00:00:00 2001 From: SamS34 Date: Sun, 16 Nov 2025 10:30:33 -0500 Subject: [PATCH 08/10] Update TODO.txt --- TXT FILES/TODO.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TXT FILES/TODO.txt b/TXT FILES/TODO.txt index 6340fc9..138332c 100644 --- a/TXT FILES/TODO.txt +++ b/TXT FILES/TODO.txt @@ -1,9 +1,10 @@ FIX GOOGLE SIGN-IN FIX SYNC +FIX Google play scan protect ADD multiple cabinets/shelves/boxes, creating -ADD photo editing in Create Item (IMAGES): crop/rotate/brightness. +Add photo editing in Create Item (IMAGES): crop/rotate/brightness. ADD AI/OCR BUTTONS IN CREATE ITEM ADD STARTING HOME SCREEN with asking for gmail/email sign-in for saving ADD item deleting @@ -12,4 +13,4 @@ ADD a view item button on the home screen. On it, add an overview-like feature ADD feature of other people being invited ADD button on the sidebar, in which you can go to a shared section in which there are garages shared with you/garages you can share with people. -ADD the feature so that when you open the app for the first time, it will ask you for an email and tell you the benefits of an email and add a skip button. \ No newline at end of file +ADD the feature so that when you open the app for the first time, it will ask you for an email and tell you the benefits of an email and add a skip button. From 6a546473ea9a7797f7d6478007b951070b6a4d2a Mon Sep 17 00:00:00 2001 From: SamS34 Date: Sun, 16 Nov 2025 10:30:54 -0500 Subject: [PATCH 09/10] Update TODO.txt --- TXT FILES/TODO.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/TXT FILES/TODO.txt b/TXT FILES/TODO.txt index 138332c..0de2e1f 100644 --- a/TXT FILES/TODO.txt +++ b/TXT FILES/TODO.txt @@ -1,6 +1,7 @@ FIX GOOGLE SIGN-IN FIX SYNC FIX Google play scan protect +FIX app icon ADD multiple cabinets/shelves/boxes, creating From c91036496a741b0b04abbce6a30861a11e334fe9 Mon Sep 17 00:00:00 2001 From: SamS34 Date: Sat, 6 Dec 2025 20:16:11 -0500 Subject: [PATCH 10/10] Revise cloud backup method and AI integration info Updated cloud integration details and AI setup information. --- README.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3080382..a081cfe 100644 --- a/README.md +++ b/README.md @@ -33,16 +33,13 @@ The app functions as a single, powerful tool. Core features work completely offl - Built with **Jetpack Compose** for a modern, smooth, and responsive experience. - The UI is designed with large, touch-friendly components and clean layouts. -### ☁️ Cloud & AI Integration (COMING SOON) -- **Backup & Restore** your entire inventory to **Google Drive**. -- Optional **AI & OCR** integration using API keys to automatically identify items from photos and scan text like model numbers. - +### ☁️ Cloud & AI Integration +- **Backup & Restore** your entire inventory to **Google Sign In**. +- --- -## 🧠 Optional AI & OCR Setup (NON TESTED) -The app works perfectly with its built-in tools. For even more powerful results, you can connect to external services. - -> Enter your API keys in **Settings → Advanced Settings & APIs** inside the app. The app uses a fallback system, trying each service in order until it gets a result. +## 🧠 With Free AI +Gives app an AI with no cost not the best but its free. --- @@ -59,7 +56,7 @@ The app works perfectly with its built-in tools. For even more powerful results, - **Language:** **Kotlin** - **UI Toolkit:** **Android Jetpack Compose** -- **Data Storage:** **Local On-Device Storage** +- **Data Storage:** **Local On-Device Storage, and GMAIL storage** --- @@ -69,7 +66,7 @@ The app works perfectly with its built-in tools. For even more powerful results, | :--- | :--- | | **Export Data** | Saves a complete copy of your inventory as a single `.json` file. | | **Import Data** | Loads an inventory from a `.json` file (overwrites current data). | -| (COMING SOON) **Google Drive** | Sign in to save your backup file directly to a private folder. | +| **Google Sign in** | Sign in to save your backup file directly to a private folder. | | **Auto-Save**| Changes are saved automatically as you edit items. | ## 📝 License