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

Update for compatability with Phonegap 3.0 CLI #4

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

Commits on Sep 30, 2013

  1. Phonegap 3.0 compatability (new plugin format and ARC compatible)

    I've made the plugin compatible with phonegap 3.0 BUT I also tweaked
    the plugin to work with files on iOS the way I was storing them.  Go
    ahead and try the plugin and see what if it works for you.  You can
    also just compare the CDVVideo.m file with the original to see what I
    changed and change it back.
    
    Discaimer: I'm not a seasoned objective c programer so use this at your
    own risk and please correct me where I made mistakes.
    wootwoot1234 authored and wootwoot1234 committed Sep 30, 2013
    Configuration menu
    Copy the full SHA
    a332208 View commit details
    Browse the repository at this point in the history
  2. Updated README

    wootwoot1234 authored and wootwoot1234 committed Sep 30, 2013
    Configuration menu
    Copy the full SHA
    fc8acea View commit details
    Browse the repository at this point in the history
  3. Updated js file and added credit for edit

    wootwoot1234 authored and wootwoot1234 committed Sep 30, 2013
    Configuration menu
    Copy the full SHA
    044d4c0 View commit details
    Browse the repository at this point in the history
  4. Updated plugin.xml

    wootwoot1234 authored and wootwoot1234 committed Sep 30, 2013
    Configuration menu
    Copy the full SHA
    5239a2f View commit details
    Browse the repository at this point in the history
  5. Plugin doesn't need to run onload

    wootwoot1234 authored and wootwoot1234 committed Sep 30, 2013
    Configuration menu
    Copy the full SHA
    be82494 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2013

  1. removed adobe from id

    wootwoot1234 authored and wootwoot1234 committed Oct 1, 2013
    Configuration menu
    Copy the full SHA
    23661bb View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2013

  1. Fixed issue with finished callback

    wootwoot1234 authored and wootwoot1234 committed Oct 11, 2013
    Configuration menu
    Copy the full SHA
    9e5fabf View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2013

  1. Removed my custom code

    wootwoot1234 authored and wootwoot1234 committed Oct 15, 2013
    Configuration menu
    Copy the full SHA
    9c52d3b View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2013

  1. Added MediaPlayer.framework

    wootwoot1234 authored and wootwoot1234 committed Oct 23, 2013
    Configuration menu
    Copy the full SHA
    0cdb726 View commit details
    Browse the repository at this point in the history
  2. Changed version from 3.0.0 to 3.0.1

    wootwoot1234 authored and wootwoot1234 committed Oct 23, 2013
    Configuration menu
    Copy the full SHA
    a2b2e18 View commit details
    Browse the repository at this point in the history