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

6l master #1

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open

6l master #1

wants to merge 17 commits into from

Commits on Mar 21, 2016

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

Commits on Mar 23, 2016

  1. fixed empty array problem

    rokugou committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    d85f854 View commit details
    Browse the repository at this point in the history
  2. fixed empty array crash

    rokugou committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    d355361 View commit details
    Browse the repository at this point in the history
  3. Remove debug code

    rokugou committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    b03e850 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2016

  1. added index change event

    rokugou committed Mar 24, 2016
    Configuration menu
    Copy the full SHA
    ee67615 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2016

  1. merge voodoo360

    rokugou committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    224f636 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f603eb0 View commit details
    Browse the repository at this point in the history
  3. Example: fixed voodoo360fs

    rokugou committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    6ed5860 View commit details
    Browse the repository at this point in the history
  4. remove build folder

    rokugou committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    900a389 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28ef7b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b251abf View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2016

  1. Geneal: Import React from 'react' instead of 'react-native'

    This is to accomodate to change since react native v0.26
    Joseph Wong committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    3ba551f View commit details
    Browse the repository at this point in the history
  2. ReactNativeVoodoo360.js: Use PropTypes from React

    Joseph Wong committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    0bd7c6c View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2016

  1. build.gradle: Use user RN version

    Joseph Wong committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    437512e View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2017

  1. package.json: Lock react-native-fs version to v1.5.1

    Joseph Wong committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    07b7c41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36f413c View commit details
    Browse the repository at this point in the history
  3. ReactNativeVoodoo360fsContainer.js: Use new API and remove useless logs

    - Those logs are hard to trace what is going on when problem occurs,
      and most of them should only be used in development mode.
    
    - Change to use console.warn for pop-up error in development mode
    
    - downloadFile() API has been changed
    Joseph Wong committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    e12f728 View commit details
    Browse the repository at this point in the history