Commit graph

59 commits

Author SHA1 Message Date
ashilkn abe868cbf8 remove use of future in value of ToggleSwitchWidget 2022-11-16 16:36:45 +05:30
ashilkn 4555f5d79f use completer to fix bug on 2FA status change 2022-11-15 19:12:26 +05:30
ashilkn 02479a9955 add initial value property in ToggleSwitchWidget for setting the initial value of toggle 2022-11-15 15:46:15 +05:30
ashilkn bf0971f8ce made futures acceptable as value in ToggleSwitchWidget 2022-11-15 14:41:35 +05:30
Neeraj Gupta 4a060c4edd
Fix unawaited future warnings 2022-11-06 16:06:33 +05:30
Neeraj Gupta 943c5edfb6
Add lint rule to warn for unawaited futures 2022-11-06 15:46:14 +05:30
ashilkn c24bddd11b contain rebuilds upon changing ToggleSwitchWidget inside itself 2022-10-28 20:01:12 +05:30
ashilkn 82237bfd3e on pressed state for menuItem widget 2022-10-21 19:07:57 +05:30
Neeraj Gupta 53a6367188
Fix toggle for Hide from recent option 2022-10-15 21:03:46 +05:30
ashilkn 5af7d40180 use ToggleSwitchWidget for switches 2022-10-05 21:27:41 +05:30
ashilkn a86e045243 changed to a better variable name 2022-10-05 19:27:32 +05:30
ashilkn a788268b8e made component for expandable menu items 2022-10-05 17:18:56 +05:30
ashilkn 78b601fe4f added new sectionOptionSpacing between every section option 2022-10-05 13:22:48 +05:30
ashilkn 404f35e69a used MenuItemWidget for Security's selectionOptions 2022-10-04 21:22:51 +05:30
ashilkn 766a99ee46 added option to make text bold in CaptionedTextWidget + removed boilerplate code 2022-10-04 19:18:21 +05:30
ashilkn 05e4a5098f used MenuItemWidget for Backup, Account, Security & Support in settings 2022-10-04 09:46:40 +05:30
ashilkn eb7c1ec837 started incremental migration to null safety 2022-09-07 14:00:09 +05:30
ashilkn 4bf751ea28 refactoring + variable name changes 2022-09-06 14:05:34 +05:30
ashilkn 1b06395e9c create service file for local authentication 2022-09-05 16:02:04 +05:30
ashilkn bf1743cb8f minor bug fix 2022-09-05 15:40:59 +05:30
ashilkn c1da25fa7a removed commented code + bug fix 2022-09-03 08:32:42 +05:30
ashilkn c2272879f1 extracted local authentication to LocalAuthenticationService 2022-09-02 19:50:03 +05:30
ashilkn c255f02347 show alert if no local authentication on device when setting lockscreen 2022-08-30 14:34:23 +05:30
Ashil Kandapath 26ae27baa5 make strings const 2022-08-30 10:44:18 +05:30
Ashil Kandapath e8e89b1bf2 resolved merge conflicts 2022-08-30 10:33:56 +05:30
ashilkn 67597bf627 handled bugs related to when there is no device level authentication 2022-08-30 10:17:17 +05:30
vishnukvmd 06ec7cb658 final all the vars! 2022-08-29 20:13:31 +05:30
Neeraj Gupta 5bcb53bee4
Lint fixes 2022-07-12 12:00:02 +05:30
Neeraj Gupta edabfe6da3
lint: enable prefer_const_constructors_in_immutables rule 2022-07-04 14:13:01 +05:30
Neeraj Gupta 460dd1203e
Prefer const 2022-07-04 11:33:10 +05:30
Neeraj Gupta 590715c9d8
Fix few flutter_lint hints 2022-07-03 15:15:00 +05:30
Neeraj Gupta a25cdbf570
replace loading widget var with EnteLoadingWidget 2022-07-03 11:34:42 +05:30
Neeraj Gupta 348ddc1f69
reactor: move widgets location 2022-07-01 20:09:02 +05:30
Neeraj Gupta a382a02196
Organize ui widgets in separate folders 2022-07-01 19:48:05 +05:30
ashilkn 4f3756e601 padding fix for 'Check for updates' in 'About' 2022-06-22 12:51:19 +05:30
vishnukvmd cea9e025a3 Fix cases 2022-06-18 17:53:51 +05:30
vishnukvmd 47505ae102 Execute dart format lib 2022-06-11 13:53:52 +05:30
vishnukvmd 3e306facf5 Apply dart fix for require_trailing_commas 2022-06-11 13:53:18 +05:30
vishnukvmd 2ecd872f3d Pass context to toast_util 2022-06-10 19:59:56 +05:30
ashilkn 56a2a6c390 fixed visibility issues on light theme on the settings screen and set elevation to 0 in some appbars 2022-06-07 13:58:34 +05:30
ashilkn 17e5966404 added extra height to fields with a toggle button in settings to make spacing uniform 2022-06-07 13:07:52 +05:30
Neeraj Gupta 480baee438
Capitalize words 2022-05-30 10:20:21 +05:30
Neeraj Gupta de7e9d97fc
Capitalize words 2022-05-17 17:08:21 +05:30
Neeraj Gupta 2573e82ee7 Fix styling for settings option 2022-03-12 19:44:36 +05:30
Neeraj Gupta faa78eae39
use expandable view for settings button 2022-03-09 01:13:51 +05:30
Neeraj Gupta 6a627e8f8a
Merge branch 'bg_sync' into bugfix_ios 2021-11-27 12:06:23 +05:30
Neeraj Gupta c205e78320
make it mandatory to pass authentication reason 2021-11-27 11:49:05 +05:30
Neeraj Gupta 4369a24385
surface correct authentication reason everywhere 2021-11-27 11:45:07 +05:30
Neeraj Gupta 5dd55c2172
pass authenticationr reason for active sessions 2021-11-27 11:18:07 +05:30
Neeraj Gupta 82cf4da3e5
Fix: show active sessions option for iOS 2021-11-27 11:09:50 +05:30