Commit graph

7798 commits

Author SHA1 Message Date
Vishnu Mohandas ccd41a5c24
Handle errors from the isolate gracefully (#948) 2023-03-31 20:09:44 +05:30
vishnukvmd d72d0cf091 Revert "Reduce the timeout interval for foreground heart beats"
This reverts commit 7b28c3b7cd.
2023-03-31 18:13:58 +05:30
vishnukvmd b468819147 Log the last FG heart beat time 2023-03-31 18:11:08 +05:30
vishnukvmd 7b28c3b7cd Reduce the timeout interval for foreground heart beats 2023-03-31 18:10:53 +05:30
vishnukvmd 698f3132d2 Handle errors from the isolate gracefully 2023-03-31 18:03:43 +05:30
Vishnu Mohandas 56ff8384c7
Fix issues in clasification (#947) 2023-03-31 16:40:17 +05:30
vishnukvmd fb4e2625ca Update TFLite binaries 2023-03-31 16:36:54 +05:30
vishnukvmd 5e9acfd4bd Handle errors during classification gracefully 2023-03-31 16:36:44 +05:30
ashilkn 5ca5a1a241 Show loading state and memory count in 'Location' screen 2023-03-31 16:04:58 +05:30
ashilkn f677b5d60c Show location name on location screen 2023-03-31 15:50:45 +05:30
ashilkn 3f99c4c2a4 Made an InheritedWidget to store the state of LocationTag for 'Location screen' 2023-03-31 14:52:46 +05:30
ashilkn ac27caca8a Made a model for LocationTag 2023-03-31 14:51:44 +05:30
Vishnu Mohandas 9a3044bc48
Always request for feedback (#946) 2023-03-31 14:27:17 +05:30
vishnukvmd 67a97a434c Always request for feedback 2023-03-31 14:24:31 +05:30
ashilkn 1df9ee7eec Show edit location sheet on clicking edit icon on location screen 2023-03-31 11:32:30 +05:30
ashilkn 862c11f6fd Removed the 'Edit location' section from 'Location screen' + deleted old_location_state.dart 2023-03-31 11:24:09 +05:30
ashilkn e8db641e00 Renamed location_state.dart to old_location_state.dart to delete after refactoring and renamed add_location_state.dart to location_state.dart 2023-03-31 10:34:38 +05:30
ashilkn 7ec2fd4aae Created an 'Edit location' sheet and modified add_location_state.dart to make it reusable 2023-03-31 10:23:21 +05:30
ashilkn 022ec14489 Hack to show header of gallery even in loading states 2023-03-29 19:01:22 +05:30
ashilkn eec2bd411c Make gallery in 'location' screen functional 2023-03-29 16:46:07 +05:30
Vishnu Mohandas e4b455f78e
Minor fixes (#945) 2023-03-29 11:45:37 +05:30
vishnukvmd efc97a11f6 Remove unused assets 2023-03-29 11:36:05 +05:30
vishnukvmd c4df6edf90 Fix warning 2023-03-29 11:35:12 +05:30
ashilkn 37e3155742 Created an InheritedWidget which holds the state of index of Radius picker and used it in 'Location' screen 2023-03-29 08:21:02 +05:30
ashilkn 6a2f2ee1d1 Give proper comments 2023-03-29 07:54:26 +05:30
ashilkn 6b2b9b7468 Rename classes 2023-03-29 07:20:06 +05:30
ashilkn ddf1ffd086 Moved bottom of appBar to header of Gallery widget 2023-03-28 19:03:08 +05:30
ashilkn 42911d1109 Changes to animation 2023-03-28 17:33:58 +05:30
ashilkn 3a3aaa1035 Use normal AppBar instead of SliverAppBar to make gallery work 2023-03-28 17:15:26 +05:30
Vishnu Mohandas e919837273
Upgrade SecureStorage (#944) 2023-03-28 16:57:36 +05:30
vishnukvmd 09b5a34179 Upgrade SecureStorage 2023-03-28 16:47:01 +05:30
Vishnu Mohandas 90240f48b0
Add location screen (#941) 2023-03-28 13:37:43 +05:30
Vishnu Mohandas ef4bbaa994
Location info item in file details (#942) 2023-03-28 13:37:26 +05:30
ashilkn 93935374e1 Made a layout of 'Location' screen with animations 2023-03-28 12:46:35 +05:30
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 b269e7781f Merge branch 'location_tags' into add_location_screen 2023-03-28 07:07:39 +05:30
ashilkn 6a5ce2b8e4 Merge branch 'main' into location_tags 2023-03-28 07:07:02 +05:30
Vishnu Mohandas c568c11dc4
v0.7.38 (#943) 2023-03-28 06:57:54 +05:30
vishnukvmd 6cdc8d6783 v0.7.38 2023-03-27 18:07:10 +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