Commit graph

1403 commits

Author SHA1 Message Date
Neeraj Gupta 35b41d07d4
Add hook to show trashed items 2021-10-13 01:31:51 +05:30
vishnukvmd 8f9929865f Fix method to call app version 2021-10-08 17:18:50 +05:30
vishnukvmd 211d5a2739 Show network inspector on multi tapping version 2021-10-08 17:10:36 +05:30
vishnukvmd da55f44738 Fix lint warning 2021-10-08 16:52:05 +05:30
Neeraj Gupta ba16a6a887
Show network requests in debug build using alice 2021-10-08 12:14:35 +05:30
vishnukvmd 018f270271 Fix lint warning 2021-10-06 16:47:26 +05:30
vishnukvmd b46288ccc8 Push toggle full screen action to the end of the build queue 2021-10-06 16:18:54 +05:30
vishnukvmd 335cf908fb Fix lint warnings 2021-10-06 16:18:38 +05:30
Vishnu Mohandas 9c3e73e617
Merge pull request #86 from ente-io/livePhotoBug
Fix bug during first load of remote livePhoto
2021-10-06 15:47:27 +05:30
Neeraj Gupta 425339328d
enable looping for live photo video 2021-10-06 14:15:28 +05:30
Neeraj Gupta 307d34ce80
upgrade video_player and chewie package 2021-10-06 13:55:00 +05:30
Neeraj Gupta 7bd9cbee92
Merge branch 'livePhotoBug' of github.com:ente-io/frame into livePhotoBug 2021-10-06 13:33:59 +05:30
Neeraj Gupta 56a4262a9e
Fix download toast & auto-play liveVideo post download 2021-10-06 13:32:37 +05:30
vishnukvmd d28f8f9b33 Merge branch 'master' into livePhotoBug 2021-10-05 16:00:01 +05:30
Neeraj Gupta e3e34c6f80
LivePhoto: Attempt reloading video if previous attempts fails due to n/w or timeout err 2021-10-05 15:01:22 +05:30
vishnukvmd ca6df06958 Set archive icon correctly depending on OS 2021-10-05 10:45:21 +05:30
Neeraj Gupta da26f2c199
LivePhoto: show toast if video is being downloaded during long press 2021-10-05 10:38:34 +05:30
vishnukvmd 40e5818c63 Replace deprecated share lib 2021-10-05 10:26:48 +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
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 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 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
vishnukvmd bf9425671a Ignore current plan if it is inactive 2021-09-30 21:06:46 +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 98a6d20461 Fix lint suggestion 2021-09-30 14:57:37 +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 08b20de546
Replace add icon with upload for local folders 2021-09-28 15:54:51 +05:30
Neeraj Gupta dd0ee7b4d2
reduce bottom padding for archive from 48 -> 36 2021-09-28 14:09:36 +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 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
Neeraj Gupta a4814690b2
Stripe: Hide renew button if the subscription has expired 2021-09-27 11:17:40 +05:30
Neeraj Gupta 0c2bc37d6a
[Stripe] Show payment details even after stripe subscription has expired 2021-09-27 11:00:51 +05:30