Commit graph

114 commits

Author SHA1 Message Date
Neeraj Gupta d13241cd24
Delete Account: Add feedback form 2023-03-15 17:51:39 +05:30
Neeraj Gupta 5cc4e07f26
[Delete-Account] Do device auth on Account->Delete Account 2023-03-15 15:26:45 +05:30
ashilkn 86c96ccb10 Merge branch 'main' into refactor_redesign_file_info 2023-03-14 18:03:26 +05:30
Neeraj Gupta 9edc8431bb
Revert changes 2023-03-14 07:10:54 +05:30
Neeraj Gupta 3a24599717
Anon feedback dialog post account deletion 2023-03-11 16:23:20 +05:30
ashilkn b1916f6605 Moved all button components to a folder 'Buttons' 2023-03-10 13:38:51 +05:30
vishnukvmd 9100615e55 Disable 2FA recovery 2023-03-08 14:36:22 +05:30
vishnukvmd d3005be29f Merge branch 'main' into refactor_sodium 2023-02-14 11:21:19 +05:30
ashilkn 6d3a637922 Modified dialogs and uses of them to work with ButtonWidget 2023-02-10 12:52:16 +05:30
ashilkn ed9ee153ba Fixed build issue 2023-02-03 16:24:38 +05:30
Neeraj Gupta ab4cab4768
Handle null cast err 2023-02-03 12:19:43 +05:30
vishnukvmd 80f36d1bd5 Move all calls to Sodium to CryptoUtil 2023-02-03 10:11:45 +05:30
ashilkn 2b1390a83d Renamed 'showNewChoiceDialog' to 'showChoiceDialog' 2023-01-27 17:38:53 +05:30
ashilkn c59c38dc29 Minor change 2023-01-09 11:11:46 +05:30
ashilkn c29ad7c845 Merge branch 'main' into replace-choice-dialogs-2 2023-01-09 11:09:29 +05:30
Neeraj Gupta f8d3b9a919
Merge pull request #787 from ente-io/lint_cleanup
Chore: Lint fixes and formatting changes
2023-01-09 10:51:13 +05:30
ashilkn 54b8e5bae5 Changed context paramter in showNewChoiceDialog from required named parameter to required positional parameter 2023-01-07 18:46:59 +05:30
ashilkn 78f8825f19 Replaced 'Invalid key' dialog with the new one which comes on recovery key verification 2023-01-07 18:28:04 +05:30
Neeraj Gupta 774136137a
Lint: dart fmt, remove empty lines on top 2023-01-07 18:15:15 +05:30
ashilkn b7610e4508 Replaced 'Incorrect password' dialog with the new one 2023-01-07 10:45:43 +05:30
ashilkn 92e4d14540 Replaced 'Recreate password' dialog with the new one 2023-01-07 10:31:04 +05:30
Neeraj Gupta f3d8a13337
Apply lint suggestions 2022-12-30 21:12:03 +05:30
Neeraj Gupta d6ad004354
NullSafety: Apply dart migrate suggestions + compilation fixes 2022-12-30 17:40:17 +05:30
Neeraj Gupta 187796f1f2
Merge branch 'migrate_services' into migrate_services_2 2022-12-30 15:59:59 +05:30
Neeraj Gupta af9641a06d
Merge branch 'push_null_safety' into migrate_services_2 2022-12-30 15:34:05 +05:30
Neeraj Gupta fbb17c5fcc
NullSafety: More migration and fixes 2022-12-30 15:33:50 +05:30
Neeraj Gupta 0a84f06b5a
NullSafety: More migration and fixes 2022-12-30 15:14:52 +05:30
ashilkn 0301f2a797 Moved all dialog util functions to dialog_util.dart 2022-12-30 08:03:03 +05:30
ashilkn b23f8f06fe Replaced errorDialogs with new errorDialogs 2022-12-29 09:59:01 +05:30
ashilkn 33195db703 Left aligned recovery key screen heading 2022-12-28 18:39:23 +05:30
ashilkn 255750ac8b Remove back button from onBoarding recovery key page 2022-12-28 18:28:25 +05:30
Neeraj Gupta 94d5bd6819
NullSafety: Migrate Two factor widgets 2022-12-28 12:00:48 +05:30
Neeraj Gupta 8cc7b36931
NullSafety: Migrate SessionsPage 2022-12-28 10:22:25 +05:30
Neeraj Gupta c302d6585b
Merge branch 'main' into null_safety_1 2022-12-27 23:13:17 +05:30
Neeraj Gupta b8aabd361c
NullSafety: Migrate change-email dialog 2022-12-27 17:59:42 +05:30
ashilkn 4ea6a9a22b Used better variable names and comments 2022-12-27 13:37:10 +05:30
ashilkn 2292544d5d Changed text color of 'Delete account' screen 2022-12-27 12:51:52 +05:30
ashilkn fffbaac4b4 Used ButtonWidget for buttons in 'Delete account' screen 2022-12-27 12:44:25 +05:30
ashilkn 7f126810fb Replaced feedback dialog with the new one 2022-12-26 19:14:48 +05:30
ashilkn 684b0fe480 Removed toast after deleting account 2022-12-26 17:48:54 +05:30
ashilkn 71c2b50fe3 Made 'Delete Account' dialog critical 2022-12-26 17:36:53 +05:30
ashilkn fe7a1ce556 Merge branch 'main' into replace-dialogs 2022-12-26 16:40:25 +05:30
ashilkn e0fe29bf98 Replaced generic error dialog with new one + some minor changes 2022-12-26 16:39:29 +05:30
ashilkn 4e1b73f28a Made a new generic error dialog 2022-12-26 16:04:58 +05:30
ashilkn 5daada33a9 Created a wrapper around showDialogWidet() for showing choiceDialogs 2022-12-26 15:14:04 +05:30
Neeraj Gupta 173a3bcd07
Replace happy case toasts with shortToast 2022-12-26 10:44:36 +05:30
ashilkn 2e6bd52bdc Handled error on deleting account 2022-12-22 19:08:39 +05:30
ashilkn 417aedcea7 Replaced 'Delete account' dialog with new one 2022-12-22 16:41:40 +05:30
ashilkn 7f486373cd Removed unwanted sized box which was responsible for a UI bug 2022-12-20 09:54:05 +05:30
Neeraj Gupta aed55f5770
Merge pull request #695 from ente-io/collaboration_view
Prettify Sharing + Collect Files 
2022-12-19 15:34:56 +05:30