1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-28 03:57:43 +02:00
bitwarden-mobile/src/Core/Controls
2024-02-08 12:31:52 -03:00
..
AccountSwitchingOverlay PM-5902 fix for account switcher not dismissing when tapping outside (#2974) 2024-02-01 21:44:13 +00:00
AccountViewCell PM-3349 PM-3350 Fix for text getting cut/truncated in both account switcher and ciphers/search lists 2023-12-03 22:17:16 +00:00
AuthenticatorViewCell [PM-5896] Fix MAUI iOS Background crash due to lock files on suspension (#2969) 2024-02-05 11:46:08 -03:00
Avatar 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
CipherViewCell PM-3349 PM-3350 Fixed Unit tests because of referencing FFImageLoading when it's not possible 2024-02-08 12:31:52 -03:00
DateTime PM-3349 PM-3350 Migrated remaining AutomationProperties to SemanticProperties. 2023-11-09 23:01:04 +00:00
IconLabelButton PM-3349 Fix for TabGestureRecognizer not working inside the StackLayout area of IconLabelButton 2023-11-04 18:08:44 +00:00
PasswordStrengthProgressBar PM-3349 PM-3350 MAUI Migration Initial 2023-09-29 11:02:19 -03:00
Picker PM-3349 Fix Picker selection style by doing a custom PickerHandler for Android which uses SetSingleChoiceItems(...) to provide with the appropriate UI 2024-01-09 15:08:45 -03:00
SendViewCell PM-3349 PM-3350 Changed SendViewCell and its binding to be directly against the ViewModel 2023-11-13 14:44:19 -03:00
Settings Merge branch 'master' into feature/maui-migration 2023-11-19 15:06:02 +00:00
CachedImage.cs PM-3349 PM-3350 Fixed Unit tests because of referencing FFImageLoading when it's not possible 2024-02-08 12:31:52 -03:00
CircularProgressbarView.cs PM-3349 PM-3350 MAUI Migration Initial 2023-09-29 11:02:19 -03:00
CustomLabel.cs PM-3349 PM-3350 MAUI Migration Initial 2023-09-29 11:02:19 -03:00
ExtendedCollectionView.cs PM-3349 PM-3350 MAUI Migration Initial 2023-09-29 11:02:19 -03:00
ExtendedDatePicker.cs PM-3349 Added Handler that enables the ExtendedDatePicker to get IsFocused events in Android. This is a workaround for fixing the current bug where it's not possible to select the "current day" in the expiration date of a Send. 2023-11-02 02:32:12 +00:00
ExtendedGrid.cs PM-3349 PM-3350 Added workaround for More Options to work on Search and Groupings Page 2023-12-01 15:02:12 +00:00
ExtendedSearchBar.cs PM-3349 PM-3350 MAUI Migration Initial 2023-09-29 11:02:19 -03:00
ExtendedSlider.cs PM-3349 PM-3350 MAUI Migration Initial 2023-09-29 11:02:19 -03:00
ExtendedStackLayout.cs PM-3349 PM-3350 Added workaround for More Options to work on Search and Groupings Page 2023-12-01 15:02:12 +00:00
ExtendedStepper.cs PM-3349 PM-3350 MAUI Migration Initial 2023-09-29 11:02:19 -03:00
ExtendedTimePicker.cs PM-3349 Added Handler that enables the ExtendedDatePicker to get IsFocused events in Android. This is a workaround for fixing the current bug where it's not possible to select the "current day" in the expiration date of a Send. 2023-11-02 02:32:12 +00:00
ExtendedToolbarItem.cs PM-3349 PM-3350 MAUI Migration Initial 2023-09-29 11:02:19 -03:00
ExternalLinkItemView.xaml PM-3349 PM-3350 Fix external link icon 2024-01-23 17:59:32 -03:00
ExternalLinkItemView.xaml.cs PM-3349 PM-3350 MAUI Migration Initial 2023-09-29 11:02:19 -03:00
HybridWebView.cs PM-3349 Implemented HybridWebViewHandler for Android which enables 2nd factor auth flows 2023-10-07 17:25:29 +01:00
IconButton.cs PM-3349 PM-3350 MAUI Migration fix nullable exception bindings and AsyncCommand canExecute null exception 2023-09-29 12:12:01 -03:00
IconLabel.cs PM-3349 PM-3350 MAUI Migration fix nullable exception bindings and AsyncCommand canExecute null exception 2023-09-29 12:12:01 -03:00
MiButton.cs PM-3349 PM-3350 MAUI Migration fix nullable exception bindings and AsyncCommand canExecute null exception 2023-09-29 12:12:01 -03:00
MiLabel.cs PM-3349 PM-3350 MAUI Migration fix nullable exception bindings and AsyncCommand canExecute null exception 2023-09-29 12:12:01 -03:00
MonoEntry.cs PM-3349 PM-3350 MAUI Migration fix nullable exception bindings and AsyncCommand canExecute null exception 2023-09-29 12:12:01 -03:00
MonoLabel.cs PM-3350 Fix for colored html text on iOS 2023-11-11 15:05:51 +00:00
RepeaterView.cs PM-3349 PM-3350 MAUI Migration Initial 2023-09-29 11:02:19 -03:00
SelectableLabel.cs PM-3349 PM-3350 MAUI Migration Initial 2023-09-29 11:02:19 -03:00
TruncatedMultilineCustomLabel.cs PM-3349 PM-3350 Workaround to fix issues with text getting cropped/truncated when a Label has both Multiline and LinebreakMode set 2023-11-26 14:46:30 +00:00