Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Cesium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bpresles
Cesium
Commits
6d45bc87
Commit
6d45bc87
authored
6 years ago
by
Benoit Lavenier
Browse files
Options
Downloads
Patches
Plain Diff
v1.3.7
parent
6c49f9e1
No related branches found
No related tags found
No related merge requests found
Pipeline
#6980
failed
5 years ago
Stage: build
Stage: alt_build
Stage: publish
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
config.xml
+1
-8
1 addition, 8 deletions
config.xml
install.sh
+1
-1
1 addition, 1 deletion
install.sh
package.json
+1
-1
1 addition, 1 deletion
package.json
www/js/config.js
+2
-2
2 additions, 2 deletions
www/js/config.js
www/manifest.json
+4
-3
4 additions, 3 deletions
www/manifest.json
with
9 additions
and
15 deletions
config.xml
+
1
−
8
View file @
6d45bc87
<?xml version='1.0' encoding='utf-8'?>
<widget
android-versionCode=
"10300
6
"
id=
"fr.duniter.cesium"
version=
"1.3.
6
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<widget
android-versionCode=
"10300
7
"
id=
"fr.duniter.cesium"
version=
"1.3.
7
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<name>
Cesium
</name>
<description>
An simple App for Duniter wallet
...
...
@@ -87,13 +87,6 @@
<splash
height=
"960"
src=
"resources/ios/splash/Default@2x~iphone.png"
width=
"640"
/>
<splash
height=
"480"
src=
"resources/ios/splash/Default~iphone.png"
width=
"320"
/>
</platform>
<platform
name=
"firefoxos"
>
<icon
height=
"128"
src=
"www/img/logo_128px.png"
width=
"128"
/>
<icon
height=
"60"
src=
"www/img/logo_60px.png"
width=
"60"
/>
</platform>
<platform
name=
"ubuntu"
>
<icon
height=
"57"
src=
"www/img/logo_57px.png"
width=
"57"
/>
</platform>
<engine
name=
"android"
spec=
"^6.2.3"
/>
<plugin
name=
"cordova-plugin-camera"
spec=
"^2.4.1"
/>
<plugin
name=
"cordova-plugin-console"
spec=
"^1.0.7"
/>
...
...
This diff is collapsed.
Click to expand it.
install.sh
+
1
−
1
View file @
6d45bc87
...
...
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
fi
latest_version
()
{
echo
"v1.3.
6
"
#lastest
echo
"v1.3.
7
"
#lastest
}
api_release_url
()
{
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
6d45bc87
{
"name"
:
"cesium"
,
"version"
:
"1.3.
6
"
,
"version"
:
"1.3.
7
"
,
"description"
:
"Cesium Wallet for G1 currency"
,
"repository"
:
{
"type"
:
"git"
,
...
...
This diff is collapsed.
Click to expand it.
www/js/config.js
+
2
−
2
View file @
6d45bc87
...
...
@@ -80,8 +80,8 @@ angular.module("cesium.config", [])
"
defaultCountry
"
:
"
France
"
}
},
"
version
"
:
"
1.3.
6
"
,
"
build
"
:
"
2019-0
3-20T11:56:38.699
Z
"
,
"
version
"
:
"
1.3.
7
"
,
"
build
"
:
"
2019-0
4-01T19:42:07.330
Z
"
,
"
newIssueUrl
"
:
"
https://git.duniter.org/clients/cesium-grp/cesium/issues/new
"
})
...
...
This diff is collapsed.
Click to expand it.
www/manifest.json
+
4
−
3
View file @
6d45bc87
...
...
@@ -2,7 +2,7 @@
"short_name"
:
"Cesium"
,
"name"
:
"Cesium"
,
"manifest_version"
:
1
,
"version"
:
"1.3.
6
"
,
"version"
:
"1.3.
7
"
,
"default_locale"
:
"fr"
,
"description"
:
"Manage your Duniter Wallet on a libre currency, like Ğ1"
,
"icons"
:
[
...
...
@@ -22,7 +22,8 @@
"type"
:
"image/svg"
}
],
"background_color"
:
"#444"
,
"theme_color"
:
"#1a237e"
,
"start_url"
:
"/#/app/home"
,
"display"
:
"standalone"
,
"orientation"
:
"portrait"
"display"
:
"standalone"
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment