Commit graph

2406 commits

Author SHA1 Message Date
Abhinav 0c20f59ceb update files metadata with new update pubMagicMetaData 2021-10-30 16:22:39 +05:30
Abhinav c46ba48980 disable photoswipe keyboard event when info modal is open 2021-10-30 16:22:35 +05:30
Abhinav 4f01979b14 merge metadata for easy use in UI 2021-10-29 18:10:22 +05:30
Abhinav c2f99db8e4 refactores info modal and adds renderCreationTime with edit button 2021-10-29 17:43:16 +05:30
Abhinav 125cb79ecc adds syncWithRemote to gallery context 2021-10-29 17:41:59 +05:30
Abhinav 8fb7146236 use public metadata creation time for sorting 2021-10-29 17:39:57 +05:30
Abhinav 69c9f423fe adds publicMetadata data update and parsing logic 2021-10-29 17:22:08 +05:30
Abhinav 8afcd3a766 refactor changeFilesVisibility to have a seperate updateMagicMetadata function and move encryption logic to upateMagicMetadata API 2021-10-29 17:15:06 +05:30
Abhinav c918225f4a updates MagicMetadata related type definations 2021-10-29 17:11:13 +05:30
Abhinav 3cd2789dc9 updates Icon with HighlightWrapper 2021-10-29 16:53:10 +05:30
Abhinav 6d5ae6010f added edit icon 2021-10-27 14:05:17 +05:30
Abhinav a980fbd8e1 added date time picker 2021-10-27 14:05:08 +05:30
Abhinav-grd 51ca5f9ed7
Merge pull request #178 from ente-io/fix-shared-collection-chip-scrollTo
Fixes scroll to searched sharedCollection chip
2021-10-18 10:59:21 +05:30
abhinav-grd 8ad33e9db7 Merge branch 'master' into fix-shared-collection-chip-scrollTo 2021-10-18 10:33:30 +05:30
Abhinav-grd 04dfe6a969
Merge pull request #184 from ente-io/save-fav-collection
Fixes Error removing from favorite
2021-10-18 10:29:46 +05:30
Abhinav-grd 1249421e4c
Merge pull request #179 from ente-io/search-files
Search files
2021-10-18 10:29:18 +05:30
Vishnu Mohandas 8e66e9d5c7
Merge pull request #185 from ente-io/improve-sentry
send rootCause message to sentry
2021-10-09 18:54:27 +05:30
abhinav-grd dbbe5a1d9c always send root cause message 2021-10-09 16:23:22 +05:30
abhinav-grd 6262b6e781 send rootCause message to sentry 2021-10-09 15:38:30 +05:30
abhinav-grd c095031b8e add newly created favorite collection to localCollections 2021-10-09 15:19:33 +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
abhinav-grd cf3d3ee01b Merge branch 'master' into search-files 2021-10-08 10:19:17 +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 19ab438aee Merge branch 'search-all-files' into search-files 2021-10-07 20:51:40 +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 cbe1d8ce88 show only one instance of a file 2021-10-07 17:03:57 +05:30
abhinav-grd 9fa1c1fc09 fix owner photo filtering 2021-10-07 17:03:57 +05:30
abhinav-grd 9afd224a23 dont show shared files in options 2021-10-07 17:03:57 +05:30
abhinav-grd 6d8028ae99 find filteredData index and then open that item 2021-10-07 17:03:57 +05:30
abhinav-grd 828844151c show only four file search results 2021-10-07 17:03:57 +05:30
abhinav-grd 950adae9b3 Adds file search by name 2021-10-07 17:03:50 +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 f6af345421 remove states for isSharedCollectionActive and isFavCollectionActive.
Interfering with colletion Chip auto scroll to searched item
2021-10-05 15:18:05 +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