File tree 5 files changed +19
-14
lines changed
5 files changed +19
-14
lines changed Original file line number Diff line number Diff line change 7
7
<iq : product id =" edge_1000" />
8
8
<iq : product id =" edge_520" />
9
9
</iq : products >
10
- <iq : permissions />
10
+ <iq : permissions >
11
+ <iq : uses-permission id =" Positioning" />
12
+ </iq : permissions >
11
13
<iq : languages >
12
14
<iq : language >eng</iq : language >
13
15
</iq : languages >
Original file line number Diff line number Diff line change 1
1
project.manifest = manifest.xml
2
+
3
+
2
4
# edge 520, 820 etc
3
5
rectangle-200x265.excludeAnnotations = ed1000;ed1030;headerV
4
6
# edge 1000 etc
5
7
rectangle-240x400.excludeAnnotations = ed520;ed1030;header
6
8
# edge 1030 etc
7
- rectangle-282x470.excludeAnnotations = ed520;ed1000;header
9
+ rectangle-282x470.excludeAnnotations = ed520;ed1000;header
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -19,6 +19,14 @@ class EveryTileApp extends App.AppBase {
19
19
AppBase .initialize ();
20
20
}
21
21
22
+ // onStart() is called on application start up
23
+ // function onStart(state) {
24
+ // }
25
+
26
+ // onStop() is called when your application is exiting
27
+ // function onStop(state) {
28
+ // }
29
+
22
30
// ! Return the initial view of your application here
23
31
function getInitialView () {
24
32
return [new EveryTileView ()];
Original file line number Diff line number Diff line change @@ -89,6 +89,11 @@ class EveryTileView extends Ui.DataField {
89
89
}
90
90
}
91
91
92
+ function onTimerStart ()
93
+ {
94
+ initialized = false ;
95
+ }
96
+
92
97
93
98
(:ed520)
94
99
function onLayout (dc )
@@ -208,12 +213,6 @@ class EveryTileView extends Ui.DataField {
208
213
{
209
214
heading = 0.0 ;
210
215
}
211
- if (info .elapsedTime < 100 )
212
- {
213
- // case when new activity was started, but the old view is still alive
214
- initialized = false ;
215
- return ;
216
- }
217
216
218
217
if (info .currentLocation != null )
219
218
{
You can’t perform that action at this time.
0 commit comments