Skip to content

Commit 92f7039

Browse files
committed
Merge branch 'main' of https://github.com/Expensify/App into feat/62281-business-tax-id-desc
2 parents 53dfdb1 + 4c48b2c commit 92f7039

369 files changed

Lines changed: 41046 additions & 41241 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/actions/javascript/proposalPoliceComment/index.js

Lines changed: 9073 additions & 13922 deletions
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
branches-ignore: [staging, production]
7+
paths-ignore: ['docs/**', 'contributingGuides/**', 'help/**', '.github/**', 'scripts/**', 'tests/**']
78

89
concurrency:
910
group: ${{ github.workflow }}-${{ github.ref }}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
branches-ignore: [staging, production]
7+
paths-ignore: ['docs/**', 'contributingGuides/**', 'help/**', '.github/**', 'scripts/**', 'tests/**']
78

89
concurrency:
910
group: ${{ github.workflow }}-${{ github.ref }}

Mobile-Expensify

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ You can only build HybridApp if you have been granted access to [`Mobile-Expensi
510510
[submodule "Mobile-Expensify"]
511511
ignore = all
512512
```
513-
4. Run `git config --global submodule.recurse true` in order to have the submodule updated when you pull App
513+
4. Run `git config --global submodule.recurse true` in order to have the submodule updated when you pull App.
514514

515515

516516
> [!Note]

__mocks__/@ua/react-native-airship.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ enum EventType {
66
PushReceived = 'com.airship.push_received',
77
}
88

9+
// eslint-disable-next-line no-restricted-syntax
10+
enum PermissionStatus {
11+
Granted = 'granted',
12+
Denied = 'denied',
13+
NotDetermined = 'not_determined',
14+
}
15+
916
// eslint-disable-next-line @typescript-eslint/no-namespace
1017
namespace iOS {
1118
/**
@@ -71,4 +78,4 @@ const Airship: Partial<AirshipRoot> = {
7178

7279
export default Airship;
7380

74-
export {EventType, iOS};
81+
export {EventType, iOS, PermissionStatus};

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 1009016700
118-
versionName "9.1.67-0"
117+
versionCode 1009016902
118+
versionName "9.1.69-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/emojis/index.ts

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import type {Locale} from '@src/types/onyx';
1+
import type {FullySupportedLocale} from '@src/CONST/LOCALES';
22
import emojis from './common';
33
import type {Emoji, EmojisList} from './types';
44

55
type EmojiTable = Record<string, Emoji>;
66

7-
type LocaleEmojis = Partial<Record<Locale, EmojisList>>;
7+
type LocaleEmojis = Partial<Record<FullySupportedLocale, EmojisList>>;
88

99
const emojiNameTable = emojis.reduce<EmojiTable>((prev, cur) => {
1010
const newValue = prev;
@@ -32,13 +32,12 @@ const localeEmojis: LocaleEmojis = {
3232
es: undefined,
3333
};
3434

35-
const importEmojiLocale = (locale: Locale) => {
36-
const normalizedLocale = locale.toLowerCase().split('-').at(0) as Locale;
37-
if (!localeEmojis[normalizedLocale]) {
38-
const emojiImportPromise = normalizedLocale === 'en' ? import('./en') : import('./es');
35+
const importEmojiLocale = (locale: FullySupportedLocale) => {
36+
if (!localeEmojis[locale]) {
37+
const emojiImportPromise = locale === 'en' ? import('./en') : import('./es');
3938
return emojiImportPromise.then((esEmojiModule) => {
4039
// it is needed because in jest test the modules are imported in double nested default object
41-
localeEmojis[normalizedLocale] = esEmojiModule.default.default ? (esEmojiModule.default.default as unknown as EmojisList) : esEmojiModule.default;
40+
localeEmojis[locale] = esEmojiModule.default.default ? (esEmojiModule.default.default as unknown as EmojisList) : esEmojiModule.default;
4241
});
4342
}
4443
return Promise.resolve();

assets/images/menu.svg

Lines changed: 9 additions & 1 deletion
Loading

cspell.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@
450450
"positionMillis",
451451
"Postharvest",
452452
"Postproduction",
453+
"Précédent",
453454
"precheck",
454455
"Precheck",
455456
"prescribers",
@@ -601,6 +602,7 @@
601602
"uimanager",
602603
"ukkonen",
603604
"unapprove",
605+
"unapproves",
604606
"unassigning",
605607
"Unassigning",
606608
"unassigns",
@@ -678,7 +680,8 @@
678680
"zoneinfo",
679681
"zxcv",
680682
"zxldvw",
681-
"مثال"
683+
"مثال",
684+
"pnrs"
682685
],
683686
"ignorePaths": [
684687
"src/languages/de.ts",

0 commit comments

Comments
 (0)