1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 15:53:44 +00:00

basic autofill

This commit is contained in:
kspearrin
2018-09-20 16:44:06 -04:00
parent 0baa07daa2
commit 6904ea118b
13 changed files with 1035 additions and 54 deletions

View File

@@ -38,6 +38,7 @@
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
<Folder Include="Models\" />
</ItemGroup>
<ItemGroup>
<Compile Include="Constants.cs" />
@@ -64,6 +65,7 @@
<Compile Include="Views\SwitchTableViewCell.cs" />
<Compile Include="Views\FormEntryTableViewCell.cs" />
<Compile Include="Views\Toast.cs" />
<Compile Include="Models\CipherViewModel.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\App\App.csproj">