Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
FeedReader
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Open Source Software
FeedReader
Commits
6a568b97
Commit
6a568b97
authored
Nov 19, 2013
by
Timo Tegtmeier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleaned source tree by moving some files around
parent
daebcdeb
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
5 additions
and
4 deletions
+5
-4
build.xml
build.xml
+4
-3
icon128.png
src/icons/icon128.png
+0
-0
icon256.png
src/icons/icon256.png
+0
-0
icon32.png
src/icons/icon32.png
+0
-0
icon36.png
src/icons/icon36.png
+0
-0
icon48.png
src/icons/icon48.png
+0
-0
icon60.png
src/icons/icon60.png
+0
-0
icon64.png
src/icons/icon64.png
+0
-0
icon72.png
src/icons/icon72.png
+0
-0
icon80.png
src/icons/icon80.png
+0
-0
icon90.png
src/icons/icon90.png
+0
-0
icon96.png
src/icons/icon96.png
+0
-0
firefox.js
src/source/utils/os/firefox.js
+1
-1
manifest.webapp
src/targets/firefoxos/manifest.webapp
+0
-0
No files found.
build.xml
View file @
6a568b97
...
...
@@ -10,11 +10,10 @@
<!-- Create a Firefox OS package -->
<target
name=
"Firefox OS"
depends=
"build"
>
<copy
file=
"${src.dir}/manifest.webapp"
todir=
"${deploy.dir}/src"
/>
<copy
file=
"${src.dir}/
targets/firefoxos/
manifest.webapp"
todir=
"${deploy.dir}/src"
/>
<copy
todir=
"${deploy.dir}/src"
>
<fileset
dir=
"${src.dir}
"
includes=
"icon*
.png"
/>
<fileset
dir=
"${src.dir}
/icons"
includes=
"icon60.png icon90.png icon256
.png"
/>
</copy>
<replace
file=
"${deploy.dir}/src/manifest.webapp"
token=
"$VERSION$"
value=
"${version}"
/>
<copy
todir=
"${debug.dir}"
>
...
...
@@ -27,6 +26,7 @@
<antcall
target=
"finish"
/>
</target>
<!-- Create an Android APK -->
<target
name=
"Android"
depends=
"build"
>
</target>
...
...
@@ -36,6 +36,7 @@
<exec
executable=
"node"
dir=
"${src.dir}"
>
<arg
value=
"enyo/tools/deploy.js"
/>
</exec>
<delete
file=
"${deploy.dir}/src/icon.png"
/>
<replace
file=
"${deploy.dir}/src/build/app.js"
token=
"$VERSION$"
value=
"${version}"
/>
<replace
file=
"${deploy.dir}/src/build/app.js"
token=
"$VERSIONINT$"
value=
"${version.int}"
/>
<replace
file=
"${src.dir}/build/app.js"
token=
"$VERSION$"
value=
"${version}"
/>
...
...
src/icon128.png
→
src/icon
s/icon
128.png
View file @
6a568b97
File moved
src/icon256.png
→
src/icon
s/icon
256.png
View file @
6a568b97
File moved
src/icon32.png
→
src/icon
s/icon
32.png
View file @
6a568b97
File moved
src/icon36.png
→
src/icon
s/icon
36.png
View file @
6a568b97
File moved
src/icon48.png
→
src/icon
s/icon
48.png
View file @
6a568b97
File moved
src/icon60.png
→
src/icon
s/icon
60.png
View file @
6a568b97
File moved
src/icon64.png
→
src/icon
s/icon
64.png
View file @
6a568b97
File moved
src/icon72.png
→
src/icon
s/icon
72.png
View file @
6a568b97
File moved
src/icon80.png
→
src/icon
s/icon
80.png
View file @
6a568b97
File moved
src/icon90.png
→
src/icon
s/icon
90.png
View file @
6a568b97
File moved
src/icon96.png
→
src/icon
s/icon
96.png
View file @
6a568b97
File moved
src/source/utils/os/firefox.js
View file @
6a568b97
...
...
@@ -37,7 +37,7 @@ enyo.kind({
var
request
=
navigator
.
mozApps
.
getSelf
();
request
.
onsuccess
=
function
()
{
var
app
=
request
.
result
;
var
iconPath
=
app
.
installOrigin
+
"
/icon.png
"
;
var
iconPath
=
app
.
installOrigin
+
"
/icon
60
.png
"
;
self
.
current
=
navigator
.
mozNotification
.
createNotification
(
enyo
.
application
.
appName
,
body
,
iconPath
);
...
...
src/manifest.webapp
→
src/
targets/firefoxos/
manifest.webapp
View file @
6a568b97
File moved
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