Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Apr 25, 2023

  1. feat(file-system): allow copy when opening a File (#10274)

    * feat: add copy file to file-system
    
    * feat(file-system): allow temp copy of files opened with File.fromPath
    
    * chore: remove log
    
    * chore: remove log
    
    * fix: only copy if true
    
    ---------
    
    Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
    triniwiz and NathanWalker committed Apr 25, 2023

Commits on Apr 22, 2023

Commits on Apr 17, 2023

  1. revert: "fix(core/platform): fixed types for sdkVersion and osVersion" (

    #10270)
    
    Revert "fix(core): sdkVersion and osVersion type adjustments (#10269)"
    
    This reverts commit f8edee4.
    NathanWalker committed Apr 17, 2023
  2. fix(core): sdkVersion and osVersion type adjustments (#10269)

    - These two return a number in Android (can't test iOS). Adding this fix would make expressions such as `Device.sdkVersion >= 23` possible without the need to add `@ts-ignore` before
    
    - Updated JSDoc to reflect Android behavior
    guillemc23 committed Apr 17, 2023

Commits on Apr 13, 2023

Commits on Apr 4, 2023

  1. ci: use python3

    rigor789 committed Apr 4, 2023
Older