This repository has been archived by the owner on Feb 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release/v2.0: (87 commits) Updated APKs and readme Added validation for additive input Removed other feeds references Make notes input text cap sentence Fixed issue with editing additives not working Added catch for potential crash Allow numbers in plant names for export Updated readme screenshots Attempt to fix concurrency issue Added permission check on app open Make garden dialog cap words Added callback and progress for deleting plant Added basic async saving to speed up the app Added catch for hide harvested setting Do not save/allow re-ordering if filtering is in progress Added basic filtering Added filter menu ite Removed feeding filter Added permission checks for taking photos Added permission helper class ...
- Loading branch information
Showing
91 changed files
with
3,532 additions
and
1,433 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
[ | ||
{ | ||
"actions": [ | ||
{ | ||
"date": 0, | ||
"newStage": "GERMINATION", | ||
"type": "StageChange" | ||
}, | ||
{ | ||
"date": 172800000, | ||
"newStage": "VEGETATION", | ||
"type": "StageChange" | ||
}, | ||
{ | ||
"date": 432000000, | ||
"newStage": "FLOWER", | ||
"type": "StageChange" | ||
} | ||
], | ||
"clone": false, | ||
"images": [], | ||
"name": "Lemon 1", | ||
"plantDate": 0, | ||
"stage": "HARVESTED", | ||
"strain": "Lemon haze" | ||
}, | ||
{ | ||
"actions": [ | ||
{ | ||
"date": 0, | ||
"newStage": "GERMINATION", | ||
"type": "StageChange" | ||
}, | ||
{ | ||
"date": 172800000, | ||
"newStage": "VEGETATION", | ||
"type": "StageChange" | ||
}, | ||
{ | ||
"date": 432000000, | ||
"newStage": "FLOWER", | ||
"type": "StageChange" | ||
} | ||
], | ||
"clone": false, | ||
"images": [], | ||
"name": "Lemon 2", | ||
"plantDate": 1, | ||
"stage": "VEGETATION", | ||
"strain": "Lemon haze" | ||
}, | ||
{ | ||
"actions": [ | ||
{ | ||
"date": 0, | ||
"newStage": "GERMINATION", | ||
"type": "StageChange" | ||
}, | ||
{ | ||
"date": 172800000, | ||
"newStage": "VEGETATION", | ||
"type": "StageChange" | ||
}, | ||
{ | ||
"date": 432000000, | ||
"newStage": "FLOWER", | ||
"type": "StageChange" | ||
} | ||
], | ||
"clone": false, | ||
"images": [], | ||
"name": "Lemon 3", | ||
"plantDate": 2, | ||
"stage": "VEGETATION", | ||
"strain": "Lemon haze" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.