Commit graph

130 commits

Author SHA1 Message Date
Neeraj Gupta
2de6562343
Do not show hide option for local only files 2022-11-11 11:53:01 +05:30
Neeraj Gupta
587817965d
rename method 2022-11-10 16:10:35 +05:30
Neeraj Gupta
68b5750d48
Change base date for creationTime cutoff 2022-11-10 16:07:41 +05:30
Neeraj Gupta
f7c1593470
Fix creationLogic 2022-11-10 16:06:22 +05:30
Neeraj Gupta
fe34ddaeae
Improve creationTime fallback logic 2022-11-10 16:00:11 +05:30
Neeraj Gupta
e42a1106dc
Use current date as importTime if parsing also fails 2022-11-10 14:51:57 +05:30
Neeraj Gupta
ccf09cf19f
Use improved logic for parsing dateTime from fileName 2022-11-10 14:43:21 +05:30
Neeraj Gupta
19cc54f422
Fix lint issues 2022-11-06 13:52:54 +05:30
ashilkn
27c660771f handled cases where caption is null 2022-11-05 13:47:02 +05:30
ashilkn
6dbafb118b Merge branch 'caption_search' into caption 2022-11-05 13:29:16 +05:30
Neeraj Gupta
ec8aab680d
Add support for searching by caption 2022-11-05 11:22:28 +05:30
ashilkn
7b69dbb61f resolved merge conflicts 2022-11-05 11:02:15 +05:30
Neeraj Gupta
b2f301d96b
Move parseDateFromFileName in date time util 2022-11-05 10:40:22 +05:30
ashilkn
a5c7f82019 add caption as hint text in caption textField 2022-11-05 09:57:38 +05:30
ashilkn
74f12ed879 android creation time bug fix 2022-11-04 18:27:28 +05:30
Neeraj Gupta
9a468c97c7
remove redundant null comparision 2022-11-02 16:18:11 +05:30
ashilkn
c784bdbef9 added 'file_size' to local db 2022-09-24 16:06:05 +05:30
ashilkn
f3213cc848 convert to getters 2022-09-23 07:18:25 +05:30
ashilkn
3de66f782e handle cases where title is null for getDisplayName 2022-09-23 06:48:00 +05:30
ashilkn
703e3f841c migrated file.dart to null safety 2022-09-22 20:43:19 +05:30
ashilkn
c9bbb80c05 remove prefix letter 'k' from constants in constants.dart 2022-09-20 17:23:32 +05:30
ashilkn
932d055d8e change return type of cacheKey() to non-nullable 2022-09-15 16:34:33 +05:30
ashilkn
ee308d34ff remove unused code 2022-09-13 17:49:36 +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
c05cbb87e9
Handle livePhoto hash from web client 2022-08-29 13:35:16 +05:30
Neeraj Gupta
68738c5c56
Refactor fileHash handling 2022-08-29 13:28:49 +05:30
Neeraj Gupta
74734d47f2
Merge branch 'master' into reupload_hash_check 2022-08-22 16:03:26 +05:30
vishnukvmd
b84ca391a7 Update endpoint 2022-08-10 19:21:57 +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
Neeraj Gupta
41f70abb67
Use hash from MediaDataUpload for fileMetadata 2022-07-28 14:49:38 +05:30
Neeraj Gupta
ac0011f83b
Add base EnteFile and use cacheKey for thumbnailCache 2022-07-19 16:42:28 +05:30
Neeraj Gupta
ca1d9388e2
Fix share to ente upload 2022-07-06 01:35:51 +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
Neeraj Gupta
a77bf352db
File:include title in toString() 2022-06-05 17:17:59 +05:30
Neeraj Gupta
22babe31e6
upgrade photos_manager pkg 2022-05-12 08:57:32 +05:30
Neeraj Gupta
f5d1a24ee7 Allow changing file name via info dialog 2021-11-12 17:18:39 +05:30
Vishnu Mohandas
20b8b9b794
Merge pull request #119 from ente-io/exif_time
Use creationTime from EXIF when available
2021-10-28 00:06:52 +05:30
vishnukvmd
90904cbe6a Remove dependency on external lib to parse time 2021-10-27 20:03:09 +05:30
vishnukvmd
9dfefc4f46 Parse creationTime from exif only for images 2021-10-27 18:18:58 +05:30
vishnukvmd
840e2f3a3c Use creationTime from EXIF when available 2021-10-27 18:17:34 +05:30
Neeraj Gupta
3816f15343
formatting changes 2021-10-26 20:16:58 +05:30
Neeraj Gupta
aa145e0217
Support for editing date of memory 2021-10-26 16:07:14 +05:30
Neeraj Gupta
4e492396e4
File & FilesDB: Add pubMetadata 2021-10-26 10:55:42 +05:30
Neeraj Gupta
4207633797
Fix: Add fileType in file metadata 2021-10-25 17:01:11 +05:30
Neeraj Gupta
047b154156
trash_db: store file original metadata as json 2021-10-22 15:00:06 +05:30
vishnukvmd
2ee21cd928 Merge branch 'master' into deduplicate 2021-09-23 12:46:08 +05:30