Commit Graph

326 Commits

Author SHA1 Message Date
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
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
946f34cb37 Insert all recipes in one query 2022-11-13 13:17:55 +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
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
0c0248dbbc Ignore ingredients with empty note 2022-11-06 20:02:51 +01:00
Kirill Kamakin
5ed6d44099 Fix crashing when tapping too fast 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
bbc368ce69 Reuse build configuration for logger 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
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
Kirill Kamakin
b7bb6c8566 Simplify edge case handling 2022-11-05 10:40:15 +01:00
Kirill Kamakin
33bdaf9726 Show load end/load failure toasts 2022-11-04 22:13:57 +01:00
Kirill Kamakin
714ff7d33f Request recipes on successful authorization 2022-11-04 21:51:14 +01:00
Kirill Kamakin
e0780e9a9f Add login data examples 2022-11-04 20:53:01 +01:00
Kirill Kamakin
2a3a7e32e7 Improve URL input screen 2022-11-04 20:48:45 +01:00
Kirill Kamakin
7b25432595 Drop support for APIs 24 and 25 (Android 7) 2022-11-04 19:53:25 +01:00
Kirill Kamakin
ceed3cee4e Drop support for API 23 (Android 6) 2022-11-04 19:49:05 +01:00
Kirill Kamakin
30e6263ce1 Update splash icon for pre-31 APIs 2022-11-04 19:40:31 +01:00
Kirill Kamakin
40804efd70 Rename splash screen icon 2022-11-04 19:14:05 +01:00
Kirill Kamakin
6e15578725 Remove unused resources 2022-11-04 19:12:44 +01:00
Kirill Kamakin
d6c67d1663 Call onCreate faster 2022-11-04 19:09:36 +01:00
Kirill Kamakin
6ab23d6ef5 Fix animation colors 2022-11-03 23:06:59 +01:00
Kirill Kamakin
b32ab57781 Add nice animation 2022-11-03 23:02:47 +01:00
Kirill Kamakin
2f6991f747 Start animation work 2022-11-03 20:48:08 +01:00
Kirill Kamakin
b6d077bfb0 Extract vector-to-be-animated to separate file 2022-11-03 20:38:10 +01:00
Kirill Kamakin
db4aaf0bbd Use animated drawable on 31+ only 2022-11-03 20:35:50 +01:00
Kirill Kamakin
b4071a5dae Implement first animated drawable 2022-11-03 20:01:57 +01:00