- Jun 30, 2023
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
This changes us to use a fork of reflex-platform with two useful features: * It accepts arguments controlling the Android sdk versions written to the Gradle build file. We use this feature to bump our target sdk version. This will let us build bundles accepted by Google Play Store. * It has a fix to the Nix expression for Android "Bundle" builds that makes the install phase succeed by copying the correct file around. The latter is not directly relevant to sdk 31 support but it's in the integration branch so by switching to that branch we're getting it. This is great because we'll want it in a minute anyway.
-
Jean-Paul Calderone authored
Android sdk 30 changes the default behavior for allow access to files from the webview component from true to false (supposedly for security-related reasons). There is a reflex-dom branch (dylang/android_fixes_dev) includes a fix for this which is cherry-picked into the revision now pinned by our reflex-dom thunk. We do not update directly to that branch since it is based on a fairly new reflex-dom which comes with a cascade of dependency version updates which are challenging (at least) to resolve. With this change, static assets now load properly on Android sdk 29 (what we currently use), Android sdk 30 (where the Android behavior changed) and Android sdk 31 (the minimum version required for app uploads to Play Store now).
-
- Jun 29, 2023
-
-
Jean-Paul Calderone authored
Add viewport meta tag to fix display resolution in developtment See merge request !71
-
Jean-Paul Calderone authored
Update gbs-downloader and magic-foldr to more concurrent versions See merge request !74
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
Hide the "tech demo" page behind a secret click pattern Closes #67 and #68 See merge request !72
-
- Jun 28, 2023
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
Not to mention be simpler. Maybe we don't even want/need nix-optics now ... ?
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
To do this, take over direct management of the reflex-platform dependency.
-
Jean-Paul Calderone authored
-
- Jun 27, 2023
-
-
meejah authored
-
meejah authored
-
Florian Sesser authored
Add the ripple span that I forgot to copy so the file browser ripples as well See merge request !73
-
Florian Sesser authored
-
meejah authored
-
meejah authored
-
meejah authored
-
meejah authored
-
meejah authored
-
Florian Sesser authored
-
Shae Erisson authored
don't run the mdc init until the page has loaded See merge request !69
-
Shae Erisson authored
Create an Activity with an Intent to View a URL Closes #76 See merge request !70
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- Jun 26, 2023
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
Should allow viewing files. In practice, Android fails to find any viewer for every file type I've tried. We might have to explicitly tell it about mime-types?
-
Florian Sesser authored
Refactor list view to be closer as to how they're intended Closes #70 and #48 See merge request !67
-
Florian Sesser authored
Refs !67 (comment 31405)
-
Florian Sesser authored
-
Florian Sesser authored
-