- Jul 10, 2023
-
-
Florian Sesser authored
-
Florian Sesser authored
-
- Jul 07, 2023
-
-
Jean-Paul Calderone authored
Get modal dialog shadow back Closes #89 See merge request !82
-
Jean-Paul Calderone authored
We can avoid carrying the three-tuple of result values over the scrim div by composing the container div and the scim div with `<*` which sequences the two actions but then discards the result of the right-hand side and propagates the result of the left-hand side (where the tuple is produced).
-
- Jul 06, 2023
-
-
Florian Sesser authored
-
Florian Sesser authored
Refs #89
-
- Jun 30, 2023
-
-
Jean-Paul Calderone authored
Fix the remaining important performEvent calls Closes #73 See merge request !80
-
Jean-Paul Calderone authored
Handle errors from the magic-wormhole interaction See merge request !79
-
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
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
export the launch activity Closes #83 See merge request !78
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
Add release signing instructions and support Closes #53 See merge request !77
-
Jean-Paul Calderone authored
"release" was just a nice coincidence apparently
-
Jean-Paul Calderone authored
unclear what's happening to the unzip
-
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
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
Optional in sdk 31, defaulting to true, but required by Google Play Store for uploaded bundles.
-
Jean-Paul Calderone authored
Support release APKs and bundles Closes #82 See merge request !76
-
Jean-Paul Calderone authored
Change the target Android sdk version to 31 Closes #81 See merge request !75
-
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
-