Skip to content

Commit 0371287

Browse files
Merge branch 'main' into refactor-onyx-17
2 parents 136a565 + 2c1e107 commit 0371287

100 files changed

Lines changed: 525 additions & 864 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.

Mobile-Expensify

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ android {
114114
minSdkVersion rootProject.ext.minSdkVersion
115115
targetSdkVersion rootProject.ext.targetSdkVersion
116116
multiDexEnabled rootProject.ext.multiDexEnabled
117-
versionCode 1009018921
118-
versionName "9.1.89-21"
117+
versionCode 1009019001
118+
versionName "9.1.90-1"
119119
// Supported language variants must be declared here to avoid from being removed during the compilation.
120120
// This also helps us to not include unnecessary language variants in the APK.
121121
resConfigs "en", "es"

ios/NewExpensify/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<key>CFBundlePackageType</key>
2424
<string>APPL</string>
2525
<key>CFBundleShortVersionString</key>
26-
<string>9.1.89</string>
26+
<string>9.1.90</string>
2727
<key>CFBundleSignature</key>
2828
<string>????</string>
2929
<key>CFBundleURLTypes</key>
@@ -44,7 +44,7 @@
4444
</dict>
4545
</array>
4646
<key>CFBundleVersion</key>
47-
<string>9.1.89.21</string>
47+
<string>9.1.90.1</string>
4848
<key>FullStory</key>
4949
<dict>
5050
<key>OrgId</key>

ios/NotificationServiceExtension/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<key>CFBundleName</key>
1212
<string>$(PRODUCT_NAME)</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>9.1.89</string>
14+
<string>9.1.90</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.1.89.21</string>
16+
<string>9.1.90.1</string>
1717
<key>NSExtension</key>
1818
<dict>
1919
<key>NSExtensionPointIdentifier</key>

ios/ShareViewController/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<key>CFBundleName</key>
1212
<string>$(PRODUCT_NAME)</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>9.1.89</string>
14+
<string>9.1.90</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.1.89.21</string>
16+
<string>9.1.90.1</string>
1717
<key>NSExtension</key>
1818
<dict>
1919
<key>NSExtensionAttributes</key>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "new.expensify",
3-
"version": "9.1.89-21",
3+
"version": "9.1.90-1",
44
"author": "Expensify, Inc.",
55
"homepage": "https://new.expensify.com",
66
"description": "New Expensify is the next generation of Expensify: a reimagination of payments based atop a foundation of chat.",
@@ -46,7 +46,7 @@
4646
"test:debug": "TZ=utc NODE_OPTIONS='--inspect-brk --experimental-vm-modules' jest --runInBand",
4747
"perf-test": "NODE_OPTIONS=--experimental-vm-modules npx reassure",
4848
"typecheck": "NODE_OPTIONS=--max_old_space_size=8192 tsc",
49-
"lint": "NODE_OPTIONS=--max_old_space_size=8192 eslint . --max-warnings=309 --cache --cache-location=node_modules/.cache/eslint",
49+
"lint": "NODE_OPTIONS=--max_old_space_size=8192 eslint . --max-warnings=308 --cache --cache-location=node_modules/.cache/eslint",
5050
"lint-changed": "NODE_OPTIONS=--max_old_space_size=8192 ./scripts/lintChanged.sh",
5151
"lint-watch": "npx eslint-watch --watch --changed",
5252
"shellcheck": "./scripts/shellCheck.sh",

src/CONST/index.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2877,12 +2877,6 @@ const CONST = {
28772877
REIMBURSEMENT_NO: 'reimburseNo', // None
28782878
REIMBURSEMENT_MANUAL: 'reimburseManual', // Indirect
28792879
},
2880-
CASH_EXPENSE_REIMBURSEMENT_CHOICES: {
2881-
REIMBURSABLE_DEFAULT: 'reimbursableDefault', // Reimbursable by default
2882-
NON_REIMBURSABLE_DEFAULT: 'nonReimbursableDefault', // Non-reimbursable by default
2883-
ALWAYS_REIMBURSABLE: 'alwaysReimbursable', // Always Reimbursable
2884-
ALWAYS_NON_REIMBURSABLE: 'alwaysNonReimbursable', // Always Non Reimbursable
2885-
},
28862880
ID_FAKE: '_FAKE_',
28872881
EMPTY: 'EMPTY',
28882882
SECONDARY_ACTIONS: {
@@ -3127,7 +3121,6 @@ const CONST = {
31273121
CFPB_PREPAID: 'cfpb.gov/prepaid',
31283122
CFPB_COMPLAINT: 'cfpb.gov/complaint',
31293123
FDIC_PREPAID: 'fdic.gov/deposit/deposits/prepaid.html',
3130-
USE_EXPENSIFY_FEES: 'use.expensify.com/fees',
31313124
},
31323125

31333126
LAYOUT_WIDTH: {
@@ -3742,7 +3735,6 @@ const CONST = {
37423735
TAG: 'tag',
37433736
TAX_RATE: 'taxRate',
37443737
TAX_AMOUNT: 'taxAmount',
3745-
REIMBURSABLE: 'reimbursable',
37463738
REPORT: 'report',
37473739
},
37483740
FOOTER: {

src/ROUTES.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1916,10 +1916,6 @@ const ROUTES = {
19161916
route: 'workspaces/:policyID/rules/billable',
19171917
getRoute: (policyID: string) => `workspaces/${policyID}/rules/billable` as const,
19181918
},
1919-
RULES_REIMBURSABLE_DEFAULT: {
1920-
route: 'workspaces/:policyID/rules/reimbursable',
1921-
getRoute: (policyID: string) => `workspaces/${policyID}/rules/reimbursable` as const,
1922-
},
19231919
RULES_PROHIBITED_DEFAULT: {
19241920
route: 'workspaces/:policyID/rules/prohibited',
19251921
getRoute: (policyID: string) => `workspaces/${policyID}/rules/prohibited` as const,

src/SCREENS.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,6 @@ const SCREENS = {
632632
RULES_MAX_EXPENSE_AMOUNT: 'Rules_Max_Expense_Amount',
633633
RULES_MAX_EXPENSE_AGE: 'Rules_Max_Expense_Age',
634634
RULES_BILLABLE_DEFAULT: 'Rules_Billable_Default',
635-
RULES_REIMBURSABLE_DEFAULT: 'Rules_Reimbursable_Default',
636635
RULES_CUSTOM: 'Rules_Custom',
637636
RULES_PROHIBITED_DEFAULT: 'Rules_Prohibited_Default',
638637
PER_DIEM: 'Per_Diem',

0 commit comments

Comments
 (0)