1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-29 04:07:37 +02:00
bitwarden-mobile/src/Core
2024-01-31 12:14:02 -03:00
..
Abstractions Merge branch 'main' into feature/maui-migration 2024-01-24 11:22:28 -03:00
Attributes EC-487 Added helper to localize enum values and also a converter to use in xaml (#2048) 2022-08-23 12:34:29 -03:00
Behaviors PM-3349 PM-3350 Added the partial MAUI Community Toolkit implementation for TouchEffect. This is a temporary solution until they finalize this and add it to their nuget package. 2023-11-13 09:59:54 +00:00
Controls Removing error/loading placeholders of icons on the cells to see if that is causing the background crash on iOS; so we can test this in TestFlight 2024-01-29 17:16:01 -03:00
Effects PM-3349 Replaced the FabShadowEffect with the new MAUI Shadow to fix the buggy shadows on the Android Fab Button. 2023-10-16 00:47:52 +01:00
Enums [PM-2671] Update mobile client to use regions (#2798) 2023-11-07 12:15:32 +00:00
Exceptions [PM-3726] prevent legacy user login (#2769) 2023-09-20 15:56:51 -04:00
Lists PM-3350 Updated AppCenter package to latest version 5.0.3 and updated some things into MAUI style 2023-11-20 17:29:16 -03:00
Models Merge branch 'main' into feature/maui-migration 2024-01-24 11:22:28 -03:00
Pages Merge branch 'main' into feature/maui-migration 2024-01-31 12:14:02 -03:00
Resources Merge branch 'main' into feature/maui-migration 2024-01-29 13:58:30 -03:00
Services PM-3350 Added check for state migration version before trying to migrate LiteDB values into Prefs when there's no need to and that may be inducing crashes on backgrounded iOS apps. 2024-01-25 17:56:28 -03:00
Utilities PM-3350 Fixed CancellationTokenSource proper disposal 2024-01-22 12:30:29 -03:00
App.xaml PM-3349 PM-3350 MAUI Migration Initial 2023-09-29 11:02:19 -03:00
App.xaml.cs PM-3349 PM-3350 Improved code safety with try...catch, better invoke on main thread and better null handling. 2024-01-19 15:01:31 -03:00
BitwardenIcons.cs [PM-1575] Display Passkeys (#2523) 2023-07-26 17:59:49 -03:00
Constants.cs Merge branch 'main' into feature/maui-migration 2024-01-31 12:14:02 -03:00
Core.csproj PM-3350 Fix Avatar toolbar icon on extensions to load properly and to take advantage of using directly SkiaSharp to do the native conversion to UIImage. Also improved the toolbar item so that size is set appropriately. 2024-01-23 17:34:27 -03:00
ExternalLinksConstants.cs Add privacy policy link to about screen (#2954) 2024-01-24 15:07:39 -05:00
MauiProgram.cs PM-3350 PM-3349 Updated Unit Test projects to NET 8.0 and fixed it to work with Core project reference. Also fixed a test that was breaking due to CIpherKey creation being wrong. Added "UT" as a constant to add when building/running Core.Test project so we have something on the context that tells us that is for a UT. With this I had to remove FFImageLoading on UT context because it doesn't support NET 8.0 2024-01-15 17:18:51 -03:00
ResumeWindow.cs PM-3349 Added custom window so that we can always get the current Active Window. This is used to support the Android Autofil and multi-window scenarios. 2023-12-23 12:30:21 +00:00