Commit Graph

799 Commits

Author SHA1 Message Date
Kirill Kamakin
5a874e4899 Refresh results on new search automatically 2022-11-13 10:03:36 +01:00
Kirill Kamakin
c278460da9 Replace full text search with pattern matching 2022-11-13 10:00:08 +01:00
Kirill Kamakin
79631a7eb0 Implement full text search 2022-11-13 09:52:52 +01:00
Kirill Kamakin
21abf38282 Start search implementation 2022-11-12 15:27:27 +01:00
Kirill Kamakin
effd4934a5 Merge pull request #91 from kirmanak/simplify-tests
Create testing module to simplify tests
2022-11-12 14:13:15 +01:00
Kirill Kamakin
980ffd54cb Link "testing" as test dependency 2022-11-12 14:06:57 +01:00
Kirill Kamakin
5b9cf78317 Fix TestExtensions package name 2022-11-12 13:57:27 +01:00
Kirill Kamakin
728ce66d06 Reuse testing module in datasource tests 2022-11-12 13:54:56 +01:00
Kirill Kamakin
4dcf1cc915 Extract base test classes to separate module 2022-11-12 13:52:56 +01:00
Kirill Kamakin
cb23f1a62d Extract repetitive test setup to base class 2022-11-12 13:41:23 +01:00
Kirill Kamakin
d26c62f4a9 Merge pull request #90 from kirmanak/allow-server-change
Allow changing server URL through UI
2022-11-12 13:28:09 +01:00
Kirill Kamakin
612101f1b4 Fix base URL view model coverage calculation 2022-11-12 13:21:46 +01:00
Kirill Kamakin
3504eae248 Add base URL tests 2022-11-12 12:48:46 +01:00
Kirill Kamakin
4e1e3f81e3 Allow changing base URL from UI 2022-11-12 12:32:44 +01:00
Kirill Kamakin
e835d5bbe5 Replace deep links with global actions 2022-11-12 11:28:10 +01:00
Kirill Kamakin
ad22227f8e Simplify view binding in Activity 2022-11-12 11:10:20 +01:00
Kirill Kamakin
5c71641ed2 Merge pull request #89 from kirmanak/gradle-action
Use gradle-build-action in Actions
2022-11-06 21:18:54 +01:00
Kirill Kamakin
6778922130 Use gradle-build-action in Actions 2022-11-06 20:49:12 +01:00
Kirill Kamakin
6adf40620c Merge pull request #88 from kirmanak/release
Update app version to 0.3.1
2022-11-06 20:29:12 +01:00
Kirill Kamakin
a501e6e9b9 Update app version 2022-11-06 20:19:19 +01:00
Kirill Kamakin
3f1d7e24e6 Merge pull request #87 from kirmanak/ingredient-check-box-centered
Ignore ingredients with empty note
2022-11-06 20:16:13 +01:00
Kirill Kamakin
0c0248dbbc Ignore ingredients with empty note 2022-11-06 20:02:51 +01:00
Kirill Kamakin
377509d160 Merge pull request #85 from kirmanak/info-loading
Improve recipe info loading experience
2022-11-06 19:46:48 +01:00
Kirill Kamakin
3b88eb65e8 Add RecipeViewModel tests 2022-11-06 19:37:43 +01:00
Kirill Kamakin
0c87657b55 Add RecipeInfoViewModel test 2022-11-06 19:37:42 +01:00
Kirill Kamakin
5ed6d44099 Fix crashing when tapping too fast 2022-11-06 19:37:42 +01:00
Kirill Kamakin
89bcde7414 Fix BuildConfig import 2022-11-06 19:37:42 +01:00
Kirill Kamakin
b3ea95f732 Update recipe repo 2022-11-06 19:37:42 +01:00
Kirill Kamakin
4ad3e7662e Split loadRecipeInfo to refresh/load 2022-11-06 19:37:42 +01:00
Kirill Kamakin
cc73f68751 Fix jumping recipe info sheet 2022-11-06 19:37:42 +01:00
Kirill Kamakin
ff38ce655d Read navigation argumens in ViewModel 2022-11-06 19:37:42 +01:00
Kirill Kamakin
a4565e4685 Merge pull request #86 from kirmanak/chucker
Request notification permission for Chucker
2022-11-06 19:27:06 +01:00
Kirill Kamakin
76188c2caf Request notification permission for Chucker 2022-11-06 19:16:07 +01:00
Kirill Kamakin
8d2487d753 Merge pull request #84 from kirmanak/separate-firebase-project
Disable Firebase analytics in debug builds
2022-11-05 13:03:07 +01:00
Kirill Kamakin
12ec1540f5 Ignore build dir in architecture module 2022-11-05 12:49:18 +01:00
Kirill Kamakin
bbc368ce69 Reuse build configuration for logger 2022-11-05 12:42:58 +01:00
Kirill Kamakin
4eb119725a Remove obsolete log tag length check 2022-11-05 12:42:58 +01:00
Kirill Kamakin
79324278de Add Analytics tests 2022-11-05 12:42:58 +01:00
Kirill Kamakin
dc23c6574a Revert "Use separate Firebase project to debug"
This reverts commit 93b10eaaf61401efd26d7d8cb192880e434fd4ac.
2022-11-05 12:42:58 +01:00
Kirill Kamakin
52519a8d29 Revert "Move release Firebase config to type dir"
This reverts commit 3b08a6384c2349f426616b5f7d72c7040541e24f.
2022-11-05 12:42:58 +01:00
Kirill Kamakin
f98de3784e Disable Firebase data collection in debug builds 2022-11-05 12:42:57 +01:00
Kirill Kamakin
b84406d384 Move release Firebase config to type dir 2022-11-05 12:42:57 +01:00
Kirill Kamakin
8a4d2a7d1b Use separate Firebase project to debug 2022-11-05 12:42:57 +01:00
Kirill Kamakin
0d3795ac6f Merge pull request #83 from kirmanak/improve-onboarding
Improve onboarding experience
2022-11-05 12:28:06 +01:00
Kirill Kamakin
dfd590ee50 Add RecipeViewModel tests 2022-11-05 12:17:48 +01:00
Kirill Kamakin
2027f6ac60 Add valueUpdatesOnly tests 2022-11-05 11:44:14 +01:00
Kirill Kamakin
d873bfa2ed Ignore load errors if wasn't loading 2022-11-05 11:32:17 +01:00
Kirill Kamakin
39ce70f964 Remove unnecessary method 2022-11-05 11:08:12 +01:00
Kirill Kamakin
7800d7e754 Simplify RecipesPagingAdapter creation 2022-11-05 11:06:21 +01:00
Kirill Kamakin
1ee0456494 Use repeatOnLifecycle 2022-11-05 10:57:56 +01:00