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
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
Kirill Kamakin
8a91f02f0e
Add splash screen animation vectors
2022-11-03 19:36:24 +01:00
Kirill Kamakin
a6a9aef5e2
Remove splash fragment
2022-10-31 21:08:17 +01:00
Kirill Kamakin
81e3fcfd98
Start splash screen API migration
2022-10-31 21:08:17 +01:00
Kirill Kamakin
95205f8ffe
Initialize v1 support
2022-08-14 18:19:42 +02:00
Kirill Kamakin
02fd24367b
Remove unused resource
2022-06-12 20:00:22 +02:00
Kirill Kamakin
140709f8c5
Remove unused strings
2022-06-12 18:42:39 +02:00
Kirill Kamakin
348b7de6cc
Disable backup explicitly
...
I don't think it is possible to restore
encrypted shared preferences from backup.
2022-06-12 18:41:55 +02:00
Kirill Kamakin
9944948f55
Explicitly enable cleartext traffic
2022-06-12 18:31:46 +02:00
Kirill Kamakin
e18f726da5
Implement adding recipes through app
2022-06-12 12:49:18 +02:00
Kirill Kamakin
50c8e14593
Implement showing authentication progress
2022-04-09 18:56:25 +05:00
Kirill Kamakin
9db89965c0
Start migration to Material 3
...
Theme was generated here
https://material-foundation.github.io/material-theme-builder/#/custom
Primary: BB86FC
Secondary: 655A70
Tertiary: 805159
Neutral: 605D62
2022-04-09 17:32:19 +05:00
Kirill Kamakin
e7620400b8
Use single UI state for activity
2022-04-09 03:06:02 +05:00
Kirill Kamakin
d2029438d7
Fix handling result in BaseURLFragment and AuthenticationFragment
2022-04-08 21:19:05 +05:00
Kirill Kamakin
7c081c199a
Replace AccountManager with EncryptedSharedPreferences
2022-04-08 20:07:32 +05:00
Kirill Kamakin
b129913a82
Clear unused and fix tests
2022-04-08 17:54:23 +05:00
Kirill Kamakin
57f4ec4e22
Implement the simplest account manager authentication
2022-04-08 17:54:22 +05:00
Kirill Kamakin
096b5389bd
Use AccountManager
2022-04-08 17:54:21 +05:00
Kirill Kamakin
680afcc99a
Fix inability to press back on recipes after input URL
2022-04-06 15:48:15 +05:00
Kirill Kamakin
468aa8c02a
Implement login/logout functionality
2022-04-04 16:42:22 +05:00
Kirill Kamakin
f44f54522d
Extract Base URL from authentication
2022-04-04 03:34:50 +05:00
Kirill Kamakin
c8019e9c85
Implement hiding ingredients and instructions
2021-12-27 19:41:56 +03:00
Kirill Kamakin
6232af2295
Improve recipe info screen UI
2021-12-27 14:47:53 +03:00
Davide Baret
9396fab237
Fix background color for dark theme
2021-12-24 20:05:33 +01:00
Kirill Kamakin
186e1bf944
Show password disguise toggle icon ( #16 )
...
Fixes #6
2021-11-27 16:44:56 +00:00
Kirill Kamakin
f74973e40a
Fix expanding bottom sheet when not enough content ( #15 )
...
This commit makes sure bottom sheet dialog has the size
of its contents. That way it doesn't expand further than it
should. Fixes #4
2021-11-27 16:40:41 +00: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
339f8327de
Implement URL input format checks
2021-11-27 12:27:25 +03:00
Kirill Kamakin
715e63a1d4
Specify RecipeInfoFragment's layout managers in xml
2021-11-27 10:39:57 +03:00
Kirill Kamakin
cc5c9edb1f
Refactor RecipesFragment
...
This commit extracts SwipeRefreshLayout extension to a
separate file. Additionally, it refactors RecipesFragment in
order to move all the logic to the ViewModel from the View.
2021-11-27 00:22:52 +03:00
Kirill Kamakin
7ecad55a60
Update recipe view holder ellipsize params
2021-11-25 20:18:21 +03:00
Kirill Kamakin
0d3dfeebd9
Use rounded corners for recipe view holder
2021-11-25 20:15:01 +03:00
Kirill Kamakin
e701b5d7df
Show recipe info in bottom sheet dialog
2021-11-25 20:06:53 +03:00
Kirill Kamakin
6c41c4fcf6
Use center crop for recipe images
2021-11-25 19:34:31 +03:00
Kirill Kamakin
5070f975c4
Use placeholder_recipe in layout designer
2021-11-25 19:07:49 +03:00
Kirill Kamakin
d2032380c7
Extract corner radius dimension
2021-11-25 19:06:46 +03:00
Kirill Kamakin
cf9bd407a4
Add new splash fragment image
2021-11-23 22:15:48 +03:00
Kirill Kamakin
6e92d6a233
Improve disclaimer fragment layout
2021-11-23 22:07:26 +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