Commit graph

3691 commits

Author SHA1 Message Date
Neeraj Gupta c70b08c990
Merge remote-tracking branch 'origin/master' into redesign 2022-05-13 22:52:34 +05:30
Neeraj Gupta e8da432be5
Clear in-memory thumbcache on file updation 2022-05-13 19:44:24 +05:30
Neeraj Gupta 5d278c48c6
undo iOS/Podfile changes 2022-05-13 19:43:46 +05:30
Neeraj Gupta ae1ee2ca4a
Merge branch 'master' into photos_manger_upgrade 2022-05-13 17:31:49 +05:30
Neeraj Gupta f5bb25f29b
add method to fetch all assets in an assetPath 2022-05-13 15:43:25 +05:30
ashilkn 385ebc0db7 added dark/light theme changes for image editor page 2022-05-13 15:04:16 +05:30
ashilkn e02b22c8e5 removed shadow, changed linear gradients and removed background theme change 2022-05-13 14:18:13 +05:30
ashilkn 1793263c5f removed unwanted theme, added shadow on bottom and other minor fixes 2022-05-13 11:58:12 +05:30
Neeraj Gupta a26d9c5d7a
Merge pull request #241 from ente-io/delete_confirmation
Prompt user to confirm the deletion of local-only files
2022-05-12 18:56:32 +05:30
ashilkn 0743cd0279 changed scroll offset color theme 2022-05-12 18:24:19 +05:30
vishnukvmd b1c2c36c31 Force confirmation in case local-only files are being deleted on Android 2022-05-12 17:49:36 +05:30
vishnukvmd b33f9f21f2 Stronger types 2022-05-12 17:49:06 +05:30
ashilkn 37d36a5f01 added backdropfilter to buttons 2022-05-12 17:42:38 +05:30
ashilkn 8eb87ce317 Merge branch 'redesign' into redesign-trash+hidden 2022-05-12 11:56:44 +05:30
Vishnu Mohandas 6b541b77c5
Merge pull request #238 from ente-io/redesign-selection
added dark filter over selected files
2022-05-12 11:53:57 +05:30
ashilkn d6d3f9ebcd added linear gradient to the thumbnail of trash files 2022-05-12 11:50:21 +05:30
ashilkn e8b3f79d79 added animation for the bottom buttons 2022-05-12 10:28:11 +05:30
Vishnu Mohandas 462041eb73
Merge pull request #240 from ente-io/fixes
Minor bug fixes
2022-05-12 10:02:27 +05:30
Neeraj Gupta 59e7efef92
bump version to 0.5.21+301 2022-05-12 10:01:41 +05:30
Neeraj Gupta 6c6c6427a4
show manage family option for free plans 2022-05-12 09:59:04 +05:30
Neeraj Gupta 1137eea2f7
Fix null memories/shared album text 2022-05-12 09:27:22 +05:30
Vishnu Mohandas 4adcab57f6
Merge pull request #239 from ente-io/release-fp 2022-05-12 09:02:17 +05:30
Neeraj Gupta 70db655931
bump version to 0.5.20+300 2022-05-12 08:59:26 +05:30
Neeraj Gupta 22babe31e6
upgrade photos_manager pkg 2022-05-12 08:57:32 +05:30
ashilkn 0c0b3a22c6 basic layout of 'Delete All' + working and 'Restore All' is done 2022-05-11 19:17:06 +05:30
ashilkn 247a1a0137 added bottom shadow to trash and hidden page 2022-05-11 14:52:43 +05:30
ashilkn f3cc9b5124 added dark filter over selected files 2022-05-11 12:16:31 +05:30
Neeraj Gupta 971484e795
formatting changes 2022-05-11 10:21:25 +05:30
Neeraj Gupta 0e1124363c
Fix compliation issue 2022-05-10 14:16:12 +05:30
Neeraj Gupta ef8dd9368c
upgrade share_plus 2022-05-10 14:16:03 +05:30
Neeraj Gupta acaeafcc49
Merge branch 'master' into redesign 2022-05-10 14:10:22 +05:30
Neeraj Gupta 5303ce152c
Merge pull request #237 from ente-io/switch_update_endpoint
Switch to new file/update endpoint
2022-05-10 14:09:18 +05:30
Neeraj Gupta fa6d3c3eb3
Update local_sync_service.dart 2022-05-10 14:02:46 +05:30
Neeraj Gupta e4a52845ae
switch to new endpoint for fileUpdate 2022-05-10 13:15:11 +05:30
Neeraj Gupta 0da95111bb
Log only when files are updated 2022-05-10 13:12:41 +05:30
ashilkn ad6b6581cb added minimum bottom safearea padding for bottomNav 2022-05-10 12:16:49 +05:30
Neeraj Gupta dda70c179a
Merge pull request #236 from ente-io/tab-bar-safe-area
Wrap tab bar in safe area
2022-05-10 06:28:04 +05:30
Neeraj Gupta cb4300c75d
Merge pull request #235 from ente-io/improve-web-view-transitions
Use black background to improve navigation transitions to web views
2022-05-10 06:26:53 +05:30
Manav b6b332976b Wrap tab bar in safe area
Earlier, the tab bar at the bottom of the main screen was wrapped in a
SafeArea widget so that it does not overlap the bottom hard to tap
regions on iPhones. Looks like that during the code changes for the
redesign, this SafeArea was lost.

Introduce the SafeArea back. Additionally, from a very quick glance it
seems that the stack and additional padding that had replaced the safe
area were not necessarily needed, so I've simplified the widget
structure. But this is a very quick and dirty example, I've only
tested that it looks visually okay on iPhone 13. Maybe there were
functional reasons for the old widgets, or maybe those were needed on
Android, so please consider this PR only as a starting point.
2022-05-10 00:09:07 +05:30
Manav 3515498711 Use black background to improve navigation transitions to web views
By default, the web view uses a white background. This was causing an
ugly flash during the initial navigation to a page containing a web
view.

This was fixed by setting the web view's background to transparent in
https://github.com/ente-io/frame/pull/233/files.

That fixed the white flash. But when we use a transparent background,
it causesanother different sort of weirdness -- during the navigation,
the navigation bar remains visible, but the rest of the new screen
below remains transparent. So visually it looks as if only the
navigation bar is sliding in from the right.

The issue with fixing a color is that at some point, our web pages
will start having separate light/dark modes, and the background color
won't be fixed always. Currently though, we only have dark mode
pages. And also the app is only in dark mode, with a black
background. So using black as the background solves the navigation
weirdness, and also doesn't stray too much from the eventual color of
the rendered page.
2022-05-09 23:49:58 +05:30
Vishnu Mohandas 9ebee9f95f
Merge pull request #234 from ente-io/fix_build 2022-05-09 22:22:59 +05:30
Neeraj Gupta eebeb981a3
switch to compileSdkVersion 31 2022-05-09 22:16:49 +05:30
Vishnu Mohandas bfc24d3370
Merge pull request #233 from ente-io/webview_transparent_bg
Set webview bg as transparent
2022-05-09 20:27:28 +05:30
Neeraj Gupta ebf7590e8a
Set webview bg as transparent 2022-05-09 20:21:15 +05:30
Vishnu Mohandas 18366b8dec
Merge pull request #230 from ente-io/handle_v2
Switch to trash diff v2
2022-05-09 14:08:02 +05:30
Neeraj Gupta 55be32d0ae
Merge pull request #232 from ente-io/redesign-selection
Redesign selection
2022-05-09 09:30:20 +05:30
Neeraj Gupta e3f4092a11
rename 2022-05-08 11:43:43 +05:30
ashilkn 90cd47c46d refactored GalleryAppBarType and GalleryOverlayType to GalleryType 2022-05-08 10:04:55 +05:30
ashilkn 8920c7319d resolved merge conflicts 2022-05-07 19:14:45 +05:30
ashilkn 3d3f9ce4fc added animation for bottomNavBar and overlayWidget 2022-05-07 19:02:55 +05:30