Skip to content

Commit

Permalink
Update Feral File Name + Logo (#1453)
Browse files Browse the repository at this point in the history
* Update Name And Icons

* Remove Penrose

* Update Icon

* Update iOS Name

* Update Android Logo

* Update Background Color

* Remove Penrose

* Update Foreground

* Update iOS Icon

* Update Splash Screen
  • Loading branch information
ppupha authored Jan 8, 2024
1 parent 76fc5a7 commit 5f32d9c
Show file tree
Hide file tree
Showing 202 changed files with 111 additions and 110 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ android {
inhouse {
dimension "env"
applicationIdSuffix ".inhouse"
resValue "string", "app_name", "Autonomy (Dev)"
resValue "string", "app_name", "Feral File (Dev)"
manifestPlaceholders = [
appIcon : "@mipmap/ic_launcher_dev",
appIconRound: "@mipmap/ic_launcher_dev_round"
Expand All @@ -117,7 +117,7 @@ android {

prd {
dimension "env"
resValue "string", "app_name", "Autonomy"
resValue "string", "app_name", "Feral File"
manifestPlaceholders = [
appIcon : "@mipmap/ic_launcher",
appIconRound: "@mipmap/ic_launcher_round"
Expand Down
Binary file modified android/app/src/main/ic_launcher_dev-playstore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ class AuthenticatorActivity : AppCompatActivity() {
promptInfo = if (android.os.Build.VERSION.SDK_INT >= 30) {
BiometricPrompt.PromptInfo.Builder()
.setTitle("Authentication required")
.setDescription("Authentication for \"Autonomy\"")
.setDescription("Authentication for \"Feral File\"")
.setAllowedAuthenticators(BiometricManager.Authenticators.BIOMETRIC_STRONG or BiometricManager.Authenticators.DEVICE_CREDENTIAL)
.build()
} else {
BiometricPrompt.PromptInfo.Builder()
.setTitle("Authentication required")
.setDescription("Authentication for \"Autonomy\"")
.setDescription("Authentication for \"Feral File\"")
.setDeviceCredentialAllowed(true)
.build()
}
Expand All @@ -68,7 +68,8 @@ class AuthenticatorActivity : AppCompatActivity() {
val keyguardManager = getSystemService(KEYGUARD_SERVICE) as KeyguardManager

if (biometricManager.canAuthenticate(BiometricManager.Authenticators.BIOMETRIC_STRONG)
== BiometricManager.BIOMETRIC_SUCCESS || keyguardManager.isDeviceSecure) {
== BiometricManager.BIOMETRIC_SUCCESS || keyguardManager.isDeviceSecure
) {
biometricPrompt.authenticate(promptInfo)
} else {
MainActivity.isAuthenticate = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import io.flutter.plugin.common.BinaryMessenger
import io.flutter.plugin.common.EventChannel
import io.flutter.plugin.common.MethodCall
import io.flutter.plugin.common.MethodChannel
import it.airgap.beaconsdk.core.message.BeaconRequest
import kotlinx.coroutines.*
import kotlinx.coroutines.flow.MutableSharedFlow
import kotlinx.coroutines.flow.onEach
Expand Down Expand Up @@ -59,8 +58,8 @@ class Wc2ConnectPlugin(private val application: Application) : FlutterPlugin,
private fun initClient() {
// Initialize Wallet Connect
val appMetadata = Core.Model.AppMetaData(
name = "Autonomy",
description = "Autonomy Wallet",
name = "Feral File",
description = "Feral File Wallet",
icons = listOf(),
url = "autonomy.io",
redirect = null
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified android/app/src/main/res/drawable-hdpi/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/drawable-hdpi/splash_inhouse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file added android/app/src/main/res/drawable-ldpi/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file modified android/app/src/main/res/drawable-mdpi/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/drawable-mdpi/splash_inhouse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file modified android/app/src/main/res/drawable-xhdpi/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/drawable-xhdpi/splash_inhouse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file modified android/app/src/main/res/drawable-xxhdpi/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/drawable-xxhdpi/splash_inhouse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file modified android/app/src/main/res/drawable-xxxhdpi/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/drawable-xxxhdpi/splash_inhouse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified android/app/src/main/res/mipmap-hdpi/ic_launcher.png
Binary file modified android/app/src/main/res/mipmap-hdpi/ic_launcher_dev.png
Binary file modified android/app/src/main/res/mipmap-hdpi/ic_launcher_dev_round.png
Binary file modified android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
Binary file modified android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
Binary file modified android/app/src/main/res/mipmap-mdpi/ic_launcher.png
Binary file modified android/app/src/main/res/mipmap-mdpi/ic_launcher_dev.png
Binary file modified android/app/src/main/res/mipmap-mdpi/ic_launcher_dev_round.png
Binary file modified android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
Binary file modified android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
Binary file modified android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Binary file modified android/app/src/main/res/mipmap-xhdpi/ic_launcher_dev.png
Binary file modified android/app/src/main/res/mipmap-xhdpi/ic_launcher_dev_round.png
Binary file modified android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
Binary file modified android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Binary file modified android/app/src/main/res/mipmap-xxhdpi/ic_launcher_dev.png
Binary file modified android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
Binary file modified android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Binary file modified android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_dev.png
Binary file modified android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
2 changes: 1 addition & 1 deletion android/app/src/main/res/values/ic_launcher_background.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#04fba3</color>
<color name="ic_launcher_background">#ffffff</color>
</resources>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_dev_background">#ffffff</color>
<color name="ic_launcher_dev_background">#ecff0c</color>
</resources>
4 changes: 2 additions & 2 deletions ios/ExportOptions-Inhouse-Dist.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<key>provisioningProfiles</key>
<dict>
<key>com.bitmark.autonomy.inhouse</key>
<string>Autonomy Inhouse</string>
<string>Feral File Inhouse</string>
<key>com.bitmark.autonomy.inhouse.notification</key>
<string>Autonomy Inhouse Notification</string>
<string>Feral File Inhouse Notification</string>
</dict>
<key>iCloudContainerEnvironment</key>
<string>Production</string>
Expand Down
4 changes: 2 additions & 2 deletions ios/ExportOptions-Inhouse.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<key>provisioningProfiles</key>
<dict>
<key>com.bitmark.autonomy.inhouse</key>
<string>Autonomy Dev Inhouse</string>
<string>Feral File Dev Inhouse</string>
<key>com.bitmark.autonomy.inhouse.notification</key>
<string>Autonomy Dev Inhouse Notification</string>
<string>Feral File Dev Inhouse Notification</string>
</dict>
<key>iCloudContainerEnvironment</key>
<string>Development</string>
Expand Down
10 changes: 5 additions & 5 deletions ios/Runner-Inhouse-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Autonomy</string>
<string>Feral File</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand Down Expand Up @@ -62,15 +62,15 @@
<key>NSCameraUsageDescription</key>
<string>QR code scanning requires camera access.</string>
<key>NSFaceIDUsageDescription</key>
<string>Allow Autonomy to use Face ID to authenticate.</string>
<string>Allow Feral File to use Face ID to authenticate.</string>
<key>NSLocalNetworkUsageDescription</key>
<string>${PRODUCT_NAME} uses the local network to discover Cast-enabled devices on your WiFi network.</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>Allow Autonomy to use your location</string>
<string>Allow Feral File to use your location</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>Allow Autonomy to use your location</string>
<string>Allow Feral File to use your location</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Allow Autonomy to use your location</string>
<string>Allow Feral File to use your location</string>
<key>NSMicrophoneUsageDescription</key>
<string>Viewing artwork with microphone enable.</string>
<key>NSPhotoLibraryUsageDescription</key>
Expand Down
18 changes: 9 additions & 9 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1330;
LastUpgradeCheck = 1300;
LastUpgradeCheck = 1430;
ORGANIZATIONNAME = "";
TargetAttributes = {
588939BA280525C200FE3313 = {
Expand Down Expand Up @@ -1146,7 +1146,7 @@
MARKETING_VERSION = 0.32.0;
PRODUCT_BUNDLE_IDENTIFIER = com.bitmark.autonomywallet;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "Autonomy Wallet Appstore Dev";
PROVISIONING_PROFILE_SPECIFIER = "Feral File Wallet Appstore Dev";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = prod;
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand Down Expand Up @@ -1186,7 +1186,7 @@
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.bitmark.autonomywallet.notification;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "Autonomy Wallet Notification Development";
PROVISIONING_PROFILE_SPECIFIER = "Feral File Wallet Notification Development";
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down Expand Up @@ -1222,7 +1222,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.bitmark.autonomy-wallet.inhouse";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Autonomy Inhouse Adhoc";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Feral File Inhouse Adhoc";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = INHOUSE;
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand Down Expand Up @@ -1266,7 +1266,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.bitmark.autonomy-wallet.inhouse.notification";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Autonomy Inhouse Adhoc Notification";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Feral File Inhouse Adhoc Notification";
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down Expand Up @@ -1349,7 +1349,7 @@
MARKETING_VERSION = 0.32.0;
PRODUCT_BUNDLE_IDENTIFIER = com.bitmark.autonomywallet;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "Autonomy Wallet Appstore";
PROVISIONING_PROFILE_SPECIFIER = "Feral File Wallet Appstore";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = prod;
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -1387,7 +1387,7 @@
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.bitmark.autonomywallet.notification;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "Autonomy Wallet Push Notification Appstore";
PROVISIONING_PROFILE_SPECIFIER = "Feral File Wallet Push Notification Appstore";
SKIP_INSTALL = YES;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down Expand Up @@ -1423,7 +1423,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.bitmark.autonomy-wallet.inhouse";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Autonomy Inhouse Adhoc";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Feral File Inhouse Adhoc";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = INHOUSE;
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
Expand Down Expand Up @@ -1465,7 +1465,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "com.bitmark.autonomy-wallet.inhouse.notification";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Autonomy Inhouse Adhoc Notification";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Feral File Inhouse Adhoc Notification";
SKIP_INSTALL = YES;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1300"
LastUpgradeVersion = "1430"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
4 changes: 2 additions & 2 deletions ios/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ import Starscream


let metadata = AppMetadata(
name: "Autonomy",
description: "Autonomy Wallet",
name: "Feral File",
description: "Feral File Wallet",
url: "https://autonomy.io",
icons: [])

Expand Down
Binary file added ios/Runner/Assets.xcassets/.DS_Store
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed ios/Runner/Assets.xcassets/AppIcon.appiconset/16.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed ios/Runner/Assets.xcassets/AppIcon.appiconset/20.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed ios/Runner/Assets.xcassets/AppIcon.appiconset/29.png
Diff not rendered.
Binary file removed ios/Runner/Assets.xcassets/AppIcon.appiconset/32.png
Diff not rendered.
Binary file removed ios/Runner/Assets.xcassets/AppIcon.appiconset/40.png
Diff not rendered.
Diff not rendered.
Binary file modified ios/Runner/Assets.xcassets/AppIcon.appiconset/50.png
Diff not rendered.
Binary file removed ios/Runner/Assets.xcassets/AppIcon.appiconset/55.png
Diff not rendered.
Binary file modified ios/Runner/Assets.xcassets/AppIcon.appiconset/57.png
Binary file removed ios/Runner/Assets.xcassets/AppIcon.appiconset/58.png
Diff not rendered.
Binary file removed ios/Runner/Assets.xcassets/AppIcon.appiconset/60.png
Diff not rendered.
Binary file removed ios/Runner/Assets.xcassets/AppIcon.appiconset/64.png
Diff not rendered.
Binary file modified ios/Runner/Assets.xcassets/AppIcon.appiconset/72.png
Binary file removed ios/Runner/Assets.xcassets/AppIcon.appiconset/76.png
Diff not rendered.
Binary file removed ios/Runner/Assets.xcassets/AppIcon.appiconset/80.png
Diff not rendered.
Binary file removed ios/Runner/Assets.xcassets/AppIcon.appiconset/87.png
Diff not rendered.
Binary file removed ios/Runner/Assets.xcassets/AppIcon.appiconset/88.png
Diff not rendered.
Loading

0 comments on commit 5f32d9c

Please sign in to comment.