Commit graph

  • b0b053ed80 feat(collections): add active scan collection indicator and quick switch Lukas Müllner 2026-03-04 11:10:18 +0100
  • a93694728e chore(scanner): add duplicate-ID cooldown for rapid scan stability Lukas Müllner 2026-03-04 11:08:03 +0100
  • 8469d556bb chore(images): align capture source quality with TPB upload pipeline Lukas Müllner 2026-03-04 11:07:23 +0100
  • ddc1572273 feat(garage): add single-car move action from detail sheet Lukas Müllner 2026-03-04 11:06:52 +0100
  • b9d1d750b6 feat(scanner): add in-scanner active collection switcher Lukas Müllner 2026-03-04 11:05:38 +0100
  • 360fd5a705 feat(scanner-ui): show community verification status in found-car sheet Lukas Müllner 2026-03-04 10:48:54 +0100
  • d4883c1d32 feat(validation): record independent discovery votes during catalog adds Lukas Müllner 2026-03-04 10:48:24 +0100
  • 99da5cf1ca feat(scan+sharing): polish rapid scan feedback and invite UX states Lukas Müllner 2026-03-04 10:47:45 +0100
  • e4afe7b63c feat(collections): persist active collection and harden member actions Lukas Müllner 2026-03-04 10:38:14 +0100
  • 012ff411a1 feat(scan+images): continuous scan loop and signed-url refresh fallback Lukas Müllner 2026-03-04 10:34:24 +0100
  • 647448d7e6 add new images Lukas Müllner 2026-03-04 10:30:25 +0100
  • 225ce4631c feat(garage): add TPB pagination and multi-select move workflow Lukas Müllner 2026-03-04 10:23:57 +0100
  • 1240b22f29 style(branding): align app color system with car64.app palette Lukas Müllner 2026-03-04 10:23:52 +0100
  • d8dbc2573a feat(v3.0): rebrand to car64 and align app flow with TPB schema Lukas Müllner 2026-03-04 10:12:12 +0100
  • 2c6ae514fb fix: update app version to 2.0.0 and modify subtitle in profile screen Lukas Müllner 2026-02-25 07:17:47 +0100
  • 55aba8790b fix: remove unused flutter_01.png image file Lukas Müllner 2026-02-25 06:53:49 +0100
  • b51d2b4ec1 fix: update collection service to use inFilter for querying collection IDs Lukas Müllner 2026-02-25 06:39:15 +0100
  • 29838b56d1 Merge branch 'main' of github.com:DieLustigenTierwesen/hwhub Lukas Müllner 2026-02-25 06:18:12 +0100
  • a4a27eb53d fix: add supabase_migration.sql to .gitignore Lukas Müllner 2026-02-24 21:07:30 +0100
  • ec0dc1a835
    Merge pull request #1 from DieLustigenTierwesen/shared_collections Lukas Müllner 2026-02-24 20:45:57 +0100
  • 69b54de89d
    Merge pull request #4 from DieLustigenTierwesen/copilot/sub-pr-1-another-one Lukas Müllner 2026-02-24 20:44:39 +0100
  • 7ed134eba2
    Merge pull request #3 from DieLustigenTierwesen/copilot/sub-pr-1-again Lukas Müllner 2026-02-24 20:43:50 +0100
  • 9f9a0cb601
    Merge pull request #2 from DieLustigenTierwesen/copilot/sub-pr-1 Lukas Müllner 2026-02-24 20:42:55 +0100
  • f789bb7eff Add input validation for collection names (min 2, max 50 chars) copilot-swe-agent[bot] 2026-02-24 19:20:50 +0000
  • b9e298851b Add 30-second debounce to tab refresh in HomeShell copilot-swe-agent[bot] 2026-02-24 19:19:49 +0000
  • 4fbd776605 Add client-side ownership checks to update and delete methods copilot-swe-agent[bot] 2026-02-24 19:18:27 +0000
  • 0539a7725a Initial plan copilot-swe-agent[bot] 2026-02-24 19:17:53 +0000
  • 44951de8f5 Initial plan copilot-swe-agent[bot] 2026-02-24 19:17:30 +0000
  • 040a8bd1f2
    Update lib/screens/manage_collection_screen.dart Lukas Müllner 2026-02-24 20:17:02 +0100
  • 2699242fdf
    Update lib/services/collection_service.dart Lukas Müllner 2026-02-24 20:16:21 +0100
  • 60d440703b Initial plan copilot-swe-agent[bot] 2026-02-24 19:16:08 +0000
  • 05bdd281b6
    Update lib/screens/manage_collection_screen.dart Lukas Müllner 2026-02-24 20:15:17 +0100
  • 94e0ab436b
    Update lib/screens/scan_tab.dart Lukas Müllner 2026-02-24 20:14:48 +0100
  • ae39f2cbaf
    Update lib/screens/scan_tab.dart Lukas Müllner 2026-02-24 20:14:10 +0100
  • ca11df0152
    Update lib/services/collection_service.dart Lukas Müllner 2026-02-24 20:13:39 +0100
  • 4b9cefb319 feat: multi-collection support, shared collections, invite by email Lukas Müllner 2026-02-24 17:28:44 +0100
  • eaf538bf45 feat: implement collections feature with screens for viewing, managing, and creating collections Lukas Müllner 2026-02-24 16:38:35 +0100
  • 6fbd4b426e fix: update package namespace and identifiers to com.derkauzigekoala.hwhub; add About screen with app info and links Lukas Müllner 2026-02-24 16:22:26 +0100
  • 1c429f86b3 fix: simplify adaptive icon foreground definition and reset background color to transparent Lukas Müllner 2026-02-24 15:55:28 +0100
  • ea9950b29c fix: update app label to "HW Collector Hub" in AndroidManifest.xml and Info.plist Lukas Müllner 2026-02-24 08:05:18 +0100
  • f62eb9f288 fix: enable code shrinking and add ProGuard rules for ML Kit text recognition Lukas Müllner 2026-02-24 08:00:09 +0100
  • 91f25e0cef feat(v1.1): complete UI overhaul with branded theme, garage, and image uploads Lukas Müllner 2026-02-24 07:46:06 +0100
  • 7635b0d85b fix: extract manual entry dialog into StatefulWidget Lukas Müllner 2026-02-23 09:47:46 +0100
  • 024c05734b fix: use global navigator/scaffold keys for all dialogs and snackbars Lukas Müllner 2026-02-23 09:04:00 +0100
  • c104ec16ed fix: show success snackbar from HomeScreen instead of dying dialog Lukas Müllner 2026-02-23 09:01:15 +0100
  • 16d1145efd fix: convert HomeScreen to StatefulWidget with mounted checks Lukas Müllner 2026-02-23 08:53:04 +0100
  • bbcacc0664 fix: only rebuild AuthGate on actual login state changes Lukas Müllner 2026-02-23 08:50:39 +0100
  • 7a6975e146 fix: extract collection dialogs into own StatefulWidgets Lukas Müllner 2026-02-23 08:45:27 +0100
  • 8c453e3f13 fix: refactor password reset dialog to its own StatefulWidget Lukas Müllner 2026-02-23 08:38:05 +0100
  • 2c3c6d990b feat: add camera OCR scanner, DB query, and collection dialogs Lukas Müllner 2026-02-23 07:12:24 +0100
  • 200ea11098 feat: add Supabase auth with email/password login, password reset deep linking Lukas Müllner 2026-02-22 19:17:23 +0100
  • 7ee3091681 init Lukas Müllner 2026-02-22 19:03:32 +0100