Skip to content

Releases: Sinneida/defood

v0.2.0

22 Sep 01:23
Compare
Choose a tag to compare

Commits

  • 3a38934: add test openfoodfacts service (sinneida) #2
  • 1a0a45e: adjust scanner buttons to modern layout (sinneida) #2
  • 63ec215: first working version of camera scanning view (sinneida) #2
  • e3c182b: get data from camera view & pass it to off service (sinneida) #2
  • 5daf2c9: check for permissions before initializing camera (sinneida) #2
  • c7f506d: sho products view instead of box details view (sinneida) #2
  • b5708a8: remove box details (sinneida) #2
  • fc8d23e: linting (sinneida) #2
  • 76b5d54: add product dialog (WIP) (sinneida) #2
  • 3595569: make price optional (sinneida) #2
  • cd240d2: return found product (sinneida) #2
  • f2065df: align with parent (sinneida) #2
  • 8000d3e: make details view arg optional (sinneida) #2
  • 58099e9: add package for currency input (sinneida) #2
  • 7d5ff64: kind of finish add dialog (sinneida) #2
  • 1bcba07: remove unused import (sinneida) #2
  • 6330c16: fix wrong condition (sinneida) #2
  • df4c3c0: make camera view child of a product view (sinneida) #2
  • aa352a1: change name of models to avoid colliisions (sinneida) #2
  • 3c66dd5: load product data into the dialog (sinneida) #2
  • b1e022d: change behavior of products view depending on where it's called from (sinneida) #2
  • ee9feee: try to scan & add data to dialog (WIP) (sinneida) #2
  • b5a1c0f: fix google sign in (sinneida) #2
  • 3c1a585: bump deps (sinneida) #2
  • b4b9c6c: use former camera selector (sinneida) #2
  • 0526196: adjust models (sinneida) #2
  • d3e7a03: add add products method (sinneida) #2
  • 6cd85fe: move currency formatter to view model (sinneida) #2
  • c58bb84: kind of working adding product (sinneida) #2
  • c5412d7: properky display enum (sinneida) #2
  • 49959e7: add method to delete product (sinneida) #2
  • df60db2: don't fail when nodata from OFF (sinneida) #2
  • e81c676: remove unused method (sinneida) #2
  • 02e1ada: adjust to OFF service response (sinneida) #2
  • 576548b: allow to delete product (sinneida) #2
  • 9522cd9: bump version (sinneida)

v0.2.0-dev3

10 Sep 01:21
Compare
Choose a tag to compare
v0.2.0-dev3 Pre-release
Pre-release

Commits

  • a28b5a7: add new packages (sinneida)
  • a7d169c: add banner to splash screen (sinneida)
  • cfd6c1f: add camera permission (sinneida)
  • 3ddbac9: add package for scanning (sinneida)
  • f6e510a: first trial with camera (sinneida)
  • ad3a27c: another prerelease tag (sinneida)
  • a8b1fab: correct version (sinneida)

v0.2.0-dev2

08 Sep 20:26
Compare
Choose a tag to compare
v0.2.0-dev2 Pre-release
Pre-release

Commits

  • baed442: update deps (fix flutter_logs issue) (sinneida)

v0.1.0

04 Sep 01:58
Compare
Choose a tag to compare

Commits

  • 897466d: enable impeller (sinneida) #1
  • 79958a4: fix dialog text on white theme (sinneida) #1
  • fa8cd1c: correct formatting (sinneida) #1
  • 28159b2: remove default stacked dialog (sinneida) #1
  • 14b9d98: add blur to dialogs (sinneida) #1
  • fff44b4: fix permissions screen when called from settings (sinneida) #1
  • f80d720: add product model (sinneida) #1
  • 444007a: add missing await (sinneida) #1
  • 0fa5ce4: correct if statement (sinneida) #1
  • 8251ad2: add missing mapper field to box id (sinneida) #1
  • ae29b0f: add method to load products (sinneida) #1
  • a7a2682: initial version of presenting products (sinneida) #1
  • 1898a8f: chip to modify to display important data (sinneida) #1
  • b35f5e1: showcase of products (sinneida) #1
  • a2b137e: update version (sinneida)

v0.1.0-dev9

02 Sep 23:07
Compare
Choose a tag to compare
v0.1.0-dev9 Pre-release
Pre-release

Commits

  • 0c9e1aa: change mixin to abstract base class (sinneida)
  • a5ddb05: allow access to internal base settings instance (sinneida)
  • 9841c54: port permissions view (sinneida)
  • 787a6a4: port tile to access permissions page (sinneida)
  • 3f4cd52: simplify if statement (sinneida)
  • 57b0233: use new internal settings getter (sinneida)
  • cb570c2: fix text color (sinneida)
  • d62626d: show permissions view on app launch (sinneida)
  • c42496f: add permissions view to generated routes (sinneida)
  • a560cbf: add products view (sinneida)
  • 4d0819e: add fab component (sinneida)
  • 60207ce: add type safe tables & column names, allow box deletion (sinneida)
  • 1db39c2: add box card (sinneida)
  • cff8a7f: allow box dismissal (sinneida)
  • 8f88e34: add product information & demonstrative icon (sinneida)
  • 35dd3db: add loading state (sinneida)
  • 38bb000: add demonstration of expandable fab (sinneida)
  • 23f5070: initial fetch of products (sinneida)

v0.1.0-dev8

02 Sep 00:06
Compare
Choose a tag to compare
v0.1.0-dev8 Pre-release
Pre-release

Commits

  • 7353618: enable installing app updates (sinneida)
  • 1116e88: add user account card in settings (sinneida)
  • 1b4ce32: port code related to logs (sinneida)
  • f8d2f80: revamp notifications (sinneida)
  • 242a7ae: adjust to new names (sinneida)
  • 3c1d14e: update info in add box model (sinneida)
  • 5c6eafc: provide getter for frequently used values (sinneida)
  • b9f47f9: add initial db service (sinneida)
  • 31a288a: log messages from apperror classes (sinneida)
  • 13a663e: update deps (sinneida)
  • bb3fb2f: add missing builder (sinneida)
  • 5f81883: add box model (sinneida)
  • d7ef384: load all boxes (WIP) (sinneida)
  • 60fde57: display loaded boxes (sinneida)

v0.1.0-dev7

31 Aug 01:32
Compare
Choose a tag to compare
v0.1.0-dev7 Pre-release
Pre-release

Commits

  • 67cbc24: remove extra bottom app bar (sinneida)
  • bf1860e: correct route (sinneida)
  • 6759fb7: setup snackbar on in theme builder (sinneida)
  • 57d5c0a: remove snackbar setup (sinneida)
  • 1632c12: i'm done with auth ;_; (sinneida)
  • 751f265: add helper to display snackbars (sinneida)
  • a23fad1: add add box dialog window (sinneida)
  • 8b7ccc6: show add box dialog (sinneida)
  • bab30c8: update version (sinneida)

v0.1.0-dev6

30 Aug 02:12
Compare
Choose a tag to compare
v0.1.0-dev6 Pre-release
Pre-release

Commits

  • 6cf2263: unify pipelines (sinneida)
  • 371c25e: change default font (sinneida)
  • 324e862: add login screen image (sinneida)
  • 138966c: change login page look (sinneida)
  • 27fd922: create logger helper (sinneida)
  • 1e4f1cc: initial auth & login service (sinneida)
  • 1c05f7c: some ogin changes (sinneida)
  • bc010fa: fix logging screen (sinneida)
  • b1b7936: remove redundant method (sinneida)
  • dda6bde: small fixes to settings classes (sinneida)
  • df185e8: small addition (sinneida)
  • 96fdc79: reenable logging (sinneida)
  • f9b2dc0: increase line length to 90 (sinneida)
  • 01c7938: change line length to 90in files (sinneida)
  • 54f7c8f: move snackbar setup to navigation view (sinneida)
  • 36bc314: formatting (sinneida)
  • 551a07d: formatting (sinneida)
  • 4819899: skip login page whe already signed in (sinneida)
  • a671372: save signed in state (sinneida)
  • 1a0c9bb: hold signed in state (sinneida)
  • 779e219: formatting (sinneida)
  • ba9b39a: log in when already signed in (sinneida)
  • 78df8e6: delete wrong color (sinneida)
  • 92c4a7b: increase padding for avatar (sinneida)
  • 4d76e23: fix for logging in every time boxes is opened (sinneida)
  • 3c41215: move signing in to navigation view (sinneida)
  • 14ca105: change default name (sinneida)
  • 0d4ef0e: smll experiment view UI (sinneida)

v0.1.0-dev5

27 Aug 22:44
Compare
Choose a tag to compare
v0.1.0-dev5 Pre-release
Pre-release

Commits

  • 69bea62: change package name (sinneida)
  • 1889654: add packages (sinneida)
  • 8ca6888: Revert "change package name" (sinneida)
  • 693696b: properly change package name (sinneida)
  • c00f436: update android config (sinneida)
  • e3763d6: update fluter version (sinneida)
  • 234b317: add localization (WIP) (sinneida)
  • b85d6d1: set version for full release (sinneida)
  • 90f76c8: remove polish strings for now (sinneida)
  • 73f2dec: update default strings (sinneida)
  • 847d88a: enforce english for now (sinneida)
  • c48c1fc: change default route to login view (sinneida)
  • 5ba1f11: add translations navigation view (sinneida)
  • 4ea0d41: sign debug launch with debug key to be able to sign with google (sinneida)
  • cc0b2ac: add (web)clients IDs to get acces token from supabase (sinneida)
  • c0aeda0: add supabase/google secrets into pipeline (sinneida)
  • b1e15db: basic login to supabase (WIP) (sinneida)
  • 80386d5: remove redundant dependencies (sinneida)
  • 2e2c3e1: init logging framework (sinneida)
  • 6791973: move auth to dedicated service (sinneida)
  • c0c317b: initialize snackbar on login screen (sinneida)
  • 817d8eb: simplify auth since it's moved to service (sinneida)
  • 5970d4a: display user avatar as a test (sinneida)
  • 3747e91: save devtools settings (sinneida)
  • edea2ac: add padding to icon/avatar (sinneida)
  • 9542b63: try to log in on app launch (WIP) (sinneida)
  • 5bf0522: chage version to dev (sinneida)
  • e9c97ad: generate localization strings (sinneida)
  • bcdddf0: test new pipeline (sinneida)
  • 854d602: remove release config as it is the same as in debug (sinneida)
  • e40aece: correct path for keystore (sinneida)
  • 5902543: try to fix pipeline (sinneida)
  • 30387f6: maybe this will help (sinneida)
  • 0710788: fix2 (sinneida)
  • dd3ae4c: fix3 (sinneida)
  • 9310039: prevent variable expansion in bash (sinneida)

v0.1.0-dev4

25 Aug 18:01
Compare
Choose a tag to compare
v0.1.0-dev4 Pre-release
Pre-release

Commits

  • a9f252f: fix generating colors from wallpaper (sinneida)
  • a76ebcd: load values to setttings (sinneida)
  • f195cc4: add supabase, eenvs, obfuscation (sinneida)
  • d619ad0: add api secrets to pipelines (sinneida)
  • 1da0911: update dependencies (sinneida)
  • e571968: remove stacked bottom sheets service (sinneida)
  • 5b5a40c: add floating button (sinneida)
  • 329ad06: bump version (sinneida)
  • a4562ef: update pipeline (sinneida)
  • 960cbc3: try fixing pipelines (sinneida)