Fixes to android. Added assets for android.
@ -291,6 +291,7 @@
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Controls\ExtendedTableViewRenderer.cs" />
|
||||
<Compile Include="LoginService.cs" />
|
||||
<Compile Include="Controls\ExtendedEditorRenderer.cs" />
|
||||
<Compile Include="Controls\ExtendedNavigationPage.cs" />
|
||||
@ -319,12 +320,6 @@
|
||||
<None Include="Resources\AboutResources.txt" />
|
||||
<None Include="Assets\AboutAssets.txt" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable\icon.png" />
|
||||
<AndroidResource Include="Resources\drawable-hdpi\icon.png" />
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\icon.png" />
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\icon.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Properties\AndroidManifest.xml" />
|
||||
</ItemGroup>
|
||||
@ -343,59 +338,17 @@
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\values\colors.xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\fa_folder_open.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\fa_folder_open.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\fa_folder_open.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable\fa_folder_open.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-hdpi\fa_folder_open.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BundleResource Include="Resources\drawable-mdpi\ion_plus.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\ion_chevron_right.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\ion_chevron_right.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\ion_plus.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\ion_chevron_right.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\ion_plus.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\xml\accessibilityservice.xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable\bg.png" />
|
||||
<AndroidResource Include="Resources\drawable-mdpi\logo.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-hdpi\bg.png" />
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\logo.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\bg.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\bg.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\bg.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable\more.png" />
|
||||
<AndroidResource Include="Resources\drawable-hdpi\logo.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-hdpi\more.png" />
|
||||
@ -410,34 +363,232 @@
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\more.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable\eye.png" />
|
||||
<AndroidResource Include="Resources\drawable-hdpi\icon.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable\eye_slash.png" />
|
||||
<AndroidResource Include="Resources\drawable-mdpi\icon.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-hdpi\eye.png" />
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\icon.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-hdpi\eye_slash.png" />
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\icon.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\eye.png" />
|
||||
<AndroidResource Include="Resources\drawable-xxxhdpi\icon.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\eye_slash.png" />
|
||||
<AndroidResource Include="Resources\drawable-xxxhdpi\fingerprint.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\eye.png" />
|
||||
<AndroidResource Include="Resources\drawable-xxxhdpi\plus.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\plus.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\plus.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-hdpi\plus.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\plus.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxxhdpi\folder.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\folder.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\folder.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-hdpi\folder.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\folder.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxxhdpi\eye_slash.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\eye_slash.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\eye_slash.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\eye_slash.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-hdpi\eye_slash.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-hdpi\eye.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxxhdpi\eye.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\eye.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\eye_slash.png" />
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\eye.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\eye.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxxhdpi\user.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\user.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\user.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\user.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-hdpi\user.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-hdpi\lightbulb.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\lightbulb.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\lightbulb.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\lightbulb.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxxhdpi\lightbulb.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxxhdpi\envelope.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\envelope.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\envelope.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\envelope.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-hdpi\envelope.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-hdpi\lock.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxxhdpi\lock.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\lock.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\lock.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\lock.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxxhdpi\more.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\refresh.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\upload.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\globe.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\cloudup.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\fingerprint.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-mdpi\ion_chevron_right.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-hdpi\ion_chevron_right.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\ion_chevron_right.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\ion_chevron_right.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxxhdpi\ion_chevron_right.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\fingerprint.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\fingerprint.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-hdpi\fingerprint.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\globe.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\globe.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\refresh.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\refresh.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\cloudup.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\cloudup.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xhdpi\upload.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxhdpi\upload.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-hdpi\cloudup.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-hdpi\upload.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-hdpi\refresh.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-hdpi\globe.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxxhdpi\cloudup.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxxhdpi\upload.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxxhdpi\refresh.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidResource Include="Resources\drawable-xxxhdpi\globe.png" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
|
||||
<Import Project="..\..\packages\Xamarin.Android.Support.Vector.Drawable.23.3.0\build\Xamarin.Android.Support.Vector.Drawable.targets" Condition="Exists('..\..\packages\Xamarin.Android.Support.Vector.Drawable.23.3.0\build\Xamarin.Android.Support.Vector.Drawable.targets')" />
|
||||
|
42
src/Android/Controls/ExtendedTableViewRenderer.cs
Normal file
@ -0,0 +1,42 @@
|
||||
using System;
|
||||
using System.ComponentModel;
|
||||
using Android.Graphics;
|
||||
using Android.Text;
|
||||
using Android.Text.Method;
|
||||
using Android.Views.InputMethods;
|
||||
using Android.Widget;
|
||||
using Bit.Android.Controls;
|
||||
using Bit.App.Controls;
|
||||
using Bit.App.Enums;
|
||||
using Xamarin.Forms;
|
||||
using Xamarin.Forms.Platform.Android;
|
||||
|
||||
[assembly: ExportRenderer(typeof(ExtendedTableView), typeof(ExtendedTableViewRenderer))]
|
||||
namespace Bit.Android.Controls
|
||||
{
|
||||
public class ExtendedTableViewRenderer : TableViewRenderer
|
||||
{
|
||||
public override SizeRequest GetDesiredSize(int widthConstraint, int heightConstraint)
|
||||
{
|
||||
var baseSize = base.GetDesiredSize(widthConstraint, heightConstraint);
|
||||
var height = ComputeHeight(Control, Convert.ToInt32(baseSize.Request.Width));
|
||||
return new SizeRequest(new Size(baseSize.Request.Width, height));
|
||||
}
|
||||
|
||||
private int ComputeHeight(global::Android.Widget.ListView listView, int width)
|
||||
{
|
||||
var adapter = listView.Adapter;
|
||||
var totalHeight = listView.PaddingTop + listView.PaddingBottom;
|
||||
var desiredWidth = MeasureSpec.MakeMeasureSpec(width, global::Android.Views.MeasureSpecMode.AtMost);
|
||||
for(var i = 0; i < adapter.Count; i++)
|
||||
{
|
||||
var view = adapter.GetView(i, null, listView);
|
||||
view.LayoutParameters = new LayoutParams(LayoutParams.WrapContent, LayoutParams.WrapContent);
|
||||
view.Measure(desiredWidth, MeasureSpec.MakeMeasureSpec(0, global::Android.Views.MeasureSpecMode.Unspecified));
|
||||
totalHeight += view.MeasuredHeight;
|
||||
}
|
||||
|
||||
return totalHeight + (listView.DividerHeight * (adapter.Count - 1));
|
||||
}
|
||||
}
|
||||
}
|
@ -106,6 +106,8 @@ namespace Bit.Android
|
||||
|
||||
private void SetIoc()
|
||||
{
|
||||
UserDialogs.Init(this);
|
||||
|
||||
var container = new UnityContainer();
|
||||
|
||||
container
|
||||
@ -146,13 +148,11 @@ namespace Bit.Android
|
||||
.RegisterInstance(UserDialogs.Instance, new ContainerControlledLifetimeManager())
|
||||
.RegisterInstance(CrossFingerprint.Current, new ContainerControlledLifetimeManager());
|
||||
|
||||
CrossPushNotification.Initialize(container.Resolve<IPushNotificationListener>(), "SECRET_SENDER_ID");
|
||||
CrossPushNotification.Initialize(container.Resolve<IPushNotificationListener>(), "962181367620");
|
||||
container.RegisterInstance(CrossPushNotification.Current, new ContainerControlledLifetimeManager());
|
||||
|
||||
Resolver.SetResolver(new UnityResolver(container));
|
||||
CrossFingerprint.SetCurrentActivityResolver(() => CrossCurrentActivity.Current.Activity);
|
||||
|
||||
UserDialogs.Init(this);
|
||||
}
|
||||
}
|
||||
}
|
6807
src/Android/Resources/Resource.Designer.cs
generated
Before Width: | Height: | Size: 62 KiB |
BIN
src/Android/Resources/drawable-hdpi/cloudup.png
Normal file
After Width: | Height: | Size: 977 B |
BIN
src/Android/Resources/drawable-hdpi/envelope.png
Normal file
After Width: | Height: | Size: 518 B |
Before Width: | Height: | Size: 607 B After Width: | Height: | Size: 833 B |
Before Width: | Height: | Size: 659 B After Width: | Height: | Size: 937 B |
Before Width: | Height: | Size: 378 B |
BIN
src/Android/Resources/drawable-hdpi/fingerprint.png
Normal file
After Width: | Height: | Size: 6.0 KiB |
BIN
src/Android/Resources/drawable-hdpi/folder.png
Normal file
After Width: | Height: | Size: 434 B |
BIN
src/Android/Resources/drawable-hdpi/globe.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.3 KiB |
BIN
src/Android/Resources/drawable-hdpi/ion_chevron_right.png
Normal file
After Width: | Height: | Size: 513 B |
BIN
src/Android/Resources/drawable-hdpi/lightbulb.png
Normal file
After Width: | Height: | Size: 634 B |
BIN
src/Android/Resources/drawable-hdpi/lock.png
Normal file
After Width: | Height: | Size: 438 B |
BIN
src/Android/Resources/drawable-hdpi/logo.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 584 B After Width: | Height: | Size: 412 B |
BIN
src/Android/Resources/drawable-hdpi/plus.png
Normal file
After Width: | Height: | Size: 130 B |
BIN
src/Android/Resources/drawable-hdpi/refresh.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
src/Android/Resources/drawable-hdpi/upload.png
Normal file
After Width: | Height: | Size: 708 B |
BIN
src/Android/Resources/drawable-hdpi/user.png
Normal file
After Width: | Height: | Size: 572 B |
Before Width: | Height: | Size: 62 KiB |
BIN
src/Android/Resources/drawable-mdpi/cloudup.png
Normal file
After Width: | Height: | Size: 779 B |
BIN
src/Android/Resources/drawable-mdpi/envelope.png
Normal file
After Width: | Height: | Size: 374 B |
Before Width: | Height: | Size: 314 B |
BIN
src/Android/Resources/drawable-mdpi/fingerprint.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
src/Android/Resources/drawable-mdpi/folder.png
Normal file
After Width: | Height: | Size: 346 B |
BIN
src/Android/Resources/drawable-mdpi/globe.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
src/Android/Resources/drawable-mdpi/icon.png
Normal file
After Width: | Height: | Size: 976 B |
Before Width: | Height: | Size: 261 B After Width: | Height: | Size: 340 B |
Before Width: | Height: | Size: 127 B |
Before Width: | Height: | Size: 468 B After Width: | Height: | Size: 468 B |
BIN
src/Android/Resources/drawable-mdpi/lock.png
Normal file
After Width: | Height: | Size: 359 B |
BIN
src/Android/Resources/drawable-mdpi/logo.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 584 B After Width: | Height: | Size: 288 B |
BIN
src/Android/Resources/drawable-mdpi/plus.png
Normal file
After Width: | Height: | Size: 155 B |
BIN
src/Android/Resources/drawable-mdpi/refresh.png
Normal file
After Width: | Height: | Size: 1017 B |
BIN
src/Android/Resources/drawable-mdpi/upload.png
Normal file
After Width: | Height: | Size: 533 B |
BIN
src/Android/Resources/drawable-mdpi/user.png
Normal file
After Width: | Height: | Size: 425 B |
Before Width: | Height: | Size: 62 KiB |
BIN
src/Android/Resources/drawable-xhdpi/cloudup.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
src/Android/Resources/drawable-xhdpi/envelope.png
Normal file
After Width: | Height: | Size: 629 B |
Before Width: | Height: | Size: 607 B After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 659 B After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 456 B |
BIN
src/Android/Resources/drawable-xhdpi/fingerprint.png
Normal file
After Width: | Height: | Size: 8.4 KiB |
BIN
src/Android/Resources/drawable-xhdpi/folder.png
Normal file
After Width: | Height: | Size: 563 B |
BIN
src/Android/Resources/drawable-xhdpi/globe.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 515 B After Width: | Height: | Size: 509 B |
Before Width: | Height: | Size: 134 B |
Before Width: | Height: | Size: 789 B After Width: | Height: | Size: 789 B |
BIN
src/Android/Resources/drawable-xhdpi/lock.png
Normal file
After Width: | Height: | Size: 569 B |
Before Width: | Height: | Size: 584 B After Width: | Height: | Size: 567 B |
BIN
src/Android/Resources/drawable-xhdpi/plus.png
Normal file
After Width: | Height: | Size: 133 B |
BIN
src/Android/Resources/drawable-xhdpi/refresh.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
src/Android/Resources/drawable-xhdpi/upload.png
Normal file
After Width: | Height: | Size: 969 B |
BIN
src/Android/Resources/drawable-xhdpi/user.png
Normal file
After Width: | Height: | Size: 685 B |
Before Width: | Height: | Size: 62 KiB |
BIN
src/Android/Resources/drawable-xxhdpi/cloudup.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
src/Android/Resources/drawable-xxhdpi/envelope.png
Normal file
After Width: | Height: | Size: 884 B |
Before Width: | Height: | Size: 623 B |
BIN
src/Android/Resources/drawable-xxhdpi/fingerprint.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
src/Android/Resources/drawable-xxhdpi/folder.png
Normal file
After Width: | Height: | Size: 734 B |
BIN
src/Android/Resources/drawable-xxhdpi/globe.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 595 B After Width: | Height: | Size: 777 B |
Before Width: | Height: | Size: 147 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
BIN
src/Android/Resources/drawable-xxhdpi/lock.png
Normal file
After Width: | Height: | Size: 733 B |
BIN
src/Android/Resources/drawable-xxhdpi/logo.png
Normal file
After Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 584 B After Width: | Height: | Size: 732 B |
BIN
src/Android/Resources/drawable-xxhdpi/plus.png
Normal file
After Width: | Height: | Size: 140 B |
BIN
src/Android/Resources/drawable-xxhdpi/refresh.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
src/Android/Resources/drawable-xxhdpi/upload.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
src/Android/Resources/drawable-xxhdpi/user.png
Normal file
After Width: | Height: | Size: 895 B |
BIN
src/Android/Resources/drawable-xxxhdpi/cloudup.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
src/Android/Resources/drawable-xxxhdpi/envelope.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
src/Android/Resources/drawable-xxxhdpi/eye.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
src/Android/Resources/drawable-xxxhdpi/eye_slash.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
src/Android/Resources/drawable-xxxhdpi/fingerprint.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
src/Android/Resources/drawable-xxxhdpi/folder.png
Normal file
After Width: | Height: | Size: 889 B |
BIN
src/Android/Resources/drawable-xxxhdpi/globe.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
src/Android/Resources/drawable-xxxhdpi/icon.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
src/Android/Resources/drawable-xxxhdpi/ion_chevron_right.png
Normal file
After Width: | Height: | Size: 881 B |
BIN
src/Android/Resources/drawable-xxxhdpi/lightbulb.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
src/Android/Resources/drawable-xxxhdpi/lock.png
Normal file
After Width: | Height: | Size: 810 B |
BIN
src/Android/Resources/drawable-xxxhdpi/more.png
Normal file
After Width: | Height: | Size: 921 B |
BIN
src/Android/Resources/drawable-xxxhdpi/plus.png
Normal file
After Width: | Height: | Size: 150 B |
BIN
src/Android/Resources/drawable-xxxhdpi/refresh.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
src/Android/Resources/drawable-xxxhdpi/upload.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
src/Android/Resources/drawable-xxxhdpi/user.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 607 B |
Before Width: | Height: | Size: 659 B |
Before Width: | Height: | Size: 378 B |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 584 B |