Commit graph

5927 commits

Author SHA1 Message Date
Ashil fb511c7747
Merge pull request #654 from ente-io/top-bar-fix
Made search bar a little smaller
2022-11-19 16:49:19 +05:30
ashilkn e9820905e9 made search bar little smaller 2022-11-19 16:29:57 +05:30
Ashil 621dc1cd21
Merge pull request #652 from ente-io/remove-listeners-properly
remove listeners properly
2022-11-18 20:00:11 +05:30
Ashil c96923e8c9
Merge pull request #653 from ente-io/session-expired-bug
close settings drawer on autoLogOut
2022-11-18 19:59:59 +05:30
ashilkn 600bea7ef9 close settings drawer on autoLogOut 2022-11-18 18:50:43 +05:30
ashilkn bb66f60829 remove listeners properly 2022-11-18 18:27:39 +05:30
Ashil 264a7433fc
Merge pull request #651 from ente-io/select-all-bug-fix
bug fix : selected files thumbnail not getting refreshed on 'cancel'
2022-11-18 18:14:55 +05:30
ashilkn 9f3c693e7d bug fix : selected files thumbnail not not getting refreshed on 'cancel' 2022-11-18 17:26:39 +05:30
Ashil b5ea99b1e8
Merge pull request #649 from ente-io/batch-files
Batch files
2022-11-18 15:56:54 +05:30
Neeraj Gupta ef36623658
Merge pull request #650 from ente-io/avoid_cache_clear
iOS: Clear files from cache on upload success or hard failures
2022-11-18 15:35:25 +05:30
Neeraj Gupta c6c52455a6
iOS: Clear files from cache on upload success or hard failures 2022-11-18 15:27:21 +05:30
ashilkn f8296ca639 minor fix 2022-11-18 14:26:09 +05:30
ashilkn 253614143a define params inside each batch 2022-11-18 12:52:34 +05:30
ashilkn 3fa1875392 Merge branch 'master' into batch-files 2022-11-18 12:08:51 +05:30
Ashil 04961395de
Merge pull request #648 from ente-io/fix_empty_albums
Fix empty albums
2022-11-18 12:08:20 +05:30
ashilkn 36fe2d46d4 use constant variable for batch size 2022-11-18 11:35:46 +05:30
ashilkn 6f30346462 batch files to batch of 1000s on deleteFromTrash() 2022-11-18 10:52:52 +05:30
ashilkn 7607cbf788 batch files to batch of 1000s on removeFromCollection() 2022-11-17 21:34:48 +05:30
ashilkn ce9c44e581 refactor batching on trashFilesOnServer() 2022-11-17 17:33:21 +05:30
Neeraj Gupta 4fc020c36e
Fix: Ignore unuploaded files while getting collection cnt and thumbnail 2022-11-17 17:30:31 +05:30
Neeraj Gupta 20fb10fd69
Fix icon for unsynced files 2022-11-17 17:23:32 +05:30
ashilkn c6a8d9dcf8 batch files to batch of 1000s on restore() 2022-11-17 17:05:54 +05:30
ashilkn ee95b7effd batch files to batch of 1000s on updateMagicData() 2022-11-17 16:27:22 +05:30
Neeraj Gupta 163910e7b2
Merge pull request #647 from ente-io/release_fixes
Sorting Fix: Keep Fav collection when it's not empty
2022-11-17 16:25:11 +05:30
Neeraj Gupta a3e278ef0f
Remove unused code 2022-11-17 15:34:33 +05:30
Neeraj Gupta fecf139284
Disable archive album for favorite collection 2022-11-17 15:21:17 +05:30
Neeraj Gupta 04ff719fe4
Skip confirmation while deleting empty albums 2022-11-17 15:19:34 +05:30
Neeraj Gupta 4eaad13bd8
CollectionDelete: Do not turn-off folder backup if collection is empty 2022-11-17 15:10:13 +05:30
ashilkn 9d7b830c7d batch files to batch of 1000s on addToCollection() 2022-11-17 15:08:35 +05:30
Neeraj Gupta 75fd37718c
Fix: Create on ente album only when files can be uploaded in that album 2022-11-17 14:45:17 +05:30
ashilkn 6c882d233e batch files to batch of 1000s on move() 2022-11-17 14:44:01 +05:30
Neeraj Gupta 477bd529da
Modify icons for Thumbnail and Live photos 2022-11-17 11:50:17 +05:30
ashilkn 107e7c552b remove unused variable 2022-11-17 11:09:22 +05:30
Neeraj Gupta ee510a38d8
Show fav icon for only favorite album 2022-11-17 11:02:24 +05:30
Neeraj Gupta 32b951bad2
Add icon for favorite 2022-11-17 11:00:51 +05:30
Neeraj Gupta f063bdbd4d
Favorite: Cache fav fileIds for quick lookup 2022-11-17 11:00:23 +05:30
Neeraj Gupta e20784f772
Critical: Fix bug where fav button was not visible for files present locally 2022-11-17 10:52:15 +05:30
Neeraj Gupta 7d8ec259b5
Remove handling of fav while sorting non-fav collections 2022-11-16 22:36:53 +05:30
Neeraj Gupta 9adfe7d6a3
Hide fav folder if it's empty 2022-11-16 22:34:45 +05:30
Neeraj Gupta 40b5216573
Always show fav albums first 2022-11-16 22:31:57 +05:30
Neeraj Gupta c54355b0bb
Merge pull request #646 from ente-io/2fa-toggle-bug-fix
2fa toggle bug fix
2022-11-16 21:49:52 +05:30
ashilkn aafaf22bf0 add .ignore for future 2022-11-16 20:03:39 +05:30
ashilkn fc195bc81a Merge branch 'master' into 2fa-toggle-bug-fix 2022-11-16 19:11:46 +05:30
ashilkn 64591cf02c handled cases where toggle's onChanged returns an error 2022-11-16 19:10:15 +05:30
ashilkn 41d3b6091b bug fix 2022-11-16 18:31:29 +05:30
ashilkn f0838f5916 added listener to TwoFactorStatusChangeEvent to change two factor status in shared pref when event fires 2022-11-16 18:29:25 +05:30
ashilkn c7d6542219 move two shared pref logic to user service 2022-11-16 17:50:02 +05:30
ashilkn 5f87594057 avoid passing completer in disableTwoFactor() 2022-11-16 17:30:44 +05:30
ashilkn 8be02877bf fix disable two factor bug 2022-11-16 17:24:48 +05:30
ashilkn abe868cbf8 remove use of future in value of ToggleSwitchWidget 2022-11-16 16:36:45 +05:30