Commit Graph

23 Commits

Author SHA1 Message Date
Kirill Kamakin
ee11117210 Disable toolbar background 2022-11-18 23:21:37 +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
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
b4071a5dae Implement first animated drawable 2022-11-03 20:01:57 +01:00
Kirill Kamakin
8a91f02f0e Add splash screen animation vectors 2022-11-03 19:36:24 +01:00
Davide Baret
9396fab237 Fix background color for dark theme 2021-12-24 20:05:33 +01:00
Kirill Kamakin
44458dd146 Fix a number of lint issues (#2)
* Fix systemUiVisibility deprecation warnings

This commit extracts setSystemUiVisibility as
an extension and uses the new API depending on
the Build.VERSION

* Fix splash fragment vector issues

Clip-path isn't available before V24 and
width/height should not exceed 200 dp.

* Remove unused disclaimer fragment header

* Remove unused ic_launcher_round

* Ignore IconMissingDensityFolder lint

Ignoring it because all the images are vector

* Ignore UnusedAttribute lint

It warns about networkSecurityConfig which
is used only in debug builds to allow
user SSL certificates. Lint says it's not
available before v24. But it doesn't matter
since before v24 the user SSL certificates
were allowed by default.

* Use plurals for disclaimer count down
2021-11-27 13:10:00 +00:00
Kirill Kamakin
e701b5d7df Show recipe info in bottom sheet dialog 2021-11-25 20:06:53 +03:00
Kirill Kamakin
cf9bd407a4 Add new splash fragment image 2021-11-23 22:15:48 +03:00
Kirill Kamakin
0b00868acc Add icon to the app toolbar 2021-11-23 21:03:43 +03:00
Kirill Kamakin
b69034ec49 Replace app icon 2021-11-23 20:28:34 +03:00
Kirill Kamakin
263ebbd431 Replace recipe placeholder image 2021-11-21 20:42:25 +03:00
Kirill Kamakin
740dd12f3b Enable lint rules and fix found issues 2021-11-13 16:46:00 +03:00
Kirill Kamakin
284f32588f Add new launcher icon 2021-11-13 15:09:39 +03:00
Kirill Kamakin
407a73d444 Implement showing recipe pictures in the list 2021-11-13 15:09:33 +03:00
Kirill Kamakin
8bae6205b9 Initial commit
This commit contains Fragment + ViewModel template from Android Studio
2021-11-13 15:09:26 +03:00