Commit graph

4567 commits

Author SHA1 Message Date
ashilkn 003f1f950c minor bug fix 2022-11-09 17:51:03 +05:30
ashilkn de9f8a05ea minor changes 2022-11-09 17:30:28 +05:30
ashilkn 4fe8006148 update 'select all from day' icon on canceling all selected files 2022-11-09 16:44:41 +05:30
ashilkn 70676c239d Fix : setState() called after dispose() 2022-11-09 16:17:01 +05:30
ashilkn 3bc94ca735 change 'select all from day icon' on selection 2022-11-09 15:45:30 +05:30
ashilkn a69b44ee00 implement select and unselect all files from day 2022-11-09 15:33:04 +05:30
ashilkn 82cc2dd12e add select all files in a day icon in UI 2022-11-09 10:12:32 +05:30
ashilkn 6891dd4289 minor change to divider component 2022-11-08 15:31:47 +05:30
ashilkn 9e81b8a418 Merge branch 'master' into minor-fixes 2022-11-08 15:18:19 +05:30
ashilkn 8e33c0fff9 change background color of file info 2022-11-08 14:57:39 +05:30
ashilkn a89fa3c11e corrected blurStroke colors 2022-11-08 14:50:30 +05:30
ashilkn df7eed34a1 minor changes 2022-11-08 14:15:17 +05:30
ashilkn eb22c34208 show free space as 0 if value is negative 2022-11-08 13:52:12 +05:30
ashilkn ed8765378a get file size from db if available in file info 2022-11-08 13:39:53 +05:30
ashilkn 7aa6cc3605 show used space in MBs if < 100 MB 2022-11-07 19:26:18 +05:30
ashilkn 126e630482 Storage card: show sizes in TB if size >= 1000 2022-11-07 18:59:45 +05:30
ashilkn 2fe80cee31 check if mounted 2022-11-07 14:32:39 +05:30
ashilkn 91d839e05a file caption hint style fix 2022-11-07 14:14:56 +05:30
ashilkn 961513e639 change barrier color of file info 2022-11-07 13:46:00 +05:30
ashilkn c4a2683339 remove bouncing physics in file info 2022-11-07 13:43:41 +05:30
ashilkn 0325dfdd11 don't show 'Done' toast after saving file caption 2022-11-07 13:39:04 +05:30
ashilkn 362d66d5ed close file info on saving caption 2022-11-07 13:26:50 +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 46fe951e0d
Merge pull request #621 from ente-io/removeAwaits
Remove unncessary Future/Awaits
2022-11-06 15:08:45 +05:30
Neeraj Gupta 139e3c7835
Fix prefer_final_locals warnings 2022-11-06 14:04:06 +05:30
Neeraj Gupta 19cc54f422
Fix lint issues 2022-11-06 13:52:54 +05:30
Neeraj Gupta b6688d4646
minor fix 2022-11-06 11:54:10 +05:30
Neeraj Gupta 709e2a0085
Remove unncessary awaits by passing pref 2022-11-06 11:44:46 +05:30
Neeraj Gupta 01121ddc62
Billing: Remove redundant future 2022-11-06 11:38:24 +05:30
Neeraj Gupta f330b1e6a6
Revert color change 2022-11-06 10:58:25 +05:30
Neeraj Gupta 0e9c2162b5
Caption: Add suggest in empty search result 2022-11-06 10:01:04 +05:30
Neeraj Gupta 396bf731b4
Caption: Add border radius and change fill color 2022-11-06 09:57:25 +05:30
Neeraj Gupta 2411c09658
Caption: Use TextCapitalization.sentences 2022-11-06 00:31:51 +05:30
Neeraj Gupta 803d0829d8
Fix caption hint 2022-11-05 23:32:03 +05:30
Neeraj Gupta 32e6e32e47
Fix case 2022-11-05 23:31:47 +05:30
Neeraj Gupta 32269b74fe
Change title for description searchResult 2022-11-05 19:36:03 +05:30
ashilkn 837a2b468e Merge branch 'master' into caption 2022-11-05 17:43:04 +05:30
ashilkn 4eb2492736 bug fix 2022-11-05 17:31:25 +05:30
ashilkn 2717fe36c6 Don't show edit caption field for shared and local files 2022-11-05 17:26:29 +05:30
ashilkn ed17f8e288 bug fix + copy change 2022-11-05 17:18:28 +05:30
ashilkn e5125254b2 bug fix : empty string being saved everytime file info is closed without editing caption 2022-11-05 17:13:05 +05:30
Neeraj Gupta 847d27a138
Support for saving live photo on iOS 2022-11-05 16:11:50 +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
ashilkn 53e764fe23 Edit over the already available caption on focus 2022-11-05 13:10:54 +05:30
ashilkn d7a2d6f093 Allow to save empty caption 2022-11-05 12:51:45 +05:30
ashilkn 7540e08393 added scrollbar in file info 2022-11-05 11:58:17 +05:30
ashilkn 8c8d18e6b9 aligned file caption text to center 2022-11-05 11:28:11 +05:30
Neeraj Gupta ec8aab680d
Add support for searching by caption 2022-11-05 11:22:28 +05:30