Commit graph

6187 commits

Author SHA1 Message Date
ashilkn f2dc641749 Remove memoryCountNotifier from RadiusPickerWidget 2023-03-28 12:42:13 +05:30
ashilkn a0af11dadc Use a notifier to notify change in radius in RadiusPickerWidget so that a callback can be called in the parent of RadiusPickerWidget 2023-03-28 10:10:21 +05:30
ashilkn 0da37cc847 Made state variables final and private 2023-03-27 16:54:50 +05:30
ashilkn 156ec1acbe Define return type for isFileInsideLocationTag() 2023-03-27 16:40:53 +05:30
ashilkn 8499a56652 Merge branch 'location_tags' into add_location_screen 2023-03-27 16:36:18 +05:30
ashilkn f3ef3bfe25 Define return type as void 2023-03-27 16:35:06 +05:30
ashilkn aa7cb83f9a Make final 2023-03-27 16:33:46 +05:30
ashilkn 62a145d7a0 Added copy to let users know only 1000 files are rendered in gallery when file count > 1000 2023-03-27 15:44:40 +05:30
ashilkn 0a0eb504fb Compute gallery height considering the limit of files in gallery 2023-03-27 15:27:57 +05:30
ashilkn a3775ecff5 Fix null check operator used for null value error 2023-03-27 13:22:07 +05:30
ashilkn 3ca05b7592 Limit number of files in 'Add location' sheet's gallery to 1000 to avoid performance issues 2023-03-27 13:11:12 +05:30
ashilkn dcab865f9f Added comment 2023-03-27 12:37:52 +05:30
ashilkn 75acf2af29 Renamed variables + removed unnecessary variable 2023-03-27 11:22:12 +05:30
ashilkn 5112ef808a Improved a comment 2023-03-27 11:04:28 +05:30
ashilkn 385259ffb0 Used better name for debouncer used for selecting radius 2023-03-27 10:54:06 +05:30
ashilkn 3a42b440a1 Commented out code used for testing 2023-03-27 10:47:15 +05:30
ashilkn a7618a4a1a Merge branch 'main' into location_tags 2023-03-27 10:13:26 +05:30
ashilkn 8283612f0e Merge branch 'main' into add_location_screen 2023-03-27 10:10:38 +05:30
ashilkn 011da72a2e Add logs for debugging 2023-03-27 10:06:21 +05:30
ashilkn 686e930b68 Enable opening of file in gallery of 'Add location' sheet 2023-03-27 10:05:00 +05:30
vishnukvmd 49762e0479 Move settings items around 2023-03-25 11:22:38 +05:30
vishnukvmd 1fcb6c9e6d Change copy from 'Create link' to 'Share link' 2023-03-25 11:16:22 +05:30
ashilkn 41cd62799d Reload locationTags widget in file details after a location tag is added 2023-03-25 04:17:06 +05:30
ashilkn a78360740a Code refactor 2023-03-25 02:58:53 +05:30
ashilkn b8996acd44 Save locationTag on submitting name of location 2023-03-25 02:42:02 +05:30
ashilkn 83e07b6c6a Moved memoryCount to state class to avoid not initialized error 2023-03-25 01:53:31 +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 7994ceb28c Fix typo 2023-03-25 01:04:06 +05:30
ashilkn 8a4a4580c7 Code refactor 2023-03-24 19:56:17 +05:30
ashilkn 1e9d211a4b Refactor: Removed some type conversions 2023-03-24 11:21:09 +05:30
ashilkn 2bc41978fb Used better variable name 2023-03-24 11:02:18 +05:30
ashilkn 18b4b7fc39 Refactor: Reorganized files into meaningful folders 2023-03-24 10:32:44 +05:30
ashilkn 9fa8da177d Added padding between missing GridViews 2023-03-23 20:59:26 +05:30
vishnukvmd 74b1a96708 Ensure the hook to create a new album is displayed to users without an album 2023-03-23 20:22:15 +05:30
vishnukvmd 65082c13bd Remove unused attribute 2023-03-23 20:18:49 +05:30
vishnukvmd 695056020e Light up the password field only if the password is valid 2023-03-23 20:17:26 +05:30
vishnukvmd 7efee44196 Update subscription screen 2023-03-23 20:16:31 +05:30
ashilkn d49c675aea Created a method to calculate height of gallery from files count 2023-03-23 17:40:00 +05:30
ashilkn 4f8997cb2b Modified code to get the memories count before building the Gallery to set height of gallery 2023-03-23 17:31:30 +05:30
ashilkn fbf3b35c57 Made everything except title in 'Add location' sheet scrollable 2023-03-23 16:12:46 +05:30
ashilkn 9ec9e98e28 Made it configurable to make Gallery scrollable or not 2023-03-22 18:31:33 +05:30
ashilkn f4136afd46 Remove loading widget for Gallery() in 'Add location' sheet 2023-03-22 14:23:37 +05:30
ashilkn c75c77fa02 Made a constant for default index from radiusValues 2023-03-22 13:24:58 +05:30
ashilkn 35a7016a1e Added debouncer so that gallery doesn't reload unnecessarily on sliding the slider 2023-03-22 13:19:37 +05:30
ashilkn fa69ce8961 Remove ignored files only once from fileLoadResults + await till it is removed 2023-03-22 13:17:04 +05:30
ashilkn 246031c7a9 Moved gallery to a separate widget and fetch files only once on initState 2023-03-22 09:45:59 +05:30
ashilkn dd4d8c5fe1 Set memoriesCountNotifier.value to null on changing radius to show loading state 2023-03-22 08:36:18 +05:30
ashilkn 66fbb72a60 Removed Widgets from header of Gallery() to avoid unnecessary rebuilds 2023-03-21 20:41:02 +05:30
ashilkn b9fdb6d1e3 Moved Radius Picker to a separate stateless widget 2023-03-21 20:30:45 +05:30
ashilkn 679b421007 Used Inherited widget to store location tag data in 'Add location' sheet 2023-03-21 20:13:17 +05:30
ashilkn 2a86587ad5 Moved radius values for location tag to constants file 2023-03-21 18:27:32 +05:30
ashilkn 1995b2c26a Show only files in 'Add location' gallery which are inside the location tag derived from location of selected file and variable radius 2023-03-21 18:21:10 +05:30
ashilkn b106a0ce4a Show memories count only after all files are loaded 2023-03-21 12:14:01 +05:30
ashilkn 4012cafd25 Minor fix 2023-03-21 09:52:30 +05:30
Vishnu Mohandas 0e1cb40255
Fix bug in getting collectionID for devicePath (#937) 2023-03-21 09:51:30 +05:30
Neeraj Gupta 45370cbc99
Fix bug in getting collectionID for devicePath 2023-03-21 09:43:56 +05:30
Neeraj Gupta 709eae6526
Fix log line 2023-03-21 09:08:09 +05:30
ashilkn c0ce8fc455 Show memories count in 'Add location' 2023-03-21 07:56:56 +05:30
ashilkn 47f6a5d68e Added code to make collate by day configurable in Gallery and used it in 'Add location' sheet 2023-03-21 07:20:55 +05:30
ashilkn 2d5c12f75e Plugged in a test gallery in the 'Add location' screen 2023-03-21 06:32:31 +05:30
ashilkn 34b2a0ccd1 Made selectedFiles nullable and added null aware operators in Gallery and LazyLoadingGallery 2023-03-20 20:45:10 +05:30
ashilkn eaeda5e8e6 Fix bug in DividerWidget 2023-03-20 20:39:37 +05:30
ashilkn 95076a736c Added flags to methods in filesDB to get only files which have location data 2023-03-20 20:38:51 +05:30
ashilkn 974cc78c50 Made the top half of the 'Add location' sheet 2023-03-20 17:23:06 +05:30
ashilkn b1d14fb454 Added custom border radius for text input widget 2023-03-20 14:00:19 +05:30
ashilkn 01a744ab6a Rename methods 2023-03-20 11:16:51 +05:30
ashilkn 573ee901c8 Layout fixes for ChipButtonWidget 2023-03-20 11:05:25 +05:30
ashilkn fa913b243c Optimised by storing square of semi major and minor axes of ellipse with location data 2023-03-20 10:45:20 +05:30
ashilkn d412a8cd90 Wrote service method to return the location tags for a given coordinate and used it in file details 2023-03-17 19:21:53 +05:30
ashilkn d2b2a8f595 Modify code for hasGPSData + pass signedDecimalDegree coordinates to LocationTagsWidget 2023-03-17 17:30:39 +05:30
Neeraj Gupta 82e45a29c3
Fix: Handle email change from different client 2023-03-17 16:30:40 +05:30
ashilkn 9963e9a194 Show location tag infoItem in file details only if file has GPS data 2023-03-17 16:23:22 +05:30
Neeraj Gupta 011e7be38b
Fix check for missing collectionID 2023-03-17 12:50:19 +05:30
ashilkn 595e0e1149 Store loactionTag data with name, raduis & properites of the ellipse 2023-03-17 10:12:47 +05:30
Crowdin Bot 45e0f30509 New Crowdin translations by GitHub Action 2023-03-16 12:27:21 +00:00
Neeraj Gupta 17a12da2da
Lint fixes 2023-03-16 10:14:47 +05:30
Neeraj Gupta 0120cfa0b3
Remove unused field 2023-03-16 10:14:46 +05:30
Neeraj Gupta 28e6dd5a0d
Remove unused component 2023-03-16 10:14:46 +05:30
Neeraj Gupta 42d6d14017
Remove unused component 2023-03-16 10:14:46 +05:30
vishnukvmd e8a3df970b Make the dialog non-dismissible 2023-03-15 23:06:01 +05:30
vishnukvmd 6a19d1e551 Add deletion reason 2023-03-15 23:01:48 +05:30
vishnukvmd 6e0bdbb233 Add a confirmation dialog before executing final account deletion 2023-03-15 22:58:35 +05:30
vishnukvmd c05fbf04fa Request for feedback in case of specific reasons 2023-03-15 22:43:03 +05:30
vishnukvmd 4ab916f0c4 Improve copy 2023-03-15 22:06:37 +05:30
vishnukvmd 05e963655e Make long-form feedback optional 2023-03-15 22:03:41 +05:30
vishnukvmd 464402baf4 Use a better Dropdown library 2023-03-15 21:59:11 +05:30
vishnukvmd 24af51b4ca Increase hit area of checkbox item 2023-03-15 21:52:09 +05:30
Neeraj Gupta 313c841a8a
Skip asking for confirmation during delete 2023-03-15 18:49:19 +05:30
Neeraj Gupta 02d43be270
Remove blocking progress dialog 2023-03-15 18:41:33 +05:30
Neeraj Gupta 7d18ab8e47
Send feedback as part of deletion request 2023-03-15 18:39:07 +05:30
Neeraj Gupta b7b6de437f
Remove feedback dialog post account deletion 2023-03-15 18:36:25 +05:30
Neeraj Gupta 59c12de19f
Prompt for feedback on subscription cancellation 2023-03-15 18:35:52 +05:30
Neeraj Gupta 4cdfd5d7ac
Add feedback type for anonymous feedbacks 2023-03-15 18:35:11 +05:30
Neeraj Gupta 5a6cddf15e
Refactor: better name 2023-03-15 18:26:23 +05:30
Neeraj Gupta 5beb526b56
Copy change 2023-03-15 18:18:32 +05:30
Neeraj Gupta d13241cd24
Delete Account: Add feedback form 2023-03-15 17:51:39 +05:30
ashilkn 828f2e5a83 Added animation when locationTag InfoItem rebuilds 2023-03-15 16:30:21 +05:30
ashilkn 23f878b962 Created InfoItem for locationTags in file details 2023-03-15 16:17:12 +05:30
Neeraj Gupta 5cc4e07f26
[Delete-Account] Do device auth on Account->Delete Account 2023-03-15 15:26:45 +05:30