Commit graph

27800 commits

Author SHA1 Message Date
Vishnu Mohandas
d998224d8b Add hero animation for the memory title 2020-07-22 03:42:52 +05:30
Vishnu Mohandas
1ea0437ac7 Mark memories as seen 2020-07-22 03:31:44 +05:30
Vishnu Mohandas
1cfdf488bb Minor refactor 2020-07-22 02:36:28 +05:30
Vishnu Mohandas
225815e8e0 Remove unnecessary parsing for fileID 2020-07-22 02:36:09 +05:30
Vishnu Mohandas
381f602d32 Add next and forward controls to memories 2020-07-22 02:12:05 +05:30
Vishnu Mohandas
1d2b82d5f9 Autplay videos in memories 2020-07-22 02:09:41 +05:30
Vishnu Mohandas
55ddd18f78 Reduce the duration of memory fetch 2020-07-22 02:00:15 +05:30
Vishnu Mohandas
bf38064500 Rename memory to memories 2020-07-21 17:49:55 +05:30
Vishnu Mohandas
47796975bb Add title to a memory 2020-07-21 17:41:33 +05:30
Vishnu Mohandas
c4fd9a80c3 Prevent multiple reloads of the memories widget 2020-07-21 17:23:16 +05:30
Vishnu Mohandas
a3324d7f0f Add an option to share the photo 2020-07-21 17:21:09 +05:30
Vishnu Mohandas
9f3744541f Disable auto scroll for memories 2020-07-21 17:06:14 +05:30
Vishnu Mohandas
755664a8de Display memories from previous years 2020-07-21 15:55:19 +05:30
Vishnu Mohandas
5424eb01f5 Use existing thumbnail widget to render video thumbnails 2020-07-21 15:47:56 +05:30
Vishnu Mohandas
5a6d36a369 Show the oldest memories first 2020-07-21 13:40:44 +05:30
Vishnu Mohandas
ee26784b60 Only return important memories 2020-07-21 13:36:15 +05:30
Vishnu Mohandas
9d9104b711 Fix issue with leap years while computing memories 2020-07-21 13:31:37 +05:30
Vishnu Mohandas
2585d28d30 Add widget to display the thumbnails of memories 2020-07-20 21:09:41 +05:30
Vishnu Mohandas
2ce3dbac19 Minor refactor 2020-07-20 21:09:11 +05:30
Vishnu Mohandas
f747ad087b Fix issues with fetching memories 2020-07-20 20:39:30 +05:30
Vishnu Mohandas
e6b4619c52 Make sure that the file fetched for memories is not deleted 2020-07-20 20:37:44 +05:30
Vishnu Mohandas
2a4d64f195 Introduce a headerWidget to gallery 2020-07-20 19:02:30 +05:30
Vishnu Mohandas
6469733ef0 Add missing parameter specifier 2020-07-20 18:56:21 +05:30
Vishnu Mohandas
e753832a63 Init MemoryService 2020-07-20 18:28:20 +05:30
Vishnu Mohandas
e35309b02e Add service to view and mark memories as seen 2020-07-20 17:59:07 +05:30
Vishnu Mohandas
410e5d522f Update API to fetch seen files 2020-07-20 17:58:00 +05:30
Vishnu Mohandas
c05498b0d3 Add missing return statement 2020-07-20 17:25:41 +05:30
Vishnu Mohandas
239fc5582b Add storage layer for memories 2020-07-20 17:25:17 +05:30
Vishnu Mohandas
3925388a4c Add function to fetch files created within a specific duration 2020-07-20 17:23:42 +05:30
Vishnu Mohandas
cbb0a88a07 Remove TODO to use a single database since using multiple ones simplifies schema upgrades 2020-07-20 17:21:41 +05:30
Vishnu Mohandas
275f5d003f Mark variables as final when possible 2020-07-20 17:19:26 +05:30
Vishnu Mohandas
f7d5b989b9 Make variables final when possible 2020-07-20 17:19:00 +05:30
Vishnu Mohandas
a5810abf98 Rename DBs 2020-07-20 16:33:09 +05:30
Vishnu Mohandas
da15cc1290 Fix issues in loading remote folder entries 2020-07-20 03:38:18 +05:30
Vishnu Mohandas
185b2f078b Update to adhere to the new face-search API 2020-07-20 03:21:45 +05:30
Vishnu Mohandas
7c75093b15 Update to new face search API 2020-07-20 02:56:26 +05:30
Vishnu Mohandas
d232780fc2 Cache the face thumbnails fetched 2020-07-17 23:59:02 +05:30
Vishnu Mohandas
9152c11149 Fix hero animation issue for device folders with common entries 2020-07-16 06:05:12 +05:30
Vishnu Mohandas
78f3294186 Fix loading breakage for folders without a loader 2020-07-16 06:04:43 +05:30
Vishnu Mohandas
e917e4e568 Increase connection timeout to 250ms 2020-07-16 05:57:55 +05:30
Vishnu Mohandas
774187fa50 Fix edge cases for inifinite scroll 2020-07-16 04:32:59 +05:30
Vishnu Mohandas
e6ffeea929 Improve the way deleting is handled 2020-07-16 02:18:46 +05:30
Vishnu Mohandas
638c47fd36 Minor refactor 2020-07-16 02:07:47 +05:30
Vishnu Mohandas
abb0ab9187 Preserve scroll position on file selection events 2020-07-16 02:06:30 +05:30
Vishnu Mohandas
02f7e801c6 Simplify the state management for selected files 2020-07-16 01:59:29 +05:30
Vishnu Mohandas
605b9d5da6 Update the version of photo manager 2020-07-16 01:59:13 +05:30
Vishnu Mohandas
5c53661dd8 Display a progress dialog while deleting a photo 2020-07-16 00:44:37 +05:30
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