Kirill Kamakin
|
a6a47a5eae
|
Move login/logout to navigation drawer
|
2022-11-18 21:06:42 +01:00 |
|
Kirill Kamakin
|
8877c47ba2
|
Merge pull request #95 from kirmanak/bug-fix
Bugfix
|
2022-11-17 22:29:40 +01:00 |
|
Kirill Kamakin
|
4692c138d5
|
Fix failing test
|
2022-11-17 22:24:31 +01:00 |
|
Kirill Kamakin
|
7d3f83a0d2
|
Update app version to v0.3.3
|
2022-11-17 22:06:37 +01:00 |
|
Kirill Kamakin
|
db3458ca2e
|
Allow reading recipe info from DB
|
2022-11-17 22:05:59 +01:00 |
|
Kirill Kamakin
|
0679860de0
|
Fix having to click back multiple times
|
2022-11-17 22:03:46 +01:00 |
|
Kirill Kamakin
|
04bcb59de2
|
Fix resetting list of ingredients and instructions
|
2022-11-17 21:51:22 +01:00 |
|
Kirill Kamakin
|
183f504e33
|
Show search request when recipe is closed
|
2022-11-17 21:15:17 +01:00 |
|
Kirill Kamakin
|
274a3ec20f
|
Hide keyboard when user scrolls recipe list
|
2022-11-17 20:56:07 +01:00 |
|
Kirill Kamakin
|
491bc83679
|
Merge pull request #94 from kirmanak/bump-version
Bump version to 0.3.2
|
2022-11-13 16:03:28 +01:00 |
|
Kirill Kamakin
|
6148c7e23e
|
Bump version to 0.3.2
|
2022-11-13 15:54:51 +01:00 |
|
Kirill Kamakin
|
7b66fb41a5
|
Merge pull request #93 from kirmanak/recipe-loading-experience
Refresh recipes on authorization
|
2022-11-13 15:49:00 +01:00 |
|
Kirill Kamakin
|
32d366b8fd
|
Fix absent recipe refresh on authorization
|
2022-11-13 15:38:45 +01:00 |
|
Kirill Kamakin
|
280f282972
|
Disable swipe refresh when data is refreshing
|
2022-11-13 15:29:44 +01:00 |
|
Kirill Kamakin
|
5c66247843
|
Rename RecipesFragment to RecipesListFragment
|
2022-11-13 15:04:24 +01:00 |
|
Kirill Kamakin
|
a638133621
|
Increase page size to improve load speed
|
2022-11-13 14:58:04 +01:00 |
|
Kirill Kamakin
|
7361ddc977
|
Merge pull request #92 from kirmanak/recipe-search
Implement searching recipe by name
|
2022-11-13 13:43:23 +01:00 |
|
Kirill Kamakin
|
bd6652560f
|
Fix absent coverage for Robolectric tests
|
2022-11-13 13:28:38 +01:00 |
|
Kirill Kamakin
|
abd356b461
|
Add main view model tests
|
2022-11-13 13:25:12 +01:00 |
|
Kirill Kamakin
|
be534e73c3
|
Add paging factory tests
|
2022-11-13 13:18:08 +01:00 |
|
Kirill Kamakin
|
946f34cb37
|
Insert all recipes in one query
|
2022-11-13 13:17:55 +01:00 |
|
Kirill Kamakin
|
b7e8054d38
|
Fix unit tests
|
2022-11-13 11:05:36 +01:00 |
|
Kirill Kamakin
|
4fe9f7fccc
|
Fix log message in setupSearchItem
|
2022-11-13 11:01:36 +01:00 |
|
Kirill Kamakin
|
9ae34e314f
|
Remove unused searchable configuration
|
2022-11-13 10:58:54 +01:00 |
|
Kirill Kamakin
|
a952a5252e
|
Hide InvalidatingPagingSourceFactory behind interface
|
2022-11-13 10:54:03 +01:00 |
|
Kirill Kamakin
|
6a6faed15b
|
Remove incorrect 7th version scheme
|
2022-11-13 10:48:51 +01:00 |
|
Kirill Kamakin
|
929aad5659
|
Fix search text color
|
2022-11-13 10:46:29 +01:00 |
|
Kirill Kamakin
|
8980a519e3
|
Use SearchView's callbacks instead of Intents
|
2022-11-13 10:22:40 +01:00 |
|
Kirill Kamakin
|
0db76155a5
|
Send null queries to ViewModel
|
2022-11-13 10:10:45 +01:00 |
|
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 |
|