mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 02:23:57 +00:00
Send feature for mobile (#1256)
* Send feature for mobile * added fallback for KdfIterations * additional property exclusions for tests * support encryptedFileData as byte array comparison in SendServiceTests * formatting * requested changes * additional changes * change position of send service registration to match declaration order
This commit is contained in:
BIN
src/iOS/Resources/paper_plane.png
Normal file
BIN
src/iOS/Resources/paper_plane.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 898 B |
BIN
src/iOS/Resources/paper_plane@2x.png
Normal file
BIN
src/iOS/Resources/paper_plane@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
BIN
src/iOS/Resources/paper_plane@3x.png
Normal file
BIN
src/iOS/Resources/paper_plane@3x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
@@ -267,6 +267,15 @@
|
||||
<ItemGroup>
|
||||
<BundleResource Include="Resources\logo%403x.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BundleResource Include="Resources\paper_plane.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BundleResource Include="Resources\paper_plane%402x.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BundleResource Include="Resources\paper_plane%403x.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BundleResource Include="Resources\plus.png" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user