Commit Graph

808 Commits

Author SHA1 Message Date
Kirill Kamakin
aee1585106 Add notes when amounts are enabled 2022-12-04 19:00:52 +01:00
Kirill Kamakin
58ccd10f35 Do not filter blank ingredients and instructions 2022-12-04 18:59:20 +01:00
Kirill Kamakin
9b1229655a Bump version to 0.3.9 2022-12-04 18:47:48 +01:00
Kirill Kamakin
a628912557 Parse ingredient amounts from V1 response 2022-12-04 18:47:27 +01:00
Kirill Kamakin
8e7ccbeca1 Merge pull request #110 from kirmanak/version-bump
Bump version to 0.3.8
2022-11-29 21:18:30 +01:00
Kirill Kamakin
198fad8df6 Bump version to 0.3.8 2022-11-29 21:07:19 +01:00
Kirill Kamakin
a6e0cab7af Merge pull request #109 from kirmanak/no-recipes-on-back
Fix showing "No recipes" when back is pressed
2022-11-29 21:06:23 +01:00
Kirill Kamakin
092f385a75 Fix showing "No recipes" when back is pressed 2022-11-29 20:57:51 +01:00
Kirill Kamakin
16a667d04b Merge pull request #108 from kirmanak/share-recipe-url
Parse recipe from shared URL
2022-11-29 20:57:37 +01:00
Kirill Kamakin
e1b29f3806 Add ShareRecipeViewModel tests 2022-11-29 20:42:56 +01:00
Kirill Kamakin
4a68916433 Show progress when parsing recipe 2022-11-29 19:42:07 +01:00
Kirill Kamakin
0c41aac9b7 Use regex to find URLs 2022-11-28 21:59:08 +01:00
Kirill Kamakin
a0a3862df7 Add ShareRecipeRepoImpl tests 2022-11-28 21:45:03 +01:00
Kirill Kamakin
4826478a2a Implement saving recipes by URLs 2022-11-28 21:22:24 +01:00
Kirill Kamakin
f2a4d00cf9 Add sharetarget compatibility library 2022-11-28 20:09:08 +01:00
Kirill Kamakin
b64b78884e Merge pull request #107 from kirmanak/google-play
Add Google Play badge
2022-11-27 10:58:04 +01:00
Kirill Kamakin
9d23f17167 Add Google Play badge 2022-11-27 10:53:59 +01:00
Kirill Kamakin
a66eee9960 Merge pull request #106 from kirmanak/privacy-policy
Add PRIVACY_POLICY.md
2022-11-22 20:30:54 +01:00
Kirill Kamakin
677e79b917 Add PRIVACY_POLICY.md 2022-11-22 20:19:24 +01:00
Kirill Kamakin
b330934909 Merge pull request #105 from kirmanak/remove-firebase
Remove Google Analytics and Crashlytics
2022-11-22 20:14:04 +01:00
Kirill Kamakin
d62ce1a74e Remove Google Analytics and Crashlytics 2022-11-22 19:50:29 +01:00
Kirill Kamakin
2181cdbaa0 Bump version to 0.3.7 2022-11-22 19:45:35 +01:00
Kirill Kamakin
42eecab680 Merge pull request #104 from kirmanak/update-screenshots
Update screenshots in README.md
2022-11-22 18:33:50 +01:00
Kirill Kamakin
381d311a0f Update screenshots in README.md 2022-11-22 18:30:25 +01:00
Kirill Kamakin
25d42a4b59 Merge pull request #103 from kirmanak/crash-on-text-watcher
Fix crash caused by immediately removed TextWatchers
2022-11-21 21:44:52 +01:00
Kirill Kamakin
4c1b840e5d Fix crash caused by immediately removed TextWatchers 2022-11-21 21:37:01 +01:00
Kirill Kamakin
a5fcd89588 Merge pull request #101 from kirmanak/no-recipes-text
Show text when no recipes found
2022-11-21 20:22:25 +01:00
Kirill Kamakin
7fa96affe8 Show text when no recipes found 2022-11-21 20:17:16 +01:00
Kirill Kamakin
7f5d0be165 Merge pull request #100 from kirmanak/disclaimer-text-alignment
Align disclaimer text with center
2022-11-21 20:08:20 +01:00
Kirill Kamakin
c418fa8d91 Align disclaimer text with center 2022-11-21 20:02:16 +01:00
Kirill Kamakin
1fb6ab5654 Merge pull request #99 from kirmanak/disable-search-lift
Disable liftOnScroll effect for search bar
2022-11-21 19:54:07 +01:00
Kirill Kamakin
9180aa5068 Bump version to 0.3.6 2022-11-21 19:48:59 +01:00
Kirill Kamakin
48ad18fa72 Disable lift on scroll for search 2022-11-21 19:48:19 +01:00
Kirill Kamakin
1947de99db Merge pull request #98 from kirmanak/fix-crash-on-url-fragment
Fix crash on URL input fragment
2022-11-20 18:26:49 +01:00
Kirill Kamakin
376a9b2ee0 Remove unused default value for an argument 2022-11-20 18:20:36 +01:00
Kirill Kamakin
b1cb38f659 Update app version 2022-11-20 18:19:21 +01:00
Kirill Kamakin
9d4f7775f4 Fix crash on URL input screen 2022-11-20 18:18:35 +01:00
Kirill Kamakin
9f4790eab5 Merge pull request #97 from kirmanak/app-bundle
Build app bundle with GitHub Action
2022-11-20 17:00:29 +01:00
Kirill Kamakin
14cddf715a Build app bundle 2022-11-20 16:54:44 +01:00
Kirill Kamakin
584d4de776 Update app version 2022-11-20 16:44:10 +01:00
Kirill Kamakin
23dbbed74d Remove unused resource 2022-11-20 16:43:49 +01:00
Kirill Kamakin
4ca34f9d95 Merge pull request #96 from kirmanak/ui-improvements
Rewrite UI with Material Design
2022-11-20 16:27:58 +01:00
Kirill Kamakin
83257a7c1f Fix screenshot aspect ratio 2022-11-20 16:17:02 +01:00
Kirill Kamakin
ea9262d0ff Update README.md 2022-11-20 16:14:58 +01:00
Kirill Kamakin
ac843f6ed6 Hide keyboard when navigation is open 2022-11-20 15:53:09 +01:00
Kirill Kamakin
d7c94d29d4 Hide edit text cursor on list scroll 2022-11-20 15:49:14 +01:00
Kirill Kamakin
cadb762ed4 Hide keyboard on tab switch 2022-11-20 15:10:20 +01:00
Kirill Kamakin
fd235c43c7 Use id to determine current destination 2022-11-20 14:41:38 +01:00
Kirill Kamakin
3cc3658544 Implement custom Toolbar View 2022-11-20 14:18:51 +01:00
Kirill Kamakin
ff77f764bd Remove unused icon 2022-11-20 12:19:45 +01:00