Skip to content

Commit 4fc6f66

Browse files
authored
Merge branch 'projecthorus:master' into master
2 parents e8b82a9 + 9bb8fa4 commit 4fc6f66

20 files changed

+879
-314
lines changed

β€Ž.gitignoreβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
*.log
44
js/mobile.js
55
js/init_plot.js
6+
js/version.json
67
css/mobile.css
78
cache.manifest
8-
tiles/
9+
tiles/

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A fork of [habitat-mobile-tracker](https://github.com/rossengeorgiev/habitat-mob
55
![mobile tracker screenshot](resources/mobiletracker-screencap.png "mobile tracker screenshot")
66

77
A webapp for tracking radiosondes. Works an desktop and mobile devices.
8-
The SondeHub tracker is a continuation of the [HabHub Tracker]](http://tracker.habhub.org).
8+
The SondeHub tracker is a continuation of the [HabHub Tracker](http://tracker.habhub.org).
99

1010
## Features
1111

β€Žbuild.shβ€Ž

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,15 @@ java -jar "../tools/yuicompressor-2.4.8.jar" --type=js --disable-optimizations -
3636
java -jar "../tools/yuicompressor-2.4.8.jar" --type=js --disable-optimizations --nomunge _jquery.flot.js >> init_plot.js
3737
java -jar "../tools/yuicompressor-2.4.8.jar" --type=js --disable-optimizations --nomunge plot_config.js >> init_plot.js
3838

39+
# create version check file
40+
echo "{\"build_date\": \"$BUILD_DATE\", \"version\": \"$VERSION\", \"refresh\": 86400}" > version.json
41+
3942
cd ..
4043
echo "Done!"
41-
echo -n "Generate cache.manifest..."
42-
4344

44-
sed "s/^\(# version\) .*$/\1 $VERSION `date +%s`/" cache.manifest-dev > cache.manifest
45+
# cache fixes
46+
sed -i'' "s/{VER}/$VERSION/" index.html
47+
sed -i'' "s/{VER}/$VERSION/" service-worker.js
4548

4649
echo "Done!"
4750

β€Žcache.manifest-devβ€Ž

Lines changed: 0 additions & 75 deletions
This file was deleted.

β€Žcss/layout.cssβ€Ž

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,19 @@ header h1{
164164
font-weight: normal;
165165
font-style: normal; }
166166
*/
167+
168+
#reload_warning {
169+
position: absolute;
170+
left: 20px;
171+
bottom: 20px;
172+
font-size: 12;
173+
width: 300px;
174+
height: auto;
175+
background-color: white;
176+
z-index: 10;
177+
box-shadow: rgba(9, 20, 66, 0.25) 0px 20px 32px -8px;
178+
border: #ddd solid;
179+
padding: 10px;
180+
border-width: 1px;
181+
display: none;
182+
}

β€Žimg/ardc_logo_small.pngβ€Ž

27.4 KB
Loading

β€Žimg/graw_logo_small.pngβ€Ž

19.4 KB
Loading

β€Žimg/markers/balloon-pop.pngβ€Ž

658 Bytes
Loading

β€Žimg/sondehub_au.pngβ€Ž

37.9 KB
Loading

β€Žimg/sondehub_supporters.kraβ€Ž

379 KB
Binary file not shown.

0 commit comments

Comments
Β (0)