Skip to content

Commit

Permalink
Release Parent 3.9.1 (49)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaskozmer authored Nov 9, 2023
2 parents 81ab1aa + ae4d72e commit f6e3fe2
Show file tree
Hide file tree
Showing 257 changed files with 12,380 additions and 4,808 deletions.
4 changes: 3 additions & 1 deletion apps/flutter_parent/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="29"/>
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/> <!-- For notifications plugin -->
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" />

<application
android:label="Canvas Parent"
Expand Down Expand Up @@ -82,7 +83,8 @@

<receiver android:name="com.dexterous.flutterlocalnotifications.ScheduledNotificationReceiver" />

<receiver android:name="com.dexterous.flutterlocalnotifications.ScheduledNotificationBootReceiver">
<receiver android:name="com.dexterous.flutterlocalnotifications.ScheduledNotificationBootReceiver"
android:exported="false">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED"/>
</intent-filter>
Expand Down
7 changes: 7 additions & 0 deletions apps/flutter_parent/assets/html/html_wrapper.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
height: auto;
margin: 0;
padding: 0;
background-color: {BACKGROUND};
color: {COLOR};
}

img {
Expand Down Expand Up @@ -65,6 +67,7 @@

a {
word-wrap: break-word;
color: {LINK_COLOR}
}

.lti_button {
Expand All @@ -81,6 +84,10 @@
font-size: 13px;
margin: auto;
}

a:visited {
color: {VISITED_LINK_COLOR}
}
</style>
<body>
<div id="content">
Expand Down
12 changes: 6 additions & 6 deletions apps/flutter_parent/assets/svg/canvas-parent-login-logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions apps/flutter_parent/assets/svg/canvas-parent-login-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions apps/flutter_parent/lib/l10n/app_localizations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1705,4 +1705,7 @@ class AppLocalizations {

String get aboutLogoSemanticsLabel =>
Intl.message('Instructure logo', desc: 'Semantics label for the Instructure logo on the about page');

String get needToEnablePermission =>
Intl.message('You need to enable exact alarm permission for this action', desc: 'Error message when the user tries to set a reminder without the permission');
}
9 changes: 8 additions & 1 deletion apps/flutter_parent/lib/l10n/res/intl_ar.arb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@@last_modified": "2023-04-14T11:04:46.988317",
"@@last_modified": "2023-08-25T11:04:20.901151",
"alertsLabel": "التنبيهات",
"@alertsLabel": {
"description": "The label for the Alerts tab",
Expand Down Expand Up @@ -2742,5 +2742,12 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"Instructure logo": "شعار Instructure",
"@Instructure logo": {
"description": "Semantics label for the Instructure logo on the about page",
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}
9 changes: 8 additions & 1 deletion apps/flutter_parent/lib/l10n/res/intl_ca.arb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@@last_modified": "2023-04-14T11:04:46.988317",
"@@last_modified": "2023-08-25T11:04:20.901151",
"alertsLabel": "Avisos",
"@alertsLabel": {
"description": "The label for the Alerts tab",
Expand Down Expand Up @@ -2742,5 +2742,12 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"Instructure logo": "Logotip de l’Instructure",
"@Instructure logo": {
"description": "Semantics label for the Instructure logo on the about page",
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}
9 changes: 8 additions & 1 deletion apps/flutter_parent/lib/l10n/res/intl_cy.arb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@@last_modified": "2023-04-14T11:04:46.988317",
"@@last_modified": "2023-08-25T11:04:20.901151",
"alertsLabel": "Negeseuon Hysbysu",
"@alertsLabel": {
"description": "The label for the Alerts tab",
Expand Down Expand Up @@ -2742,5 +2742,12 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"Instructure logo": "Logo Instructure",
"@Instructure logo": {
"description": "Semantics label for the Instructure logo on the about page",
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}
9 changes: 8 additions & 1 deletion apps/flutter_parent/lib/l10n/res/intl_da.arb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@@last_modified": "2023-04-14T11:04:46.988317",
"@@last_modified": "2023-08-25T11:04:20.901151",
"alertsLabel": "Varslinger",
"@alertsLabel": {
"description": "The label for the Alerts tab",
Expand Down Expand Up @@ -2742,5 +2742,12 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"Instructure logo": "Instructure-logo",
"@Instructure logo": {
"description": "Semantics label for the Instructure logo on the about page",
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}
9 changes: 8 additions & 1 deletion apps/flutter_parent/lib/l10n/res/intl_da_instk12.arb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@@last_modified": "2023-04-14T11:04:46.988317",
"@@last_modified": "2023-08-25T11:04:20.901151",
"alertsLabel": "Varslinger",
"@alertsLabel": {
"description": "The label for the Alerts tab",
Expand Down Expand Up @@ -2742,5 +2742,12 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"Instructure logo": "Instructure-logo",
"@Instructure logo": {
"description": "Semantics label for the Instructure logo on the about page",
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}
9 changes: 8 additions & 1 deletion apps/flutter_parent/lib/l10n/res/intl_de.arb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"@@last_modified": "2023-04-14T11:04:46.988317",
"@@last_modified": "2023-08-25T11:04:20.901151",
"alertsLabel": "Benachrichtigungen",
"@alertsLabel": {
"description": "The label for the Alerts tab",
Expand Down Expand Up @@ -2742,5 +2742,12 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"Instructure logo": "Instructure-Logo",
"@Instructure logo": {
"description": "Semantics label for the Instructure logo on the about page",
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}
Loading

0 comments on commit f6e3fe2

Please sign in to comment.