Skip to content

Commit 05efb24

Browse files
committed
Merge branch 'main' into fix/offline-pattern-in-reoprt-table-view-fixes
2 parents 1162daa + b02a1f6 commit 05efb24

60 files changed

Lines changed: 985 additions & 765 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 1009015307
118-
versionName "9.1.53-7"
117+
versionCode 1009015402
118+
versionName "9.1.54-2"
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"

assets/images/fast-track-cover.png

-51.8 KB
Loading

docs/articles/expensify-classic/spending-insights/Export-Expenses-And-Reports.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ Enter any of the following formulas into the Formula field for each column. Be s
127127
| Expenses Count | Is the number of total expenses on the report of this specific expense.|
128128
| {report:expensescount} | Would output 10 assuming that there were 10 expenses on the given report for this expense.|
129129
| Workspace Name | Is the name of the workspace applied to the report.|
130-
| {report:policyname} | Would output Sales assuming that the given report was under a workspace named Sales.|
130+
| {report:workspaceName} | Would output Sales assuming that the given report was under a workspace named Sales.|
131+
| {report:policyName} | Same as the workspace name. Policy is an older term for workspace.|
131132
| Status | Is the current state of the report when it was exported.|
132133
| {report:status} | Would output Approved assuming that the report has been approved and not yet reimbursed.|
133134
| Custom Fields | |

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.53</string>
26+
<string>9.1.54</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.53.7</string>
47+
<string>9.1.54.2</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.53</string>
14+
<string>9.1.54</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.1.53.7</string>
16+
<string>9.1.54.2</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.53</string>
14+
<string>9.1.54</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.1.53.7</string>
16+
<string>9.1.54.2</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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "new.expensify",
3-
"version": "9.1.53-7",
3+
"version": "9.1.54-2",
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.",

src/CONST.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,7 @@ const CONST = {
835835
NEWDOT_MULTI_SCAN: 'newDotMultiScan',
836836
PLAID_COMPANY_CARDS: 'plaidCompanyCards',
837837
TRACK_FLOWS: 'trackFlows',
838+
NEW_DOT_SPLITS: 'newDotSplits',
838839
},
839840
BUTTON_STATES: {
840841
DEFAULT: 'default',
@@ -1084,6 +1085,7 @@ const CONST = {
10841085
SAVE_WITH_EXPENSIFY_URL: `${USE_EXPENSIFY_URL}/savings-calculator`,
10851086
CFPB_PREPAID_URL: 'https://cfpb.gov/prepaid',
10861087
STAGING_NEW_EXPENSIFY_URL: 'https://staging.new.expensify.com',
1088+
PR_TESTING_NEW_EXPENSIFY_URL: `https://${Config?.PULL_REQUEST_NUMBER}.pr-testing.expensify.com`,
10871089
NEWHELP_URL: 'https://help.expensify.com',
10881090
INTERNAL_DEV_EXPENSIFY_URL: 'https://www.expensify.com.dev',
10891091
STAGING_EXPENSIFY_URL: 'https://staging.expensify.com',
@@ -1408,6 +1410,7 @@ const CONST = {
14081410
UPDATE_TAG_ENABLED: 'POLICYCHANGELOG_UPDATE_TAG_ENABLED',
14091411
UPDATE_TAG_LIST: 'POLICYCHANGELOG_UPDATE_TAG_LIST',
14101412
UPDATE_TAG_LIST_NAME: 'POLICYCHANGELOG_UPDATE_TAG_LIST_NAME',
1413+
UPDATE_TAG_LIST_REQUIRED: 'POLICYCHANGELOG_UPDATE_TAG_LIST_REQUIRED',
14111414
UPDATE_TAG_NAME: 'POLICYCHANGELOG_UPDATE_TAG_NAME',
14121415
UPDATE_TIME_ENABLED: 'POLICYCHANGELOG_UPDATE_TIME_ENABLED',
14131416
UPDATE_TIME_RATE: 'POLICYCHANGELOG_UPDATE_TIME_RATE',
@@ -3558,7 +3561,6 @@ const CONST = {
35583561
EMPTY_COMMENT: /^(\s)*$/,
35593562
SPECIAL_CHAR: /[,/?"{}[\]()&^%;`$=#<>!*]/g,
35603563
FIRST_SPACE: /.+?(?=\s)/,
3561-
SPECIAL_CHAR_MENTION_BREAKER: /[,/?"{}[\]()&^%;`$=<>!*]/g,
35623564

35633565
get SPECIAL_CHAR_OR_EMOJI() {
35643566
return new RegExp(`[~\\n\\s]|(_\\b(?!$))|${this.SPECIAL_CHAR.source}|${this.EMOJI.source}`, 'gu');
@@ -3571,7 +3573,7 @@ const CONST = {
35713573
// Define the regular expression pattern to find a potential end of a mention suggestion:
35723574
// It might be a space, a newline character, an emoji, or a special character (excluding underscores & tildes, which might be used in usernames)
35733575
get MENTION_BREAKER() {
3574-
return new RegExp(`[\\n\\s]|${this.SPECIAL_CHAR_MENTION_BREAKER.source}|${this.EMOJI.source}`, 'gu');
3576+
return new RegExp(`[\\n\\s]|${this.SPECIAL_CHAR.source}|${this.EMOJI.source}`, 'gu');
35753577
},
35763578

35773579
get ALL_EMOJIS() {

0 commit comments

Comments
 (0)