Commit graph

2502 commits

Author SHA1 Message Date
Neeraj Gupta 30cbebeada
add dependency on video_thumbnail 2021-09-20 07:27:54 +05:30
Neeraj Gupta 441ccd5918
Merge pull request #47 from ente-io/null-safety-upgrade
[dart-null-safety] upgrade packages
2021-09-20 07:18:52 +05:30
Neeraj Gupta 9b4090e220
[dart-null-safety] upgrade packages 2021-09-19 09:22:36 +05:30
Vishnu Mohandas 532e743b08
Merge pull request #43 from ente-io/hide_incoming_collections_home_page
Hide incoming collections in main gallery
2021-09-16 13:35:48 +05:30
Neeraj Gupta 9c6d7b2ae2
minor: rename userId -> userID
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2021-09-15 12:28:05 +05:30
Neeraj Gupta 804cac9669
Merge remote-tracking branch 'origin/master' into hide_incoming_collections_home_page 2021-09-15 12:27:15 +05:30
Neeraj Gupta 2b4cbf8131
Hide delete option for files not owned by the user 2021-09-15 10:00:53 +05:30
Neeraj Gupta 128c207e55
Hide favorite icon for files not owned by the user 2021-09-15 09:57:05 +05:30
Neeraj Gupta 99eaf37882
getAllUploadedFiles: remove redundant null check for owner_id 2021-09-15 09:52:11 +05:30
Neeraj Gupta dc83a471b6
Merge pull request #44 from ente-io/pull_request_template
Create pull_request_template.md
2021-09-15 08:02:10 +05:30
Vishnu Mohandas 064e39a0e0
Create pull_request_template.md 2021-09-15 01:28:02 +05:30
Neeraj Gupta c7da836656
Gallery: log failures in loadFiles method 2021-09-14 12:23:05 +05:30
Neeraj Gupta 6d8a47c9f0
Hide incoming collections from main gallery 2021-09-14 12:15:14 +05:30
Neeraj Gupta c416ca1e94
Merge pull request #41 from ente-io/move_files
Support for moving files between albums
2021-09-13 18:16:49 +05:30
vishnukvmd 5068d9e6b7 Minor string changes 2021-09-13 14:17:57 +05:30
vishnukvmd f2dacffc56 Set color of the dialog button text 2021-09-13 14:17:39 +05:30
vishnukvmd 4213e2348a Reorder move button 2021-09-13 14:10:35 +05:30
Vishnu Mohandas 218b83b026
Merge pull request #42 from ente-io/skip_exif_upload
Stop uploading fileExif as part of encrypted metadata
2021-09-13 14:04:05 +05:30
Neeraj Gupta 45d3b2f9a0
Stop uploading fileExif as part of encrypted metadata 2021-09-13 12:54:54 +05:30
Neeraj Gupta 5ecb730c72
update page title based on actionType 2021-09-13 12:44:43 +05:30
Neeraj Gupta 3099a1a9ae
move-files: show option for owned_collection only 2021-09-13 12:07:34 +05:30
Neeraj Gupta dfa13d9bf7
move-files: add basic validation on client 2021-09-13 11:22:50 +05:30
Neeraj Gupta 4a2d6b04db
move-files UI: add option to move files between collection 2021-09-13 09:27:57 +05:30
Neeraj Gupta a104eca8ff
Add API for collection/move-files 2021-09-12 10:38:30 +05:30
Vishnu Mohandas 962f11c3c7
Merge pull request #39 from ente-io/local_auth_fix 2021-09-12 08:21:04 +05:30
Vishnu Mohandas ed50f0bb79
Merge pull request #40 from ente-io/handle_file_too_large_err 2021-09-12 08:18:31 +05:30
Neeraj Gupta 5fa838338c fileTooLargeErr: fix status code mapping 2021-09-12 06:33:54 +05:30
Neeraj Gupta 9507222d9e upload: stop logging fileTooLargeErr as error 2021-09-12 06:26:56 +05:30
Neeraj Gupta 9ee2896cdc android: update mainActivity as per local_auth integration gudie 2021-09-12 06:08:56 +05:30
Vishnu Mohandas 842bdec750
Merge pull request #37 from ente-io/pubspec_update
Persist album sort preference
2021-09-11 13:51:07 +05:30
vishnukvmd 7f035deb8e Up version 2021-09-11 12:43:17 +05:30
vishnukvmd 38388ad584 Persist the correct sortKey 2021-09-11 12:42:53 +05:30
vishnukvmd 89662c573d v0.3.25 2021-09-11 12:31:59 +05:30
vishnukvmd 1578bf2529 Persist updated sort key to disk 2021-09-11 12:31:47 +05:30
vishnukvmd 29b016661a Update pubspec.lock 2021-09-11 12:23:15 +05:30
Vishnu Mohandas 2f0aead356
Merge pull request #36 from ente-io/update_invalid_files_key
Update the key for invalid files to pull files that were ignored due to permission errors
2021-09-11 11:53:59 +05:30
vishnukvmd b8c43134e6 0.3.24 2021-09-11 10:11:00 +05:30
vishnukvmd 4add2afa77 Update the key for invalid files to pull files that were ignored due to permission errors 2021-09-11 10:02:19 +05:30
Vishnu Mohandas 2a2f0dbd42
Merge pull request #35 from ente-io/collection_org_1
Remove add/remove file and share collection action for incoming collection
2021-09-11 00:18:14 +05:30
Neeraj Gupta 4cc64dcd43 Use shared_collection for incoming collections 2021-09-10 23:56:04 +05:30
Neeraj Gupta a0cbf3141e Incoming Collection: Specify gallery as incoming_collection
* Hide add selected files to another collection button.
* Add folks to album & remove/delete from album is also not visible now
2021-09-10 23:27:41 +05:30
Neeraj Gupta 4156b37d25 CollectionPage: Pass galleyAppBarType in the constructor 2021-09-10 23:12:25 +05:30
Neeraj Gupta a9de0f9bb7 ShareDialog: catch & log unhandled err during collection path decryption 2021-09-10 17:17:58 +05:30
Neeraj Gupta 4939c4b089
Merge pull request #34 from ente-io/sort-button-styles
Minor changes to the sort button styles
2021-09-09 12:33:29 +05:30
vishnukvmd 42be9c5346 Minor changes to the sort button styles 2021-09-09 11:44:07 +05:30
Vishnu Mohandas d5dc4e23d9
Merge pull request #33 from ente-io/handle_deleted_files_from_cache
Gracefully handle deletion of files in app cache
2021-09-09 11:34:17 +05:30
Neeraj Gupta 73911b0631 await on localSettings init 2021-09-09 11:23:51 +05:30
Neeraj Gupta 6e1f5558af Gracefully handle deletion of files in app cache 2021-09-09 11:20:55 +05:30
Neeraj Gupta 49a42cf2ac
Merge pull request #32 from ente-io/album_sorting
Add option to sort album by name, recent photo & last updated time
2021-09-09 08:14:19 +05:30
Neeraj Gupta 0ac8324dfd [null-safety] upgrade email_validator & flutter_typeahead 2021-09-09 08:08:53 +05:30