Skip to content

Commit 31b27c5

Browse files
committed
Merge branch 'main' into kureev/update-react-native-blob-util
2 parents e76da97 + d44598e commit 31b27c5

178 files changed

Lines changed: 3428 additions & 2144 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/workflows/cspell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
name: 🔍 spellcheck
1212
steps:
13-
- uses: actions/checkout@v4
14-
- uses: streetsidesoftware/cspell-action@v6
13+
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
14+
- uses: streetsidesoftware/cspell-action@72ae91e90fa38f2335a60e233a847a6d00a9f221
1515
with:
1616
files: "**/*"
1717
root: "."

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 1009022702
118-
versionName "9.2.27-2"
117+
versionCode 1009022800
118+
versionName "9.2.28-0"
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/plus-minus.svg

Lines changed: 1 addition & 0 deletions
Loading

contributingGuides/STYLING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ All non-theme-related styles must be defined in the `/styles` directory and `sty
99
The styles are grouped into:
1010
- `staticStyles` - object wrapped into `StyleSheet.create()` which contains static styles based on the `theme`.
1111
- `dynamicStyles` - object that contains functions which return dynamic styles
12+
- `plainStyles` - object that contains styles, which cannot be wrapped by StyleSheet.create eg. because of requirements of 3rd party libraries
1213

1314
All styles that contain theme colors have to be defined in the `ThemeStylesProvider` component, as those need to be dynamically created and animated.
1415

docs/articles/new-expensify/expensify-card/Cardholder-Settings-and-Features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Get real-time alerts for purchases and declines by enabling push notifications.
4949
4. Toggle notifications **On**.
5050
5. Customize your alert style based on your preferences.
5151

52-
See this guide for more information on [setting up Expensify Card notifications](https://help.expensify.com/articles/new-expensify/expensify-card/Enable-Expensify-Card-notifications).
52+
See this guide for more information on [setting up Expensify Card notifications](https://help.expensify.com/articles/new-expensify/expensify-card/Expensify-Card-Notifications).
5353

5454
---
5555

docs/articles/new-expensify/wallet-and-payments/Pay-an-invoice.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ You can also view all unpaid invoices by searching for the sender’s email or p
3535

3636
{% include faq-begin.md %}
3737

38+
**Why can't I add a debit or credit card to pay an invoice?**
39+
40+
If the **Add a debit or credit card** option is missing, it means that the invoice sender has not added a verified bank account to receive payment.
41+
3842
**Can someone else pay an invoice besides the person who received it?**
3943

4044
No, only the person who received the invoice will see the option to pay it.

docs/redirects.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -889,3 +889,4 @@ https://help.expensify.com/new-expensify/hubs/getting-started/Free-Features-in-E
889889
https://community.expensify.com/discussion/4754/how-to-share-a-reimbursement-account,https://help.expensify.com/articles/expensify-classic/bank-accounts-and-payments/bank-accounts/Share-Verified-Business-Bank-Account
890890
https://help.expensify.com/articles/expensify-classic/expensify-card/Set-Up-the-Expensify-Visa®-Commercial-Card-for-your-Company.md,https://help.expensify.com/articles/expensify-classic/expensify-card/Set-Up-the-Expensify-Visa-Commercial-Card-for-your-Company.md
891891
https://help.expensify.com/classic,https://help.expensify.com/expensify-classic/hubs/
892+
https://help.expensify.com/articles/new-expensify/expensify-card/Enable-Expensify-Card-notifications,https://help.expensify.com/articles/new-expensify/expensify-card/Expensify-Card-Notifications

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.2.27</string>
26+
<string>9.2.28</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.2.27.2</string>
47+
<string>9.2.28.0</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.2.27</string>
14+
<string>9.2.28</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.2.27.2</string>
16+
<string>9.2.28.0</string>
1717
<key>NSExtension</key>
1818
<dict>
1919
<key>NSExtensionPointIdentifier</key>

0 commit comments

Comments
 (0)