update
This commit is contained in:
parent
a2a9baaa12
commit
e2f1f7afc6
1 changed files with 9 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
2. Deal with crippled filesystem; no symlinks; etc. **done**
|
2. Deal with crippled filesystem; no symlinks; etc. **done**
|
||||||
3. Get an easy to install Android app built. **done**
|
3. Get an easy to install Android app built. **done**
|
||||||
4. Get the webapp working. Needs Template Haskell, or
|
4. Get the webapp working. Needs Template Haskell, or
|
||||||
switching to <http://www.yesodweb.com/blog/2012/10/yesod-pure>
|
switching to <http://www.yesodweb.com/blog/2012/10/yesod-pure>.
|
||||||
|
|
||||||
### Android specific features
|
### Android specific features
|
||||||
|
|
||||||
|
@ -15,6 +15,12 @@ jobs when low on battery or run flat out when plugged in.
|
||||||
The app should be aware of network status, and avoid expensive data
|
The app should be aware of network status, and avoid expensive data
|
||||||
transfers when not on wifi. This may need to be configurable.
|
transfers when not on wifi. This may need to be configurable.
|
||||||
|
|
||||||
|
## Template Haskell for android?
|
||||||
|
|
||||||
|
Best lead I have on getting cross compilation of TH working is that GHCJS
|
||||||
|
does it, and that it involves compiling each file twice, once natively for
|
||||||
|
TH and once for cross.
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
* webapp
|
* webapp
|
||||||
|
@ -33,3 +39,5 @@ transfers when not on wifi. This may need to be configurable.
|
||||||
* Enable WebDAV support. Currently needs template haskell (could be avoided
|
* Enable WebDAV support. Currently needs template haskell (could be avoided
|
||||||
by changing the DAV library to not use it), and also networking support,
|
by changing the DAV library to not use it), and also networking support,
|
||||||
which seems broken in current ghc-android.
|
which seems broken in current ghc-android.
|
||||||
|
* Get test suite to pass. Current failure is because `git fetch` is somehow
|
||||||
|
broken with local repositories.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue