Commit graph

157 commits

Author SHA1 Message Date
vishnukvmd
7133930af4 Merge branch 'master' into grid 2022-12-06 23:29:03 +05:30
vishnukvmd
5d43b19f5b Move default album grid size to Constants 2022-12-06 23:15:06 +05:30
vishnukvmd
ec07b7150b Add configuration to store album grid size 2022-12-06 23:14:19 +05:30
Neeraj Gupta
a297d8df16
Add method to verify current password 2022-11-25 09:35:28 +05:30
Neeraj Gupta
943c5edfb6
Add lint rule to warn for unawaited futures 2022-11-06 15:46:14 +05:30
Neeraj Gupta
1fd2efd9c7
Switch to enteDio 2022-10-14 20:33:55 +05:30
ashilkn
c402d8f5d7 minor change 2022-09-22 17:52:19 +05:30
ashilkn
b113155aed removed unused code 2022-09-22 16:17:30 +05:30
ashilkn
b9a600be43 migrated configuration.dart to null safety 2022-09-22 16:16:13 +05:30
ashilkn
c9bbb80c05 remove prefix letter 'k' from constants in constants.dart 2022-09-20 17:23:32 +05:30
Neeraj Gupta
20e2b5f734
Auto Logout user when key is missing to to account change or iPhone restore 2022-09-16 11:40:19 +05:30
Neeraj Gupta
a7766d3b30
Merge branch 'master' into rewrite_device_sync 2022-09-13 13:16:35 +05:30
Neeraj Gupta
c0a7f4203a
Show recovery key prompt if key derivication fails on lowspec devices 2022-09-12 22:14:01 +05:30
Neeraj Gupta
6b22064590
Fix logic to show backupfolder hook 2022-09-12 11:45:22 +05:30
Neeraj Gupta
3c6acb85ba
Merge branch 'master' into rewrite_device_sync 2022-09-08 10:49:21 +05:30
ashilkn
eb7c1ec837 started incremental migration to null safety 2022-09-07 14:00:09 +05:30
Neeraj Gupta
1533ac4098
Merge branch 'reupload_hash_check' into rewrite_device_sync 2022-08-29 23:32:00 +05:30
vishnukvmd
06ec7cb658 final all the vars! 2022-08-29 20:13:31 +05:30
Neeraj Gupta
ba82402969
log actual exception 2022-08-29 16:23:09 +05:30
Neeraj Gupta
7432689bb1
Support sending logs on password verification screen 2022-08-29 16:01:25 +05:30
Neeraj Gupta
a0007ba45a
Fix issue in tracking all folders 2022-08-23 18:49:20 +05:30
Neeraj Gupta
0c07eb4d05
More changes related to backup folder tracking 2022-08-23 18:25:07 +05:30
ashilkn
4cd054a164 Merge branch 'master' into location-search 2022-08-10 19:24:47 +05:30
vishnukvmd
0119f8a257 Update variable name 2022-08-10 18:58:33 +05:30
vishnukvmd
eddaa8fe5d Directly hit the endpoint to download files only on non-production environments 2022-08-10 18:57:32 +05:30
ashilkn
a0a4e3d1f3 moved getFilteredCollectionsWithThumbnail to search_service.dart 2022-08-09 20:39:18 +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
ca1d9388e2
Fix share to ente upload 2022-07-06 01:35:51 +05:30
Neeraj Gupta
460dd1203e
Prefer const 2022-07-04 11:33:10 +05:30
Neeraj Gupta
49b04f6a97
await on toggle operation 2022-06-19 01:19:17 +05:30
Neeraj Gupta
57c838dbf6
Add UI setting to keep device awake 2022-06-19 01:09:08 +05:30
vishnukvmd
47505ae102 Execute dart format lib 2022-06-11 13:53:52 +05:30
vishnukvmd
3e306facf5 Apply dart fix for require_trailing_commas 2022-06-11 13:53:18 +05:30
vishnukvmd
dad7f409a7 Move super_logging to internal codebase 2022-05-29 03:46:22 +05:30
Neeraj Gupta
581c0a3e04 iOS: migrate secure storage tokens to new device 2022-03-20 13:11:15 +05:30
Neeraj Gupta
ffc08cbdbc
remove usage of import Applocalization 2022-02-04 11:01:07 +05:30
vishnukvmd
3f9137481f Merge branch 'master' into bg_sync 2021-11-25 15:35:44 +05:30
Neeraj Gupta
7badc27f1b
logout: wait for 5s before timing out existingSync 2021-11-24 17:09:44 +05:30
vishnukvmd
6185579656 Merge remote-tracking branch 'origin' into bg_sync 2021-11-15 21:22:20 +05:30
Neeraj Gupta
fbc5e7329e
Add support to show mnemonic recovery key 2021-11-12 23:10:56 +05:30
vishnukvmd
290a8bea36 Configure push token on user sign in 2021-11-11 00:44:25 +05:30
Neeraj Gupta
964ddd50e5
refactor: rename stuff 2021-10-21 17:26:02 +05:30
Neeraj Gupta
f5a74f220a
IgnoredFile: minor refactoring & improved documentation 2021-10-17 19:58:47 +05:30
Neeraj Gupta
683fb1bb49
Clear trash and ignored files db on logout 2021-10-16 23:46:36 +05:30
vishnukvmd
a6a52a29c4 Decrypt secretKey and token during the recovery flow 2021-08-31 08:05:58 +05:30
vishnukvmd
b11ee940f3 Move delete to async ops 2021-08-09 12:04:42 +05:30
vishnukvmd
865b750a62 Reduce visibility of internal function 2021-07-28 00:47:33 +05:30
vishnukvmd
4c7d0598cf Let Configuration decide if all paths have been selected to be backed up or not 2021-07-28 00:40:57 +05:30
Neeraj Gupta
726f03439c
Merge pull request #18 from ente-io/share_to_ente_android
[Android] Share to ente app
2021-07-24 23:07:36 +05:30
vishnukvmd
d29bd9a046 Set anonymized identifier for crashes 2021-07-24 21:07:57 +05:30