Skip to content

Commit

Permalink
Merge pull request #2560 from Expensify/main
Browse files Browse the repository at this point in the history
  • Loading branch information
OSBotify authored Apr 23, 2021
2 parents 5e80565 + 853bd90 commit 10c47e0
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/actions/markPullRequestsAsDeployed/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
description: "Check if deploying to production"
required: false
default: "false"
VERSION:
DEPLOY_VERSION:
description: "The app version in which the pull requests were deployed"
required: true
GITHUB_TOKEN:
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/markPullRequestsAsDeployed/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const prList = JSON.parse(core.getInput('PR_LIST', {required: true}));
const isProd = JSON.parse(
core.getInput('IS_PRODUCTION_DEPLOY', {required: true}),
);
const version = JSON.parse(core.getInput('VERSION', {required: true}));
const version = JSON.parse(core.getInput('DEPLOY_VERSION', {required: true}));
const token = core.getInput('GITHUB_TOKEN', {required: true});
const octokit = github.getOctokit(token);
const githubUtils = new GithubUtils(octokit);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const prList = JSON.parse(core.getInput('PR_LIST', {required: true}));
const isProd = JSON.parse(
core.getInput('IS_PRODUCTION_DEPLOY', {required: true}),
);
const version = JSON.parse(core.getInput('VERSION', {required: true}));
const version = JSON.parse(core.getInput('DEPLOY_VERSION', {required: true}));
const token = core.getInput('GITHUB_TOKEN', {required: true});
const octokit = github.getOctokit(token);
const githubUtils = new GithubUtils(octokit);
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/platformDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ jobs:
with:
PR_LIST: ${{ steps.getReleasePRList.outputs.PR_LIST }}
IS_PRODUCTION_DEPLOY: ${{ env.SHOULD_DEPLOY_PRODUCTION == 'true' }}
VERSION: ${{ env.VERSION }}
DEPLOY_VERSION: ${{ env.VERSION }}
GITHUB_TOKEN: ${{ secrets.OS_BOTIFY_TOKEN }}
ANDROID: ${{ needs.android.result }}
DESKTOP: ${{ needs.desktop.result }}
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled rootProject.ext.multiDexEnabled
versionCode 1001002902
versionName "1.0.29-2"
versionCode 1001002903
versionName "1.0.29-3"
}
splits {
abi {
Expand Down
2 changes: 1 addition & 1 deletion ios/ExpensifyCash/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.0.29.2</string>
<string>1.0.29.3</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/ExpensifyCashTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0.29.2</string>
<string>1.0.29.3</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expensify.cash",
"version": "1.0.29-2",
"version": "1.0.29-3",
"author": "Expensify, Inc.",
"homepage": "https://expensify.cash",
"description": "Expensify.cash is the next generation of Expensify: a reimagination of payments based atop a foundation of chat.",
Expand Down
1 change: 1 addition & 0 deletions src/CONST.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const CONST = {
PDF_VIEWER_URL: '/pdf/web/viewer.html',
EXPENSIFY_ICON_URL: `${CLOUDFRONT_URL}/images/favicon-2019.png`,
UPWORK_URL: 'https://www.upwork.com/ab/jobs/search/?q=Expensify%20React%20Native&user_location_match=2',
GITHUB_URL: 'https://github.com/Expensify/Expensify.cash',
TERMS_URL: 'https://use.expensify.com/terms',
PRIVACY_URL: 'https://use.expensify.com/privacy',
LICENSES_URL: 'https://use.expensify.com/licenses',
Expand Down
23 changes: 23 additions & 0 deletions src/pages/signin/SignInPageLayout/SignInPageLayoutNarrow.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import ExpensifyCashLogo from '../../../../assets/images/expensify-cash.svg';
import welcomeScreenshot from '../../../../assets/images/welcome-screenshot.png';
import TermsAndLicenses from '../TermsAndLicenses';
import WelcomeText from '../../../components/WelcomeText';
import openURLInNewTab from '../../../libs/openURLInNewTab/index.native';
import CONST from '../../../CONST';

const propTypes = {

Expand Down Expand Up @@ -55,6 +57,27 @@ const SignInPageLayoutNarrow = props => (
)}

{props.shouldShowWelcomeText && <WelcomeText />}
<View>
<Text style={[styles.textLabel, styles.mt6]}>
Expensify.cash is open source. View
{' '}
<Text
style={[styles.link]}
onPress={() => openURLInNewTab(CONST.GITHUB_URL)}
>
the code
</Text>
. View
{' '}
<Text
style={[styles.link]}
onPress={() => openURLInNewTab(CONST.UPWORK_URL)}
>
open jobs
</Text>
.
</Text>
</View>
</View>
<TermsAndLicenses />
</View>
Expand Down
23 changes: 23 additions & 0 deletions src/pages/signin/SignInPageLayout/SignInPageLayoutWide.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import welcomeScreenshot from '../../../../assets/images/welcome-screenshot-wide
import variables from '../../../styles/variables';
import TermsAndLicenses from '../TermsAndLicenses';
import WelcomeText from '../../../components/WelcomeText';
import openURLInNewTab from '../../../libs/openURLInNewTab';
import CONST from '../../../CONST';

const propTypes = {
// The children to show inside the layout
Expand Down Expand Up @@ -54,6 +56,27 @@ const SignInPageLayoutWide = props => (
<WelcomeText textSize="large" />
</View>
)}
<View>
<Text style={[styles.textLabel]}>
Expensify.cash is open source. View
{' '}
<Text
style={[styles.link]}
onPress={() => openURLInNewTab(CONST.GITHUB_URL)}
>
the code
</Text>
. View
{' '}
<Text
style={[styles.link]}
onPress={() => openURLInNewTab(CONST.UPWORK_URL)}
>
open jobs
</Text>
.
</Text>
</View>
<TermsAndLicenses />
</View>
</View>
Expand Down

0 comments on commit 10c47e0

Please sign in to comment.