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

New Implementation of RNFS for Windows #952

Merged
merged 72 commits into from
Apr 12, 2023
Merged

Commits on Jul 8, 2020

  1. Configuration menu
    Copy the full SHA
    1be2241 View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    avmoroz committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    abb1930 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Implement Unit Tests

    avmoroz committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    96e3690 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Configuration menu
    Copy the full SHA
    60302d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Configuration menu
    Copy the full SHA
    1e8c3a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Implement stat

    avmoroz committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    82fd113 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Implement hash method

    avmoroz committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    f2aa4f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2020

  1. Add Initial Download

    avmoroz committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    e8b0542 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Add Demo App functionality

    avmoroz committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    9f2d471 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Configuration menu
    Copy the full SHA
    6055684 View commit details
    Browse the repository at this point in the history
  2. Fix Stat functionality

    avmoroz committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    ed30f0c View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Configuration menu
    Copy the full SHA
    e4fe048 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Configuration menu
    Copy the full SHA
    0e50237 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Implemented downloadFile

    avmoroz committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    8aea2e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    f1ce0fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    716e141 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Configuration menu
    Copy the full SHA
    06f05fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf55697 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    3c79655 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    33991fb View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Rename variables for clarity

    avmoroz committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    52071ec View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2020

  1. Configuration menu
    Copy the full SHA
    fa432b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Configuration menu
    Copy the full SHA
    af50f60 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Configuration menu
    Copy the full SHA
    00a8057 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Added progressInterval value

    avmoroz committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    8301d83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ea16ca View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Configuration menu
    Copy the full SHA
    1a39cd3 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Modified error messages

    avmoroz committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    3b088dd View commit details
    Browse the repository at this point in the history
  2. Remove temp files

    avmoroz committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    143d332 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    582b0af View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Configuration menu
    Copy the full SHA
    c9a8ef1 View commit details
    Browse the repository at this point in the history
  2. Modified error messages

    avmoroz committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    227fb3c View commit details
    Browse the repository at this point in the history
  3. Removed duplicate files

    avmoroz committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    3479e18 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Configuration menu
    Copy the full SHA
    58e4c7d View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    a9f78a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Configuration menu
    Copy the full SHA
    d0f8f86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb208ee View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. All RNFSModuleTests pass

    avmoroz committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    0511a09 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Configuration menu
    Copy the full SHA
    880ce13 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Initial Package setup

    avmoroz committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    988f756 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Configuration menu
    Copy the full SHA
    e75da47 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Configuration menu
    Copy the full SHA
    6474dd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e884fa View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. v2.16.7

    avmoroz committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    e04c497 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. Updated touch method

    avmoroz committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    7731ac5 View commit details
    Browse the repository at this point in the history
  2. Updated Package Variables

    avmoroz committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    0c41eb8 View commit details
    Browse the repository at this point in the history
  3. v2.16.8

    avmoroz committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    6c609f8 View commit details
    Browse the repository at this point in the history
  4. Removed outdated tests

    avmoroz committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    a54e9f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Update FS.common.js

    Co-authored-by: Alexander Sklar <asklar@microsoft.com>
    avmoroz and asklar committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    924a575 View commit details
    Browse the repository at this point in the history
  2. Update FS.common.js

    Co-authored-by: Alexander Sklar <asklar@microsoft.com>
    avmoroz and asklar committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    529a8ce View commit details
    Browse the repository at this point in the history
  3. Update FS.common.js

    Co-authored-by: Alexander Sklar <asklar@microsoft.com>
    avmoroz and asklar committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    0f86ebe View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Configuration menu
    Copy the full SHA
    a3ad1c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3771b27 View commit details
    Browse the repository at this point in the history
  3. Removed button in App.tsx

    avmoroz committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    fc07818 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Configuration menu
    Copy the full SHA
    1adeca6 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Modified mkdir

    avmoroz committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    b08bfb0 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Modified appendFile()

    avmoroz committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    5dd0d1c View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Update exists()

    avmoroz committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    66ab743 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Update mkdir()

    avmoroz committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    a4e70af View commit details
    Browse the repository at this point in the history
  2. Update unlink()

    avmoroz committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    06b7a05 View commit details
    Browse the repository at this point in the history
  3. Update stat()

    avmoroz committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    eb160b8 View commit details
    Browse the repository at this point in the history
  4. Update stat()

    avmoroz committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    ea202d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a612e71 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0388db0 View commit details
    Browse the repository at this point in the history
  7. Update touch()

    avmoroz committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    638881a View commit details
    Browse the repository at this point in the history
  8. Fix indentation

    avmoroz committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    1571211 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Update mkdir()

    avmoroz committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    8ca8b26 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Update availableHashes

    avmoroz committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    8361c2a View commit details
    Browse the repository at this point in the history
  2. Update package.json

    avmoroz committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    c30d00c View commit details
    Browse the repository at this point in the history
  3. Update pch.h

    avmoroz committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    902151a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a378a71 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2021

  1. Configuration menu
    Copy the full SHA
    e8e092c View commit details
    Browse the repository at this point in the history