Skip to content

Releases: LedgerHQ/ledger-live

@ledgerhq/[email protected]

26 Apr 12:29
Compare
Choose a tag to compare

3.20.1

Patch Changes

  • #3304 c20a0d4284 Thanks @live-github-bot! - Patch asyncstorage-down to import AsyncStorage from @react-native-async-storage/async-storage

    Ledger Live Mobile has been recently updated to 0.71. One side effect is that AsyncStorage was removed from the main react-native package and moved to @react-native-async-storage/async-storage.

    LLM relies on an fs polyfill using asyncstorage-down under the hood, but the latter is now broken because it contains one hardcoded require call:

    require("react-native").AsyncStorage;

    Patching asyncstorage-down to import AsyncStorage from the right package should solve the issue.

@ledgerhq/[email protected]

24 Apr 15:48
Compare
Choose a tag to compare

3.20.0

Minor Changes

Patch Changes

@ledgerhq/[email protected]

24 Apr 15:48
Compare
Choose a tag to compare

2.57.1

Patch Changes

@ledgerhq/[email protected]

17 Apr 15:14
Compare
Choose a tag to compare

3.19.0

Minor Changes

  • #2861 0941844a56 Thanks @cksanders! - - Update Kotlin version
    • Updated wallet-api-server and wallet-api-core version
    • Add Next storage & remove obsolete AsyncStorage_db_size_in_MB
    • Added wallet api storage support
    • Add stable & tested LLD storage support

Patch Changes

  • #3120 76f4c19ce6 Thanks @RamyEB! - Remove the cancel button and make the top left arrow return user to Browse Web3.
  • #3111 e6e71dc909 Thanks @grsoares21! - Fix a bug on the firmware update making the app to be stuck in a single step of the update model while the device updated.
  • #3116 37b05b991d Thanks @IAmMorrow! - Fixed a regression on LLD live-app sdk exchange app; backported exchange app from live-app-sdk to wallet-api; added "allow debug apps" in LLM developers menu
  • #3129 7d0f4855de Thanks @Justkant! - fix: navigation.pop in DeviceConnect

    As it can be used in the Onboarding base navigator now, if you pop by getting the parent, you will pop the BaseNavigator

@ledgerhq/[email protected]

17 Apr 15:14
Compare
Choose a tag to compare

2.57.0

Minor Changes

  • #2861 0941844a56 Thanks @cksanders! - - Update Kotlin version
    • Updated wallet-api-server and wallet-api-core version
    • Add Next storage & remove obsolete AsyncStorage_db_size_in_MB
    • Added wallet api storage support
    • Add stable & tested LLD storage support

Patch Changes

@ledgerhq/[email protected]

03 Apr 09:51
Compare
Choose a tag to compare

3.18.0

Minor Changes

Patch Changes

  • #2935 2b770e6eb9 Thanks @sarneijim! - Move stake account button to main account buttons

  • #2996 ecffe19c8b Thanks @jules-grenier-ledger! - Hide recover webview header for prod env

  • #2980 8484021aac Thanks @juan-cortes! - allow symbols in env override debug menu

  • #2816 10fb40d740 Thanks @pierrelouis-c! - Add Custom lock screen welcome video on LLM

  • #2879 c6a88dd5ab Thanks @juan-cortes! - Improve account generator to support delisted tokens

  • #2988 6d3814d8c3 Thanks @sarneijim! - Add stake button as third button in main account actions

  • #3063 3ff4c9c3fb Thanks @live-github-bot! - Fix a bug on the firmware update making the app to be stuck in a single step of the update model while the device updated.

  • #3063 a2ba8c5c6a Thanks @live-github-bot! - Fixed upsell triggering even if feature flag is off

  • #3035 b9c14af6e1 Thanks @mlegall-ledger! - Recover - New upsell modal at the end of onboarding for LLM - LNX

  • #3063 803fbee943 Thanks @live-github-bot! - fix: recover deeplinks

  • #2912 475f7bea64 Thanks @alexandremgo! - feat: Android native module for location services

    Location services are needed when BLE scanning.
    This Android Native module provides:

    • a method to check and enable if necessary the location service
    • a method to listen to the state (enabled/disabled) of the location service

    Also new hook useAndroidEnableLocation using this native module to simplify enabling location services

  • #2956 6abe8dd35b Thanks @alexandremgo! - feat: handle new restore flags in sync onboarding

  • #2911 fb464093d8 Thanks @juan-cortes! - Provide QA with a way of destroying data without uninstalling

  • #3017 65134b090f Thanks @mlegall-ledger! - Updated Lotties on recover flow in LLM

  • #3026 0b51a77c6c Thanks @juan-cortes! - Make exported logs formatted by default

  • #2912 af136336a2 Thanks @alexandremgo! - feat: new bluetooth requirements error views

    Components handling different requirements error views:

    • bluetooth permissions not granted
    • bluetooth disabled
    • location permissions nos granted (if needed)
    • location disabled (if needed)
      using a new GenericInformationalView component.

    Also some cleaning on error message handling and how some requirements checks were handled

  • #2944 1fff4d499c Thanks @juan-cortes! - Drop importDatString from LLM

  • #3037 7bfd14cbce Thanks @juan-cortes! - Fix e2e tests that broke during redux rework

  • #2963 40a27aa74c Thanks @sarneijim! - Tezos no funds implementation & track stake account button

  • #2912 759f11851d Thanks @alexandremgo! - feat: flexible bluetooth requirements check and request with drawer and hook

    Possible more fine-grained requirements check and request (only for BLE connecting, or also BLE scanning) with the usage of useRequireBluetooth + RequiresBluetoothDrawer

    Centralized the generic UI of the drawer content in GenericInformationalDrawerContent

    Implemented drawer + hook bluetooth requirements check and requests for:

    • current device selection component
    • new device selection component
    • SkipSelectDevice component which automatically select the last connected device

    Also added a debug screen for bluetooth requirements check and request

  • #2814 81a0cbb8ee Thanks @juan-cortes! - Adapt UX of install set of apps for missing dependencies

  • #3028 92a0a67e62 Thanks @RamyEB! - Warning message when app not Found on DiscoverV2

  • #2978 c06ebd58f6 Thanks @sarneijim! - Add common stake flow to lld

  • #2903 ba7c9d40b8 Thanks @juan-cortes! - Fix UI for add account flow account list screen

  • #2843 61848df7ef Thanks @pierrelouis-c! - SyncOnboarding: adapt to changes in VerticalTimeline component
    SyncOnboarding: proper implementation of the "seed" step UI
    SyncOnboarding: add ContinueOnDevice UI element where needed
    StorylyStories: play icon and blurred thumbnail for story group...

Read more

@ledgerhq/[email protected]

03 Apr 09:51
Compare
Choose a tag to compare

2.56.0

Minor Changes

Patch Changes

@ledgerhq/[email protected]

17 Mar 09:47
Compare
Choose a tag to compare

3.17.0

Minor Changes

Patch Changes

Read more

@ledgerhq/[email protected]

17 Mar 09:47
Compare
Choose a tag to compare

2.55.0

Minor Changes

Patch Changes

@ledgerhq/[email protected]

06 Mar 12:50
Compare
Choose a tag to compare

3.16.1

Patch Changes