Commit graph

487 commits

Author SHA1 Message Date
ashilkn a1717ee31d use functionality of 'preserve more' for 'add photos' icon on top right of home tab and remove 'preserve more' footer 2023-11-06 11:04:16 +05:30
ashilkn b414dee20e remove search icon from home tab and replace it with 'create album' icon 2023-11-04 13:38:14 +05:30
ashilkn 522468580c Resolve conflicts and merge main 2023-11-03 14:34:56 +05:30
ashilkn fb5691797f Revert "extract strings"
This reverts commit d812c6d23a.
2023-10-23 18:04:20 +05:30
ashilkn d812c6d23a extract strings 2023-10-22 12:39:46 +05:30
ashilkn 84bc55af61 create new notification note widget 2023-10-22 12:00:09 +05:30
ashilkn 0e22b40c9b random improvements 2023-10-18 07:39:23 +05:30
ashilkn c48153c72a created notificationTipWidget 2023-10-17 11:34:11 +05:30
ashilkn 8982185265 Move button_widget.dart to it's correct dictionary 2023-09-28 18:21:52 +05:30
ashilkn bde6483144 fix: null check operator used on a null value 2023-09-13 15:30:31 +05:30
Neeraj Gupta 3a98af3518 Move packages 2023-08-25 10:09:30 +05:30
ashilkn 2dd5297894 Minor change 2023-08-23 16:30:43 +05:30
ashilkn 72855c495f Add fade transition between visible and collapsed states of selection action buttons 2023-08-23 11:23:04 +05:30
ashilkn 121df7eb32 Modify SelectionActionButton to be visible or collapsed based on 'shouldShow' parameter 2023-08-22 21:19:46 +05:30
ashilkn 1e5ec8600d run dart fix --apply 2023-08-19 17:09:56 +05:30
Neeraj Gupta 0755cb9536 Check for mounted state before state refresh 2023-08-16 11:14:35 +05:30
ashilkn 3b3ec826ad Minor changes 2023-08-09 18:33:19 +05:30
ashilkn f633652f16 Add shadow to selection sheet on it's first child 2023-08-09 18:00:44 +05:30
ashilkn 344fce0a02 Account for textScaleFactor when computing size of widest word in lableText 2023-08-09 17:25:31 +05:30
ashilkn b1514adbe8 Change min width of SelectionActionButton widget to width of widest word in it's labelText if widest is greater than default 2023-08-09 16:52:02 +05:30
ashilkn dae66c4945 Refactor 2023-08-09 16:02:23 +05:30
ashilkn 1fbc25c394 Use existing logic to show relevant selection actions upon selection 2023-08-09 15:51:35 +05:30
ashilkn aadfce89d0 Add padding at ends of scrollview 2023-08-09 13:07:21 +05:30
ashilkn 25922ea3d6 Add pressed state for SelectionOptionButton 2023-08-09 13:03:36 +05:30
ashilkn 5e03a0d602 Fix bottom padding of selection sheet 2023-08-09 12:23:31 +05:30
ashilkn 090733591d Create dummy UI of new selection sheet 2023-08-09 12:10:28 +05:30
ashilkn e37e4957ca Remove code irrelevant to new bottom selection sheet 2023-08-08 15:42:05 +05:30
Neeraj Gupta 5b953d1a8c Modify BottomOfTitleBarWidget to show close button 2023-07-24 13:17:32 +05:30
ashilkn bffd440d19 Map Gallery: Increase elevation of FileSelectionOverlay 2023-06-24 12:15:04 +05:30
Neeraj Gupta 240b5667eb Merge branch 'cache_collections' into map 2023-06-14 16:14:16 +05:30
Neeraj Gupta 364ea2e9c7
Minor fixes (#1214) 2023-06-14 14:20:38 +05:30
Neeraj Gupta 070d5ee6e3 Remove unused imports 2023-06-14 13:03:19 +05:30
ashilkn 24ba1948ed Make the UI of KeyboardTopButton better 2023-06-14 11:58:20 +05:30
Neeraj Gupta 1eed65957c
Make file details UI more compact (#1210) 2023-06-14 07:42:55 +05:30
ashilkn fe5065f559 Make file details UI more compact 2023-06-13 20:13:52 +05:30
Neeraj Gupta b5433d3f0d Rename decrecated fields 2023-06-13 12:11:31 +05:30
Neeraj Gupta fb7dfa2059 Merge remote-tracking branch 'origin/main' into map 2023-06-12 11:02:24 +05:30
ashilkn f0ac1f88bf Remove PopupMenuButton that navigated to map 2023-06-09 21:38:59 +05:30
ashilkn 661928e872 Make size configurable in IconButtonWidget 2023-06-09 21:30:40 +05:30
ashilkn 45adb58e68 Fix colors and elevation of notification banner 2023-06-09 19:29:43 +05:30
Neeraj Gupta 72d1694b4e Use banner notification type for confirming recovery key 2023-06-09 13:11:28 +05:30
Neeraj Gupta d21a9e353f Merge branch 'main' into map 2023-06-07 13:24:21 +05:30
Neeraj Gupta 6f81cac8e5 Refactor: name & package changes 2023-06-06 21:17:03 +05:30
Neeraj Gupta 6b237f9d27 Refactor 2023-06-06 20:13:41 +05:30
Neeraj Gupta 79e8e0fce5 Add show on map options for collections 2023-06-05 09:10:25 +05:30
Muhesh7 6e2ab6d6ba feat[map_gallery]: implement map gallery 2023-06-04 23:59:54 +05:30
Neeraj Gupta 1717f7f08b Fix brightness check 2023-05-30 13:19:36 +05:30
Neeraj Gupta ad81ff412b Merge branch 'main' into migratie_collections 2023-05-30 07:47:05 +05:30
ashilkn 8f48713ab9 Replace uses of MediaQuery.of(context).platformBrightness to check theme with AdaptiveTheme.of(context).brightness == Brightness.light 2023-05-29 11:15:07 +05:30
Neeraj Gupta 10f1db49ef Merge branch 'remove_redundant_work' into migratie_collections 2023-05-23 15:26:21 +05:30