mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 21:33:36 +00:00
refactor autofill classes. basic login support.
This commit is contained in:
@@ -287,10 +287,12 @@
|
||||
<ItemGroup>
|
||||
<Compile Include="AutofillActivity.cs" />
|
||||
<Compile Include="AutofillCredentials.cs" />
|
||||
<Compile Include="Autofill\AutofillFieldMetadata.cs" />
|
||||
<Compile Include="Autofill\AutofillFieldMetadataCollection.cs" />
|
||||
<Compile Include="Autofill\AutofillFrameworkService.cs" />
|
||||
<Compile Include="Autofill\AutofillHelper.cs" />
|
||||
<Compile Include="Autofill\Field.cs" />
|
||||
<Compile Include="Autofill\FieldCollection.cs" />
|
||||
<Compile Include="Autofill\AutofillService.cs" />
|
||||
<Compile Include="Autofill\AutofillHelpers.cs" />
|
||||
<Compile Include="Autofill\CipherFilledItem.cs" />
|
||||
<Compile Include="Autofill\IFilledItem.cs" />
|
||||
<Compile Include="Controls\CustomLabelRenderer.cs" />
|
||||
<Compile Include="Controls\CustomSearchBarRenderer.cs" />
|
||||
<Compile Include="Controls\CustomButtonRenderer.cs" />
|
||||
@@ -298,8 +300,8 @@
|
||||
<Compile Include="Controls\ExtendedButtonRenderer.cs" />
|
||||
<Compile Include="Controls\ExtendedTabbedPageRenderer.cs" />
|
||||
<Compile Include="Controls\ExtendedTableViewRenderer.cs" />
|
||||
<Compile Include="Autofill\FilledAutofillField.cs" />
|
||||
<Compile Include="Autofill\FilledAutofillFieldCollection.cs" />
|
||||
<Compile Include="Autofill\FilledField.cs" />
|
||||
<Compile Include="Autofill\FilledFieldCollection.cs" />
|
||||
<Compile Include="HockeyAppCrashManagerListener.cs" />
|
||||
<Compile Include="AutofillService.cs" />
|
||||
<Compile Include="Controls\ExtendedEditorRenderer.cs" />
|
||||
@@ -328,7 +330,7 @@
|
||||
<Compile Include="Services\SqlService.cs" />
|
||||
<Compile Include="SplashActivity.cs" />
|
||||
<Compile Include="PackageReplacedReceiver.cs" />
|
||||
<Compile Include="Autofill\StructureParser.cs" />
|
||||
<Compile Include="Autofill\Parser.cs" />
|
||||
<Compile Include="Utilities.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user