Federico Maccaroni
|
1949a450fd
|
PM-3350 Improved code safety adding a lot of try...catch and logging throughout the app. Also made the invoking on main thread safer on several places of the app. Additionally, on the GroupingsPageViewModel changed the code removing the old Xamarin hack and just using Replace directly instead of Clearing first to see if that fixes the crash we're having sometimes on the app.
|
2024-01-12 13:54:34 -03:00 |
|
Federico Maccaroni
|
27fa79e0bd
|
Merge branch 'main' into feature/maui-migration
|
2024-01-12 09:16:10 -03:00 |
|
github-actions[bot]
|
9e1d6c7b03
|
Autosync the updated translations (#2936)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
|
2024-01-12 06:46:31 +01:00 |
|
Federico Maccaroni
|
1e29eacc61
|
PM-3350 Removed "iOS" old folder project that has been moved into the MAUI Single app project.
|
2024-01-11 17:51:34 -03:00 |
|
Federico Maccaroni
|
b81d26d589
|
Bump main iOS version
|
2024-01-11 14:18:34 -03:00 |
|
Federico Maccaroni
|
cd107b6161
|
Merge branch 'main' into feature/maui-migration
# Conflicts:
# src/App/Platforms/Android/AndroidManifest.xml
# src/iOS.Core/Renderers/CollectionView/ExtendedGroupableItemsViewController.cs
|
2024-01-11 14:17:34 -03:00 |
|
Federico Maccaroni
|
7ac3646fb0
|
PM-3350 Added nuget.config so we add the nuget package source for MAUI Nightly builds
|
2024-01-11 10:31:36 -03:00 |
|
Federico Maccaroni
|
d1e4e8645a
|
PM-3350 Updated MauiVersion to 8.0.4-nightly.* to have the TapGestureRecognizer fix applied. This is done on the Directory.Build.props so we don't have to change it on every csproj. Also removed the workaround of TapGestureHack and fix the Show environment picker to work on the extensions as well.
|
2024-01-10 19:53:53 -03:00 |
|
Bitwarden DevOps
|
e107b893ea
|
Bumped version to 2024.1.1 (#2934)
|
2024-01-10 17:30:04 +00:00 |
|
André Bispo
|
5de02c863f
|
[PM-5633] Ignore ArgumentOutOfRangeException to collect more data about the crash (#2933)
|
2024-01-10 17:02:54 +00:00 |
|
André Bispo
|
0e95d4d4ca
|
[PM-5542] Update sso endpoint (#2930)
|
2024-01-09 21:32:42 +00:00 |
|
Federico Maccaroni
|
6c04ac67b1
|
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 |
|
github-actions[bot]
|
a42b88b666
|
Autosync the updated translations (#2929)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
|
2024-01-05 11:37:30 +01:00 |
|
Federico Maccaroni
|
a1e4f0aaa2
|
PM-3350 Updated version to 2024.1.0 on iOS
|
2024-01-02 13:21:32 -03:00 |
|
Federico Maccaroni
|
adaef0d15b
|
Merge branch 'main' into feature/maui-migration
# Conflicts:
# src/App/Platforms/Android/AndroidManifest.xml
|
2024-01-02 13:20:15 -03:00 |
|
Bitwarden DevOps
|
af6866cee1
|
Bumped version to 2024.1.0 (#2928)
|
2024-01-02 14:40:03 +00:00 |
|
André Bispo
|
0cec49f121
|
[PM-4584] Add device identifier to request headers. (#2909)
|
2024-01-02 13:10:37 +00:00 |
|
github-actions[bot]
|
d091922017
|
Autosync the updated translations (#2927)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
|
2024-01-02 11:49:43 +01:00 |
|
github-actions[bot]
|
f14be2a3a2
|
Autosync the updated translations (#2919)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
|
2023-12-29 00:59:08 +00:00 |
|
github-actions[bot]
|
8ee744b746
|
Autosync the updated translations (#2918)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
|
2023-12-28 13:07:30 +00:00 |
|
Dinis Vieira
|
fa4a2247e3
|
PM-3349 Changed the "track color" for the Android switch so that the color is different from the "thumb"
|
2023-12-23 23:09:11 +00:00 |
|
Dinis Vieira
|
5d2fc4530f
|
PM-3349 Minor aligment improvemment for region selection in HomePage
|
2023-12-23 15:25:41 +00:00 |
|
Dinis Vieira
|
9b64af3423
|
PM-3349 Fix for icon and text spacing in some list items
|
2023-12-23 14:30:24 +00:00 |
|
Dinis Vieira
|
b6ff6e34f6
|
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 |
|
Dinis Vieira
|
6d4c706026
|
Merge branch 'feature/maui-migration-android-autofill' into feature/maui-migration-android-autofill-redirect-page
|
2023-12-22 22:16:17 +00:00 |
|
Dinis Vieira
|
14fd026ea0
|
Merge branch 'feature/maui-migration' into feature/maui-migration-android-autofill
|
2023-12-22 22:15:58 +00:00 |
|
Dinis Vieira
|
a4392a8730
|
PM-3349 PM-3350 Changed search icon used in app to avoid issue with icon size on iOS
|
2023-12-22 22:15:01 +00:00 |
|
Dinis Vieira
|
1b885ea438
|
PM-3350 Fix for Delete Account buttons on iOS
|
2023-12-22 17:07:43 +00:00 |
|
github-actions[bot]
|
15a03ba573
|
Autosync the updated translations (#2913)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
|
2023-12-22 10:20:55 +00:00 |
|
mpbw2
|
fa022a1a4f
|
Revert "initial commit of android credential provider service (wip)"
This reverts commit 6011b63958 .
|
2023-12-20 18:23:08 -05:00 |
|
mpbw2
|
6011b63958
|
initial commit of android credential provider service (wip)
|
2023-12-20 18:04:21 -05:00 |
|
Dinis Vieira
|
7d79b98bf2
|
PM-3349 Minor ui fix (space between buttons in delete account page)
|
2023-12-20 19:04:26 +00:00 |
|
Dinis Vieira
|
d4e75e9de8
|
PM-3349 Added Window events unsubscription of events. Also changed code to avoid potentially having multiple autofillwindow
|
2023-12-18 22:56:21 +00:00 |
|
Vince Grassia
|
82711a0235
|
Merge _cut_rc.yml into version-bump.yml (#2908)
|
2023-12-18 10:59:41 -07:00 |
|
Dinis Vieira
|
c3370b58ec
|
Added some comments and improvemments.
|
2023-12-18 00:24:38 +00:00 |
|
Dinis Vieira
|
3de13325c9
|
Merge branch 'feature/maui-migration-android-autofill' into feature/maui-migration-android-autofill-redirect-page
|
2023-12-17 22:26:46 +00:00 |
|
Dinis Vieira
|
c253c110c1
|
Merge branch 'feature/maui-migration' into feature/maui-migration-android-autofill
|
2023-12-17 22:26:33 +00:00 |
|
Dinis Vieira
|
bf35d1f2dc
|
PM-3349 minor fix to add space in HomePage between the region picker labels.
|
2023-12-17 22:26:15 +00:00 |
|
Dinis Vieira
|
05b6aa90b6
|
Improved autofill workaround to better handle switching between windows.
|
2023-12-17 22:05:37 +00:00 |
|
Dinis Vieira
|
e39898bba6
|
Reusing App.xaml.cs Navigation for the Android RedirectPage
Some other cleanup and changes
|
2023-12-16 15:18:07 +00:00 |
|
Dinis Vieira
|
da0866cc85
|
Merge branch 'feature/maui-migration-android-autofill' into feature/maui-migration-android-autofill-redirect-page
|
2023-12-15 23:51:08 +00:00 |
|
Dinis Vieira
|
b3140381ab
|
Merge branch 'feature/maui-migration' into feature/maui-migration-android-autofill
# Conflicts:
# src/Core/App.xaml.cs
|
2023-12-15 23:50:48 +00:00 |
|
Dinis Vieira
|
c01a8f8d93
|
PM-3349 Ensure "_isResumed=true" is set on App.xaml.cs:Bootstrap
|
2023-12-15 23:48:11 +00:00 |
|
Federico Maccaroni
|
8484b4af30
|
PM-3349 Uncommented the Deploy step for Android job
|
2023-12-15 16:38:40 -03:00 |
|
Federico Maccaroni
|
6b9faed45f
|
PM-3349 Commented the Deploy step for Android job given that we're using the hotfix-rc branch for testing iOS on TestFlight
|
2023-12-15 12:08:01 -03:00 |
|
Federico Maccaroni
|
770a1c5dfe
|
Merge branch 'main' into feature/maui-migration
|
2023-12-15 11:53:57 -03:00 |
|
github-actions[bot]
|
e6635564aa
|
Autosync the updated translations (#2906)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
|
2023-12-15 15:20:45 +01:00 |
|
Dinis Vieira
|
3c87d4db1c
|
minor improvemments on autofill-redirect
|
2023-12-15 13:48:34 +00:00 |
|
Vince Grassia
|
6c078fe343
|
Update version bump workflow (#2905)
|
2023-12-15 13:30:15 +01:00 |
|
Dinis Vieira
|
8b3c6ab35f
|
minor change (public to private fields)
|
2023-12-14 22:43:50 +00:00 |
|