Commit graph

1597 commits

Author SHA1 Message Date
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
Neeraj Gupta ebf7590e8a
Set webview bg as transparent 2022-05-09 20:21:15 +05:30
Neeraj Gupta b416bfc619
update query param key for familyPortal url 2022-04-26 14:11:44 +05:30
Neeraj Gupta 8c8238f915
take user back to settings page after leaving family 2022-04-26 14:10:37 +05:30
Neeraj Gupta f1719517cd
Merge remote-tracking branch 'origin/master' into family_plan 2022-04-25 10:27:54 +05:30
Neeraj Gupta cb342cbb2d
improve UI for leave family 2022-04-25 09:51:43 +05:30
Neeraj Gupta 3207782014
Fix albums layout on ipad/bigger screens 2022-04-23 11:59:46 +05:30
Neeraj Gupta 82efff81e5
minor fixes for send logs 2022-04-22 21:40:53 +05:30
Neeraj Gupta 8c679e88fd
Fix share popup position for other share buttons 2022-04-22 21:35:30 +05:30
Neeraj Gupta fc2e62b325
Fix share dialog position for bottom bar button 2022-04-22 21:34:34 +05:30
Neeraj Gupta 8324fd5def
Update usage detail section for family plan 2022-04-21 09:52:58 +05:30
Neeraj Gupta d2d99758be
Show family usage as current usage on subscription page 2022-04-21 08:51:58 +05:30
Neeraj Gupta f4e4829669
Show manage family option for app store & play store 2022-04-21 08:48:44 +05:30
Neeraj Gupta 830d7bed7a
support family plan for non-stripe customers 2022-04-21 02:42:34 +05:30
Neeraj Gupta 151456953d
use totalUsage while checking for downgrade 2022-04-21 02:06:35 +05:30
Neeraj Gupta 4bcde8d308
msupport for managing family 2022-04-21 01:44:44 +05:30
Neeraj Gupta b2df82bb2e
Add ChildSubscription Widget with support to leave family 2022-04-21 01:06:33 +05:30
Neeraj Gupta 54fa6aacc1
Add option to manage family on sub page 2022-04-16 22:10:18 +05:30
Neeraj Gupta 6dcb4ba0b4
switch to usageDetailsV2 for fetching subscription 2022-04-14 19:47:41 +05:30
vishnukvmd c165dfed67 Fix archive icon color 2022-03-24 23:01:41 +05:30
Neeraj Gupta 3d120a3b24
Merge pull request #207 from ente-io/archive_folder
Add support for archiving collection
2022-03-21 19:26:50 +05:30
Neeraj Gupta ffea2f0de0 show archive icon for archived albums 2022-03-21 17:05:01 +05:30
Neeraj Gupta 229ec92acc Merge branch 'archive_folder' of github.com:ente-io/frame into archive_folder 2022-03-21 16:22:09 +05:30
Neeraj Gupta ee1a4ea3f8 minor fix 2022-03-21 16:13:30 +05:30
vishnukvmd 6059658bf4 Fix typos 2022-03-21 15:37:02 +05:30
Neeraj Gupta 588aae777f Add support for archiving collection 2022-03-21 15:02:24 +05:30
Neeraj Gupta fb155d3856
Update discord url 2022-03-20 20:10:32 +05:30
Neeraj Gupta 43bb19ed82 Fixed behaviour of double tap to zoom 2022-03-20 15:03:46 +05:30
Neeraj Gupta f2996f49ce Fix clash in zoom state 2022-03-20 14:25:44 +05:30
Neeraj Gupta f0a2215015 Go back to gallery on swipe down 2022-03-14 17:14:18 +05:30
vishnukvmd a803b14661 Add extra padding 2022-03-10 15:07:22 +05:30
Neeraj Gupta dc1c31a137
show dialog with email address initiating share files 2022-03-08 13:15:18 +05:30
vishnukvmd 3a4573d342 Add social section to the app 2022-03-08 12:34:53 +05:30
vishnukvmd 20d466a1fc Auto focus on password entry field 2022-02-26 18:37:28 +05:30
vishnukvmd 674920ce76 Add some padding 2022-02-26 18:36:03 +05:30
vishnukvmd 41274a47eb Reorder items 2022-02-26 18:31:47 +05:30
vishnukvmd 9b2df40926 Fix padding 2022-02-26 18:30:38 +05:30
vishnukvmd 2be6570810 Use a picker instead of a text field for device limit 2022-02-26 18:29:01 +05:30
vishnukvmd fc17d75824 Update device limit item styles 2022-02-26 17:58:58 +05:30
vishnukvmd e27321115d Update file-download-disabling flow 2022-02-26 17:55:15 +05:30
vishnukvmd ab56a49959 Copy changes 2022-02-26 17:43:24 +05:30
vishnukvmd 6f38f37eb8 Update link expiry setting styles 2022-02-26 17:21:52 +05:30
vishnukvmd 0b0377a65d Update hook to manage link 2022-02-26 17:17:35 +05:30
Neeraj Gupta ce8d01fb04
fix disable password flow 2022-02-24 15:59:59 +05:30
Neeraj Gupta 29d217ed79
link setting: support for configuring deviceLimit & minor fixes 2022-02-22 21:50:39 +05:30
Neeraj Gupta 1e594503b9
minor bug fix 2022-02-22 16:59:16 +05:30
Neeraj Gupta 5933284921
minor ui fixes 2022-02-22 16:54:59 +05:30
Neeraj Gupta be061a01a6
use cryptographically secure hash for link passwords 2022-02-22 16:48:52 +05:30
Neeraj Gupta 7ebf0cd368
support for setting link expiry, download button. & password 2022-02-22 11:38:27 +05:30
Neeraj Gupta 810a7f8fca
temp 2022-02-21 07:43:10 +05:30