Compare commits

..

3 commits

Author SHA1 Message Date
ccc5eccda8 security update 2022-12-27 13:02:28 +01:00
6946b2e802 Docs 2022-12-27 11:51:46 +01:00
841a494503 refactoring 2022-12-26 19:33:38 +01:00

View file

@ -35,7 +35,6 @@ Some of the extra quirks that I added in are:
5. Local storage of favourites state -> on restart, the favourites stay. 5. Local storage of favourites state -> on restart, the favourites stay.
+ Not very useful on a real device as app restart can only be triggered with app life cycle state change, which would clear the download cache, + Not very useful on a real device as app restart can only be triggered with app life cycle state change, which would clear the download cache,
which would be an invalidate them -> so clearing them away with the image cache for now. which would be an invalidate them -> so clearing them away with the image cache for now.
6. Using an environment key manager for storing API keys
## Documentation ## Documentation
### Class UML ### Class UML