Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nebogeo
symbai
Commits
ee4b704e
Commit
ee4b704e
authored
Apr 14, 2014
by
Dave Griffiths
Browse files
fixed data export on android
parent
02979ce5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
android/AndroidManifest.xml
android/AndroidManifest.xml
+1
-1
android/assets/starwisp.scm
android/assets/starwisp.scm
+3
-3
No files found.
android/AndroidManifest.xml
View file @
ee4b704e
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"foam.symbai"
android:versionCode=
"
3
"
android:versionCode=
"
4
"
android:versionName=
"1.0"
>
<application
android:label=
"@string/app_name"
android:icon=
"@drawable/logo"
...
...
android/assets/starwisp.scm
View file @
ee4b704e
...
...
@@ -1305,8 +1305,8 @@
(
cons
(
http-download
(
string-append
"getting-"
e
)
(
string-append
url
"fn=entity-csv&table=s
tream
&type="
e
)
(
string-append
"/sdcard/
mongoose
/"
e
".csv"
))
(
string-append
url
"fn=entity-csv&table=s
ync
&type="
e
)
(
string-append
"/sdcard/
symbai
/"
e
".csv"
))
r
))
(
list
(
http-download
...
...
@@ -1322,7 +1322,7 @@
(
list
(
send-mail
""
"From Symbai"
"Please find attached your
mongoose
data"
"From Symbai"
"Please find attached your data"
(
cons
"/sdcard/symbai/symbai.db"
(
map
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment