Commit graph

3782 commits

Author SHA1 Message Date
Neeraj Gupta caab7cc260
Revert "Enable object detection for everyone"
This reverts commit fbd9c1f5f4.
2023-02-18 16:53:02 +05:30
ashilkn c36970a575 Minor change 2023-02-13 16:36:41 +05:30
ashilkn dc0dcffbef Code refactoring 2023-02-13 16:25:20 +05:30
ashilkn 4ed337b539 Handled error state properly on enabling password lock for public link 2023-02-13 16:18:47 +05:30
ashilkn 508fd909f5 Password input can be made visible or not in the TextInputWidget 2023-02-13 16:09:24 +05:30
ashilkn 3509d21aaf Use new TextInputDialog for setting password for public link 2023-02-13 14:59:03 +05:30
ashilkn 12886f276b Fixed state refresh bug on manage link screen 2023-02-13 12:24:52 +05:30
Ashil 48481e396d
Merge pull request #860 from ente-io/bug_fix_textInputDialog
Bug fix text input dialog
2023-02-13 10:52:44 +05:30
Neeraj Gupta 948e25a4ac
Merge pull request #861 from ente-io/objects 2023-02-12 20:13:35 +05:30
vishnukvmd fbd9c1f5f4 Enable object detection for everyone 2023-02-12 19:28:58 +05:30
ashilkn 6137dafa08 Fixed disposing for valueNotifier 2023-02-12 11:19:55 +05:30
Ashil 85abf77cfa
Merge pull request #856 from ente-io/return_exception_with_buttonAction
ButtonWidget : Return exception with buttonAction on dialogs
2023-02-11 08:14:12 +05:30
ashilkn a0960ba87b Bug Fix: Add-to/create album sheet not visible when sharing file from outside ente when app is not in memory 2023-02-10 19:24:55 +05:30
ashilkn ea70d88eab Show error if execution fails after manually closing dialog 2023-02-10 16:02:24 +05:30
ashilkn 7e120c04f6 Merge branch 'main' into return_exception_with_buttonAction 2023-02-10 12:58:13 +05:30
ashilkn 6d3a637922 Modified dialogs and uses of them to work with ButtonWidget 2023-02-10 12:52:16 +05:30
Neeraj Gupta c062989903
Add export, shop and renamed faq seciton 2023-02-10 11:08:22 +05:30
Vishnu Mohandas 3ea4574b8c
Merge pull request #852 from ente-io/objects 2023-02-09 19:00:15 +05:30
ashilkn 112b80db8a Resolved merge conflicts 2023-02-09 18:59:43 +05:30
Neeraj Gupta 161ed82d2a
Merge pull request #847 from ente-io/gallery_pick
feat[gallery_extention]: integrate handler for gallery pick intent
2023-02-09 18:57:02 +05:30
ashilkn dd49b7913d Modified uses of ActionSheets to work with ButtonWidget 2023-02-09 18:48:01 +05:30
ashilkn ee3d152083 Modified ButtonWidget to return exception when exception is thrown 2023-02-09 18:36:23 +05:30
Muhesh7 ec51c8c91d refactor(manifest): comment-out view intent-filter 2023-02-09 17:24:43 +05:30
ashilkn fa9d251e32 Capitalize album name on editing 2023-02-09 10:42:40 +05:30
ashilkn ef79387b9d Always show success state on renaming album & file 2023-02-09 10:26:06 +05:30
ashilkn f89f01ecf0 Merge branch 'main' into text_input_dialog 2023-02-09 07:40:57 +05:30
ashilkn 7bbb53b16e Added comments + formatting 2023-02-09 07:19:43 +05:30
ashilkn 4485bcab07 Dispose controllers & notifiers 2023-02-09 07:01:27 +05:30
ashilkn 7bc4ded22a Handled error and improved logging on failed rename album 2023-02-09 06:43:54 +05:30
ashilkn bcadb168cb Now for dialogs using TextInputWidget, the dialog will return an exception when popped when one is thrown from TextInputWidget 2023-02-09 06:25:44 +05:30
vishnukvmd fb0042ae03 Resolve object tags for local files as well 2023-02-08 22:51:57 +05:30
Muhesh7 cb1fffa421 refactor: implement singelton instance of intent-action 2023-02-08 22:36:43 +05:30
Muhesh7 ad63290d47 feat[gallery_extention]: integrate handler for gallery pick intent 2023-02-08 22:35:45 +05:30
vishnukvmd 07fd3420bb Render parsed objects within file info to internal users 2023-02-08 19:10:35 +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 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 c32abe66be Made auto focus and max length configurable in TextInputWidget 2023-02-07 14:37:19 +05:30