Commit graph

70 commits

Author SHA1 Message Date
ashilkn c7f559673a remove weird hero animation 2022-10-14 14:15:38 +05:30
Neeraj Gupta a2603a7dd9
Show progress dialog on folder selection update 2022-09-29 14:19:50 +05:30
ashilkn f3213cc848 convert to getters 2022-09-23 07:18:25 +05:30
Neeraj Gupta 74c26628d6
Fix: Show backup folder option during onboarding 2022-09-21 20:21:14 +05:30
Neeraj Gupta 06e619e9b3
Add support for trashing collections 2022-09-13 12:14:10 +05:30
Neeraj Gupta 6b22064590
Fix logic to show backupfolder hook 2022-09-12 11:45:22 +05:30
Neeraj Gupta 01c29037dd
Handle cancellation for uploads when folder is unmarked for backup 2022-09-09 15:04:09 +05:30
Neeraj Gupta 3c6acb85ba
Merge branch 'master' into rewrite_device_sync 2022-09-08 10:49:21 +05:30
ashilkn eb7c1ec837 started incremental migration to null safety 2022-09-07 14:00:09 +05:30
Neeraj Gupta 00cbc2e60c
Remove unsued device_folder and rename file 2022-09-06 22:19:02 +05:30
Neeraj Gupta decbfe0145
Only show deviceFolder on UI if coverFile is found 2022-09-01 01:20:11 +05:30
Neeraj Gupta 718fcdf6cb
Rename device_collection.sync -> should_backup 2022-09-01 00:21:17 +05:30
Neeraj Gupta dc0c856a4c
rename DevicePathCollection to DeviceCollection 2022-09-01 00:09:39 +05:30
Neeraj Gupta 2bbacb26ee
mark variables as final when possible 2022-08-29 23:35:13 +05:30
Neeraj Gupta a0007ba45a
Fix issue in tracking all folders 2022-08-23 18:49:20 +05:30
Neeraj Gupta 2b4f727a0e
Backup folders selection: switch to device pathId instead of name 2022-08-23 17:21:59 +05:30
Neeraj Gupta e8a60daa71
Switch to DevicePathCollections for backup folders screen 2022-07-26 15:02:39 +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 a382a02196
Organize ui widgets in separate folders 2022-07-01 19:48:05 +05:30
ashilkn 113d3c27be removed occurrence of _getBackupFoldersSelectionHook between loading photos screen and 'select folders for backup screen' 2022-06-28 19:26:29 +05:30
vishnukvmd 05f05548fc Add a skip button to the backup folder selection screen in the onboarding flow 2022-06-19 15:50:30 +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 f001f1216e Change copy on the backup selection page 2022-06-10 12:31:07 +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 0bd781100e minor changes to 'start backup' screen 2022-06-03 17:40:14 +05:30
Neeraj Gupta 90f840a011
show backbutton for backup bar 2022-05-17 02:27:41 +05:30
ashilkn 55819800be minor fixes 2022-04-22 17:02:20 +05:30
ashilkn 1ccc1299b0 added gradient on selected folders 2022-04-21 18:34:22 +05:30
Neeraj Gupta bbdbb21c0e
theme: more refactoring 2022-04-08 11:29:20 +05:30
Neeraj Gupta 70855cb927
Merge remote-tracking branch 'origin/theme' into frame-ashil-neeraj 2022-04-07 00:18:49 +05:30
Ashil 489a7a8b78 backup folder selection screen's redesign is done 2022-03-27 15:01:22 +02:00
Neeraj Gupta 374dddca44 temp commit 2022-03-26 07:19:43 +05:30
Neeraj Gupta 9f64039623 redesign folder selection screen 2022-03-12 19:33:30 +05:30
Neeraj Gupta 682fb04743
basic theme changes 2022-03-06 02:22:00 +05:30
vishnukvmd df07016aa3 Remove unnecessary log 2021-08-22 19:17:27 +05:30
vishnukvmd e430301a25 Add more bottom padding on iOS 2021-07-28 01:51:59 +05:30
vishnukvmd 2696f3f792 Keep folders to backup in sync with the latest folders on disk 2021-07-28 01:13:21 +05:30
vishnukvmd 4c7d0598cf Let Configuration decide if all paths have been selected to be backed up or not 2021-07-28 00:40:57 +05:30
vishnukvmd b8f27fa15b await for async call 2021-07-27 22:47:25 +05:30
vishnukvmd bdb344f040 Back up all folders if "select all" is opted for within backup folder selection widget 2021-07-23 17:58:02 +05:30
vishnukvmd 38a2dbacd5 Fix linter warnings 2021-07-23 00:17:41 +05:30
vishnukvmd cd534709b7 Highlight selected folder 2021-07-13 13:25:20 +05:30
vishnukvmd f7ead6c2da Fix folder sorting issue 2021-07-12 19:32:56 +05:30
vishnukvmd 5ee68775e7 Fix width constraint 2021-07-12 16:04:26 +05:30
vishnukvmd fff50cafee Show number of items in folders 2021-07-12 15:54:30 +05:30
vishnukvmd b9cb1968a9 Remove unused function 2021-07-12 12:14:34 +05:30
vishnukvmd b4ac613ec4 Show load state when files aren't available 2021-07-12 04:10:58 +05:30