Commit graph

3487 commits

Author SHA1 Message Date
Neeraj Gupta d030734440
more ui fixes 2022-05-17 02:31:52 +05:30
Neeraj Gupta 90f840a011
show backbutton for backup bar 2022-05-17 02:27:41 +05:30
Neeraj Gupta 3ee7467469
Fix subscription UI during onboarding 2022-05-17 02:22:10 +05:30
Neeraj Gupta 4046fc4efd
update recovery key ui 2022-05-17 02:15:52 +05:30
Neeraj Gupta 2a4ea117b5
remove sort option: Oldest 2022-05-17 02:10:07 +05:30
Neeraj Gupta 9160e05952
Ui fixes for light theme 2022-05-17 02:08:11 +05:30
Neeraj Gupta 783655d497
Fix background padding color for plan widget 2022-05-17 01:44:15 +05:30
Neeraj Gupta 855e0423b3
Capitalize word 2022-05-17 01:34:13 +05:30
Neeraj Gupta c021c3ebe8
force dark theme for webpage's appBar 2022-05-17 01:33:47 +05:30
Neeraj Gupta b035e6704a
Capitalize FAQ 2022-05-17 01:26:14 +05:30
Neeraj Gupta ad6f5723a4
Fix shared with color in outgoing collection 2022-05-17 01:21:56 +05:30
Neeraj Gupta 996d78fdcc
Merge branch 'redesign' of github.com:ente-io/frame into redesign 2022-05-13 22:53:00 +05:30
Neeraj Gupta c70b08c990
Merge remote-tracking branch 'origin/master' into redesign 2022-05-13 22:52:34 +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
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
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
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
ashilkn f3cc9b5124 added dark filter over selected files 2022-05-11 12:16:31 +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