Skip to content

Commit f14e908

Browse files
authored
Merge branch 'Expensify:main' into krishna2323/issue/74656
2 parents 063b65b + ed859cc commit f14e908

314 files changed

Lines changed: 7244 additions & 3516 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/ISSUE_TEMPLATE/Accessibility.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ Which of our officially supported platforms is this issue occurring on? Please o
4343
- [ ] iOS: mWeb Chrome
4444
- [ ] Windows: Chrome
4545
- [ ] MacOS: Chrome / Safari
46-
- [ ] MacOS: Desktop
46+
47+
## Screenshots/Videos
4748

4849
**Version Number:**
4950
**Reproducible in staging?:**

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ jobs:
355355
needs: prep
356356
runs-on: macos-15-xlarge
357357
env:
358-
DEVELOPER_DIR: /Applications/Xcode_16.4.0.app/Contents/Developer
358+
DEVELOPER_DIR: /Applications/Xcode_26.0.app/Contents/Developer
359359
SHOULD_BUILD_APP: ${{ github.ref == 'refs/heads/staging' || fromJSON(needs.prep.outputs.IS_CHERRY_PICK) }}
360360
steps:
361361
- name: Checkout

.github/workflows/remote-build-android.yml

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,28 @@ jobs:
6060
rock-build-extra-params: '--extra-params -PreactNativeArchitectures=arm64-v8a,x86_64'
6161
comment-bot: false
6262

63-
- name: Verify ELF alignment
63+
- name: Download Rock artifact
64+
env:
65+
ARTIFACT_URL: ${{ env.ARTIFACT_URL }}
66+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67+
run: |
68+
echo "Downloading artifact from: $ARTIFACT_URL"
69+
curl -L \
70+
-H "Authorization: Bearer $GITHUB_TOKEN" \
71+
-H "Accept: application/octet-stream" \
72+
"$ARTIFACT_URL" -o artifact.zip
73+
unzip artifact.zip -d artifact_contents
74+
75+
- name: Find APK
6476
run: |
65-
APK_PATH=$(find android/app/build/outputs/apk -type f -name "*.apk" | head -n 1)
66-
echo "Using APK: $APK_PATH"
77+
APK=$(find artifact_contents -type f -name "*.apk" | head -n 1)
78+
if [ -z "$APK" ]; then
79+
echo "No APK found in artifact"
80+
exit 1
81+
fi
82+
echo "APK_PATH=$APK" >> "$GITHUB_ENV"
83+
echo "Using APK: $APK"
6784
85+
- name: Verify ELF alignment
86+
run: |
6887
scripts/check-elf-alignment.sh "$APK_PATH"

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
runs-on: ubuntu-latest
1818
env:
1919
CI: true
20-
NODE_OPTIONS: --max_old_space_size=8192
20+
NODE_OPTIONS: "--experimental-vm-modules --max-old-space-size=8192"
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
chunk: [ 1, 2, 3, 4 ]
24+
chunk: [1, 2, 3, 4, 5, 6, 7, 8]
2525
name: test (job ${{ fromJSON(matrix.chunk) }})
2626
steps:
2727
- name: Checkout
@@ -44,7 +44,7 @@ jobs:
4444
key: ${{ runner.os }}-jest
4545

4646
- name: Jest tests
47-
run: NODE_OPTIONS="$NODE_OPTIONS --experimental-vm-modules" npm test -- --silent --shard=${{ fromJSON(matrix.chunk) }}/${{ strategy.job-total }} --maxWorkers=4 --coverage --coverageDirectory=coverage/shard-${{ matrix.chunk }}
47+
run: npm test -- --silent --shard=${{ fromJSON(matrix.chunk) }}/${{ strategy.job-total }} --maxWorkers=2 --coverage --coverageDirectory=coverage/shard-${{ matrix.chunk }}
4848

4949
- name: Upload coverage to Codecov (PRs - tokenless)
5050
if: ${{ github.event_name == 'pull_request' }}

.github/workflows/verifyHybridApp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
name: Verify iOS HybridApp builds on main
114114
runs-on: macos-15-xlarge
115115
env:
116-
DEVELOPER_DIR: /Applications/Xcode_16.4.0.app/Contents/Developer
116+
DEVELOPER_DIR: /Applications/Xcode_26.0.app/Contents/Developer
117117
# Only run on pull requests that are *not* on a fork
118118
if: ${{ !github.event.pull_request.head.repo.fork && github.event_name == 'pull_request' }}
119119
steps:

Mobile-Expensify

__mocks__/Illustrations.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const CreditCardsNew = 'CreditCardsNew';
2121
const CreditCardsNewGreen = 'CreditCardsNewGreen';
2222
const InvoiceBlue = 'InvoiceBlue';
2323
const LaptopWithSecondScreenAndHourglass = 'LaptopWithSecondScreenAndHourglass';
24+
const RunningTurtle = 'RunningTurtle';
2425
const LockOpen = 'LockOpen';
2526
const Luggage = 'Luggage';
2627
const MoneyIntoWallet = 'MoneyIntoWallet';
@@ -29,6 +30,7 @@ const ConciergeBubble = 'ConciergeBubble';
2930
const TreasureChest = 'TreasureChest';
3031
const ThumbsUpStars = 'ThumbsUpStars';
3132
const Hands = 'Hands';
33+
const Hand = 'Hand';
3234
const SmartScan = 'SmartScan';
3335
const Hourglass = 'Hourglass';
3436
const CommentBubbles = 'CommentBubbles';
@@ -56,6 +58,9 @@ const Binoculars = 'Binoculars';
5658
const CompanyCard = 'CompanyCard';
5759
const ReceiptUpload = 'ReceiptUpload';
5860
const ExpensifyCardIllustration = 'ExpensifyCardIllustration';
61+
const ExpensifyCardImage = 'ExpensifyCardImage';
62+
const MultiScan = 'MultiScan';
63+
const Shutter = 'Shutter';
5964
const SplitBill = 'SplitBill';
6065
const PiggyBank = 'PiggyBank';
6166
const Pillow = 'Pillow';
@@ -134,6 +139,7 @@ export {
134139
CreditCardsNewGreen,
135140
InvoiceBlue,
136141
LaptopWithSecondScreenAndHourglass,
142+
RunningTurtle,
137143
LockOpen,
138144
Luggage,
139145
MoneyIntoWallet,
@@ -142,6 +148,7 @@ export {
142148
TreasureChest,
143149
ThumbsUpStars,
144150
Hands,
151+
Hand,
145152
SmartScan,
146153
Hourglass,
147154
CommentBubbles,
@@ -169,6 +176,9 @@ export {
169176
CompanyCard,
170177
ReceiptUpload,
171178
ExpensifyCardIllustration,
179+
ExpensifyCardImage,
180+
MultiScan,
181+
Shutter,
172182
SplitBill,
173183
PiggyBank,
174184
Pillow,

__mocks__/reportData/transactions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const transactionR14932: Transaction = {
3030
reimbursable: true,
3131
hasEReceipt: true,
3232
cardID: 0,
33-
modifiedAmount: '',
33+
modifiedAmount: 0,
3434
originalAmount: 0,
3535
comment: {},
3636
bank: '',
@@ -59,7 +59,7 @@ const transactionR98765: Transaction = {
5959
hasEReceipt: true,
6060
managedCard: false,
6161
billable: false,
62-
modifiedAmount: '',
62+
modifiedAmount: 0,
6363
cardID: 0,
6464
originalAmount: 0,
6565
comment: {},

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 1009025905
118-
versionName "9.2.59-5"
117+
versionCode 1009026105
118+
versionName "9.2.61-5"
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"

cspell.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@
9797
"capitalone",
9898
"CAROOT",
9999
"Carta",
100+
"cacerts",
101+
"changeit",
100102
"ccache",
101103
"ccupload",
102104
"cdfbmo",
@@ -211,10 +213,12 @@
211213
"Expensable",
212214
"expensescount",
213215
"Expensi",
216+
"Expensidev",
214217
"Expensicon",
215218
"Expensicons",
216219
"expensicorp",
217220
"Expensifier",
221+
"EXPENSIDEV",
218222
"EXPENSIFYAPI",
219223
"expensifyhelp",
220224
"expensifylite",
@@ -231,6 +235,7 @@
231235
"falso",
232236
"favicons",
233237
"Ferroalloy",
238+
"firebaselogging",
234239
"firstname",
235240
"Fiscale",
236241
"flac",
@@ -437,6 +442,7 @@
437442
"noopener",
438443
"noreferer",
439444
"noreferrer",
445+
"noprompt",
440446
"nosymbol",
441447
"Noto",
442448
"NSQS",
@@ -625,6 +631,7 @@
625631
"stdev",
626632
"stdlib",
627633
"storepass",
634+
"stackoverflow",
628635
"STORYLANE",
629636
"strikethrough",
630637
"Strikethrough",
@@ -676,6 +683,7 @@
676683
"tranid",
677684
"Transpiles",
678685
"trivago",
686+
"trustcacerts",
679687
"Typeform",
680688
"uatp",
681689
"UATP",

0 commit comments

Comments
 (0)