diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 8c210295..32213f07 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -15,7 +15,7 @@ diff --git a/android/app/src/main/kotlin/com/hiddify/hiddify/bg/ServiceNotification.kt b/android/app/src/main/kotlin/com/hiddify/hiddify/bg/ServiceNotification.kt index ccfb28b9..7dccf6dc 100644 --- a/android/app/src/main/kotlin/com/hiddify/hiddify/bg/ServiceNotification.kt +++ b/android/app/src/main/kotlin/com/hiddify/hiddify/bg/ServiceNotification.kt @@ -34,7 +34,7 @@ class ServiceNotification(private val service: Service) { private val notification by lazy { NotificationCompat.Builder(service, notificationChannel).setWhen(0) - .setContentTitle("hiddify next") + .setContentTitle("Hiddify Next") .setContentText("service running").setOnlyAlertOnce(true) .setSmallIcon(R.drawable.ic_stat_logo) .setCategory(NotificationCompat.CATEGORY_SERVICE) diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index 7f9e1cd3..44d54925 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -5,7 +5,7 @@ CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName - Hiddify + Hiddify Next CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier @@ -13,7 +13,7 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleName - hiddify + Hiddify Next CFBundlePackageType APPL CFBundleShortVersionString diff --git a/lib/services/notification/constants.dart b/lib/services/notification/constants.dart index bddbccbc..5d1b2357 100644 --- a/lib/services/notification/constants.dart +++ b/lib/services/notification/constants.dart @@ -2,7 +2,7 @@ import 'package:flutter_local_notifications/flutter_local_notifications.dart'; const mainChannel = AndroidNotificationChannel( "com.hiddify.hiddify", - "Hiddify", + "Hiddify Next", importance: Importance.high, enableVibration: false, playSound: false, diff --git a/linux/CMakeLists.txt b/linux/CMakeLists.txt index 8b39e8e6..3d2ab0e3 100644 --- a/linux/CMakeLists.txt +++ b/linux/CMakeLists.txt @@ -4,10 +4,10 @@ project(runner LANGUAGES CXX) # The name of the executable created for the application. Change this to change # the on-disk name of your application. -set(BINARY_NAME "hiddify") +set(BINARY_NAME "HiddifyNext") # The unique GTK application identifier for this application. See: # https://wiki.gnome.org/HowDoI/ChooseApplicationID -set(APPLICATION_ID "com.hiddify.hiddify") +set(APPLICATION_ID "app.hiddify.com") # Explicitly opt in to modern CMake behaviors to avoid warnings with recent # versions of CMake. diff --git a/macos/Runner/Configs/AppInfo.xcconfig b/macos/Runner/Configs/AppInfo.xcconfig index 1c8080d4..92a1cc71 100644 --- a/macos/Runner/Configs/AppInfo.xcconfig +++ b/macos/Runner/Configs/AppInfo.xcconfig @@ -5,10 +5,10 @@ // 'flutter create' template. // The application's name. By default this is also the title of the Flutter window. -PRODUCT_NAME = hiddify +PRODUCT_NAME = Hiddify Next // The application's bundle identifier -PRODUCT_BUNDLE_IDENTIFIER = com.hiddify.hiddify +PRODUCT_BUNDLE_IDENTIFIER = app.hiddify.com // The copyright displayed in application information -PRODUCT_COPYRIGHT = Copyright © 2023 com.example. All rights reserved. +PRODUCT_COPYRIGHT = Copyright © 2023 hiddify.com. All rights reserved. diff --git a/pubspec.yaml b/pubspec.yaml index 79adcde0..ba23130b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,4 +1,4 @@ -name: hiddify +name: Hiddify Next description: A Proxy Frontend. publish_to: 'none' version: 0.1.0 diff --git a/windows/CMakeLists.txt b/windows/CMakeLists.txt index dd3dda1d..73973a4b 100644 --- a/windows/CMakeLists.txt +++ b/windows/CMakeLists.txt @@ -4,7 +4,7 @@ project(hiddify LANGUAGES CXX) # The name of the executable created for the application. Change this to change # the on-disk name of your application. -set(BINARY_NAME "hiddify") +set(BINARY_NAME "HiddifyNext") # Explicitly opt in to modern CMake behaviors to avoid warnings with recent # versions of CMake. diff --git a/windows/runner/Runner.rc b/windows/runner/Runner.rc index cf22cd0d..511b6b8f 100644 --- a/windows/runner/Runner.rc +++ b/windows/runner/Runner.rc @@ -89,12 +89,12 @@ BEGIN BEGIN BLOCK "040904e4" BEGIN - VALUE "CompanyName", "hiddify" "\0" - VALUE "FileDescription", "hiddify" "\0" + VALUE "CompanyName", "Hiddify" "\0" + VALUE "FileDescription", "Hiddify" "\0" VALUE "FileVersion", VERSION_AS_STRING "\0" VALUE "InternalName", "hiddify" "\0" - VALUE "LegalCopyright", "Copyright (C) 2023 hiddify. All rights reserved." "\0" - VALUE "OriginalFilename", "hiddify.exe" "\0" + VALUE "LegalCopyright", "Copyright (C) 2023 Hiddify.com. All rights reserved." "\0" + VALUE "OriginalFilename", "HiddifyNext.exe" "\0" VALUE "ProductName", "hiddify" "\0" VALUE "ProductVersion", VERSION_AS_STRING "\0" END