Commit Graph

800 Commits

Author SHA1 Message Date
Kirill Kamakin
cd3931e147 Show error message when favorite update fails 2022-12-16 17:24:35 +01:00
Kirill Kamakin
30ee8ecdea Add TODOs 2022-12-16 17:24:35 +01:00
Kirill Kamakin
0b65c59b59 Ignore favorites errors when updating recipes 2022-12-16 17:24:34 +01:00
Kirill Kamakin
700614427c Add more logging 2022-12-16 17:24:34 +01:00
Kirill Kamakin
127153cac7 Update unit tests 2022-12-16 17:24:34 +01:00
Kirill Kamakin
c6142c6218 Update favorite icon size 2022-12-16 17:24:34 +01:00
Kirill Kamakin
97735847c0 Refresh favorite recipes on change 2022-12-16 17:24:34 +01:00
Kirill Kamakin
af390ebcaf Fix recipe list diff calculation 2022-12-16 17:24:34 +01:00
Kirill Kamakin
4334fdaa6a Replace add/remove with update 2022-12-16 17:24:34 +01:00
Kirill Kamakin
2fa43f57b7 Update favorite status on icon click 2022-12-16 17:24:34 +01:00
Kirill Kamakin
3eb99206e8 Display favorite icon on recipe holders 2022-12-16 17:24:33 +01:00
Kirill Kamakin
aefb974cb3 Save isFavorite flag to DB for recipes 2022-12-16 17:24:33 +01:00
Kirill Kamakin
a42758f3d1 Merge pull request #119 from kirmanak/coverage-modules
Fix test coverage report for submodules
2022-12-16 17:24:14 +01:00
Kirill Kamakin
df459d5512 Fix test coverage report for submodules 2022-12-16 17:13:45 +01:00
Kirill Kamakin
5719467928 Merge pull request #117 from kirmanak/base-url-fix
Fix ignoring port in server URLs
2022-12-12 20:27:40 +01:00
Kirill Kamakin
c66198f56e Add base URL interceptor test 2022-12-12 20:19:09 +01:00
Kirill Kamakin
57ce307cf5 Configure port through base url interceptor 2022-12-12 20:11:07 +01:00
Kirill Kamakin
b395e2d353 Merge pull request #116 from kirmanak/base-url-interceptor
Simplify base server URL handling
2022-12-11 20:45:44 +01:00
Kirill Kamakin
f1ee255c9f Revert "Fix binding set of interceptors twice in release"
This reverts commit 31089eb499.
2022-12-11 20:32:02 +01:00
Kirill Kamakin
f6c0e862fc Set base url through Interceptor 2022-12-11 20:22:36 +01:00
Kirill Kamakin
85b863227d Merge pull request #115 from kirmanak/authorization
Use API tokens to authenticate application
2022-12-11 18:40:05 +01:00
Kirill Kamakin
fd89dbad3b Add From24AuthMigrationExecutorTest tests 2022-12-11 18:33:45 +01:00
Kirill Kamakin
7a5cbbb5a3 Add MigrationDetectorImpl tests 2022-12-11 18:19:32 +01:00
Kirill Kamakin
31089eb499 Fix binding set of interceptors twice in release 2022-12-11 17:58:59 +01:00
Kirill Kamakin
901d37570a Fix migration logs 2022-12-11 17:49:52 +01:00
Kirill Kamakin
e36cb12431 Bump version to 0.3.10 2022-12-11 17:45:46 +01:00
Kirill Kamakin
3720b1aadb Create API token when updating from 24 2022-12-11 17:45:22 +01:00
Kirill Kamakin
dd313def96 Replace Authenticator with Interceptor 2022-12-11 17:03:09 +01:00
Kirill Kamakin
c99f9fea88 Create API token when signing in 2022-12-11 16:25:12 +01:00
Kirill Kamakin
a560db8bb6 Revert "Support invalidation in MealieAuthenticator"
This reverts commit 9c48f1b563.
2022-12-11 11:29:50 +01:00
Kirill Kamakin
79b857810a Remove makeCall helper fun 2022-12-11 10:24:35 +01:00
Kirill Kamakin
9c48f1b563 Support invalidation in MealieAuthenticator 2022-12-11 10:17:13 +01:00
Kirill Kamakin
ac20105b9b Create OkHttp authenticator without token invalidation 2022-12-10 10:32:13 +01:00
Kirill Kamakin
9adf37ae33 Move token invalidation to auth interceptor 2022-12-10 09:30:38 +01:00
Kirill Kamakin
54d0c895a9 Extract Authorization header to an interceptor 2022-12-10 08:15:46 +01:00
Kirill Kamakin
915fd77daa Create impl package in datasource 2022-12-10 07:40:53 +01:00
Kirill Kamakin
c24a119291 Merge pull request #113 from kirmanak/ingredient-titles
Add support for ingredient sections
2022-12-08 19:21:10 +01:00
Kirill Kamakin
adc6351520 Show ingredients header outside of the card 2022-12-06 19:01:43 +01:00
Kirill Kamakin
a18984bda0 Implement displaying ingredient sections 2022-12-04 19:25:36 +01:00
Kirill Kamakin
e2e76ea842 Merge pull request #112 from kirmanak/ingredient-amounts
Add support for ingredient amounts
2022-12-04 19:17:39 +01:00
Kirill Kamakin
d1aea9fc83 Fix RecipeInfoViewModel test 2022-12-04 19:04:59 +01:00
Kirill Kamakin
221ab89b86 Fix formatting zeroes 2022-12-04 19:02:14 +01:00
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