Commit graph

9080 commits

Author SHA1 Message Date
Neeraj Gupta fe6b5d7037 Refactor 2023-07-19 12:22:19 +05:30
ashilkn a1adcc703f Update UI of Outgoing albums empty state 2023-07-19 12:14:19 +05:30
ashilkn 127f717472 Implement UI from design for empty state of 'incoming shared albums' section 2023-07-19 11:51:45 +05:30
ashilkn 59a16f14c9 Added hero animation for gird titles 2023-07-19 10:38:40 +05:30
Neeraj Gupta 788a6f62da Update SRP on change password 2023-07-18 21:31:45 +05:30
Neeraj Gupta 554beb7139 Update method name 2023-07-18 21:00:42 +05:30
Neeraj Gupta d7edf3aa70 Update verify-srp endpoint
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-07-18 20:53:03 +05:30
ashilkn 03b6c21d42 Use sliver for albums section and album gird views 2023-07-18 18:59:59 +05:30
Neeraj Gupta 351a699919 SRP: Redirect to Recover password page 2023-07-18 17:58:45 +05:30
ashilkn c81bb06a3a Use sliver and sliver appbar in view all of on device section 2023-07-18 17:54:49 +05:30
Neeraj Gupta 0206752de7 Fix UI 2023-07-18 17:51:49 +05:30
Neeraj Gupta 0ebd1d1b67 Change OTT copy for forgot password 2023-07-18 17:35:30 +05:30
Neeraj Gupta e92f1e54b1 Show email id on login page 2023-07-18 17:14:53 +05:30
ashilkn 03644ccc90 Made albums in view all of on device section flexible in size, removing the fixed dimensions 2023-07-18 16:38:58 +05:30
ashilkn fe74c0f7c1 Refactor by extracting helper methods to widgets 2023-07-18 16:04:46 +05:30
ashilkn 8f980a2192 Merge branch 'main' into horizontal_grid 2023-07-18 14:45:12 +05:30
Neeraj Gupta 552a8fa852 Autofill password if in memory 2023-07-18 11:06:43 +05:30
Neeraj Gupta ddd2dce513 Handle errors and switch to utf-8 encoding 2023-07-18 11:01:32 +05:30
Neeraj Gupta 62c9d48b78 Use constant for SRP group 2023-07-18 10:56:57 +05:30
Ashil 2deec3e1be
Look up existing file by uploadId and collectionID (#1281) 2023-07-18 10:38:04 +05:30
Neeraj Gupta 89be985da2 Handle pass verification failures 2023-07-18 09:33:44 +05:30
Neeraj Gupta 1b4caf705f Refactor 2023-07-18 08:58:32 +05:30
Neeraj Gupta 51c56b52da Add support for login via password 2023-07-18 08:17:29 +05:30
Neeraj Gupta 871d4fd8f3 Remove unused code 2023-07-17 16:58:47 +05:30
Neeraj Gupta 86e7716efc Undo formatting changes 2023-07-17 16:56:28 +05:30
Ashil b8e0c62a63
Cache one placeholder to be used for all children of grid (#1283) 2023-07-17 15:41:23 +05:30
ashilkn cfa39ef56b Cache one placeholder to be used for all children of grid 2023-07-17 15:16:09 +05:30
Neeraj Gupta d91215c36d Make password mode as required parameter 2023-07-17 13:37:07 +05:30
Neeraj Gupta 51b36e7b8c Add support for registering srp_auth 2023-07-17 13:34:52 +05:30
Neeraj Gupta e9d98d2728 Add dependency on pointycastle 2023-07-17 11:09:41 +05:30
Ashil 4cf795b974
Minor improvement (#1282) 2023-07-17 10:46:48 +05:30
ashilkn 33f1ab13ea Convert List<File> to Set<File> lazily and not on init 2023-07-17 10:27:30 +05:30
Neeraj Gupta 3cfe62dd8a Look up existing file by uploadId and collectionID 2023-07-15 19:31:49 +05:30
Neeraj Gupta 35fd2992c7 Temp commit 2023-07-15 16:35:06 +05:30
ashilkn d74a5166db Store set of files in state of widget rather than converting to set from list in multiple places 2023-07-14 14:52:15 +05:30
Neeraj Gupta 796a6e128a SRP: Add method to derive loginKey from keyEncKey
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-07-13 16:12:04 +05:30
Neeraj Gupta 28cd0c9911 SRP: Add API model classes for setup
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2023-07-13 16:11:19 +05:30
Ashil 060b5a457d
Refactor selection (#1278) 2023-07-13 14:25:54 +05:30
ashilkn cd17473c56 Refactor and optimize commit 48f45961 2023-07-13 12:51:45 +05:30
ashilkn 95446e7a26 Use better names for memebers and it's parameters for better readability in SelectedFiles 2023-07-13 12:22:20 +05:30
ashilkn e5f49c10ad Added comment and used better variable name for easier code readability in SelectedFiles 2023-07-13 12:02:33 +05:30
ashilkn a453316e1c Dispose valueNotifier 2023-07-13 11:54:46 +05:30
ashilkn 48f45961b6 Fix State-loss of 'Select all' button for a group when scrolling it out and in of view 2023-07-13 11:37:42 +05:30
ashilkn a03f92cf5a Fix gallery not reflecting new state on unselecting all from group 2023-07-13 11:17:53 +05:30
Neeraj Gupta 0a8e669ce9 config: Remove unused name field 2023-07-13 10:27:21 +05:30
Neeraj Gupta 315256fbea Add developement.md for common setup issues 2023-07-13 10:23:17 +05:30
ashilkn 9317ca615c Refactor file selection 2 2023-07-12 17:59:15 +05:30
ashilkn a41986d2ea Refactor file selection 1 2023-07-12 16:02:37 +05:30
Vishnu Mohandas 85d6b4a31f
Remove use of UniqueKeys (#1276) 2023-07-12 10:16:46 +05:30
ashilkn 9ef9963161 Remove UniqueKey() for LazyGroupGallery 2023-07-11 12:20:37 +05:30