Skip to content

Commit

Permalink
Release Teacher 1.21.0 (54)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaskozmer authored Dec 7, 2022
2 parents 2ec6791 + 376959c commit 25e32a9
Show file tree
Hide file tree
Showing 927 changed files with 16,806 additions and 5,110 deletions.
2 changes: 1 addition & 1 deletion android-vault
1 change: 1 addition & 0 deletions apps/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ buildscript {
if (project.coverageEnabled) { classpath Plugins.JACOCO_ANDROID }
classpath Plugins.SQLDELIGHT
classpath Plugins.HILT
classpath Plugins.HEAP
}
}

Expand Down
10 changes: 10 additions & 0 deletions apps/flutter_parent/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,15 @@
</intent-filter>
</receiver>

<provider
android:name="vn.hunghd.flutterdownloader.DownloadedFileProvider"
android:authorities="com.instructure.parentapp.flutter_downloader.provider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/provider_paths"/>
</provider>

</application>
</manifest>
6 changes: 6 additions & 0 deletions apps/flutter_parent/lib/l10n/app_localizations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,12 @@ class AppLocalizations {
desc: 'Text for the find-my-school button',
);

String get findAnotherSchool => Intl.message(
'Find another school',
name: 'findAnotherSchool',
desc: 'Text for the find-another-school button',
);

/// Domain search screen
String get domainSearchInputHint => Intl.message(
Expand Down
7 changes: 7 additions & 0 deletions apps/flutter_parent/lib/l10n/res/intl_ar.arb
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,13 @@
"placeholders_order": [],
"placeholders": {}
},
"findAnotherSchool": "ابحث عن مدرسة أخرى",
"@findAnotherSchool": {
"description": "Text for the find-another-school button",
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"domainSearchInputHint": "أدخل اسم المدرسة أو الدائرة التعليمية...",
"@domainSearchInputHint": {
"description": "Input hint for the text box on the domain search screen",
Expand Down
7 changes: 7 additions & 0 deletions apps/flutter_parent/lib/l10n/res/intl_ca.arb
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,13 @@
"placeholders_order": [],
"placeholders": {}
},
"findAnotherSchool": "Cerca una altra escola",
"@findAnotherSchool": {
"description": "Text for the find-another-school button",
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"domainSearchInputHint": "Introduïu el nom de l'escola o el districte...",
"@domainSearchInputHint": {
"description": "Input hint for the text box on the domain search screen",
Expand Down
7 changes: 7 additions & 0 deletions apps/flutter_parent/lib/l10n/res/intl_cy.arb
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,13 @@
"placeholders_order": [],
"placeholders": {}
},
"findAnotherSchool": "Dod o hyd i ysgol arall",
"@findAnotherSchool": {
"description": "Text for the find-another-school button",
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"domainSearchInputHint": "Rhowch ardal neu enw’r ysgol...",
"@domainSearchInputHint": {
"description": "Input hint for the text box on the domain search screen",
Expand Down
7 changes: 7 additions & 0 deletions apps/flutter_parent/lib/l10n/res/intl_da.arb
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,13 @@
"placeholders_order": [],
"placeholders": {}
},
"findAnotherSchool": "Find en anden skole",
"@findAnotherSchool": {
"description": "Text for the find-another-school button",
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"domainSearchInputHint": "Indtast skolens navn eller distrikt ...",
"@domainSearchInputHint": {
"description": "Input hint for the text box on the domain search screen",
Expand Down
7 changes: 7 additions & 0 deletions apps/flutter_parent/lib/l10n/res/intl_da_instk12.arb
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,13 @@
"placeholders_order": [],
"placeholders": {}
},
"findAnotherSchool": "Find en anden skole",
"@findAnotherSchool": {
"description": "Text for the find-another-school button",
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"domainSearchInputHint": "Indtast skolens navn eller distrikt ...",
"@domainSearchInputHint": {
"description": "Input hint for the text box on the domain search screen",
Expand Down
Loading

0 comments on commit 25e32a9

Please sign in to comment.