Manav
f96adbc197
Handle the new enum states
2023-02-17 12:36:19 +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
f3fe162b22
Fix bug in mapping existingFilesInDifferentCollection
2023-02-07 13:58:39 +05:30
Neeraj Gupta
3366264dde
Refactoring: rename
2023-02-03 13:09:04 +05:30
vishnukvmd
e51cf98e09
Clear the cache of upload URLs once the user logs out
2023-01-23 12:22:28 +05:30
Neeraj Gupta
5835176db1
Fix: Avoid redundant fetch for upload urls
2023-01-17 14:02:31 +05:30
Neeraj Gupta
0e62793b7b
NullSafety: Migrate FileUploader
2022-12-30 16:24:01 +05:30
Neeraj Gupta
588cbbbce1
temp commit
2022-12-30 13:57:18 +05:30
ashilkn
2a686f4372
explicitly downcast as dart versions >= 2.9 doesn't support implicit downcasts
2022-12-01 20:04:03 +05:30
Neeraj Gupta
c6c52455a6
iOS: Clear files from cache on upload success or hard failures
2022-11-18 15:27:21 +05:30
Neeraj Gupta
9f72614ed2
Logging improvements: 2/n
2022-11-11 18:39:22 +05:30
Neeraj Gupta
46fe951e0d
Merge pull request #621 from ente-io/removeAwaits
...
Remove unncessary Future/Awaits
2022-11-06 15:08:45 +05:30
Neeraj Gupta
19cc54f422
Fix lint issues
2022-11-06 13:52:54 +05:30
Neeraj Gupta
709e2a0085
Remove unncessary awaits by passing pref
2022-11-06 11:44:46 +05:30
Neeraj Gupta
1fd2efd9c7
Switch to enteDio
2022-10-14 20:33:55 +05:30
Neeraj Gupta
a2603a7dd9
Show progress dialog on folder selection update
2022-09-29 14:19:50 +05:30
ashilkn
f3213cc848
convert to getters
2022-09-23 07:18:25 +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
9e78775167
Fire event on backup folder updation
2022-09-06 23:09:05 +05:30
Neeraj Gupta
39affe4004
Fire event to remove stale entries
2022-09-02 13:53:49 +05:30
Neeraj Gupta
3baafc72fb
Fix: Set localID for all files with same uploadedFileID
2022-09-02 13:12:46 +05:30
Neeraj Gupta
046dfc610a
FileUploader: return new or updated file after file linking to existing file
2022-08-31 23:46:04 +05:30
Neeraj Gupta
792dd67ade
Merge branch 'master' into reupload_hash_check
2022-08-29 23:20:21 +05:30
Neeraj Gupta
531b4a0490
add review comments
2022-08-29 23:13:17 +05:30
vishnukvmd
06ec7cb658
final all the vars!
2022-08-29 20:13:31 +05:30
Neeraj Gupta
68738c5c56
Refactor fileHash handling
2022-08-29 13:28:49 +05:30
Neeraj Gupta
124672768e
refactor
2022-08-29 10:38:18 +05:30
Neeraj Gupta
28b5e9710f
mark field as final
2022-08-29 10:11:38 +05:30
Neeraj Gupta
7c4efc1b86
remove reundant check on uploadedID
2022-08-29 10:06:00 +05:30
Neeraj Gupta
d230edc593
Fix bug in matching file on the basis of hash logic
2022-08-27 11:51:06 +05:30
Neeraj Gupta
dfa761ae42
minor refactor
2022-08-05 15:35:31 +05:30
Neeraj Gupta
1f7c4c3b9f
Use fileHash to avoid re-upload of already uploaded files
2022-08-05 15:20:03 +05:30
Neeraj Gupta
41f70abb67
Use hash from MediaDataUpload for fileMetadata
2022-07-28 14:49:38 +05:30
Neeraj Gupta
58d8c24aa1
Remove unused method
2022-07-28 14:49:38 +05:30
Neeraj Gupta
4ad94d6e8a
log changes
2022-07-28 14:49:38 +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
fdadf36baa
Lint fixes
2022-07-03 15:39:01 +05:30
Neeraj Gupta
1911f8fa83
dart format
2022-07-03 15:19:33 +05:30
Neeraj Gupta
6a0e7b2315
Fix more lint issues
2022-07-03 13:17:15 +05:30
Neeraj Gupta
ccd587da3e
Handle no element stateError while fetching urls
2022-06-24 08:50:17 +05:30
Neeraj Gupta
5c9cf03250
use support directory for logs
2022-06-23 09:02:43 +05:30
Neeraj Gupta
a6f7974278
Skip logging handled errors to sentry
2022-06-23 08:42:43 +05:30
Neeraj Gupta
b93379b8b2
use fetchUploadUrl instead of canUpload wrapper
2022-06-22 16:49:12 +05:30
Neeraj Gupta
76f279cb83
address review comment
2022-06-22 12:49:34 +05:30
Neeraj Gupta
2f847e0ccc
Verify if user can upload more files before preparing files for upload
2022-06-22 11:57:36 +05:30
Neeraj Gupta
ae99feaeaf
increase concurrent video upload limit to 2
2022-06-18 20:46:43 +05:30
Neeraj Gupta
00a65cfc1c
rename variable
2022-06-18 20:41:15 +05:30
Neeraj Gupta
22a46e2f25
fix another typo
2022-06-18 20:31:43 +05:30