Skip to content

Commit

Permalink
Merge pull request #12 from LedgerHQ/update-icon
Browse files Browse the repository at this point in the history
Update icon
  • Loading branch information
sgliner-ledger authored Jul 19, 2023
2 parents ef2c365 + 6f9ab7c commit 418d7db
Show file tree
Hide file tree
Showing 118 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ APP_LOAD_PARAMS= --curve secp256k1 $(COMMON_LOAD_PARAMS)

APPVERSION_M=1
APPVERSION_N=1
APPVERSION_P=9
APPVERSION_P=10
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)

# Celo
Expand Down
Binary file modified glyphs/celo_64px.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions src/ui_settings_nbgl.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define NB_INFO_FIELDS 2
#define PAGE_START 0
#define NB_PAGE_SETTING 2
#define IS_TOUCHABLE true
#define IS_TOUCHABLE false

// Forward declaration
static void displaySettingsMenu(void);
Expand All @@ -31,6 +31,12 @@ static void onQuitCallback(void) {

static bool settingsNavCallback(uint8_t page, nbgl_pageContent_t *content) {
if (page == 0) {
content->type = INFOS_LIST;
content->infosList.nbInfos = NB_INFO_FIELDS;
content->infosList.infoTypes = (const char**) infoTypes;
content->infosList.infoContents = (const char**) infoContents;
}
else if (page == 1) {
switches[0].text = "Contract data";
switches[0].subText = "Allow contract data\nin transactions";
switches[0].token = SWITCH_CONTRACT_DATA_SET_TOKEN;
Expand All @@ -47,12 +53,6 @@ static bool settingsNavCallback(uint8_t page, nbgl_pageContent_t *content) {
content->switchesList.nbSwitches = NB_SETTINGS_SWITCHES - FIRST_USER_TOKEN,
content->switchesList.switches = (nbgl_layoutSwitch_t*) switches;
}
else if (page == 1) {
content->type = INFOS_LIST;
content->infosList.nbInfos = NB_INFO_FIELDS;
content->infosList.infoTypes = (const char**) infoTypes;
content->infosList.infoContents = (const char**) infoContents;
}
else {
return false;
}
Expand Down
Binary file modified stax_app_celo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/python/snapshots/nanox/test_celo_derive_address/00003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/python/snapshots/nanox/test_sign_data/00002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/python/snapshots/nanox/test_sign_data/00003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/python/snapshots/stax/test_celo_derive_address/00000.png
Binary file modified tests/python/snapshots/stax/test_celo_derive_address/00001.png
Binary file modified tests/python/snapshots/stax/test_celo_derive_address/00002.png
Binary file modified tests/python/snapshots/stax/test_celo_derive_address/00003.png
Binary file modified tests/python/snapshots/stax/test_celo_derive_address/00004.png
Binary file modified tests/python/snapshots/stax/test_celo_derive_address/00005.png
Binary file modified tests/python/snapshots/stax/test_sign_data/00000.png
Binary file modified tests/python/snapshots/stax/test_sign_data/00001.png
Binary file modified tests/python/snapshots/stax/test_sign_data/00002.png
Binary file modified tests/python/snapshots/stax/test_sign_data/00003.png
Binary file modified tests/python/snapshots/stax/test_sign_data/00004.png
Binary file modified tests/python/snapshots/stax/test_sign_transaction_lock/00000.png
Binary file modified tests/python/snapshots/stax/test_sign_transaction_lock/00001.png
Binary file modified tests/python/snapshots/stax/test_sign_transaction_lock/00002.png
Binary file modified tests/python/snapshots/stax/test_sign_transaction_lock/00003.png
Binary file modified tests/python/snapshots/stax/test_sign_transaction_vote/00000.png
Binary file modified tests/python/snapshots/stax/test_sign_transaction_vote/00001.png
Binary file modified tests/python/snapshots/stax/test_sign_transaction_vote/00002.png
Binary file modified tests/python/snapshots/stax/test_sign_transaction_vote/00003.png
Binary file modified tests/python/snapshots/stax/test_sign_transaction_vote/00004.png

0 comments on commit 418d7db

Please sign in to comment.