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

feat: implement file sharing from cozy-stack to external apps #1088

Merged
merged 10 commits into from
Jan 5, 2024

Commits on Dec 20, 2023

  1. feat: add react-native-share to the application

    Tested on emulator
    acezard committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    5ccc579 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3af4674 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. feat: Implement file download,write,share

    Main functions with typing and unit test.
    Some refactoring will be applied.
    The method has been tested and does
    share files fetched from the stack
    acezard committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    c91b54b View commit details
    Browse the repository at this point in the history
  2. feat: implement overlay loading screen

    Using blurring lib
    Have some issues with progressbar
    acezard committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    86e0a13 View commit details
    Browse the repository at this point in the history
  3. feat: implement user flow logic

    Using OsReceive feature as a backbone
    acezard committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    9838c98 View commit details
    Browse the repository at this point in the history
  4. feat: improve error handling

    Error message and Toaster
    acezard committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    6146949 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. feat: Add Story for LoadingOverlay

    Also update storybooy config a bit for better UI
    acezard committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    b622021 View commit details
    Browse the repository at this point in the history
  2. feat: update podfile for iOS

    acezard committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    49eef87 View commit details
    Browse the repository at this point in the history
  3. refactor: remove redundant files

    shareFiles.api wasn't used anymore
    the other file didn't have much justification for existing.
    using another file for the interface declaration instead
    acezard committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    e62082b View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

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