Skip to content

Commit 4cc0ebf

Browse files
committed
Delete bitrise
2 parents ad5fc9e + c35327c commit 4cc0ebf

83 files changed

Lines changed: 5260 additions & 261 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,16 @@ app/core/Engine/controllers/bridge-controller @MetaMask/swaps-enginee
145145
app/core/Engine/controllers/bridge-status-controller @MetaMask/swaps-engineers
146146

147147
# Notifications Team
148-
app/components/Views/Notifications @MetaMask/notifications
149-
app/components/Views/Settings/NotificationsSettings @MetaMask/notifications
150-
**/Notifications/** @MetaMask/notifications
151-
**/Notification/** @MetaMask/notifications
152-
**/notifications/** @MetaMask/notifications
153-
**/notification/** @MetaMask/notifications
148+
**/*Braze*/ @MetaMask/engagement
149+
**/*Braze* @MetaMask/engagement
150+
**/*braze*/ @MetaMask/engagement
151+
**/*braze* @MetaMask/engagement
152+
app/components/Views/Notifications @MetaMask/engagement
153+
app/components/Views/Settings/NotificationsSettings @MetaMask/engagement
154+
**/Notifications/** @MetaMask/engagement
155+
**/Notification/** @MetaMask/engagement
156+
**/notifications/** @MetaMask/engagement
157+
**/notification/** @MetaMask/engagement
154158

155159
# LavaMoat Team
156160
ses.cjs @MetaMask/supply-chain

.github/scripts/known-feature-flag-constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const FILE_SOURCES: Array<{ key: string; file: string; exportName: string }> = [
2020
{ key: 'FULL_PAGE_ACCOUNT_LIST_FLAG_NAME', file: sel('fullPageAccountList'), exportName: 'FULL_PAGE_ACCOUNT_LIST_FLAG_NAME' },
2121
{ key: 'IMPORT_SRP_WORD_SUGGESTION_FLAG_NAME', file: sel('importSrpWordSuggestion'), exportName: 'IMPORT_SRP_WORD_SUGGESTION_FLAG_NAME' },
2222
{ key: 'ASSETS_UNIFY_STATE_FLAG', file: sel('assetsUnifyState'), exportName: 'ASSETS_UNIFY_STATE_FLAG' },
23+
{ key: 'BRAZE_BANNER_HOME_FLAG_KEY', file: sel('brazeBannerHome'), exportName: 'BRAZE_BANNER_HOME_FLAG_KEY' },
2324
{ key: 'TOKEN_DETAILS_OHLCV_WS_INTEGRATION_FLAG_KEY', file: sel('tokenDetailsOhlcvWsIntegration'), exportName: 'TOKEN_DETAILS_OHLCV_WS_INTEGRATION_FLAG_KEY' },
2425
];
2526

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ android {
179179
applicationId "io.metamask"
180180
minSdkVersion rootProject.ext.minSdkVersion
181181
targetSdkVersion rootProject.ext.targetSdkVersion
182-
versionName "7.78.0"
182+
versionName "7.79.0"
183183
versionCode 4532
184184
testBuildType System.getProperty('testBuildType', 'debug')
185185
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
export const BANNER_HEIGHT = 96;
2+
/** py-3 = 12px top + 12px bottom = 24px total vertical padding */
3+
export const BANNER_IMAGE_SIZE = BANNER_HEIGHT - 24;
4+
export const SKELETON_TIMEOUT_MS = 5000;

0 commit comments

Comments
 (0)