mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-19 13:57:18 -04:00
* Update source file InfoPlist.strings Update translations from Crowdin [ci skip] * Update source file Localizable.strings Update translations from Crowdin [ci skip] * New translations en.json (Dutch) Update translations from Crowdin [ci skip] * New translations enable2fa.en.resx (Dutch) Update translations from Crowdin [ci skip] * New translations disable2fa.en.resx (French) Update translations from Crowdin [ci skip] * New translations disable2fa.en.resx (Spanish) Update translations from Crowdin [ci skip] * New translations disable2fa.en.resx (German) Update translations from Crowdin [ci skip] * New translations disable2fa.en.resx (Dutch) Update translations from Crowdin [ci skip] * New translations disable2fa.en.resx (Ukrainian) Update translations from Crowdin [ci skip] * New translations infoplist.strings (French) Update translations from Crowdin [ci skip] * New translations infoplist.strings (Spanish) Update translations from Crowdin [ci skip] * New translations infoplist.strings (German) Update translations from Crowdin [ci skip] * New translations infoplist.strings (Dutch) Update translations from Crowdin [ci skip] * New translations infoplist.strings (Ukrainian) Update translations from Crowdin [ci skip] * New translations strings.xml (French) Update translations from Crowdin [ci skip] * New translations strings.xml (Spanish) Update translations from Crowdin [ci skip] * New translations strings.xml (German) Update translations from Crowdin [ci skip] * New translations strings.xml (Dutch) Update translations from Crowdin [ci skip] * New translations strings.xml (Ukrainian) Update translations from Crowdin [ci skip] * New translations localizable.strings (French) Update translations from Crowdin [ci skip] * New translations localizable.strings (Spanish) Update translations from Crowdin [ci skip] * New translations localizable.strings (German) Update translations from Crowdin [ci skip] * New translations localizable.strings (Dutch) Update translations from Crowdin [ci skip] * New translations localizable.strings (Ukrainian) Update translations from Crowdin [ci skip]
iOS Autofill Extension
This directory contains the native iOS Autofill extension that enables native password autofill functionality on iOS devices. The extension works in conjunction with the main React Native application through a shared data model.
Architecture
The Autofill extension and the React Native app both access the same VaultStoreKit, which serves as a shared data model between the native iOS components and the React Native application. This architecture allows for seamless communication between:
- Native iOS Autofill functionality
- React Native application components
- Shared data storage and access
Integration
The extension is designed to work alongside the React Native app while maintaining native iOS autofill capabilities.