Commit Graph

519 Commits

Author SHA1 Message Date
Kirill Kamakin
1a4d15b680 Lock drawer closed in onboarding 2022-11-19 12:30:43 +01:00
Kirill Kamakin
bc820123b2 Disable drawer in onboarding 2022-11-19 12:22:38 +01:00
Kirill Kamakin
7bcfc9ef1e Update splash screen 2022-11-19 11:52:50 +01:00
Kirill Kamakin
4847461e48 Update launcher icon 2022-11-19 11:40:13 +01:00
Kirill Kamakin
dbfc570286 Check theme color once 2022-11-19 11:13:50 +01:00
Kirill Kamakin
5f6b376a40 Add monochrome launcher icon 2022-11-19 11:08:20 +01:00
Kirill Kamakin
73a703b0b8 Make navigation bar match color 2022-11-19 10:57:08 +01:00
Kirill Kamakin
bb6f9004d0 Move SplashScreen theme to match day arrangement 2022-11-19 10:34:32 +01:00
Kirill Kamakin
4510087209 Remove custom shapes and elevations 2022-11-19 10:00:04 +01:00
Kirill Kamakin
d850c82b6f Add menu icons 2022-11-18 23:52:20 +01:00
Kirill Kamakin
c86782708c Add navigation drawer header 2022-11-18 23:45:33 +01:00
Kirill Kamakin
b2bcad31b1 Make splash screen dark in night mode 2022-11-18 23:34:36 +01:00
Kirill Kamakin
85001f6952 Make status bar transparent 2022-11-18 23:31:04 +01:00
Kirill Kamakin
09f3c5422f Fix changing toolbar color based on image 2022-11-18 23:24:29 +01:00
Kirill Kamakin
ee11117210 Disable toolbar background 2022-11-18 23:21:37 +01:00
Kirill Kamakin
1c0d98850d Disable action bar in theme 2022-11-18 22:53:08 +01:00
Kirill Kamakin
a329d6a4ec Use dynamic colors 2022-11-18 22:50:31 +01:00
Kirill Kamakin
e86b24c3f6 Use material toolbar without action bar 2022-11-18 22:42:56 +01:00
Kirill Kamakin
ac0eb2bfd2 Generate colors with material color generator 2022-11-18 22:20:52 +01:00
Kirill Kamakin
e164d83258 Remove toolbar round corner 2022-11-18 21:45:48 +01:00
Kirill Kamakin
7faaeb511e Change recipes list colors 2022-11-18 21:41:04 +01:00
Kirill Kamakin
a6a47a5eae Move login/logout to navigation drawer 2022-11-18 21:06:42 +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
6148c7e23e Bump version to 0.3.2 2022-11-13 15:54:51 +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
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
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
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
980ffd54cb Link "testing" as test dependency 2022-11-12 14:06:57 +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