Commit graph

1248 commits

Author SHA1 Message Date
Neeraj Gupta 9bf1c3ce53
Remove unused methods 2023-04-03 16:39:57 +05:30
Neeraj Gupta 87a5714a5a
minor refactor 2023-04-03 15:44:55 +05:30
Neeraj Gupta 1a17399783
Minor refactor 2023-04-03 15:38:53 +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 3de5696b04 Used freezed package in location and locationTag models 2023-04-02 18:17:18 +05:30
vishnukvmd 698f3132d2 Handle errors from the isolate gracefully 2023-03-31 18:03:43 +05:30
vishnukvmd 5e9acfd4bd Handle errors during classification gracefully 2023-03-31 16:36:44 +05:30
ashilkn f677b5d60c Show location name on location screen 2023-03-31 15:50:45 +05:30
ashilkn eec2bd411c Make gallery in 'location' screen functional 2023-03-29 16:46:07 +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 aa7cb83f9a Make final 2023-03-27 16:33:46 +05:30
ashilkn a7618a4a1a Merge branch 'main' into location_tags 2023-03-27 10:13:26 +05:30
ashilkn 8283612f0e Merge branch 'main' into add_location_screen 2023-03-27 10:10:38 +05:30
ashilkn 1995b2c26a Show only files in 'Add location' gallery which are inside the location tag derived from location of selected file and variable radius 2023-03-21 18:21:10 +05:30
Vishnu Mohandas 0e1cb40255
Fix bug in getting collectionID for devicePath (#937) 2023-03-21 09:51:30 +05:30
Neeraj Gupta 45370cbc99
Fix bug in getting collectionID for devicePath 2023-03-21 09:43:56 +05:30
Neeraj Gupta 709eae6526
Fix log line 2023-03-21 09:08:09 +05:30
ashilkn fa913b243c Optimised by storing square of semi major and minor axes of ellipse with location data 2023-03-20 10:45:20 +05:30
ashilkn d412a8cd90 Wrote service method to return the location tags for a given coordinate and used it in file details 2023-03-17 19:21:53 +05:30
ashilkn d2b2a8f595 Modify code for hasGPSData + pass signedDecimalDegree coordinates to LocationTagsWidget 2023-03-17 17:30:39 +05:30
Neeraj Gupta 82e45a29c3
Fix: Handle email change from different client 2023-03-17 16:30:40 +05:30
ashilkn 9963e9a194 Show location tag infoItem in file details only if file has GPS data 2023-03-17 16:23:22 +05:30
Neeraj Gupta 011e7be38b
Fix check for missing collectionID 2023-03-17 12:50:19 +05:30
ashilkn 595e0e1149 Store loactionTag data with name, raduis & properites of the ellipse 2023-03-17 10:12:47 +05:30
Neeraj Gupta 17a12da2da
Lint fixes 2023-03-16 10:14:47 +05:30
Neeraj Gupta 0120cfa0b3
Remove unused field 2023-03-16 10:14:46 +05:30
Neeraj Gupta 02d43be270
Remove blocking progress dialog 2023-03-15 18:41:33 +05:30
Neeraj Gupta 7d18ab8e47
Send feedback as part of deletion request 2023-03-15 18:39:07 +05:30
Neeraj Gupta 4cdfd5d7ac
Add feedback type for anonymous feedbacks 2023-03-15 18:35:11 +05:30
ashilkn 47a3221484 Resolved merge conflicts 2023-03-15 14:44:07 +05:30
vishnukvmd 0c0a981442 Extract code to process image into the base class 2023-03-15 13:28:10 +05:30
vishnukvmd 05a6c2f600 Make Classifier more abstract 2023-03-15 13:20:48 +05:30
vishnukvmd bfdae3dab2 Fix case 2023-03-15 13:03:48 +05:30
vishnukvmd 3569cc404d Fix warnings 2023-03-15 13:02:26 +05:30
vishnukvmd 70247e8c79 Minor refactor 2023-03-15 13:01:42 +05:30
vishnukvmd f349b8e3ff Add source for MobileNet 2023-03-15 12:57:08 +05:30
vishnukvmd 290bcc959b Merge branch 'main' into image_classification 2023-03-15 12:33:05 +05:30
vishnukvmd bc1fb63005 Minor refactor 2023-03-15 12:31:35 +05:30
vishnukvmd 8116ae8543 Add scene detection 2023-03-15 12:28:25 +05:30
vishnukvmd c0110d1a0b Remove code for debugging 2023-03-14 15:18:55 +05:30
vishnukvmd a5646511e0 Add MobileNetv1 2023-03-14 15:11:49 +05:30
Neeraj Gupta 9edc8431bb
Revert changes 2023-03-14 07:10:54 +05:30
vishnukvmd 00a8e38a13 Parse internal user IDs 2023-03-13 14:44:33 +05:30
vishnukvmd 07afaef749 Rethrow sync errors for internal users 2023-03-13 13:50:23 +05:30
vishnukvmd 1f2fec23ab Rename variable 2023-03-13 10:35:01 +05:30
vishnukvmd 7898fe69ac Simplify if condition 2023-03-13 10:26:20 +05:30
vishnukvmd 5474d56949 Add more logs to remote sync 2023-03-13 10:24:57 +05:30
Neeraj Gupta 3a24599717
Anon feedback dialog post account deletion 2023-03-11 16:23:20 +05:30
ashilkn 8d3dde6d13 Search for location name strings with query with both lowercase 2023-03-09 10:49:18 +05:30
ashilkn b8c5892388 Merge branch 'main' into location 2023-03-08 17:22:29 +05:30
vishnukvmd 9100615e55 Disable 2FA recovery 2023-03-08 14:36:22 +05:30
Muhesh7 847eab2dca feat(location_tag): add location tags 2023-03-07 07:43:13 +05:30
vishnukvmd 29b8576108 Remove unnecessary log 2023-03-01 14:29:02 +05:30
vishnukvmd c5edee17f8 Log user details only on debug builds 2023-03-01 14:26:26 +05:30
vishnukvmd bcc1348a7d Document functions exposed by CryptoUtil 2023-02-27 17:56:51 +05:30
vishnukvmd 43fb16bf52 Remove unnecessary type casting 2023-02-27 16:15:27 +05:30
vishnukvmd 7c932ca533 Fix version check for decrypting collection path 2023-02-27 16:14:54 +05:30
vishnukvmd 0cf7daeba8 Rename variables for clarity 2023-02-27 16:14:27 +05:30
vishnukvmd cdb8fd9881 Merge branch 'main' into refactor_sodium 2023-02-27 11:23:21 +05:30
Neeraj Gupta 13ac0abfc0
Bump change log version 2023-02-27 10:10:25 +05:30
Neeraj Gupta 746d06aa0f
remove reference for unused property 2023-02-27 10:00:19 +05:30
ashilkn afa0309f39 Resolved merge conflicts 2023-02-23 18:13:15 +05:30
Neeraj Gupta c894bf06a3
Show storage banner until 5 counts 2023-02-23 10:12:03 +05:30
Neeraj Gupta 3d1630e7a1
Merge branch 'main' into fix_archived_albums 2023-02-23 07:07:28 +05:30
Neeraj Gupta fc419f757e
minor refactor 2023-02-22 16:59:02 +05:30
Muhesh7 16a82b62d1 feat(file_viewer): implement file view handler 2023-02-22 16:32:56 +05:30
Neeraj Gupta 7ba1f11dae
Fix: Clear entries from memory cache on file deletion 2023-02-22 15:29:33 +05:30
Manav 1b30c55c12
Merge pull request #761 from ente-io/connectivity-plus
Migrate from connectivity to connectivity_plus
2023-02-20 19:48:59 +05:30
ashilkn 7062c2acbd Merge branch 'main' into empty_state 2023-02-20 14:18:03 +05:30
ashilkn d7fc4b9b01 Fixed error handling on 'Collect event photos' 2023-02-20 12:35:41 +05:30
Neeraj Gupta 28410ce621
Show archived albums inside archive section 2023-02-18 14:58:11 +05:30
Neeraj Gupta 55b0f76987
Remove extra space 2023-02-18 12:53:42 +05:30
Neeraj Gupta 82e96f6e2a
Update copy 2023-02-18 12:53:18 +05:30
Neeraj Gupta bedbf383b3
Make dialog dismissable 2023-02-18 12:44:45 +05:30
Neeraj Gupta 022e368c4f
bump version to 0.7.26+426 2023-02-18 09:31:45 +05:30
Neeraj Gupta 73a702ac86
Add change log 2023-02-17 17:19:24 +05:30
Neeraj Gupta df009ff9cc
Show banner for referral 2023-02-17 14:19:11 +05:30
Manav b9619499f5 Migrate from connectivity to connectivity_plus
Both are official Flutter plugins. connectivity has been deprecated, and
connectivity_plus is the replacement:

https://pub.dev/packages/connectivity_plus

Tested on: iOS simulator, by turning WiFi on/off on the laptop
2023-02-17 12:33:43 +05:30
Neeraj Gupta 8e9eebe2b4
Referral: integrate the APIs 2023-02-15 22:17:40 +05:30
Neeraj Gupta a149e661f5
Referral: Add gateway and model classes 2023-02-15 10:49:32 +05:30
vishnukvmd d3005be29f Merge branch 'main' into refactor_sodium 2023-02-14 11:21:19 +05:30
Neeraj Gupta 948e25a4ac
Merge pull request #861 from ente-io/objects 2023-02-12 20:13:35 +05:30
vishnukvmd 32f554df84 Tag only objects with a score > 0.6 2023-02-12 19:29:09 +05:30
Manav 4a1ba7a967
Merge pull request #858 from ente-io/remove-deprecated-loc-search
Remove deprecated location search endpoint
2023-02-10 22:07:38 +05:30
Manav aaaca0d94e Remove deprecated location search endpoint 2023-02-10 19:33:59 +05:30
Vishnu Mohandas 3ea4574b8c
Merge pull request #852 from ente-io/objects 2023-02-09 19:00:15 +05:30
Muhesh7 cb1fffa421 refactor: implement singelton instance of intent-action 2023-02-08 22:36:43 +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
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
Neeraj Gupta 4ac064e327
Skip synCall for logged out users 2023-02-03 12:12:27 +05:30
vishnukvmd 80f36d1bd5 Move all calls to Sodium to CryptoUtil 2023-02-03 10:11:45 +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