- Dec 20, 2024
-
-
Florian Sesser authored
We weren't receiving some eMails from the Google Play app store we better would have been receiving - the old account is lost and we made a new one. Fixes #104
-
- Jun 13, 2024
-
-
Florian Sesser authored
Cherry-picked from tahoe-lafs-mobile commit e6bba36221f22cfc744cb02fa23265d504d481da .
-
- Mar 21, 2024
-
-
Florian Sesser authored
-
Florian Sesser authored
-
Florian Sesser authored
A <div> element, in contrast to the <body> element, does not have an 'onload' attribute to run Javascript. This reverts 2751f0c9.
-
- Sep 04, 2023
-
-
Florian Sesser authored
-
- Aug 23, 2023
-
-
Florian Sesser authored
Refs #94. Looking at Google Play's migration documentation [1] it seems we might get away with bumping the target sdk level and not changing anything else \o/ [1] https://developer.android.com/about/versions/13/behavior-changes-13
-
- Aug 22, 2023
-
-
Florian Sesser authored
-
Florian Sesser authored
-
Florian Sesser authored
-
- Aug 03, 2023
-
-
Florian Sesser authored
-
- Jul 20, 2023
-
-
Jean-Paul Calderone authored
-
- Jul 10, 2023
-
-
Florian Sesser authored
... that was added as part of the Obelisk scaffolding.
-
Florian Sesser authored
-
- Jul 07, 2023
-
-
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
-
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
-
Jean-Paul Calderone authored
Optional in sdk 31, defaulting to true, but required by Google Play Store for uploaded bundles.
-
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
-
Jean-Paul Calderone authored
-
- Jun 28, 2023
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-