This repository has been archived by the owner on Jun 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release/v3.0.x: (335 commits) Bump android version to v2.40.0-36176140 (nightly) Bump iOS version to v3.0.8-374 Bump android version to v3.0.8-36176141 v3.0.8 fix/discover remove apps link for ios on discover fix/privacypolicy url issue for turk + fix/onboarding quizz double click issue Bump android version to v2.40.0-36176139 (nightly) Bump iOS version to v3.0.7-373 Bump android version to v3.0.7-36176140 v3.0.7 LIVE-1954 fix market no network indicator LIVE-1983 fix external web link issue in onboarding Bump android version to v2.40.0-36176138 (nightly) Bump iOS version to v3.0.6-372 Bump android version to v3.0.6-36176139 v3.0.6 fix/assets sync indicator spin missing bugfix/tron-edit-votes-keyboard-view-missing fixed (#2433) fix/wallet connect issue in react missuse of a hook fix/nft deactivate pan and zoom for now ...
- Loading branch information
Showing
917 changed files
with
41,270 additions
and
105,144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
--- | ||
BUNDLE_PATH: "vendor/bundle" | ||
BUNDLE_FORCE_RUBY_PLATFORM: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
APP_NAME="LL DEV" | ||
SENTRY_DSN=https://[email protected]/273101 | ||
SENTRY_ENVIRONMENT=adhoc | ||
SENTRY_DSN=https://[email protected]/6323440 | ||
ANALYTICS_TOKEN=jfUZbw28ig8JpEi9DZpTUc21dKUKu1e3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
APP_NAME="Ledger Live" | ||
SENTRY_DSN=https://[email protected]/273101 | ||
SENTRY_ENVIRONMENT=production | ||
SENTRY_DSN=https://[email protected]/6323440 | ||
ANALYTICS_TOKEN=jfUZbw28ig8JpEi9DZpTUc21dKUKu1e3 | ||
GOOGLE_SERVICE_INFO_NAME="GoogleService-Info-Production" | ||
ADJUST_APP_TOKEN=104p56owfekg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
APP_NAME="LL [STAGING]" | ||
SENTRY_DSN=https://[email protected]/273101 | ||
SENTRY_ENVIRONMENT=staging | ||
SENTRY_DSN=https://[email protected]/6323440 | ||
ANALYTICS_TOKEN=jfUZbw28ig8JpEi9DZpTUc21dKUKu1e3 | ||
GOOGLE_SERVICE_INFO_NAME="GoogleService-Info-Staging" | ||
ADJUST_APP_TOKEN=v88jjyrsto8w |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,17 +8,12 @@ on: | |
- develop | ||
- master | ||
|
||
jobs: | ||
cancel-previous: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Cancel Previous Runs | ||
uses: styfle/[email protected] | ||
with: | ||
access_token: ${{ secrets.GITHUB_TOKEN }} | ||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
check-if-fork: | ||
needs: [cancel-previous] | ||
runs-on: ubuntu-20.04 | ||
outputs: | ||
forked: ${{ steps.forked.outputs.forked }} | ||
|
@@ -86,7 +81,19 @@ jobs: | |
java-version: 1.8 | ||
- name: Setup Android SDK | ||
uses: android-actions/[email protected] | ||
- uses: ledgerhq/actions/packages/has-hash-commit-deps@main | ||
id: has-hash-commit-deps | ||
with: | ||
workspace: ${{ github.workspace }} | ||
- name: install dependencies | ||
if: ${{ steps.has-hash-commit-deps.outputs.has-hash-commit-deps == 'true' }} | ||
env: | ||
JOBS: max | ||
run: yarn --frozen-lockfile --network-timeout 100000 --network-concurrency 1 | ||
- name: install dependencies | ||
if: ${{ steps.has-hash-commit-deps.outputs.has-hash-commit-deps == 'false' }} | ||
env: | ||
JOBS: max | ||
run: yarn --frozen-lockfile --network-timeout 100000 | ||
- uses: ledgerhq/actions/[email protected] | ||
id: version | ||
|
@@ -134,7 +141,19 @@ jobs: | |
- uses: ruby/setup-ruby@v1 | ||
with: | ||
ruby-version: 2.6 | ||
- uses: ledgerhq/actions/packages/has-hash-commit-deps@main | ||
id: has-hash-commit-deps | ||
with: | ||
workspace: ${{ github.workspace }} | ||
- name: install dependencies | ||
if: ${{ steps.has-hash-commit-deps.outputs.has-hash-commit-deps == 'true' }} | ||
env: | ||
JOBS: max | ||
run: yarn --frozen-lockfile --network-timeout 100000 --network-concurrency 1 | ||
- name: install dependencies | ||
if: ${{ steps.has-hash-commit-deps.outputs.has-hash-commit-deps == 'false' }} | ||
env: | ||
JOBS: max | ||
run: yarn --frozen-lockfile --network-timeout 100000 | ||
- uses: ledgerhq/actions/[email protected] | ||
id: version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,7 @@ build/ | |
.gradle | ||
local.properties | ||
*.iml | ||
*.hprof | ||
|
||
# node.js | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.