Commit graph

443 commits

Author SHA1 Message Date
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 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
Neeraj Gupta e2e1d7ef13
Replace collection.name usage with collection.displayName 2023-05-23 10:26:48 +05:30
ashilkn 21a0b5806d Remove backdrop filter from action sheet and use solid colors with elevation 2023-05-22 12:21:02 +05:30
ashilkn fc7fe1dc4c Remove backdrop filter and add elevation to bottom action bar 2023-05-19 20:37:14 +05:30
ashilkn 011fb59a58 Check if mounted before calling setState() 2023-05-11 12:57:33 +05:30
Neeraj Gupta f2d9507ead
ToggleSwitch: Check if widget is mounted before calling setState 2023-05-09 16:57:41 +05:30
Neeraj Gupta 737092c1f1
Format memories count during display 2023-05-05 15:31:48 +05:30
ashilkn 48cda7a2e9 Fix render overflow of text in notification widget 2023-05-04 13:49:32 +05:30
ashilkn 2b0d851c81 Custom radius for location tags but with state refresh issues 2023-04-26 18:31:33 +05:30
ashilkn 36c5052a6d Format inital value of TextInputWidget 2023-04-26 14:59:14 +05:30
ashilkn c183e3eca8 Disable submit button if input is empty in TextInputDialog 2023-04-26 11:46:24 +05:30
ashilkn 9277a83783 Dialog for custom radius with input restrictions 2023-04-25 19:15:10 +05:30
ashilkn d45af08120 Added optional parameters textEditingController and textInputFormatter to showTextInputDialog() 2023-04-25 16:40:22 +05:30
ashilkn 2c5d2c0d80 Fixed UI on archive screen 2023-04-20 15:50:49 +05:30
ashilkn a133eb6048 Show edit location sheet on clicking on title header in location screen 2023-04-20 11:24:41 +05:30
Neeraj Gupta b922536646
Lint Fixes (#1002) 2023-04-18 14:41:10 +05:30
Neeraj Gupta 0ddfa1a865
Lint: Fix trailing comma warnings 2023-04-18 14:35:21 +05:30
vishnukvmd 902ca7a7aa Merge branch 'main' into report_bug_long_press 2023-04-17 12:47:03 +05:30
vishnukvmd 827375fb08 Add long-press action for menu item 2023-04-17 12:43:55 +05:30
ashilkn c03388130b Changed trigger of opening 'Add location' screen from using InlineButtonWidget to tapping the InfoItemWidget in file details 2023-04-13 15:31:18 +05:30
ashilkn 60baf036eb Added onTap for the middle section of InfoItemWidget 2023-04-13 15:10:25 +05:30
Neeraj Gupta 06c9ead3e2
feat(location_tag): add location tags (#908) 2023-04-11 10:10:50 +05:30
vishnukvmd 1180804fb8 Extract some more strings 2023-04-08 09:35:16 +05:30
ashilkn 8962a5805c Added a notifier that can be passed to TextInputWidget to know if it is empty 2023-04-07 12:30:37 +05:30
Neeraj Gupta 40af5bc80b
Extract strings 2023-04-06 09:33:32 +05:30
ashilkn 23ec49f8eb Show location name on 'edit location' screen 2023-04-05 19:49:50 +05:30
ashilkn 3a3aaa1035 Use normal AppBar instead of SliverAppBar to make gallery work 2023-03-28 17:15:26 +05:30
ashilkn 8283612f0e Merge branch 'main' into add_location_screen 2023-03-27 10:10:38 +05:30
ashilkn f1103344db Added comment 2023-03-25 01:51:45 +05:30
ashilkn 8b4963d169 Improved TextInputWidget 2023-03-25 01:44:07 +05:30
ashilkn eaeda5e8e6 Fix bug in DividerWidget 2023-03-20 20:39:37 +05:30
ashilkn b1d14fb454 Added custom border radius for text input widget 2023-03-20 14:00:19 +05:30
ashilkn 573ee901c8 Layout fixes for ChipButtonWidget 2023-03-20 11:05:25 +05:30
vishnukvmd 58670afc55 Make the title optional in InfoItemWidget 2023-03-15 12:55:42 +05:30
ashilkn 6c6592595b Add optional padding for divider widget 2023-03-15 12:07:08 +05:30
ashilkn 175d6aebf2 Show pressed state only when onTap != null in IconButtonWidget 2023-03-14 21:53:53 +05:30
ashilkn b8e9ba2028 Improved EXIF info dialog 2023-03-14 18:34:11 +05:30
ashilkn 1ddefe916c Revert "Rebuild only tiles that depend on state of exif using ValueNotifier"
This reverts commit 26e83d93b1.
2023-03-14 15:45:16 +05:30
ashilkn 26e83d93b1 Rebuild only tiles that depend on state of exif using ValueNotifier 2023-03-14 13:35:25 +05:30
ashilkn c3ca9de4e6 Align loading icon to center left in file details 2023-03-13 19:53:30 +05:30
ashilkn b996c0c1f3 Changed loading icon's color in file details 2023-03-13 17:52:06 +05:30
ashilkn 927a313c3b File details: Moved creation time's tile to a separate widget 2023-03-13 16:37:12 +05:30
ashilkn 991a8598a6 Fixed popping of height of widget after loading in file details + minor changes 2023-03-13 15:32:13 +05:30
ashilkn f14a713261 Fixed divider color in file details 2023-03-13 12:04:52 +05:30
ashilkn 941b06ac4f Made InlineButton component 2023-03-13 11:07:04 +05:30