Commit graph

260 commits

Author SHA1 Message Date
Abhinav-grd 82232cb270 added value variables 2021-02-08 22:45:13 +05:30
Abhinav-grd 9ca1f5a683 added overscan property to prefetch files 2021-02-08 14:38:15 +05:30
Pushkar Anand 0a7cc252cb
Fix top bar color 2021-02-08 11:28:52 +05:30
Pushkar Anand ce4a521636 Fix gallary gird. 2021-02-08 09:57:55 +05:30
Pushkar Anand 36c84807f1
Merge pull request #9 from ente-io/file-loading-single-update
File loading single update
2021-02-07 21:15:07 +05:30
Pushkar Anand 30a50ff044 Fix for fab button design 2021-02-07 21:01:39 +05:30
Pushkar Anand be68bda1b7 Fix fav button on windows. 2021-02-07 20:44:44 +05:30
Pushkar Anand e5bcc95c2f Build fix 2021-02-07 20:33:04 +05:30
Abhinav-grd 45fd07bc5f update collection time after all files fetched 2021-02-06 12:54:47 +05:30
Abhinav-grd 1079a91056 used better variable names 2021-02-06 00:49:43 +05:30
Abhinav-grd f72ab9b418 updated getFiles to handle get single collection and store collectiontime after storing files 2021-02-06 00:21:14 +05:30
Abhinav-grd 053568980e Merge branch 'collection-ops' into file-loading-single-update 2021-02-05 23:00:19 +05:30
Abhinav-grd 814530f1d1 abstracted fetch logic to syncWithRemote function 2021-02-05 22:34:32 +05:30
Abhinav-grd 08c993061c updated getCollectionLatestFile to use local files 2021-02-05 22:27:41 +05:30
Abhinav-grd 80d6547dfd makew fetch only if return files equal to limit 2021-02-05 20:35:09 +05:30
Abhinav-grd 2e7f0e520a abstracted fetch calls to load data function 2021-02-05 19:34:08 +05:30
Abhinav-grd 3d6ee3a004 added not null check in getToken 2021-02-03 14:00:13 +05:30
Abhinav-grd 4cdd208f34 removed unwanted function getAllCollections 2021-02-03 13:53:51 +05:30
Abhinav-grd c281465fcd made setFavItemIds indepedent of collections updates 2021-02-03 13:53:32 +05:30
Abhinav-grd 42aca0ca00 Merge branch 'collection-ops' into file-loading-single-update 2021-02-03 13:45:47 +05:30
Abhinav-grd 2c0ba89c33 added updated collection not empty check 2021-02-03 13:44:37 +05:30
Abhinav-grd 0c23e63bec corrected to have only unique instances of collection in localDB 2021-02-03 13:32:54 +05:30
Abhinav-grd 61f0a07b3a abstracted out dropzone into seperate component 2021-02-03 11:42:07 +05:30
Abhinav-grd e524e0bc46 updated to use localCollection and fetchUpdatedCollections 2021-01-31 17:41:21 +05:30
Abhinav-grd d69095e605 added logic to store collection in localDB and getCollection after last updateTime 2021-01-31 17:40:45 +05:30
Abhinav-grd 9ae7f45339 added null check to getToken function 2021-01-31 17:38:33 +05:30
Abhinav-grd aafdecdf13 added collectionUpdateTime localForage to fetchcollection after last update 2021-01-31 17:14:02 +05:30
Abhinav-grd 80c46796cf intial localFile Loading and then reload after complete fetch 2021-01-27 11:44:02 +05:30
Abhinav-grd bc709d5961 reduce requested file count to 1 in getCollectionLatestFile 2021-01-26 15:20:34 +05:30
Abhinav-grd 6321874ead added PreviewCard prop forcedEnable to overrride disable property 2021-01-26 15:14:56 +05:30
Abhinav-grd 4aaebef0e7 updated requests to send token as header 2021-01-26 12:09:10 +05:30
Abhinav-grd 8be0713a3c foxed video thumbnial generation 2021-01-26 10:58:44 +05:30
Abhinav-grd 26f5393db0 limited parallel processing to 5 files 2021-01-25 18:36:29 +05:30
Abhinav-grd 878693c7c8 removed ignore set and corrected decryted name assignment 2021-01-25 18:35:53 +05:30
Abhinav-grd 01aef37a16 exported strings to englishConstants 2021-01-25 13:25:27 +05:30
Abhinav-grd fa76f97fe6 added try catch blocks 2021-01-25 13:25:19 +05:30
Abhinav-grd 18f827b4f8 improved location parsing 2021-01-25 13:14:16 +05:30
Pushkar Anand a3379dc53a Updated empty content text. 2021-01-25 02:29:58 +05:30
Pushkar Anand e98ae28856 Fix fab button UI. 2021-01-25 02:24:14 +05:30
Pushkar Anand b3ce370b1e Clean up. 2021-01-25 02:05:16 +05:30
Pushkar Anand fc760ed471 UX fixes for File upload and Collection selection. 2021-01-25 01:52:12 +05:30
Abhinav-grd cf1cb28320 Merge branch 'file-upload' into collection-ops 2021-01-24 21:44:00 +05:30
Abhinav-grd 025c97b336 used env variable to set endpoint 2021-01-24 21:43:49 +05:30
Abhinav-grd 200e03b0a0 added missed boxSealOpen input converson from Base64 2021-01-24 21:41:40 +05:30
Abhinav-grd e490df7440 corrected the key used for encrypting collection key 2021-01-21 11:15:50 +05:30
Abhinav-grd 592172917f added collection name encryption and decryption logic 2021-01-21 07:54:17 +05:30
Abhinav-grd 2a1f916794 added decryptString function and updated fromB64 to parse normal string 2021-01-21 07:43:10 +05:30
Abhinav-grd 7b317afb78 removed unneeded property refetchData 2021-01-20 19:21:51 +05:30
Abhinav-grd 6757ee256d added logic to clear deleted files from localDB 2021-01-20 19:21:22 +05:30
Abhinav-grd 9f1aabb103 added remove from favourite logic 2021-01-20 18:34:27 +05:30