Commit Graph

5 Commits

Author SHA1 Message Date
88e2084f8b Refactor image handling and decoding logic
- Introduced a maximum bitmap decode dimension to prevent excessive memory usage.
- Enhanced base64 to bitmap conversion by extracting payload and applying EXIF orientation.
- Improved error handling for image downloads and decoding processes.
- Simplified media picker and chat input components to manage keyboard visibility more effectively.
- Updated color selection grid to adaptively adjust based on available width.
- Added safety checks for notifications and call actions in profile screens.
- Optimized bitmap decoding in uriToBase64Image to handle large images more efficiently.
2026-02-20 02:45:00 +05:00
a7268bb986 fix: remove logs 2026-02-05 02:05:26 +05:00
dc23ba9d36 fix: fix biometric auth manager 2026-02-05 02:05:26 +05:00
1f6fc01a54 refactor: Simplify BiometricAuthManager by removing Android Keystore integration and using AES for encryption/decryption 2026-01-22 14:54:40 +05:00
f6f8620102 feat: Implement BiometricAuthManager for biometric authentication and password encryption/decryption 2026-01-22 14:26:30 +05:00