diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index caf8101c..c107bb60 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -11,7 +11,7 @@
+
+
- FREHub
-Miscellaneous
+ FRE ACCESS HUB
+
\ No newline at end of file
diff --git a/lib/backend/notifications/notification_service.dart b/lib/backend/notifications/notification_service.dart
index 50e82310..a3e562ef 100644
--- a/lib/backend/notifications/notification_service.dart
+++ b/lib/backend/notifications/notification_service.dart
@@ -15,20 +15,21 @@ import 'package:hub/shared/utils/dialog_util.dart';
class NotificationService {
static Future initialize() async {
await AwesomeNotifications().initialize(
- null,
+ 'resource://drawable/notification_icon',
[
NotificationChannel(
channelKey: 'basic_channel',
channelGroupKey: 'basic_channel',
- channelName: 'Basic notifications',
- channelDescription: 'Notification channel for tests',
+ channelName: 'Notificações do App',
+ channelDescription: 'Canal de notificação do Aplicativo',
importance: NotificationImportance.Max,
channelShowBadge: true,
playSound: true,
criticalAlerts: true,
onlyAlertOnce: true,
- defaultColor: const Color(0xFF9D58D0),
- ledColor: Colors.white)
+ defaultColor: Colors.green,
+ ledColor: Colors.white,
+ )
],
channelGroups: [
NotificationChannelGroup(
diff --git a/lib/main.dart b/lib/main.dart
index bb3254ac..16cf29a0 100644
--- a/lib/main.dart
+++ b/lib/main.dart
@@ -96,7 +96,7 @@ class _AppState extends State {
ChangeNotifierProvider(create: (_) => AppState()),
],
child: MaterialApp.router(
- title: 'FREHub',
+ title: 'FRE ACCESS HUB',
builder: (context, widget) => ResponsiveBreakpoints.builder(
child: BouncingScrollWrapper.builder(context, widget!),
breakpoints: [
diff --git a/web/index.html b/web/index.html
index b91b568b..facee698 100644
--- a/web/index.html
+++ b/web/index.html
@@ -19,7 +19,7 @@
-
+
@@ -29,15 +29,15 @@
-
+
-
+
- FREHub
+ FRE ACCESS HUB