1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-13 06:43:17 +00:00

[PM-3222] Migration of data from LiteDB to shared pref storage (#2724)

* Migration of data from LiteDB to shared pref storage

* tweaks
This commit is contained in:
mpbw2
2023-08-30 10:55:20 -04:00
committed by GitHub
parent 4d0f9d1c03
commit dbadf8c56f
10 changed files with 373 additions and 87 deletions

View File

@@ -35,7 +35,6 @@ namespace Bit.Core.Abstractions
Task ReplaceAsync(Dictionary<string, CipherData> ciphers);
Task<Cipher> SaveAttachmentRawWithServerAsync(Cipher cipher, string filename, byte[] data);
Task SaveCollectionsWithServerAsync(Cipher cipher);
Task SaveNeverDomainAsync(string domain);
Task SaveWithServerAsync(Cipher cipher);
Task<ShareWithServerError> ShareWithServerAsync(CipherView cipher, string organizationId, HashSet<string> collectionIds);
Task UpdateLastUsedDateAsync(string id);