Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
DoliSCAN
client-cordova
Commits
79294f65
Commit
79294f65
authored
Jun 25, 2020
by
Eric Seigne
Browse files
Version 1.0.21
parent
fa61ca77
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog.md
View file @
79294f65
# 1.0.21
-
corrige le bug #236 : au lancement de la version 1.0.19 ou 1.0.20 l'application boucle sur l'ajout de véhicule
# 1.0.20
# 1.0.20
-
version f-droid
-
version f-droid
...
...
config.xml
View file @
79294f65
<?xml version='1.0' encoding='utf-8'?>
<?xml version='1.0' encoding='utf-8'?>
<widget
id=
"fr.caprel.doliscan"
version=
"1.0.2
0
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<widget
id=
"fr.caprel.doliscan"
version=
"1.0.2
1
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<name>
doliscan
</name>
<name>
doliscan
</name>
<description>
<description>
DoliSCAN is a tiny app for french people looking for a free and self hosting "notes de frais/expenses report" solution.
DoliSCAN is a tiny app for french people looking for a free and self hosting "notes de frais/expenses report" solution.
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
<edit-config
file=
"*-Info.plist"
mode=
"merge"
target=
"NSPhotoLibraryAddUsageDescription"
>
<edit-config
file=
"*-Info.plist"
mode=
"merge"
target=
"NSPhotoLibraryAddUsageDescription"
>
<string>
Please pick a pictures of your invoice / receipt
</string>
<string>
Please pick a pictures of your invoice / receipt
</string>
</edit-config>
</edit-config>
<preference
name=
"OverrideUserAgent"
value=
"Mozilla/5.0 OpenNDF/1.0.2
0
Android"
/>
<preference
name=
"OverrideUserAgent"
value=
"Mozilla/5.0 OpenNDF/1.0.2
1
Android"
/>
<plugin
name=
"cordova-plugin-inappbrowser"
spec=
"^3.0.0"
/>
<plugin
name=
"cordova-plugin-inappbrowser"
spec=
"^3.0.0"
/>
<plugin
name=
"cordova-plugin-whitelist"
spec=
"^1.3.4"
/>
<plugin
name=
"cordova-plugin-whitelist"
spec=
"^1.3.4"
/>
</widget>
</widget>
www/js/src/config.js
View file @
79294f65
...
@@ -17,7 +17,7 @@ var globalLastInsertId = ""; // Avant d'envoyer les données au serve
...
@@ -17,7 +17,7 @@ var globalLastInsertId = ""; // Avant d'envoyer les données au serve
var
globalSyncInProgress
=
false
;
// Pour savoir si on est en phase de synchronisation ou pas (gestion différente du "formulaire" d'upload)
var
globalSyncInProgress
=
false
;
// Pour savoir si on est en phase de synchronisation ou pas (gestion différente du "formulaire" d'upload)
// **********************************************************************
// **********************************************************************
//Ne pas toucher, mis à jour automatiquement à partir du config.xml
//Ne pas toucher, mis à jour automatiquement à partir du config.xml
var
globalAppVersion
=
"
1.0.2
0
"
;
// mis à jour automatiquement à partir du fichier config.xml lors du build android
var
globalAppVersion
=
"
1.0.2
1
"
;
// mis à jour automatiquement à partir du fichier config.xml lors du build android
// **********************************************************************
// **********************************************************************
var
dataLDF
=
""
;
var
dataLDF
=
""
;
var
globalResumable
;
var
globalResumable
;
...
...
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