Commit a15d88c
File tree
15 files changed
+76
-40
lines changed- Source
- source-generated
- source-preprocess
- source
15 files changed
+76
-40
lines changedSubmodule SmartBikeLights updated 55 files
- .gitignore+2
- README.md+24-4
- Source/SmartBikeLights/manifest.xml+7-1
- Source/SmartBikeLights/monkey.jungle+9
- Source/SmartBikeLights/preprocess.config.json+4
- Source/SmartBikeLights/resources-highmemory/strings.xml+2
- Source/SmartBikeLights/source-common/LightsSettings.mc+2-2
- Source/SmartBikeLights/source-common/MultiBikeLight.mc-2
- Source/SmartBikeLights/source-generated/AppSettings.Settings.mc+126-11
- Source/SmartBikeLights/source-generated/AppSettings.TouchScreen.mc+126-11
- Source/SmartBikeLights/source-generated/BikeLightsView.RectangleHighMemory.mc+400-7
- Source/SmartBikeLights/source-generated/BikeLightsView.RectangleLowMemory.mc+1-2
- Source/SmartBikeLights/source-generated/BikeLightsView.RoundHighMemory.mc+400-6
- Source/SmartBikeLights/source-generated/BikeLightsView.RoundHighResolution.mc+400-6
- Source/SmartBikeLights/source-generated/BikeLightsView.RoundLowMemory.mc+1-1
- Source/SmartBikeLights/source-generated/BikeLightsView.TouchRectangleHighMemory.mc+390-73
- Source/SmartBikeLights/source-preprocess/AppSettings.mc+137-8
- Source/SmartBikeLights/source-preprocess/BikeLightSensor.mc+471
- Source/SmartBikeLights/source-preprocess/BikeLightsView.mc+408-77
- Source/SmartBikeLights/source-preprocess/TestLightNetwork.mc+15-8
- Source/SmartBikeLights/source-touchscreen/DataFieldUi.mc+17-2
- Source/SmartBikeLights/source/SmartBikeLightsApp.mc+1-1
- Source/SmartBikeLights/tests/ConfigurationTests.mc+54-4
- Source/light-configurator/src/actions/ChangeConfiguration.js+19
- Source/light-configurator/src/actions/ChangeLightMode.js+36
- Source/light-configurator/src/actions/CycleLightModes.js+29
- Source/light-configurator/src/actions/PlayTone.js+148
- Source/light-configurator/src/components/DeviceConfiguration.js+5-1
- Source/light-configurator/src/components/FilterGroups.js+1-1
- Source/light-configurator/src/components/Filters.js+2
- Source/light-configurator/src/components/LightConfiguration.js+2-2
- Source/light-configurator/src/components/LightIconTapBehavior.js+2-2
- Source/light-configurator/src/components/LightModeSelection.js+38
- Source/light-configurator/src/components/LightsPaper.js+45
- Source/light-configurator/src/components/RemoteControllerButtonActions.js+114
- Source/light-configurator/src/components/RemoteControllerButtons.js+107
- Source/light-configurator/src/components/RemoteControllers.js+113
- Source/light-configurator/src/constants.js+139-2
- Source/light-configurator/src/dataFieldConstants.js+6
- Source/light-configurator/src/filters/BatteryFilter.js+1-1
- Source/light-configurator/src/filters/LightsModeFilter.js+45
- Source/light-configurator/src/filters/NumberFilter.js+2-2
- Source/light-configurator/src/inputs/AppSlider.js+6-3
- Source/light-configurator/src/inputs/AppTextInput.js+1-2
- Source/light-configurator/src/models/Configuration.js+240-8
- Source/light-configurator/src/models/Filter.js+31-1
- Source/light-configurator/src/models/FilterGroup.js+1-1
- Source/light-configurator/src/models/LightMode.js+61
- Source/light-configurator/src/models/LightModeCycleBehavior.js+2-2
- Source/light-configurator/src/models/RemoteController.js+62
- Source/light-configurator/src/models/RemoteControllerButton.js+59
- Source/light-configurator/src/models/RemoteControllerButtonAction.js+128
- Source/light-configurator/src/models/Tone.js+31
- Source/light-configurator/src/models/ToneItem.js+22
- Source/light-configurator/src/widgetConstants.js+6
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
| 46 | + | |
43 | 47 | | |
| 48 | + | |
44 | 49 | | |
| 50 | + | |
45 | 51 | | |
46 | 52 | | |
47 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| 49 | + | |
46 | 50 | | |
| 51 | + | |
47 | 52 | | |
| 53 | + | |
48 | 54 | | |
49 | 55 | | |
50 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | | - | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | | - | |
| 18 | + | |
18 | 19 | | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | | - | |
33 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
46 | | - | |
| 49 | + | |
47 | 50 | | |
48 | | - | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
| |||
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
69 | | - | |
| 72 | + | |
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
| |||
76 | 79 | | |
77 | 80 | | |
78 | 81 | | |
79 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
80 | 87 | | |
81 | 88 | | |
82 | 89 | | |
| |||
95 | 102 | | |
96 | 103 | | |
97 | 104 | | |
98 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
99 | 110 | | |
100 | 111 | | |
101 | 112 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| 97 | + | |
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| |||
187 | 189 | | |
188 | 190 | | |
189 | 191 | | |
190 | | - | |
| 192 | + | |
191 | 193 | | |
192 | 194 | | |
193 | 195 | | |
| |||
198 | 200 | | |
199 | 201 | | |
200 | 202 | | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
201 | 208 | | |
202 | 209 | | |
203 | 210 | | |
| |||
327 | 334 | | |
328 | 335 | | |
329 | 336 | | |
330 | | - | |
331 | 337 | | |
332 | 338 | | |
333 | 339 | | |
| |||
633 | 639 | | |
634 | 640 | | |
635 | 641 | | |
636 | | - | |
| 642 | + | |
637 | 643 | | |
638 | 644 | | |
639 | 645 | | |
| |||
821 | 827 | | |
822 | 828 | | |
823 | 829 | | |
824 | | - | |
| 830 | + | |
825 | 831 | | |
826 | 832 | | |
827 | 833 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| 97 | + | |
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| |||
187 | 189 | | |
188 | 190 | | |
189 | 191 | | |
190 | | - | |
| 192 | + | |
191 | 193 | | |
192 | 194 | | |
193 | 195 | | |
| |||
198 | 200 | | |
199 | 201 | | |
200 | 202 | | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
201 | 208 | | |
202 | 209 | | |
203 | 210 | | |
| |||
327 | 334 | | |
328 | 335 | | |
329 | 336 | | |
330 | | - | |
331 | 337 | | |
332 | 338 | | |
333 | 339 | | |
| |||
633 | 639 | | |
634 | 640 | | |
635 | 641 | | |
636 | | - | |
| 642 | + | |
637 | 643 | | |
638 | 644 | | |
639 | 645 | | |
| |||
821 | 827 | | |
822 | 828 | | |
823 | 829 | | |
824 | | - | |
| 830 | + | |
825 | 831 | | |
826 | 832 | | |
827 | 833 | | |
| |||
0 commit comments