Commit graph

6211 commits

Author SHA1 Message Date
ashilkn 5158381d60 Minor fixes 2023-04-07 13:16:22 +05:30
ashilkn 3875d5befb Added animation to 'Add' button in 'Add location' screen 2023-04-07 13:07:47 +05:30
ashilkn cb2d791472 Added 'Save' button to save edits in 'Edit location' screen 2023-04-07 12:59:28 +05:30
ashilkn 736a9448eb Created a button 'Add' to add a locationTag in 'Add location' screen 2023-04-07 12:35:01 +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
ashilkn d632cdfb6f Removed selectAll option when selection is limited to one file 2023-04-07 10:49:00 +05:30
ashilkn ae0f960693 Use file.location to determine wheater to show location tile in fileDetails 2023-04-07 10:40:01 +05:30
ashilkn 8d4bbddc98 Remove unnecessary asserts 2023-04-07 10:15:48 +05:30
ashilkn 3d238660f8 Minor change 2023-04-06 14:25:48 +05:30
ashilkn 6dda350b72 Removed unused parameter + added comments 2023-04-06 14:10:10 +05:30
ashilkn 4dde1a4a40 Added a comment 2023-04-06 13:34:53 +05:30
ashilkn 92b85d7f98 Used better method name 2023-04-06 12:32:56 +05:30
ashilkn 652e77ab9d Only use updateLocationTag() to update location tag 2023-04-06 12:28:26 +05:30
ashilkn e0efe2e059 Minor change 2023-04-06 12:09:35 +05:30
ashilkn 5b4af04712 Made delete locatioTag functional 2023-04-06 11:08:21 +05:30
ashilkn de7e2ab2eb Created a popupMenu for 'edit' and 'delete location' in 'Location screen' 2023-04-06 10:47:47 +05:30
ashilkn 211bd01722 Rebuild 'Location screen' gallery when radius or centerPoint changes 2023-04-06 09:49:21 +05:30
ashilkn d685d37f39 Update state of 'Location screen' after updates in location 2023-04-06 09:42:41 +05:30
ashilkn 2b59ee1fc9 Created service to update locationTag 2023-04-06 09:04:30 +05:30
ashilkn 23ec49f8eb Show location name on 'edit location' screen 2023-04-05 19:49:50 +05:30
ashilkn 21a7e3e62b Remove commented out code 2023-04-05 17:02:42 +05:30
ashilkn d54f679b72 Rebuild 'edit location' sheet by listening to update in locationTag 2023-04-05 16:24:39 +05:30
ashilkn 72d8ae9f53 Made an event for add/update/delete locationTag and updated the Location tile in 'location details' sheet using it. 2023-04-05 14:33:54 +05:30
ashilkn c9f08c6eca Made 'update center point' functional in 'edit location' 2023-04-05 10:53:29 +05:30
ashilkn 01347f93c2 Pass LocalEntity<LocationTag> instead of locationTag
in update locationTag screens to get access to locaitonTag's id
2023-04-05 09:30:18 +05:30
ashilkn fa0fe9b681 Use equatable in LocalEntity<T> 2023-04-05 08:54:00 +05:30
ashilkn 4f003104ce Merge branch 'location_tag_screen_4' into location_tag_screen_5 2023-04-04 18:33:10 +05:30
ashilkn 77f85aadfd Added 'Use selected photo' button 2023-04-04 17:16:33 +05:30
ashilkn fc874d0a52 Plug in gallery in 'Pick center point' sheet 2023-04-04 16:50:53 +05:30
ashilkn a9726b222f Modify LazyLoadingGridView to support single file selection 2023-04-04 16:50:15 +05:30
ashilkn 48833376e7 Made a 'Pick center point' sheet without gallery 2023-04-04 15:13:22 +05:30
Neeraj Gupta 138f0a4165
Fix integration with entity service 2023-04-04 14:18:54 +05:30
Neeraj Gupta 554a94d681
Add support for syncing and storing entities 2023-04-04 12:50:23 +05:30
ashilkn 10432250af Enabled drag to close on edit and add location sheets 2023-04-04 11:55:29 +05:30
ashilkn 97cdf56abf Created 'Center point' tile in edit location screen 2023-04-04 11:27:09 +05:30
ashilkn d7edf2c551 Add locationTag to InheritedLocationTagData's state 2023-04-04 11:25:21 +05:30
ashilkn bca4ea4974 Methods to convert Location object to coordinates in DMS format 2023-04-04 11:24:30 +05:30
Neeraj Gupta add5e44ab2
Add entity gw and model classes 2023-04-03 21:36:31 +05:30
ashilkn 195d2a72ca Merge branch 'location_tag_screen_4' into location_tag_screen_5 2023-04-03 17:23:30 +05:30
ashilkn 2ab40d0459 Pass locationTag if state provider for 'edit location' screen + fix radiusPicker always at defaut value bug on 'edit screen' 2023-04-03 17:22:07 +05:30
Neeraj Gupta 46ea1a83fb
Remove unused method 2023-04-03 17:17:44 +05:30
Neeraj Gupta 351087cb36
Fix location search 2023-04-03 17:02:24 +05:30
Neeraj Gupta ebf5d710b3
Refactor: only expose deserizlized location tags 2023-04-03 16:46:56 +05:30
Neeraj Gupta 9bf1c3ce53
Remove unused methods 2023-04-03 16:39:57 +05:30
Neeraj Gupta 15305d4bd8
Remove unused file 2023-04-03 16:36:53 +05:30
Neeraj Gupta f663c2276c
Merge branch 'location_tag_screen_4' of github.com:ente-io/photos-app into location_tag_screen_4 2023-04-03 15:45:20 +05:30
Neeraj Gupta 87a5714a5a
minor refactor 2023-04-03 15:44:55 +05:30
ashilkn 9dc67d5950 Rename add_location_gallery_widget.dart to dynamic_location_gallery_widget.dart 2023-04-03 15:39:04 +05:30
Neeraj Gupta 1a17399783
Minor refactor 2023-04-03 15:38:53 +05:30
Neeraj Gupta d0b06bbc6d
Fix db query 2023-04-03 15:35:28 +05:30