Commit graph

28103 commits

Author SHA1 Message Date
Vishnu Mohandas 99b150477c Add option to share a result from face search 2020-07-15 22:57:41 +05:30
Vishnu Mohandas c07a103450 Reduce coupling between gallery and the app bar 2020-07-15 22:47:53 +05:30
Vishnu Mohandas 9829eb4792 Grab a reference to shared preferences during initialization to reduce code complexity 2020-07-15 22:39:52 +05:30
Vishnu Mohandas 89d4feffed Eagerly load next set of results 2020-07-15 13:56:31 +05:30
Vishnu Mohandas e96f5f0a1f Handle case where in the search results could not be fetched 2020-07-15 13:47:30 +05:30
Vishnu Mohandas bde40929be Preserve the listview's scroll position on extra data load 2020-07-15 13:38:10 +05:30
Vishnu Mohandas f77f14eb79 Add pagination to the face search API 2020-07-14 17:45:55 +05:30
Vishnu Mohandas 529e7f82d0 Reduce verboseness of certain variable names 2020-07-14 03:36:46 +05:30
Vishnu Mohandas da94f954a5 Establish consistency in the terminology used for updation timestamp 2020-07-14 03:33:58 +05:30
Vishnu Mohandas e7a1e93e90 Add hero animation to the remote folder gallery 2020-07-14 03:04:42 +05:30
Vishnu Mohandas 2d14356792 Add hero animation to the device folder gallery page 2020-07-14 03:03:43 +05:30
Vishnu Mohandas 06886c858c Up version of photo_manager 2020-07-13 14:36:35 +05:30
Vishnu Mohandas b9ccd2cfb9 Add a transition animation for folders 2020-07-13 04:49:37 +05:30
Vishnu Mohandas 5214d194df Use a sync loader within the Gallery whenever possible 2020-07-13 03:47:44 +05:30
Vishnu Mohandas 5364344d04 Minor refactor 2020-07-13 03:15:50 +05:30
Vishnu Mohandas e89ee6c7f8 Add log statements to track the annoying bug that's causing gallery to not refresh itself 2020-07-10 23:48:21 +05:30
Vishnu Mohandas dd85f629ab Don't block on the photo manager sync 2020-07-10 23:47:51 +05:30
Vishnu Mohandas 00bbca7048 Handle errors thrown while fetching folders 2020-07-10 23:38:26 +05:30
Vishnu Mohandas b01bad8090 Remove direct file access for thumbnails 2020-07-09 02:40:14 +05:30
Vishnu Mohandas ddb25a1536 Remove the notion of direct access URLs for files 2020-07-09 02:21:36 +05:30
Vishnu Mohandas 15966ce95f Update API to download a file 2020-07-09 01:16:04 +05:30
Vishnu Mohandas f333f32681 Update the URL to access thumbnails 2020-07-09 01:14:51 +05:30
Vishnu Mohandas 8d73735e93 Pass token while accessing a file or stream 2020-07-08 21:11:11 +05:30
Vishnu Mohandas ccc635c663 Fix issue with showing toast 2020-07-08 21:09:49 +05:30
Vishnu Mohandas bf5b389f4b Remove unused toast library 2020-07-08 19:44:17 +05:30
Vishnu Mohandas 8f1e4297aa Add progress dialog while fetching data to share files 2020-07-08 03:34:08 +05:30
Vishnu Mohandas 4d6b9074aa Remove unused imports 2020-07-08 03:26:56 +05:30
Vishnu Mohandas b7e898e95f Load the original file URL when the file is not available for streaming yet 2020-07-08 03:24:11 +05:30
Vishnu Mohandas f4fe539df4 Accept toast-length as a parameter 2020-07-08 03:23:09 +05:30
Vishnu Mohandas 8f0b606713 Add a util for displaying toasts 2020-07-08 03:16:14 +05:30
Vishnu Mohandas c75551db99 Stream videos instead of downloading them raw 2020-07-08 03:07:13 +05:30
Vishnu Mohandas 936659b8d8 Remove debugging condition 2020-07-07 19:22:56 +05:30
Vishnu Mohandas 8c031a87fd Add modificationTime as an attribute of a file 2020-07-07 00:39:47 +05:30
Vishnu Mohandas f79f2497e7 Mark files in the "Recent" folder also as important 2020-07-06 14:44:34 +05:30
Vishnu Mohandas 1fde3d6e95 Update ios build id 2020-07-06 14:44:15 +05:30
Vishnu Mohandas 42d9d21af5 Minor refactor 2020-07-06 14:43:59 +05:30
Vishnu Mohandas 78eeb3e2bd Up version 2020-06-30 20:48:53 +05:30
Vishnu Mohandas 849cedbf5f Update style of buffered color in the video control 2020-06-29 16:52:13 +05:30
Vishnu Mohandas 4a90dde9a3 Ensure that the controller is disposed only if initialized 2020-06-24 06:19:12 +05:30
Vishnu Mohandas 36467b6673 Fix cache-issues due to hash collisions 2020-06-24 01:43:45 +05:30
Vishnu Mohandas 45611be9b2 Ensure that thumbnail does not replace the hidef image 2020-06-24 01:42:43 +05:30
Vishnu Mohandas 060cc2b41b Fix the aspect ratio of video thumbnails 2020-06-24 00:44:18 +05:30
Vishnu Mohandas 22bb3138ef Remove unused widget 2020-06-24 00:38:17 +05:30
Vishnu Mohandas 46ea30c4fd Fix the hero tag in videos 2020-06-24 00:34:28 +05:30
Vishnu Mohandas cd32098360 Fix the hero animation for remote images 2020-06-24 00:27:22 +05:30
Vishnu Mohandas 56783b97d3 Add fade-in animation to thumbnails 2020-06-24 00:20:10 +05:30
Vishnu Mohandas d7c18069ce Reuse the cached thumbnail if available within the detail view 2020-06-23 23:24:18 +05:30
Vishnu Mohandas 90ff5247de Cache thumbnails to disk 2020-06-23 23:11:27 +05:30
Vishnu Mohandas 71fd7277b1 Update loading widget style 2020-06-23 23:09:45 +05:30
Vishnu Mohandas 82af9306f8 Trigger the folder sync without blocking 2020-06-23 21:19:04 +05:30