|
3905c53326
|
Updated the project to work in android studio 2023.3.1
|
2024-05-03 12:27:38 +02:00 |
|
broodjeaap89
|
b47cd07d00
|
added privacy policy to app
|
2021-12-05 11:38:51 +01:00 |
|
broodjeaap89
|
b6f58222f1
|
pizza recipes are now loaded from the github repo on first app run, so always up to date
as a backup still have local recipes
|
2021-11-20 14:33:31 +01:00 |
|
broodjeaap89
|
f2c6682755
|
picked a button color
|
2021-09-25 18:21:52 +02:00 |
|
broodjeaap89
|
424001f6e1
|
updated pizza recipe widget
|
2021-09-25 17:51:43 +02:00 |
|
broodjeaap89
|
57ce64fc2b
|
added page to view the archived pizza events
|
2021-09-24 20:50:00 +02:00 |
|
broodjeaap89
|
d697fdb7ef
|
also switched hive box access to static const strings in the (entity) classes
|
2021-09-24 20:25:04 +02:00 |
|
broodjeaap89
|
49307b7a28
|
cleaned up some unused imports
|
2021-09-24 19:45:07 +02:00 |
|
broodjeaap89
|
0d9fc454d4
|
switched to static const strings for route names on each page class
|
2021-09-24 19:42:18 +02:00 |
|
broodjeaap89
|
a82ad9f375
|
added loading of pizza recipe yaml from url
|
2021-09-12 17:35:44 +02:00 |
|
broodjeaap89
|
6361255e45
|
renamed add/edit route
|
2021-09-06 20:52:11 +02:00 |
|
broodjeaap89
|
7f91f3f17f
|
renamed add recipe page to edit recipe page
|
2021-09-06 20:49:38 +02:00 |
|
broodjeaap89
|
2048c88d0c
|
added long press on pizza recipes page to edit existing recipes
|
2021-09-05 17:48:21 +02:00 |
|
broodjeaap89
|
de9e5f8ba6
|
added page(s) to create a recipe
|
2021-09-05 17:42:20 +02:00 |
|
broodjeaap89
|
618712d7cc
|
in between commit while adding add recipe page
|
2021-09-04 17:23:20 +02:00 |
|
broodjeaap89
|
bfa5c2beba
|
refactored the way to get to the pizza recipe page
|
2021-09-04 14:53:12 +02:00 |
|
broodjeaap89
|
d5219256d1
|
missed some in last commit....
|
2021-09-04 14:03:44 +02:00 |
|
broodjeaap89
|
dfd8b97f26
|
fixed linting warning to main.dart
|
2021-09-04 14:01:36 +02:00 |
|
broodjeaap89
|
eacfd10580
|
applied standard linting to project, renamed all files to fit lower_case_names, and fixed some implicit type conversions that are now errors to get the project working again
todo: go through project and fix all the warnings
|
2021-08-31 21:45:36 +02:00 |
|
broodjeaap89
|
7137abf313
|
going to keep using the yamls
|
2021-08-29 14:56:15 +02:00 |
|
broodjeaap89
|
aed16832c2
|
added pizza event recipe page
|
2021-08-28 17:20:44 +02:00 |
|
broodjeaap89
|
34d0eb8c08
|
refactored the pizza event page to be about the pizza event, with a button to go to the recipe page for that event.
|
2021-08-28 17:11:48 +02:00 |
|
broodjeaap89
|
3bb78f381d
|
moving away from yaml definitions maybe?
|
2021-08-24 21:53:23 +02:00 |
|
broodjeaap89
|
7207686bbc
|
in between commit
|
2021-08-21 17:09:51 +02:00 |
|
broodjeaap89
|
9724ab0e02
|
fixed null bug with tapping a notification
|
2021-08-19 21:18:20 +02:00 |
|
broodjeaap89
|
f9b0f6d226
|
got full screen notifications working, with routing to a notification page.
|
2021-08-17 21:09:21 +02:00 |
|
broodjeaap89
|
b4567cc7b2
|
some changes towards loading the notification page when tapping a notification and when it triggers
|
2021-08-16 21:48:31 +02:00 |
|
broodjeaap89
|
eb20ae24c0
|
got full screen notification working, doesn't wake up the device yet, but payload is delivered and right pizza event/recipe step is fetched
|
2021-08-15 21:39:54 +02:00 |
|
broodjeaap89
|
3f5b537ef0
|
added working notifications to the app for recipe steps
|
2021-08-15 14:52:41 +02:00 |
|
broodjeaap89
|
eecb60ab0e
|
added (very) simple notifcations test to app
|
2021-08-05 21:57:22 +02:00 |
|
broodjeaap89
|
319251c87e
|
fixed persistence by running build runner again...
|
2021-08-02 21:40:23 +02:00 |
|
broodjeaap89
|
797b8580bb
|
added simple pizza event page, showing steps + substeps in an expanded list tile
|
2021-07-27 22:14:15 +02:00 |
|
broodjeaap89
|
1cce0767c0
|
added a pick recipe page before add event page, removing the need for a 'complicated' dropdown on the event page
|
2021-07-27 20:34:50 +02:00 |
|
broodjeaap89
|
02691290e6
|
added all recipes to the pizza recipe box at first start
|
2021-07-26 21:52:02 +02:00 |
|
broodjeaap89
|
41d14a3e4c
|
switched to Hive for persistent object storage
|
2021-07-26 21:12:50 +02:00 |
|
broodjeaap89
|
41bdfe6e4c
|
revert floor stuff
|
2021-07-25 20:35:50 +02:00 |
|
broodjeaap89
|
914e17fa3c
|
so Floor just sucks? commit before reverting
|
2021-07-25 15:27:11 +02:00 |
|
broodjeaap89
|
1382a4a843
|
another in between commit, getting messy :o
|
2021-07-25 13:09:53 +02:00 |
|
broodjeaap89
|
1a50f2ca0c
|
renamed 'planned pizza' to 'pizza event' everywhere
|
2021-07-08 21:35:55 +02:00 |
|
broodjeaap89
|
259a4d5ddf
|
started work on a 'add planned pizza' page
|
2021-07-03 15:17:45 +02:00 |
|
broodjeaap89
|
9a8972c1d1
|
replaced boilerplate with simple placeholders
|
2021-06-29 21:08:22 +02:00 |
|
broodjeaap89
|
6701e85b01
|
added flutter template project
|
2021-06-29 19:49:24 +02:00 |
|