You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-10Lines changed: 16 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,17 @@ Checkout the [Live version](http://habhub.org/mt/)
13
13
## Features
14
14
15
15
* HAB tracking with [Habitat](http://habitat.habhub.org/) ([@github/ukhas/habitat](https://github.com/ukhas/habitat))
16
+
* Telemetry graph for each balloons
16
17
* Map tracker with Google Maps API 3
17
18
* Chase Car functionality
18
19
*[Daylight cycle overlay](https://github.com/rossengeorgiev/nite-overlay), for long flights
20
+
* Available to embed on any website
21
+
* Run the app natively on `iOS` or with Chrome's 'add to screen' on `Android`
19
22
20
23
### Geo position
21
24
25
+
Available only on mobile devices.
26
+
22
27
The app will ask for permission to use your location.
23
28
This is required for some of the features. It is **important** to note that
24
29
your location will not be made available or send to anyone. Unless, you enable
@@ -33,6 +38,17 @@ even when there is no network coverage. Latest position data will also be stored
33
38
and used when you start up with no network. When you get back online, the app
34
39
will fetch the latest position data.
35
40
41
+
## Browser requirements
42
+
43
+
Any modern browser should be able to run the app. Including the latest version of IE.
44
+
This is also true for mobile, some build-in browsers may not work.
45
+
46
+
## Contribute
47
+
48
+
Don't hesitate to report any issues, or suggest improvements. Just visit the [issues page](https://github.com/rossengeorgiev/habitat-mobile-tracker/issues).
49
+
Pull requests are welcome.
50
+
51
+
36
52
## Installation
37
53
38
54
Requirements: __Java__ and (Linux or Cygwin environment)
@@ -51,14 +67,4 @@ Author: Daniel Saul [@danielsaul](https://github.com/danielsaul)
51
67
[See concept for tablets](https://github.com/rossengeorgiev/habitat-mobile-tracker/blob/master/resources/concept-app-tablet.png)
52
68
53
69
54
-
## Currently Supported Devices
55
-
56
-
### iOS, Android, Desktops
57
-
58
-
* Modern browser required (IE not supported)
59
-
* Browsers supporting _Geolocation API_ will have `Chase car mode` available
60
-
* For best experience on _iOS devices_, add the webapp to your home screen.
61
-
This will hide Safari's UI and make it look like a native app. I think it also allows it to run in the background.
62
-
* Chrome shortcuts for android, but might not keep the app suspended, when switching context
0 commit comments