Commit graph

5813 commits

Author SHA1 Message Date
vishnukvmd 07fd3420bb Render parsed objects within file info to internal users 2023-02-08 19:10:35 +05:30
vishnukvmd f407c0e899 Implement ObjectDetectionService 2023-02-08 19:10:18 +05:30
vishnukvmd d9d0ae5994 Setup isolate utils to perform computation on a separate thread 2023-02-08 19:09:59 +05:30
vishnukvmd c130021db0 Setup classifier 2023-02-08 19:09:47 +05:30
vishnukvmd 675179c265 Setup models to hold inference results 2023-02-08 19:06:40 +05:30
ashilkn 9a63900f46 Used new TextInputDialog for naming an album on creating one 2023-02-08 18:41:04 +05:30
ashilkn d9b28b43b2 Moved commonly used user defined function types to a file 2023-02-08 17:57:36 +05:30
ashilkn de03b1dd44 Moved ExecutionState enum to a separate file 2023-02-08 17:39:57 +05:30
ashilkn 9691bf9b66 Capitalize file ext + sumbit on 'done' in keyboard 2023-02-08 17:22:42 +05:30
ashilkn c42b9c3263 Added code for only showing loading state for TextInputWidget 2023-02-08 17:06:04 +05:30
vishnukvmd a56d44c45c Merge branch 'main' into flutter_3.7.1 2023-02-08 15:59:49 +05:30
vishnukvmd ee409d7584 Upgrade to Flutter v3.7.1 2023-02-08 15:51:24 +05:30
ashilkn c03a5ee194 Changed code for setting execution states + other minor fixes 2023-02-08 15:20:51 +05:30
ashilkn e19076a46a Minor layout and state fixes 2023-02-08 12:54:35 +05:30
ashilkn ee834ac244 Merge branch 'main' into text_input_dialog 2023-02-08 12:31:39 +05:30
ashilkn d9333610ac Show execution states of TextInputWidget on UI 2023-02-08 12:30:56 +05:30
ashilkn 1bc3bde3d1 Added debouncer and code for execution states in TextInputWidget 2023-02-08 11:26:09 +05:30
ashilkn 5208ff3e13 Moved execution of onSubmit from ButtonWidget associated with TextInputWidget to within TextInputWidget 2023-02-08 11:13:46 +05:30
ashilkn b5c0ee7ce6 Minor changes 2023-02-07 17:59:43 +05:30
ashilkn e4d4e1d3d7 Rename file: Removed old progress dialogs 2023-02-07 16:46:13 +05:30
ashilkn 3a218a656b Set cursor position to the end of textField on initial focus 2023-02-07 16:20:55 +05:30
ashilkn de553ddee8 Fix: Move TextInputDialog up when keyboard is visible 2023-02-07 16:07:23 +05:30
ashilkn 8602a68a1d Used new TextInputDialog for renaming a file 2023-02-07 14:39:34 +05:30
ashilkn c32abe66be Made auto focus and max length configurable in TextInputWidget 2023-02-07 14:37:19 +05:30
ashilkn 335c464180 Made alignment of message and initial value of TextInputWidget configurable 2023-02-07 14:01:49 +05:30
Neeraj Gupta f3fe162b22
Fix bug in mapping existingFilesInDifferentCollection 2023-02-07 13:58:39 +05:30
ashilkn 64b479dbf4 Created TextInputWidget and used it in TextInputDialog 2023-02-07 12:40:03 +05:30
ashilkn d5dc0a5858 Made hintText configurable in TextInputDialog 2023-02-07 11:16:49 +05:30
ashilkn da3088eab1 Used new TextInputDialog for renaming album 2023-02-07 10:58:57 +05:30
ashilkn c48108a2da Made a working TextInputDialog 2023-02-07 10:43:22 +05:30
ashilkn ba1d7bf2b0 Made a non functional version of TextInputWidget 2023-02-07 08:44:11 +05:30
Neeraj Gupta e18cd6e773
Merge pull request #844 from ente-io/menu_item_tweaks
Menu item improvements
2023-02-06 21:26:45 +05:30
Neeraj Gupta ce4942c0db
Log mem and ops limit on failure 2023-02-05 01:38:16 +05:30
Neeraj Gupta 37abdca05d
Fix typo in comparision 2023-02-05 01:36:24 +05:30
ashilkn 747c013292 Fixed bug which comes when theme changes dynamically on MenuItem 2023-02-03 17:21:58 +05:30
ashilkn d8c9f87f4a Merge branch 'main' into menu_item_tweaks 2023-02-03 17:17:46 +05:30
ashilkn 76f3a97c76 Disable gesutres when MenuItem is in success or inProgress state 2023-02-03 17:17:17 +05:30
ashilkn ed9ee153ba Fixed build issue 2023-02-03 16:24:38 +05:30
ashilkn c2da85e7f0 Merge branch 'main' into picker 2023-02-03 15:40:37 +05:30
ashilkn bd34571513 Rename constant 2023-02-03 15:39:33 +05:30
ashilkn 09e8dfd64d Moved picker pages related to sharing to a 'pickers' subfolder 2023-02-03 15:38:04 +05:30
ashilkn c40772c989 Removed old code 2023-02-03 13:59:28 +05:30
ashilkn 2193546f42 Created new picker for setting photo grid size 2023-02-03 13:55:01 +05:30
ashilkn f078abc2d6 Removed old code 2023-02-03 13:49:50 +05:30
Neeraj Gupta f43018360e
Merge pull request #842 from ente-io/minor_refactor
Refactoring: rename
2023-02-03 13:29:38 +05:30
Neeraj Gupta 3366264dde
Refactoring: rename 2023-02-03 13:09:04 +05:30
ashilkn bff5d91a3d Do not show excution states for custom link expiry 2023-02-03 13:03:27 +05:30
ashilkn e49d22d2a5 Created new picker for setting link's expiry 2023-02-03 12:27:48 +05:30
Neeraj Gupta ab4cab4768
Handle null cast err 2023-02-03 12:19:43 +05:30
Neeraj Gupta 4ac064e327
Skip synCall for logged out users 2023-02-03 12:12:27 +05:30
ashilkn 798745886c Removed old code 2023-02-03 11:22:50 +05:30
Neeraj Gupta 820461919c
Use black avatar color for collect photos 2023-02-03 06:05:40 +05:30
Neeraj Gupta eb4c449b58
Show critical warning while removing others file from album 2023-02-03 06:05:40 +05:30
ashilkn 644fc94bc4 Renamed PickerWidget to DeviceLimitPickerPage 2023-02-02 20:48:47 +05:30
ashilkn af63c9331c Keep custom device limit on screen on changing device limit until popped + refactor 2023-02-02 19:38:32 +05:30
ashilkn f2e2844bca Added description + minor layout change in device limit screen 2023-02-02 19:02:45 +05:30
ashilkn 87a42f96fe Reload manage link screen on popping device limit screen 2023-02-02 18:45:32 +05:30
ashilkn 9bdeffae3e Created new picker for setting link's device limit 2023-02-02 17:29:55 +05:30
Neeraj Gupta 710ef62a68
Add change log 2023-02-02 11:17:32 +05:30
Neeraj Gupta 77eeaa4c06
Merge branch 'main' into fix_radius 2023-02-02 09:09:37 +05:30
Neeraj Gupta a11a86895a
Use 8 as border radius for multiple meneItems list 2023-02-02 07:56:41 +05:30
Neeraj Gupta 00bf2c4c6d
Fix radius for menuItem border 2023-02-01 19:49:16 +05:30
ashilkn 5d833bd944 Don't show owner avatar on albumListItem on CreateCollectionSheet 2023-02-01 18:57:27 +05:30
ashilkn 3de7a6b051 Merge branch 'main' into menuitem_states 2023-02-01 18:50:31 +05:30
ashilkn 57f689abb1 Added a comment 2023-02-01 18:37:35 +05:30
ashilkn 08766be92f Refactored code 2023-02-01 18:08:14 +05:30
ashilkn 832f044ccb Refactor code related to changing from collaborator to viewer 2023-02-01 17:50:24 +05:30
Neeraj Gupta dc97f5b8dc
Merge Clear cached collection for uncat and hidden #834
Clear cached collection for uncat and hidden
2023-02-01 17:39:01 +05:30
Neeraj Gupta d6b5259406
Clear cached collection for uncat and hidden 2023-02-01 15:40:58 +05:30
ashilkn 1414c2f05b Resolved merge conflicts 2023-02-01 15:30:34 +05:30
ashilkn 37e4a40545 Added keys to 'manage device storage' menuItems to remove infinite loading 2023-02-01 15:11:40 +05:30
ashilkn b5202f4880 Show loading states within MenuItemWidget 2023-02-01 14:01:24 +05:30
ashilkn 87e42715c5 Made showing success state even if execution time < debounce time configurable 2023-02-01 13:56:39 +05:30
ashilkn bd3908f3e1 Made surfacing execution states configurable in MenuItemWidget 2023-02-01 12:49:50 +05:30
ashilkn c27fb74f22 Give TrailingIcon key to fix bug with theme change menuitem 2023-02-01 12:22:39 +05:30
Neeraj Gupta 0e268cc338
Merge pull request #832 from ente-io/clean_up_sync
Refactor: Clean up local sync service
2023-02-01 11:23:47 +05:30
ashilkn 049615ad5a Only show loading state for menuitems in settings + removed loading dialogs 2023-02-01 09:14:54 +05:30
ashilkn dad5f8075e Made showing the success state configurable in MenuItemWidget 2023-02-01 07:40:44 +05:30
ashilkn bc3f0ed464 Loading and success states for MenuItemWidget 2023-02-01 07:12:26 +05:30
Neeraj Gupta 8d96247b05
Update copy 2023-01-31 23:25:35 +05:30
Neeraj Gupta 8fc2224f62
Add confirmation dialog for change permission 2023-01-31 23:16:54 +05:30
Neeraj Gupta bab9a0ea3e
Refactor addEmailToCollection 2023-01-31 22:55:16 +05:30
Neeraj Gupta 08c202a261
Refactor addEmailToCollection 2023-01-31 21:43:21 +05:30
Neeraj Gupta 66e15ec3a1
Fix: Removed pressed state color 2023-01-31 21:10:49 +05:30
Neeraj Gupta ee7f8c07d3
Fixed pressedColor for various menu items 2023-01-31 20:55:20 +05:30
Neeraj Gupta 59cd4fe019
Show collect photos in separate section 2023-01-31 20:48:05 +05:30
ashilkn 13f7a07d31
minor layout and copy change 2023-01-31 20:01:58 +05:30
ashilkn 2d9d8ca102 Refactored MenuItemWidget 2023-01-31 17:51:57 +05:30
Neeraj Gupta 80db5af7b8
Add confirmation dialog while deleting shared albums 2023-01-31 17:07:10 +05:30
Neeraj Gupta a9cf33a8eb
Update dialog for leaving shared albums 2023-01-31 16:54:09 +05:30
Neeraj Gupta 741742b23d
Merge Collaboration Changes #831
Collaboration Changes
2023-01-31 16:46:11 +05:30
Neeraj Gupta 6c7ca791ba
Update remove from album dialog 2023-01-31 16:41:20 +05:30
Neeraj Gupta 339431a7f0
refactor 2023-01-31 15:50:20 +05:30
Neeraj Gupta 9e018af21d
Use str interpolation and minor rename 2023-01-31 15:37:03 +05:30
Neeraj Gupta 03519e985e
Use named parameter for improving readability 2023-01-31 15:24:46 +05:30
Neeraj Gupta 044bb5c4dc
LocalSync: Remove redundant ref to editedFileIDs 2023-01-31 15:17:59 +05:30
Neeraj Gupta 3c74169ca1
Update copy 2023-01-31 13:54:38 +05:30
Neeraj Gupta 6a2c8b266b
Add todo for updating design 2023-01-31 13:34:13 +05:30
Neeraj Gupta 58720f74ae
Change design for invite dialog 2023-01-31 13:32:49 +05:30
Neeraj Gupta db2df1665a
Fix error handling in fetching publicKey 2023-01-31 13:15:34 +05:30
Neeraj Gupta 041432461f
Add option to hide progress dialog 2023-01-31 06:34:03 +05:30
Neeraj Gupta f4ee46760a
Switch to ButtonWidget component 2023-01-31 06:33:19 +05:30
Neeraj Gupta dbffa7cd8b
Sort album participants list 2023-01-30 23:59:25 +05:30
Neeraj Gupta b39575d71c
Modify add viewer/collaborator UX 2023-01-30 23:15:26 +05:30
Neeraj Gupta e649eb433c
Make selected dialogs dismissiable 2023-01-30 21:16:57 +05:30
Neeraj Gupta 9014d5c5a5
Sharing: Add collect photos option 2023-01-30 21:09:40 +05:30
Neeraj Gupta 009c23c62a
Refactor: Separate method to enable or disable url 2023-01-30 20:49:35 +05:30
Neeraj Gupta eda5acf443
CreateUrl: send enableCollect flag 2023-01-30 20:46:46 +05:30
Ashil b0a2fb50f8
Merge pull request #830 from ente-io/minor-fixes
Minor layout and copy changes
2023-01-30 16:26:16 +05:30
ashilkn 199bd8fd08 minor layout and copy change 2023-01-30 15:18:24 +05:30
Neeraj Gupta f3de88276d
Fix handling of downloads from shared albums 2023-01-30 11:49:58 +05:30
Neeraj Gupta 25f7c8c16d
Merge pull request #828 from ente-io/collab_feedback
collab feedback
2023-01-29 00:18:47 +05:30
Neeraj Gupta 53b6f9a6d0
Fix: Derive gallery type based on collection 2023-01-29 00:09:43 +05:30
Neeraj Gupta 36466b0797
Filter email list 2023-01-28 23:54:20 +05:30
Neeraj Gupta 761af4bd72
Merge pull request #826 from ente-io/collaction_mvp
❇️  Collaboration
2023-01-28 22:45:45 +05:30
Neeraj Gupta 8abab3faa0
Block upload to collections owned by others 2023-01-28 22:05:28 +05:30
ashilkn 02be80dce5 Used action sheet at places 2023-01-28 20:00:29 +05:30
ashilkn 1d9a3636ed Stick to dark theme for buttons in showChoiceAcitonSheet 2023-01-28 19:27:53 +05:30
Neeraj Gupta 76ac8212ee
Fix bugs around file removal 2023-01-28 13:03:25 +05:30
Neeraj Gupta 8ac5abd158
Enable collaboration 2023-01-28 10:50:14 +05:30
Neeraj Gupta 8d49d69682
remove debug logs 2023-01-28 09:56:30 +05:30
Neeraj Gupta 12a95136af
Support for removing files from shared collection 2023-01-28 09:53:48 +05:30
Neeraj Gupta 1c5ac3de21
Remove unused method 2023-01-28 09:04:30 +05:30
Neeraj Gupta f586102e96
Show album owner avatar in shared collection 2023-01-28 08:50:19 +05:30
Neeraj Gupta 0fae5b1375
Fix typo 2023-01-28 06:45:25 +05:30
Neeraj Gupta 7a99447ad3
Merge remote-tracking branch 'origin/main' into fix_potential_null_check_failure 2023-01-28 05:03:15 +05:30
Neeraj Gupta ad9733b08c
Merge pull request #824 from ente-io/dialog-fixes
Dialog fixes
2023-01-28 04:59:35 +05:30
ashilkn 5f73c8a4e3 Updated copies 2023-01-27 20:38:05 +05:30
ashilkn 0f570d1c62 New selection overlay for trash screen 2023-01-27 19:28:19 +05:30
ashilkn d11e56b931 Minor changes 2023-01-27 18:30:32 +05:30
ashilkn 5232047d20 Minor change 2023-01-27 18:06:52 +05:30
ashilkn bebcb720cc Resolved merge conflicts 2023-01-27 18:01:59 +05:30
ashilkn 2b1390a83d Renamed 'showNewChoiceDialog' to 'showChoiceDialog' 2023-01-27 17:38:53 +05:30
ashilkn a9db657cb4 Replaced the last old choice dialog 2023-01-27 17:37:33 +05:30
ashilkn e38a2c29c6 Handled error state of logout dialog 2023-01-27 15:53:31 +05:30
ashilkn a4dec6c1d0 Replaced old logout confirmation dialog with the new actionSheet 2023-01-27 15:18:14 +05:30
ashilkn 862c836ffa Creating a wrapper around showActionSheet for choiceActionSheets 2023-01-27 15:15:17 +05:30
ashilkn b92e3a21e0 Removed unnecessary loading dialogs on deleting files 2023-01-27 14:49:55 +05:30
ashilkn bb01b369e2 Fixed bug on dismissing the delete from trash dialog on loading/succes state 2023-01-27 14:12:15 +05:30
Ashil cc23be733c
Merge pull request #817 from ente-io/redesign-add-to-album
Redesign add/move to album
2023-01-27 10:41:06 +05:30
ashilkn f122075073 Minor changes 2023-01-27 10:31:30 +05:30
Neeraj Gupta 8fc03bde22
Fix: Look up by generated id for unuploaded files only 2023-01-26 11:19:39 +05:30
Neeraj Gupta 6e6c2fb075
Merge pull request #821 from ente-io/custom_title_widget
Update delete album copy
2023-01-26 11:17:30 +05:30
Neeraj Gupta 362d5a8c4f
Handle potential null value 2023-01-26 11:08:45 +05:30
Neeraj Gupta 25f00f65f0
Fix copy 2023-01-26 10:56:33 +05:30
Neeraj Gupta 78c1ce8aa0
Update delete album copy 2023-01-26 10:53:50 +05:30
Neeraj Gupta d369052b4d
Add support for custom bodyWidget in action content 2023-01-26 10:36:18 +05:30
Neeraj Gupta cf092f6fde
Fix: log stacktrace with error 2023-01-25 20:14:44 +05:30
ashilkn 0bf0b53a78 Made 'item' of AlbumListItemWidget non-nullable 2023-01-25 18:17:28 +05:30
ashilkn 5ea2c7942e Added top inner stroke to the bottom most widget of CreateCollectionSheet 2023-01-25 18:12:24 +05:30