Commit graph

2285 commits

Author SHA1 Message Date
vishnukvmd ca6df06958 Set archive icon correctly depending on OS 2021-10-05 10:45:21 +05:30
vishnukvmd 40e5818c63 Replace deprecated share lib 2021-10-05 10:26:48 +05:30
vishnukvmd 56183c72d3 Request originFile while sharing 2021-10-05 10:21:54 +05:30
vishnukvmd ca6650f3e8 Apply different unarchive icon for iOS 2021-10-04 20:13:18 +05:30
Neeraj Gupta 961a8ab875
iOS: use different archive icon for different states 2021-10-04 15:25:20 +05:30
Neeraj Gupta b6ccb0b7f5
Refresh bottom bar widget after archive/unarchive operation 2021-10-04 15:21:45 +05:30
Vishnu Mohandas b4342920a1
Merge pull request #84 from ente-io/archive_button 2021-10-04 14:06:35 +05:30
vishnukvmd e4bf7a0a4d Show archive button for only files that have been backed up and are owned by you 2021-10-04 12:38:41 +05:30
Vishnu Mohandas 7c429795d2
Merge pull request #82 from ente-io/memories_fixes 2021-10-04 12:01:07 +05:30
Neeraj Gupta 0f07dac077
Merge pull request #83 from ente-io/update_libs
Update libraries that use a deprecated version of the Android embedding
2021-10-04 07:41:18 +05:30
vishnukvmd 4fe0b5c72d Pass an unmodifiable list to the detail page 2021-10-04 03:54:56 +05:30
vishnukvmd 20b9e4fd65 Force DetailPage to create a copy of the files passed to it since it modifies the contents for a smoother scrolling experience 2021-10-04 03:42:10 +05:30
vishnukvmd 55a768b9d6 Add tooltips to all buttons 2021-10-04 03:28:33 +05:30
vishnukvmd 573088e8eb Add appropriate padding 2021-10-04 03:27:09 +05:30
vishnukvmd d92c3b6f49 Add button to archive a file within the detail view 2021-10-04 03:26:22 +05:30
vishnukvmd 71adfcfc54 Extract code to archive a file to a utility function 2021-10-04 03:26:09 +05:30
vishnukvmd 9b24cf91b1 Update libraries that use a deprecated version of the Android embedding 2021-10-04 03:09:05 +05:30
vishnukvmd 9b34762947 Replace BackdropFilter with less expensive ImageFiltered 2021-10-04 02:52:37 +05:30
vishnukvmd e33d818b7c Update logic to get the next memory 2021-10-04 01:51:07 +05:30
vishnukvmd 242bd9ca5a Refresh on exiting full screen memory view instead of refreshing each time a memory is viewerd 2021-10-04 01:50:14 +05:30
vishnukvmd 0dcd6c8da4 Remove unnecessary log line 2021-10-03 23:25:10 +05:30
vishnukvmd 7ef44b9f2f Reuse existing FileWidget within memories 2021-10-02 02:16:40 +05:30
vishnukvmd e92b0eb48e Extract file renderer into a separate widget 2021-10-02 02:16:26 +05:30
vishnukvmd a2ecb64f74 Minor reformatting 2021-10-02 02:15:40 +05:30
vishnukvmd d22a593a4c Ensure widget is mounted before setting state 2021-10-02 02:15:25 +05:30
Neeraj Gupta 770152b431
merge and bump version to v0.3.32 2021-10-02 00:39:07 +05:30
Neeraj Gupta 2eaabf31cc
Fix db query for sqlite 3.9.2 2021-10-02 00:17:15 +05:30
vishnukvmd e2da93d02e Publish the correct event after a diff fetch 2021-09-30 19:22:09 +05:30
vishnukvmd ac6cfd42c3 Place locally available files at first 2021-09-30 15:17:57 +05:30
vishnukvmd e50722e90f Minor UI update 2021-09-30 15:03:57 +05:30
vishnukvmd ce8855a2cb Remove unnecessary check since files within updation events will now always have creationTimes 2021-09-30 14:59:13 +05:30
vishnukvmd ff3e88a2f1 Publish a single event for file deletions within a collection 2021-09-30 14:58:46 +05:30
vishnukvmd 4162df3622 Add a single query to delete multiple files within a collection 2021-09-30 14:58:29 +05:30
vishnukvmd 98a6d20461 Fix lint suggestion 2021-09-30 14:57:37 +05:30
vishnukvmd e9b1b8c713 Truncate log statement 2021-09-30 13:46:54 +05:30
Neeraj Gupta bc6fac532a Fix gallery import by removing filter on creationTime 2021-09-29 19:27:20 +05:30
Neeraj Gupta fadda2680a
Fix bug which was resulting in repeated upload of same local file 2021-09-29 12:09:44 +05:30
vishnukvmd 73c9a5d808 Pull up the try-catch block 2021-09-28 18:22:42 +05:30
vishnukvmd c87ff10fe4 Dismiss progress dialog on error 2021-09-28 18:22:42 +05:30
Neeraj Gupta b09f0befe3
change timestamp for archive release time 2021-09-28 16:30:10 +05:30
Neeraj Gupta 08b20de546
Replace add icon with upload for local folders 2021-09-28 15:54:51 +05:30
Neeraj Gupta 25d6291877
Fix exif lookup on iOS 2021-09-28 14:54:41 +05:30
Neeraj Gupta dd0ee7b4d2
reduce bottom padding for archive from 48 -> 36 2021-09-28 14:09:36 +05:30
Neeraj Gupta a4dd4b19da
move: remove files from the old collection 2021-09-28 13:07:18 +05:30
Neeraj Gupta 9476c0c734
Add extra padding below archive button 2021-09-28 13:03:12 +05:30
Neeraj Gupta b67d3aaa1a
Hide move option from favorite collection 2021-09-28 12:46:58 +05:30
Neeraj Gupta dd65d7971d
increase connect timeout 5s -> 15s 2021-09-28 12:41:44 +05:30
Neeraj Gupta b7e3accb12
Merge pull request #61 from ente-io/flutter-2.5.1
Upgrade Flutter to v2.5.1
2021-09-28 10:32:40 +05:30
Vishnu Mohandas df1c34f108
Merge pull request #64 from ente-io/stripe_onboarding
Fix handling of stripe subscription
2021-09-27 12:40:17 +05:30
Neeraj Gupta a4814690b2
Stripe: Hide renew button if the subscription has expired 2021-09-27 11:17:40 +05:30