Commit graph

687 commits

Author SHA1 Message Date
ashilkn c7f1d182be removed print and debug print statements 2022-07-25 19:30:07 +05:30
ashilkn 537db7b0b4 Merge branch 'master' into mobile-search 2022-07-21 16:22:11 +05:30
Neeraj Gupta d5296cbd5b
more clean up in local file sync util 2022-07-20 15:30:10 +05:30
ashilkn 4fe2af4be1 made search icon and search text field 2022-07-18 10:15:06 +05:30
ashilkn 5a88832119 fixed video duration bug for files sent to ente from device 2022-07-17 13:02:09 +05:30
ashilkn 1138c4e77b remove unwanted comment + rearrange comments 2022-07-13 10:35:49 +05:30
ashilkn 3a47ad2fe1 Merge branch 'master' into redesign-file-info 2022-07-12 20:54:36 +05:30
ashilkn f4ef14676f video duration for remote files 2022-07-12 13:57:58 +05:30
Neeraj Gupta 5bcb53bee4
Lint fixes 2022-07-12 12:00:02 +05:30
Neeraj Gupta 8629c97734
Fix email client section dialog 2022-07-12 09:36:55 +05:30
Neeraj Gupta 46dc4e243e
use showCupertinoModalPopup for mail options 2022-07-11 18:53:48 +05:30
Neeraj Gupta a42fd6accb
make method private 2022-07-11 16:13:26 +05:30
Neeraj Gupta d42c7e8150
Copy change 2022-07-11 15:49:48 +05:30
Neeraj Gupta 9e87dadae1
Fix send email for iOS clients 2022-07-11 15:05:38 +05:30
ashilkn 9aaa7e6e53 Merge branch 'master' into redesign-file-info 2022-07-07 14:23:01 +05:30
ashilkn 47a6a4b19a resolved merge conflicts 2022-07-06 09:26:19 +05:30
Manav d8de45d925
Merge pull request #382 from ente-io/handle_creation_time_failure
Handle exception in getCreationTimeFromEXIF
2022-07-06 08:17:14 +05:30
Neeraj Gupta ca1d9388e2
Fix share to ente upload 2022-07-06 01:35:51 +05:30
Neeraj Gupta 40f78e88f0
handle exception in getCreationTimeFromEXIF 2022-07-05 23:19:34 +05:30
Neeraj Gupta 460dd1203e
Prefer const 2022-07-04 11:33:10 +05:30
Neeraj Gupta db14a1a9d3
Add logs for freeup space flow 2022-07-03 16:05:46 +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 590715c9d8
Fix few flutter_lint hints 2022-07-03 15:15:00 +05:30
Neeraj Gupta 6a0e7b2315
Fix more lint issues 2022-07-03 13:17:15 +05:30
Neeraj Gupta d71c5237ec
Link fixes 2022-07-03 12:19:00 +05:30
Neeraj Gupta a25cdbf570
replace loading widget var with EnteLoadingWidget 2022-07-03 11:34:42 +05:30
ashilkn 1c9dc6566e redesigned time and date of file info 2022-07-02 12:54:36 +05:30
Neeraj Gupta 348ddc1f69
reactor: move widgets location 2022-07-01 20:09:02 +05:30
Neeraj Gupta a382a02196
Organize ui widgets in separate folders 2022-07-01 19:48:05 +05:30
Neeraj Gupta 8777dfb77d
force custom routeBuilder while showing DetailPage 2022-06-29 13:12:35 +05:30
Neeraj Gupta ccd587da3e
Handle no element stateError while fetching urls 2022-06-24 08:50:17 +05:30
Vishnu Mohandas 669bce7763
Merge pull request #346 from ente-io/tweak-logs-message
Mention that logs contain file names in the report bug confirmation
2022-06-23 12:58:36 +05:30
Manav 661a6bc243 Use Vishnu's suggestion 2022-06-23 12:55:45 +05:30
Manav 243cf36af7 Mention that logs contain file names in the report bug confirmation 2022-06-23 12:49:20 +05:30
Neeraj Gupta dacd989366
Fix log directory path for send logs 2022-06-23 09:42:58 +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 6a884b7bd0
Fix swipe to go back interaction for iOS 2022-06-20 15:20:03 +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
Neeraj Gupta c4f7b9abc2
fix stupid typo 2022-06-18 20:29:39 +05:30
Neeraj Gupta 3e26efb30f
minor refactor 2022-06-18 20:24:25 +05:30
Neeraj Gupta 467c272939
upload one video at a time 2022-06-18 20:22:33 +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 65a6140532 Remove blur filter for dialogs 2022-06-11 12:09:35 +05:30
vishnukvmd 172bb68bfe Update toast color depending on the theme 2022-06-10 20:03:43 +05:30
vishnukvmd 2ecd872f3d Pass context to toast_util 2022-06-10 19:59:56 +05:30
vishnukvmd dc5dffd601 Fix cases 2022-06-10 12:39:15 +05:30
Neeraj Gupta ceac5c0b40
Capitalize words 2022-06-09 10:21:59 +05:30
Neeraj Gupta 0be2f4af90
Merge pull request #278 from ente-io/minor-redesign-fixes
Minor redesign fixes
2022-06-08 10:03:29 +05:30
ashilkn 56a2a6c390 fixed visibility issues on light theme on the settings screen and set elevation to 0 in some appbars 2022-06-07 13:58:34 +05:30
ashilkn ae5ab5bfd5 made 'View logs' visible in light theme in the 'Report bug' dialog box 2022-06-07 13:14:45 +05:30
vishnukvmd f80122a5e0 Merge remote-tracking branch 'origin/redesign' into minor-redesign-fixes 2022-06-07 10:35:54 +05:30
Neeraj Gupta d8137874d3
Capitalize words 2022-06-06 21:43:29 +05:30
vishnukvmd b4b6f65db2 Update padding for day title 2022-06-06 21:21:43 +05:30
Neeraj Gupta c600f2ea70
Capitalize words 2022-06-06 19:12:27 +05:30
Neeraj Gupta 5a78738fdf
Merge branch 'master' into redesign 2022-06-06 11:16:23 +05:30
Neeraj Gupta 7e71f7fb59
Fix typo 2022-06-06 10:54:05 +05:30
Neeraj Gupta 7c785d5c0a
Merge branch 'master' into redesign 2022-06-06 10:03:29 +05:30
Neeraj Gupta e7a0a88987
invoke shareLogs file action on doubleTap 2022-06-05 17:24:46 +05:30
Neeraj Gupta 1ea3975ce9
add subType in error log for live photo video fetch failure 2022-06-05 17:19:16 +05:30
ashilkn 8f27a6f857 changed opacity of toast 2022-06-03 17:48:16 +05:30
ashilkn 575964499a removed 'thank you for signing up' toast and moved toasts to bottom 2022-06-03 16:56:47 +05:30
ashilkn fdad1dcd5d minor changes 2022-06-03 15:41:26 +05:30
ashilkn 79cb21711a repositioned toast to top from bottom and changed the backgound color 2022-06-03 15:22:31 +05:30
Neeraj Gupta 786b23dfdf
Capitalize words 2022-05-30 16:35:08 +05:30
Neeraj Gupta 5bd9dd1a76
Merge remote-tracking branch 'origin/master' into redesign 2022-05-30 06:42:43 +05:30
Vishnu Mohandas dc5b25cb85
Merge pull request #252 from ente-io/fix_trash_sync
Fix bug trash diff sync
2022-05-29 15:31:14 +05:30
Neeraj Gupta a37cf2bd59
fix stupid typo 2022-05-29 15:21:25 +05:30
Neeraj Gupta 1bab23f5f3
Fix bug trash diff sync 2022-05-29 15:19:00 +05:30
vishnukvmd dad7f409a7 Move super_logging to internal codebase 2022-05-29 03:46:22 +05:30
Neeraj Gupta 22b25db0c1
Merge branch 'master' into redesign 2022-05-27 20:14:47 +05:30
Neeraj Gupta e142e19e60
remove unused code 2022-05-17 22:56:04 +05:30
Neeraj Gupta 5127146ee5
Capitalize words 2022-05-17 22:43:16 +05:30
Neeraj Gupta de7e9d97fc
Capitalize words 2022-05-17 17:08:21 +05:30
Neeraj Gupta d030734440
more ui fixes 2022-05-17 02:31:52 +05:30
Neeraj Gupta 2a4ea117b5
remove sort option: Oldest 2022-05-17 02:10:07 +05:30
Neeraj Gupta 9160e05952
Ui fixes for light theme 2022-05-17 02:08:11 +05:30
Neeraj Gupta c70b08c990
Merge remote-tracking branch 'origin/master' into redesign 2022-05-13 22:52:34 +05:30
Neeraj Gupta e8da432be5
Clear in-memory thumbcache on file updation 2022-05-13 19:44:24 +05:30
Neeraj Gupta ae1ee2ca4a
Merge branch 'master' into photos_manger_upgrade 2022-05-13 17:31:49 +05:30
Neeraj Gupta f5bb25f29b
add method to fetch all assets in an assetPath 2022-05-13 15:43:25 +05:30
vishnukvmd b1c2c36c31 Force confirmation in case local-only files are being deleted on Android 2022-05-12 17:49:36 +05:30
Neeraj Gupta 22babe31e6
upgrade photos_manager pkg 2022-05-12 08:57:32 +05:30
Neeraj Gupta 971484e795
formatting changes 2022-05-11 10:21:25 +05:30
Neeraj Gupta acaeafcc49
Merge branch 'master' into redesign 2022-05-10 14:10:22 +05:30
Neeraj Gupta e4a52845ae
switch to new endpoint for fileUpdate 2022-05-10 13:15:11 +05:30
Neeraj Gupta e3f4092a11
rename 2022-05-08 11:43:43 +05:30
Neeraj Gupta eb26740b32
switch to trash diff v2 2022-05-06 00:08:58 +05:30
ashilkn 423db45d98 added album name on top 2022-04-30 17:48:26 +05:30
ashilkn 9ef0cc7651 changed the textstyle to normal for 'Today' in album screen 2022-04-30 12:30:06 +05:30
ashilkn 7110b248a2 resolved merge conflicts 2022-04-28 20:17:05 +05:30
ashilkn 6b426f26e4 redesigned 'albums' screen 2022-04-28 18:38:27 +05:30
Neeraj Gupta e6a3d31a1a
Fix import issues 2022-04-26 17:26:49 +05:30