Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: first pass at fixing collectibles transition #19945

Merged
merged 1 commit into from
May 24, 2024

Commits on May 24, 2024

  1. chore: first pass at fixing collectibles transition

    Fix hidden hook usage
    
    Improve logging for unsupported collectibles
    
    Fix re-rendering of collectibles in flat-list
    
    chore: clean up implementation and speed up animation
    
    remove apply animations to style
    
    chore: use default opacity
    
    chore: use default opacity
    
    chore: add issue to todo
    
    chore: use flex
    
    chore: flex
    
    Avatars/Community Avatar Component (#20147)
    
    Avatars/dApp Avatar Component (#20145)
    
    Update eth-archival pokt url
    
    Remove not implemented Notification settings from community longtap m… (#20169)
    
    pick between JSC & Hermes for Android (#20171)
    
    We implement both `JSC` and `Hermes` in build phase of `Android` which increases our `APK` size by ~ `2 MB`.
    This was fine before but currently we have to get below the `100 MB` limit.
    
    This commit implements the preferred engine after inferring `hermesEnabled`  property from gradle.properties
    This property is modified at build time for release here
    https://github.com/status-im/status-mobile/blob/178d62bd276afffef5fe7a3f773e390d83336d9c/nix/mobile/android/build.nix#L17
    and set for debug here
    https://github.com/status-im/status-mobile/blob/178d62bd276afffef5fe7a3f773e390d83336d9c/Makefile#L280
    
    Which should further reduce the `APK` size by `2 MB`.
    
    [#19232] - Fix derivation path generation and keypair creation (#19531)
    
    * Add more default dependencies to slide button
    
    * Fix wallet account creation: derivation paths and keypairs
    J-Son89 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    bde0a3b View commit details
    Browse the repository at this point in the history