Skip to content

Commit 0016308

Browse files
authored
🔀 Merge pull request #279 from AssistantNMS/develop
🔖 2.30.1
2 parents 1e1914a + 453ac72 commit 0016308

File tree

520 files changed

+62706
-15357
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

520 files changed

+62706
-15357
lines changed

.github/workflows/flutterWeb.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ permissions:
77

88
# Allow one concurrent deployment
99
concurrency:
10-
group: 'pages'
10+
group: "pages"
1111
cancel-in-progress: true
1212

1313
on:
1414
workflow_dispatch:
1515
push:
16-
branches: ['main']
16+
branches: ["main"]
1717

1818
jobs:
1919
build:
@@ -24,9 +24,9 @@ jobs:
2424

2525
steps:
2626
- uses: actions/checkout@v4
27-
- uses: subosito/flutter-action@v1
27+
- uses: subosito/flutter-action@v2
2828
with:
29-
channel: 'stable' # 'stable', 'beta', 'dev' or 'master'
29+
channel: "stable" # 'stable', 'beta', 'dev' or 'master'
3030

3131
- name: Write env file
3232
env:
@@ -41,9 +41,9 @@ jobs:
4141
run: flutter build web -t lib/prod.dart --release
4242

4343
- name: Upload artifact
44-
uses: actions/upload-pages-artifact@v1
44+
uses: actions/upload-pages-artifact@v3
4545
with:
46-
path: 'build/web'
46+
path: "build/web"
4747

4848
- name: Deploy GitHub Pages site
49-
uses: actions/deploy-pages@v1.2.2
49+
uses: actions/deploy-pages@v4

.github/workflows/flutterWindows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- uses: actions/checkout@v4
27-
- uses: subosito/flutter-action@v1
27+
- uses: subosito/flutter-action@v2
2828
with:
2929
channel: "stable" # 'stable', 'beta', 'dev' or 'master'
3030

.metadata

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This file should be version controlled and should not be manually edited.
55

66
version:
7-
revision: "c23637390482d4cf9598c3ce3f2be31aa7332daf"
7+
revision: "b25305a8832cfc6ba632a7f87ad455e319dccce8"
88
channel: "stable"
99

1010
project_type: app
@@ -13,26 +13,26 @@ project_type: app
1313
migration:
1414
platforms:
1515
- platform: root
16-
create_revision: c23637390482d4cf9598c3ce3f2be31aa7332daf
17-
base_revision: c23637390482d4cf9598c3ce3f2be31aa7332daf
16+
create_revision: b25305a8832cfc6ba632a7f87ad455e319dccce8
17+
base_revision: b25305a8832cfc6ba632a7f87ad455e319dccce8
1818
- platform: android
19-
create_revision: c23637390482d4cf9598c3ce3f2be31aa7332daf
20-
base_revision: c23637390482d4cf9598c3ce3f2be31aa7332daf
19+
create_revision: b25305a8832cfc6ba632a7f87ad455e319dccce8
20+
base_revision: b25305a8832cfc6ba632a7f87ad455e319dccce8
2121
- platform: ios
22-
create_revision: c23637390482d4cf9598c3ce3f2be31aa7332daf
23-
base_revision: c23637390482d4cf9598c3ce3f2be31aa7332daf
22+
create_revision: b25305a8832cfc6ba632a7f87ad455e319dccce8
23+
base_revision: b25305a8832cfc6ba632a7f87ad455e319dccce8
2424
- platform: linux
25-
create_revision: c23637390482d4cf9598c3ce3f2be31aa7332daf
26-
base_revision: c23637390482d4cf9598c3ce3f2be31aa7332daf
25+
create_revision: b25305a8832cfc6ba632a7f87ad455e319dccce8
26+
base_revision: b25305a8832cfc6ba632a7f87ad455e319dccce8
2727
- platform: macos
28-
create_revision: c23637390482d4cf9598c3ce3f2be31aa7332daf
29-
base_revision: c23637390482d4cf9598c3ce3f2be31aa7332daf
28+
create_revision: b25305a8832cfc6ba632a7f87ad455e319dccce8
29+
base_revision: b25305a8832cfc6ba632a7f87ad455e319dccce8
3030
- platform: web
31-
create_revision: c23637390482d4cf9598c3ce3f2be31aa7332daf
32-
base_revision: c23637390482d4cf9598c3ce3f2be31aa7332daf
31+
create_revision: b25305a8832cfc6ba632a7f87ad455e319dccce8
32+
base_revision: b25305a8832cfc6ba632a7f87ad455e319dccce8
3333
- platform: windows
34-
create_revision: c23637390482d4cf9598c3ce3f2be31aa7332daf
35-
base_revision: c23637390482d4cf9598c3ce3f2be31aa7332daf
34+
create_revision: b25305a8832cfc6ba632a7f87ad455e319dccce8
35+
base_revision: b25305a8832cfc6ba632a7f87ad455e319dccce8
3636

3737
# User provided section
3838

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"favourites",
1313
"Imgs",
1414
"lifeform",
15+
"Lourens",
1516
"NMSUI",
1617
"Presentor",
1718
"RGBO",

android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@
2727
<meta-data android:name="flutterEmbedding" android:value="2" />
2828
<uses-permission android:name="android.permission.INTERNET" />
2929
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
30-
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK" />
3130
</manifest>

assets/data/alphabetTranslations.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,5 +298,25 @@
298298
{
299299
"AppId": "build1173",
300300
"Text": "Danger very deep water"
301+
},
302+
{
303+
"AppId": "build1175",
304+
"Text": "The world of fossils"
305+
},
306+
{
307+
"AppId": "build1178",
308+
"Text": "Relics"
309+
},
310+
{
311+
"AppId": "build1188",
312+
"Text": "Big time"
313+
},
314+
{
315+
"AppId": "build1189",
316+
"Text": "975"
317+
},
318+
{
319+
"AppId": "build1190",
320+
"Text": "Big big"
301321
}
302322
]

assets/data/catalogue.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
"prod17",
8282
"prod18",
8383
"cur84",
84+
"cur337",
8485
"cook122",
8586
"conTech90",
8687
"conTech100",
@@ -181,6 +182,7 @@
181182
"cur15",
182183
"raw76",
183184
"cur21",
185+
"cur335",
184186
"cur292",
185187
"cur17",
186188
"cur32",

0 commit comments

Comments
 (0)