Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEAT] Added
Biometric
Authentication for Android 9
and above.
- Introduced methods in `SystemFacade`: `authenticate`, `enroll`, `unlock`. - Displayed biometric authentication prompt to users. - TODO: Add support for Android versions below 9 when a suitable library for `ComponentActivity` is available. [FEAT] Platform Toast in `SystemFacade`. - Enabled `PlatformToast` display via `SystemFacade.showPlatformToast`. [REFACTOR] Simplified `CompositionLocals` between `Gallery` and `MainActivity`. [FEAT] Added `LockScreen`. - Implemented a mock app lock-screen. [FEAT] Added `EndConcaveShape`. [FEAT] Clipped `NavRailShape` with `EndConcaveShape`. - Increased NavRail minWidth from` 96.dp` to `106.dp` to accommodate clipping with `EndConcaveShape`. [REFACTOR] Renamed `Home` to `Gallery`. [FIX] Set default value to empty string in `MediaProviderImpl` for cursor getString returning null. [DOC] Moved KDOC of `Settings` to the top. [FEAT] Added `Context.checkSelfPermission` method in `Utils`.
- Loading branch information