Commit graph

202 commits

Author SHA1 Message Date
ashilkn 8cc6efb0dd minor UI fixes 2022-08-05 13:13:56 +05:30
ashilkn 2e8708de97 minor changes 2022-07-25 16:34:38 +05:30
ashilkn f63c6974c9 minor changes 2022-07-21 19:17:41 +05:30
Neeraj Gupta 5bcb53bee4
Lint fixes 2022-07-12 12:00:02 +05:30
Neeraj Gupta 460dd1203e
Prefer const 2022-07-04 11:33:10 +05:30
Neeraj Gupta c6546d32de
Refactor gradient button 2022-07-04 10:15:32 +05:30
Neeraj Gupta fdadf36baa
Lint fixes 2022-07-03 15:39:01 +05:30
Neeraj Gupta 1911f8fa83
dart format 2022-07-03 15:19:33 +05:30
Neeraj Gupta 590715c9d8
Fix few flutter_lint hints 2022-07-03 15:15:00 +05:30
Neeraj Gupta 6a0e7b2315
Fix more lint issues 2022-07-03 13:17:15 +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
Neeraj Gupta 34681b5a34
update assets 2022-06-24 20:59:24 +05:30
Neeraj Gupta ce202c94b3
Update email on UI on emailChange 2022-06-23 18:36:35 +05:30
Neeraj Gupta 79d639b2c6
Log indexChange on console during debugging only 2022-06-23 08:44:25 +05:30
Neeraj Gupta 133c0bb3fc
always allow scrolling 2022-06-20 14:46:45 +05:30
Neeraj Gupta 0d312989b8
Allow page swipe on scroll left/right 2022-06-20 14:34:17 +05:30
Neeraj Gupta 16c58d0142
minor refactor 2022-06-20 13:40:50 +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 48e5333d8d Start creating a root widget 2022-06-12 20:20:00 +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
Neeraj Gupta ba6a4d6e46
Fix navigation bar state on logout 2022-06-10 11:58:21 +05:30
Neeraj Gupta 9d78484017
default to 0 as currentIndex for bottomStart 2022-06-09 13:05:08 +05:30
vishnukvmd f9bc81d99b Fix typo 2022-06-07 13:41:21 +05:30
vishnukvmd 3d9f987bcd Update nav bar colors for dark mode 2022-06-07 13:26:46 +05:30
ashilkn 3322dcf1c3 code refactoring 2022-06-07 10:10:29 +05:30
ashilkn 2a234694f9 minor fix 2022-06-03 20:55:18 +05:30
ashilkn 4c01f14bb9 added list of messages under 'Did you know?' 2022-06-03 18:18:37 +05:30
ashilkn 0bd781100e minor changes to 'start backup' screen 2022-06-03 17:40:14 +05:30
Neeraj Gupta 49bef26fb2
fix: only setState if mounted 2022-05-30 16:34:19 +05:30
Neeraj Gupta 3c55183092
Minor fixes 2022-05-30 12:33:26 +05:30
Neeraj Gupta 98650da757
Perf:Avoid refreshing home pages on tab change 2022-05-30 11:43:26 +05:30
ashilkn 2e5fc17d15 resolved merge conflicts 2022-05-24 13:11:23 +05:30
Neeraj Gupta de7e9d97fc
Capitalize words 2022-05-17 17:08:21 +05:30
ashilkn e8b3f79d79 added animation for the bottom buttons 2022-05-12 10:28:11 +05:30
ashilkn 247a1a0137 added bottom shadow to trash and hidden page 2022-05-11 14:52:43 +05:30
ashilkn ad6b6581cb added minimum bottom safearea padding for bottomNav 2022-05-10 12:16:49 +05:30
Manav b6b332976b Wrap tab bar in safe area
Earlier, the tab bar at the bottom of the main screen was wrapped in a
SafeArea widget so that it does not overlap the bottom hard to tap
regions on iPhones. Looks like that during the code changes for the
redesign, this SafeArea was lost.

Introduce the SafeArea back. Additionally, from a very quick glance it
seems that the stack and additional padding that had replaced the safe
area were not necessarily needed, so I've simplified the widget
structure. But this is a very quick and dirty example, I've only
tested that it looks visually okay on iPhone 13. Maybe there were
functional reasons for the old widgets, or maybe those were needed on
Android, so please consider this PR only as a starting point.
2022-05-10 00:09:07 +05:30
ashilkn 90cd47c46d refactored GalleryAppBarType and GalleryOverlayType to GalleryType 2022-05-08 10:04:55 +05:30
ashilkn 3d3f9ce4fc added animation for bottomNavBar and overlayWidget 2022-05-07 19:02:55 +05:30
ashilkn 01dff4be2a decluttering and minor fixes 2022-05-05 17:25:12 +05:30
ashilkn 2bcece988a made a separate reusable widget for bottom shadow and refactored 2022-05-05 14:29:06 +05:30
ashilkn 60261ff5c4 made the overlay functional and removed the shadow of bottomNavBar when overlay is shown 2022-05-05 12:32:00 +05:30
ashilkn 26a83c8bdd made a working skeleton of the overlay that comes on file selection 2022-05-04 16:38:06 +05:30
ashilkn 2209a4cb4b made bottomNavBar not visible on selection of files 2022-05-04 12:08:24 +05:30
ashilkn 9ef0cc7651 changed the textstyle to normal for 'Today' in album screen 2022-04-30 12:30:06 +05:30
ashilkn 55819800be minor fixes 2022-04-22 17:02:20 +05:30
ashilkn 5868af6723 Redesigned the other 'Start Backup' page 2022-04-21 18:07:34 +05:30
ashilkn 878482796d minor fix for custom elevated button theme elevation 2022-04-21 15:13:22 +05:30