Commit graph

7832 commits

Author SHA1 Message Date
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
Neeraj Gupta db5d894124
Merge branch 'main' into string_extract 2023-04-04 16:39:48 +05:30
ashilkn 48833376e7 Made a 'Pick center point' sheet without gallery 2023-04-04 15:13:22 +05:30
Neeraj Gupta a781b67c07
Entities Sync and storage support (#951) 2023-04-04 14:39:41 +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
Ashil 99d23b6da3
Location improvements + fix search (#950) 2023-04-03 17:22:37 +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
ashilkn ef109469b0 Get the center point from InheritedLocationScreenState for location screen 2023-04-03 09:29:19 +05:30
ashilkn 9999a7aa43 Removed Todo comment after checking 2023-04-03 07:30:07 +05:30
ashilkn a1f05e75fc Refactor: Used Location and LocationTag objects in codebase 2023-04-03 07:20:14 +05:30
ashilkn bb0ce08223 Use LocationTag data type and methods from freezed to convert LocationTag fromJson and toJson 2023-04-03 06:41:41 +05:30
ashilkn da7ad18b16 Added aSquare and bSquare properties to LocationTag 2023-04-03 06:38:51 +05:30
ashilkn 3de5696b04 Used freezed package in location and locationTag models 2023-04-02 18:17:18 +05:30
ashilkn 2ff51d10f8 Minor changes 2023-03-31 20:48:45 +05:30
Vishnu Mohandas efdeb7daa6
Log foreground heartbeats (#949) 2023-03-31 20:10:19 +05:30
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