Commit graph

3671 commits

Author SHA1 Message Date
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
Neeraj Gupta eb26740b32
switch to trash diff v2 2022-05-06 00:08:58 +05:30
ashilkn 01dff4be2a decluttering and minor fixes 2022-05-05 17:25:12 +05:30
ashilkn 2bcece988a made a separate reusable widget for bottom shadow and refactored 2022-05-05 14:29:06 +05:30
ashilkn 60261ff5c4 made the overlay functional and removed the shadow of bottomNavBar when overlay is shown 2022-05-05 12:32:00 +05:30
Neeraj Gupta 300a3c9647
show count for trashed & hidden files 2022-05-05 12:16:31 +05:30
Neeraj Gupta a9d1da6242
Sync trash after file deletion 2022-05-05 12:02:02 +05:30
ashilkn 26a83c8bdd made a working skeleton of the overlay that comes on file selection 2022-05-04 16:38:06 +05:30
ashilkn 2209a4cb4b made bottomNavBar not visible on selection of files 2022-05-04 12:08:24 +05:30
Neeraj Gupta 5a04e1cff8
minor refactor 2022-05-04 08:43:28 +05:30
Neeraj Gupta ba4d193d01
switch to count query for detecting empty trash 2022-05-04 08:07:17 +05:30
Neeraj Gupta b83a68bf5d
Merge remote-tracking branch 'origin/master' into redesign 2022-05-03 18:13:36 +05:30
Vishnu Mohandas 9d3c825828
Merge pull request #229 from ente-io/update_family_portal_url 2022-05-03 18:11:43 +05:30
Neeraj Gupta d7c88ff678
update family portal base url 2022-05-03 18:10:51 +05:30
Neeraj Gupta cd3c89d44a
remove unused dependency 2022-05-03 17:55:14 +05:30
Neeraj Gupta 6a9578f08e
bump version for testflight: 0.5.17 2022-05-03 17:25:47 +05:30
Neeraj Gupta 65904d673f
UI fixes: subscription page 2022-05-03 17:23:40 +05:30
Neeraj Gupta f156580ed9
reformat 2022-05-03 17:23:18 +05:30
Neeraj Gupta 0ac9bf70f4
move recovery key title to appBar 2022-05-03 17:10:45 +05:30
Ashil 7d67392ccb
Redesign selection (#228)
* fixed appbar in album screen
2022-05-03 17:00:32 +05:30
ashilkn 6a69afdea0 fixed appbar in album screen 2022-05-03 16:29:17 +05:30