Commit graph

223 commits

Author SHA1 Message Date
Vishnu Mohandas 86cf9a34e4
Fix log line (#994) 2023-04-17 12:53:11 +05:30
Neeraj Gupta efd21d01e7
Use string interpolation 2023-04-17 12:52:53 +05:30
vishnukvmd 8c48dc2984 Fix log line 2023-04-17 12:27:17 +05:30
Neeraj Gupta 06c9ead3e2
feat(location_tag): add location tags (#908) 2023-04-11 10:10:50 +05:30
Neeraj Gupta a717b2d273
Add support for changing language 2023-04-10 16:56:44 +05:30
Neeraj Gupta 138f0a4165
Fix integration with entity service 2023-04-04 14:18:54 +05:30
Neeraj Gupta 1a17399783
Minor refactor 2023-04-03 15:38:53 +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
ashilkn 47a3221484 Resolved merge conflicts 2023-03-15 14:44:07 +05:30
ashilkn aa8c14e778 Fixed theme related bug on lock screen when systemTheme != appTheme 2023-03-08 13:44:43 +05:30
ashilkn 7f8ff6be0b Fixed theme related bug on CollectionActionSheet when files are shared from outside ente to ente 2023-03-08 13:11:39 +05:30
ashilkn a613cc0040 Used debugPrint 2023-03-07 20:39:11 +05:30
Muhesh7 847eab2dca feat(location_tag): add location tags 2023-03-07 07:43:13 +05:30
ashilkn c297be0023 Added debugRepaintRainbowEnabled in main() 2023-02-22 12:57:34 +05:30
Neeraj Gupta 757cbb1ab7
Merge branch 'main' into referral 2023-02-18 16:55:43 +05:30
Neeraj Gupta caab7cc260
Revert "Enable object detection for everyone"
This reverts commit fbd9c1f5f4.
2023-02-18 16:53:02 +05:30
Neeraj Gupta 8e9eebe2b4
Referral: integrate the APIs 2023-02-15 22:17:40 +05:30
vishnukvmd fbd9c1f5f4 Enable object detection for everyone 2023-02-12 19:28:58 +05:30
vishnukvmd ada7477310 Initialize ObjectDetectionService only for internal users 2023-02-08 19:50:32 +05:30
vishnukvmd f407c0e899 Implement ObjectDetectionService 2023-02-08 19:10:18 +05:30
Neeraj Gupta 3366264dde
Refactoring: rename 2023-02-03 13:09:04 +05:30
Neeraj Gupta 7fd4a70268
Do not log handled sync error on sentry 2023-01-11 13:55:26 +05:30
Neeraj Gupta 774136137a
Lint: dart fmt, remove empty lines on top 2023-01-07 18:15:15 +05:30
Neeraj Gupta d6ad004354
NullSafety: Apply dart migrate suggestions + compilation fixes 2022-12-30 17:40:17 +05:30
vishnukvmd 4fe3b093a9 Wait for 3 seconds before locking the screen 2022-12-27 14:26:55 +05:30
Neeraj Gupta f063bdbd4d
Favorite: Cache fav fileIds for quick lookup 2022-11-17 11:00:23 +05:30
Neeraj Gupta 4a060c4edd
Fix unawaited future warnings 2022-11-06 16:06:33 +05:30
Neeraj Gupta 943c5edfb6
Add lint rule to warn for unawaited futures 2022-11-06 15:46:14 +05:30
Neeraj Gupta 709e2a0085
Remove unncessary awaits by passing pref 2022-11-06 11:44:46 +05:30
Neeraj Gupta 6e4de97cc9
Attach background mode in logs 2022-10-18 13:38:09 +05:30
Neeraj Gupta 0a70e9869f
Attach logs to background process 2022-10-18 13:30:29 +05:30
Neeraj Gupta 3f89dc5c99
Potential fix for broken background task 2022-10-15 12:25:03 +05:30
vishnukvmd 1159b8e6f3 Upgrade in_app_purchase 2022-10-10 22:40:57 +05:30
Neeraj Gupta e6bc277fa3
Merge branch 'rewrite_device_sync' of github.com:ente-io/frame into rewrite_device_sync 2022-09-20 23:25:14 +05:30
ashilkn c9bbb80c05 remove prefix letter 'k' from constants in constants.dart 2022-09-20 17:23:32 +05:30
Neeraj Gupta ca940e9c64
Add UserRemoteFlag service 2022-09-20 11:35:34 +05:30
ashilkn eb7c1ec837 started incremental migration to null safety 2022-09-07 14:00:09 +05:30
Neeraj Gupta 792dd67ade
Merge branch 'master' into reupload_hash_check 2022-08-29 23:20:21 +05:30
vishnukvmd 06ec7cb658 final all the vars! 2022-08-29 20:13:31 +05:30
Neeraj Gupta 74734d47f2
Merge branch 'master' into reupload_hash_check 2022-08-22 16:03:26 +05:30
ashilkn 18fb6917ae added delay for caching files after init + cached files will be deleted on logging out 2022-08-06 18:05:29 +05:30
Neeraj Gupta 6429820485
refactor 2022-08-01 16:35:16 +05:30
Neeraj Gupta a005494a12
Android: mark bgtask as finished if process is already running 2022-07-05 22:51:06 +05:30
Neeraj Gupta edabfe6da3
lint: enable prefer_const_constructors_in_immutables rule 2022-07-04 14:13:01 +05:30
Neeraj Gupta 460dd1203e
Prefer const 2022-07-04 11:33:10 +05:30
Neeraj Gupta fdadf36baa
Lint fixes 2022-07-03 15:39:01 +05:30
Neeraj Gupta 348ddc1f69
reactor: move widgets location 2022-07-01 20:09:02 +05:30
Neeraj Gupta dd1c8676f2
bump version to 0.6.5+335 2022-06-23 18:47:31 +05:30