Commit graph

2381 commits

Author SHA1 Message Date
abhinav-grd 3f1c680df3 print the root error in dev environment 2021-10-08 19:58:03 +05:30
abhinav-grd b399c50e65 fix MAX_THUMBNAIL_SIZE name typo and exported it 2021-10-08 19:57:38 +05:30
abhinav-grd d14217400a added migrate service to update large thumbnails 2021-10-08 19:56:49 +05:30
abhinav-grd b7c6eb8a2f updated _downloadThumb into getThumbnail to get uint8array as output 2021-10-08 19:56:06 +05:30
Abhinav-grd 5c0645947a
Merge pull request #183 from ente-io/thumbnail-compress
Thumbnail compress
2021-10-08 14:11:04 +05:30
abhinav-grd 11eb962f79 compress thumbnail generated from ffmpeg using canvas method 2021-10-08 13:46:11 +05:30
abhinav-grd 3de8b0bfbe generate jpeg thumbnail with 512*512 resolution and jpeg format 2021-10-08 13:20:54 +05:30
Vishnu Mohandas a1209f340a
Merge pull request #181 from ente-io/search-all-files
Make search Global
2021-10-07 20:53:09 +05:30
abhinav-grd 515266bc93 remove prev collection from search 2021-10-07 20:46:21 +05:30
abhinav-grd 76351c38ab remove prev collection redirecting 2021-10-07 20:40:41 +05:30
Abhinav-grd 7798d41bc6
Merge pull request #177 from ente-io/better-playback-failed-dialog
Better playback failed dialog
2021-10-07 15:30:44 +05:30
abhinav-grd 57ff20029f set intial prevCollection to ALL_SECTION to avoid null check on searchUpdate 2021-10-07 15:02:31 +05:30
abhinav-grd afce424396 hide collection instead of removing it form dom in searhch mode 2021-10-07 14:44:39 +05:30
abhinav-grd dcf9145d89 remember prevCollection before search and redirect to it after search 2021-10-07 14:02:07 +05:30
abhinav-grd afbcda5892 renamed searchMode to isInSearchMode state 2021-10-07 13:52:25 +05:30
abhinav-grd 52fe27263c search in all section instead of the collection user opened search on 2021-10-07 11:24:21 +05:30
abhinav-grd 2edce610f8 fix download file name bug 2021-10-05 14:08:26 +05:30
abhinav-grd 0d62c1e67f make banner thinner 2021-10-05 12:43:29 +05:30
abhinav-grd 9c0dfde01d added better download option for when playback failed 2021-10-05 12:27:41 +05:30
abhinav-grd 10efcaddb4 added downloadFile util 2021-10-05 12:23:34 +05:30
Abhinav-grd 571a3c734b
Merge pull request #176 from ente-io/sort-copy-changes
Ensure consistency in strings with the mobile app
2021-10-01 10:27:23 +05:30
Vishnu Mohandas aa4e0cd82f
Ensure consistency in strings with the mobile app 2021-10-01 00:56:55 +05:30
Abhinav-grd a1ffb46ff1
Merge pull request #175 from ente-io/fix-too-many-location-api-error
fix too many location/history api request
2021-09-30 22:15:03 +05:30
Abhinav-grd 17c54ad5c6
Merge pull request #174 from ente-io/fix-sorting-error-logging
dont log collections missing from collectionsAndTheirLatestFile list
2021-09-30 22:14:41 +05:30
abhinav-grd 5506806b29 fix too many location/history api request 2021-09-30 18:54:29 +05:30
abhinav-grd 8e04fffd33 set localCollectionState only after removing empty collections 2021-09-30 18:02:21 +05:30
abhinav-grd 0fc184d994 dont log collections missing from collectionsAndTheirLatestFile list 2021-09-30 17:56:28 +05:30
Abhinav-grd 361374c037
Merge pull request #173 from ente-io/archive-delete-option
add delete option for archived files
2021-09-30 17:20:28 +05:30
abhinav-grd 2fb8f4ec6a replace archive option with unarchive for archive section and dont allow move 2021-09-30 17:12:19 +05:30
abhinav-grd eec27acd15 add delete option for archived files 2021-09-30 16:02:02 +05:30
Abhinav-grd 8a2b7d861e
Merge pull request #172 from ente-io/fix-favorite-collection-operation
Fix favorite collection behavior
2021-09-30 14:40:11 +05:30
abhinav-grd d495ba8d86 updated error logging 2021-09-30 13:55:33 +05:30
abhinav-grd 062c1f3581 adds state to track isFavCollection 2021-09-30 13:25:49 +05:30
abhinav-grd a45019474b added isFavorite util 2021-09-30 13:25:19 +05:30
abhinav-grd d7d624b799 dont show move option for fav collection 2021-09-30 13:24:04 +05:30
abhinav-grd 2e6193b64b fixes favorite collection sorting 2021-09-30 13:02:58 +05:30
Abhinav-grd 8872fac444
Merge pull request #170 from ente-io/achive-url
updates archive collection URL
2021-09-30 12:38:45 +05:30
abhinav-grd 22a15d30aa collectionAndThierLatestFIle null check 2021-09-30 12:36:43 +05:30
abhinav-grd e291ecf390 logError on console for dev env 2021-09-30 12:36:43 +05:30
Abhinav-grd 069dcb88ae
Merge pull request #169 from ente-io/replace-icon
update move icon
2021-09-30 12:18:52 +05:30
abhinav-grd b07f52ba5c updates archive collection URL 2021-09-30 12:09:28 +05:30
abhinav-grd 252cea9844 update move icon 2021-09-30 11:53:58 +05:30
Abhinav-grd e022d14be9
Merge pull request #168 from ente-io/fix-sorting
Fix sorting
2021-09-28 19:31:03 +05:30
abhinav-grd 7e738e1627 fix sort by latest file 2021-09-28 19:21:54 +05:30
abhinav-grd caf5b4c5ca made sort by latest file as default 2021-09-28 19:13:12 +05:30
Abhinav-grd 6fbcfa6bba
Merge pull request #167 from ente-io/fix-archive
decrypt magic metadata for older client synced files
2021-09-28 19:01:46 +05:30
abhinav-grd aca7da35fa decrypt magic metadata for older client synced files 2021-09-28 18:55:27 +05:30
Abhinav-grd 232d8d96e7
Merge pull request #160 from ente-io/search-collection
Search collection
2021-09-28 16:41:18 +05:30
abhinav-grd 4941cb514e Merge branch 'master' into search-collection 2021-09-28 16:30:42 +05:30
Abhinav-grd efb61ab53f
Merge pull request #163 from ente-io/handle-failure
Handle failure
2021-09-28 13:56:11 +05:30