Federico Maccaroni
e97a37222a
[PM-2658] Settings Reorganization feature ( #2702 )
...
* [PM-2658] Settings Reorganization Init (#2697 )
* PM-2658 Started settings reorganization (settings main + vault + about)
* PM-2658 Added settings controls based on templates and implemented OtherSettingsPage
* PM-2658 Fix format
* [PM-3512] Settings Appearance (#2703 )
* PM-3512 Implemented new Appearance Settings
* PM-3512 Fix format
* [PM-3510] Implement Account Security Settings view (#2714 )
* PM-3510 Implemented Security settings view
* PM-3510 Fix format
* PM-3510 Added empty placeholder to pending login requests and also improved a11y on security settings view.
* PM-3511 Implemented autofill settings view (#2735 )
* [PM-3695] Add Connect to Watch to Other settings (#2736 )
* PM-3511 Implemented autofill settings view
* PM-3695 Add Connect to watch setting to other settings view
* [PM-3693] Clear old Settings approach (#2737 )
* PM-3511 Implemented autofill settings view
* PM-3693 Remove old Settings approach
* PM-3845 Fix default dark theme description verbiage (#2759 )
* PM-3839 Fix allow screen capture and submit crash logs to init their state when the page appears (#2760 )
* PM-3834 Fix dialogs strings on settings (#2758 )
* [PM-3834] Fix import items link (#2782 )
* PM-3834 Fix import items link
* PM-3834 Fix import items link, removed old link.
* [PM-4092] Fix vault timeout policies on new Settings (#2796 )
* PM-4092 Fix vault timeout policy on settings for disabling controls and reset timeout when surpassing maximum
* PM-4092 Removed testing hardcoding of policy data
2023-09-27 16:26:12 -03:00
Federico Maccaroni
2d2a883b96
EC-306 Fix crash happening on vietnamise when trying to go to Password Autofill on iOS given that the string was the same as Autofill Services and the comparison was misleading. Also refactored so that the action is on each item instead of having to compare to act ( #1989 )
2022-07-14 23:04:13 +01:00
dwbit
3438ed94ce
Changing Report crash logs to Submit crash logs ( #1937 )
...
* Changing Report crash logs to Submit crash logs
* Updated resources keys to match the new value
Co-authored-by: Federico Andrés Maccaroni <fedemkr@gmail.com >
2022-06-07 21:47:44 -03:00
André Filipe da Silva Bispo
22c746543a
PS-518 - Add setting to block AppCenter / Analytics - Mobile ( #1905 )
...
* PS-518 - Add setting to block AppCenter / Analytics - Mobile
- Added another entry into Settings page under the Others section
- Added prompt to ask user to enable / disable Crash Reports
- Added compilation tags to remove if the build is FDroid
* PS-518 Add setting to block AppCenter / Analytics - Mobile
- Reduced FDroid compilation tags throughout the code
- Added Init, Enable and State methods to Logger
- Simplified SettingsPageViewModel Enable/Disable code
* PS-518 Add setting to block AppCenter / Analytics - Mobile
- Appcenter references were removed from App project,
- Removed FDroid build.yml code that was deleting Appcenter packages from App.csproj
Co-authored-by: André Bispo <abispo@bitwarden.com >
2022-05-18 17:59:19 +01:00
Oscar Hinton
04539af2a6
Run dotnet format ( #1738 )
2022-04-26 17:21:17 +02:00
Jake Fink
f1ccbbc105
Expand Settings TimePicker tap recognition to entire row ( #1714 )
...
* move timepicker to separate DataTemplate
- activate timepicker when selecting row
* null check on TimePicker
2022-01-24 15:21:52 -05:00
Federico Maccaroni
9fdf2ada6f
Added account deletion feature on settings ( #1621 )
...
* Added account deletion feature on settings
* Disabled using Microsoft.AppCenter.Crashes for FDroid
* Moved drawable on Android.csproj to be with the others
Co-authored-by: Federico Maccaroni <fmaccaroni@bitwarden.com >
2021-11-24 16:09:39 -03:00
Oscar Hinton
6023374fbe
Vault Timeout Policy ( #1530 )
2021-09-23 15:42:38 +02:00
Matt Gibson
9042b1009e
Revert "Revert "Redefine cipher "share" to "move to organization""" ( #1459 )
...
* Revert "Revert "Redefine cipher "share" to "move to organization" (#1433 )" (#1440 )"
This reverts commit bd4a275558 .
* Cancel > close
2021-08-04 14:46:28 -05:00
Matt Gibson
bd4a275558
Revert "Redefine cipher "share" to "move to organization" ( #1433 )" ( #1440 )
...
This reverts commit 2003ac9d2c .
2021-06-24 14:33:19 -05:00
Matt Gibson
2003ac9d2c
Redefine cipher "share" to "move to organization" ( #1433 )
2021-06-18 06:52:01 -05:00
Matt Portune
1d4e742d66
Forms update with CollectionView conversion ( #1374 )
...
* Forms update with CollectionView conversion
* updates
* removed unnecessary import
2021-05-13 14:36:20 -04:00
Matt Portune
c71deb5051
Enhanced autofill settings ( #1150 )
...
* enhanced autofill settings
* cleanup
2020-11-17 09:37:57 -05:00
Matt Portune
5da2f3279b
biometrics cleanup ( #964 )
2020-06-08 08:25:13 -04:00
Vincent Salucci
4c3df2e1e1
[Auto Logout] Final review of feature ( #932 )
...
* Initial commit of LockService name refactor (#831 )
* [Auto-Logout] Update Service layer logic (#835 )
* Initial commit of service logic update
* Added default value for action
* Updated ToggleTokensAsync conditional
* Removed unused variables, updated action conditional
* Initial commit: lockOption/lock refactor app layer (#840 )
* [Auto-Logout] Settings Refactor - Application Layer Part 2 (#844 )
* Initial commit of app layer part 2
* Updated biometrics position
* Reverted resource name refactor
* LockOptions refactor revert
* Updated method casing :: Removed VaultTimeout prefix for timeouts
* Fixed dupe string resource (#854 )
* Updated dependency to use VaultTimeoutService (#896 )
* [Auto Logout] Xamarin Forms in AutoFill flow (iOS) (#902 )
* fix typo in PINRequireMasterPasswordRestart (#900 )
* initial commit for xf usage in autofill
* Fixed databinding for hint button
* Updated Two Factor page launch - removed unused imports
* First pass at broadcast/messenger implentation for autofill
* setting theme in extension using theme manager
* extension app resources
* App resources from main app
* fix ref to twoFactorPage
* apply resources to page
* load empty app for sytling in extension
* move ios renderers to ios core
* static ref to resources and GetResourceColor helper
* fix method ref
* move application.current.resources refs to helper
* switch login page alerts to device action dialogs
* run on main thread
* showDialog with device action service
* abstract action sheet to device action service
* add support for yubikey
* add yubikey iimages to extension
* support close button action
* add support to action extension
* remove empty lines
Co-authored-by: Jonas Kittner <54631600+theendlessriver13@users.noreply.github.com >
Co-authored-by: Kyle Spearrin <kyle.spearrin@gmail.com >
* [Auto Logout] Update lock option to be default value (#929 )
* Initial commit - make lock action default
* Removed extra whitespace
Co-authored-by: Jonas Kittner <54631600+theendlessriver13@users.noreply.github.com >
Co-authored-by: Kyle Spearrin <kyle.spearrin@gmail.com >
Co-authored-by: Kyle Spearrin <kspearrin@users.noreply.github.com >
2020-05-29 12:26:36 -04:00
Chad Scharf
3c18fd7636
Changed all C# control flow block statements to include space between keyword and open paren ( #800 )
2020-03-28 09:16:28 -04:00
Matt Portune
33df456cfd
In-app vault export support ( #729 )
...
* First pass at vault export UI
* Password validation via cryptoService
* Export service framework
* support for constructing json export data
* Support for constructing csv export data
* Cleanup and simplification
* Completion of vault export feature
* Formatting and simplification
* Use dialog instead of toast for invalid master password entry
2020-02-14 16:10:58 -05:00
Kyle Spearrin
f951fea555
use bio strings for native android bio
2019-10-23 09:24:34 -04:00
Kyle Spearrin
4b989b01e9
use native biomatrics on Android
2019-10-23 09:11:48 -04:00
Kyle Spearrin
762b574d49
rebuild same fingerprintName string
2019-07-22 10:12:14 -04:00
Kyle Spearrin
c2c73d5460
autofill pages for ios
2019-07-02 13:15:00 -04:00
Kyle Spearrin
c27e44a7d2
autofill service page
2019-06-03 12:19:42 -04:00
Kyle Spearrin
22f16ea514
accessibility settings page
2019-06-03 12:05:18 -04:00
Kyle Spearrin
0d5f5ec9ba
init settings on tabs page changed
2019-05-31 14:18:32 -04:00
Kyle Spearrin
582799464f
back button to groupings page on android
2019-05-31 14:15:37 -04:00
Kyle Spearrin
b356627afd
autofill rows on settings page
2019-05-30 22:45:48 -04:00
Kyle Spearrin
d70de04816
stub out options page
2019-05-29 09:08:47 -04:00
Kyle Spearrin
bf022f8a41
move settings page into folder
2019-05-29 09:05:24 -04:00