- Jun 29, 2023
-
-
Jean-Paul Calderone authored
-
- Jun 27, 2023
-
-
Jean-Paul Calderone authored
-
- Jun 26, 2023
-
-
Jean-Paul Calderone authored
-
- Jun 22, 2023
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- Jun 21, 2023
-
-
Jean-Paul Calderone authored
If you use a module that cabal doesn't know about, first it warns you and then later it fails to link because it doesn't have the module.
-
Shae Erisson authored
-
- Jun 20, 2023
- Jun 12, 2023
-
-
meejah authored
-
Jean-Paul Calderone authored
App will scale better than "lots of parameters passed everywhere".
-
- Jun 09, 2023
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
getFilesDir gives us our _data_ directory. Nothing yet writes out a servers.yaml there so we won't ever find it. There is something called "assets". Maybe that is the kind of thing we want to distribute/load. For now, we know how to distribute Haskell code, so put it there.
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- Jun 07, 2023
-
-
Jean-Paul Calderone authored
probably should add some kind of navigation proof of concept too
-
- Jun 02, 2023
-
-
Jean-Paul Calderone authored
didn't I have this in here? where did it go?
-
Jean-Paul Calderone authored
* tahoe-ssk implements SDMF itself * new version of tahoe-great-black-swamp exposes the APIs for downloading "mutables" * new version of gbs-downloader extends `download` interface to support SDMF
-
- May 24, 2023
-
-
meejah authored
-
- May 08, 2023
-
-
Jean-Paul Calderone authored
-
- May 06, 2023
-
-
Jean-Paul Calderone authored
Useful for checking to see if your Base64 encoder works :(
-
- May 05, 2023
-
-
Jean-Paul Calderone authored
In fact, it does work in `ob run` but it encounters an error in decodeUtf8 when run on Android.
-
Jean-Paul Calderone authored
-
- Apr 25, 2023
-
-
Jean-Paul Calderone authored
Previous attempts which appeared to work seemed to using our MainWidget.hsc and reflex-dom's MainWidget.c/h... These changes seem to convince the build system to use our copies only.
-
Jean-Paul Calderone authored
and move platform-independent code out of Android module where it is expensive to build/test.
-
Jean-Paul Calderone authored
Hook up the Android back button to the event propagation system. Handle the Android back button event with browser-based history navigation.
-
Jean-Paul Calderone authored
This is aimed at the Android back button for now. Later it will probably deal with Android Activity results. After that, who knows.
-
Jean-Paul Calderone authored
reflex-dom does not expose it but we need to use it if we are going to customize the AndroidActivity - necessary to do things like hook up the back button or handle activity results from other apps.
-
- Apr 10, 2023
-
-
Jean-Paul Calderone authored
-
- Apr 05, 2023
-
-
Florian Sesser authored
-
- Apr 03, 2023
-
-
Florian Sesser authored
This is more different from the "MagicFolders" view
-
Florian Sesser authored
... since we want to display this if there's no Magic Folders yet.
-
- Mar 29, 2023
-
-
Jean-Paul Calderone authored
-
- Mar 21, 2023
-
-
Jean-Paul Calderone authored
It doesn't build.
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
The executable is generated code that we probably won't touch.
-
- Mar 15, 2023
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- Mar 14, 2023
-
-
Florian Sesser authored
-