Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: processing/processing-video-android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: Release
Choose a base ref
...
head repository: processing/processing-video-android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 22 files changed
  • 2 contributors

Commits on Feb 16, 2023

  1. builds, with some caveats

    had to manually unzip the AndroidMode.zip to have it pick up classes in
    processing-core.zip, but other than that, this works with the most
    recent Android Mode and Processing4.
    kjhollen committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    ac7c3b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

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

Commits on Mar 17, 2023

  1. Update build system to gradle

    use `gradle dist` to build project, which will also copy it into the
    user's processing sketchbook folder, and prepare a .zip file for
    online distribution.
    
    generates the library.properties file from a template, copying data
    over from build.properties (both found in the resources folder).
    
    uses new maven repository created by @codeanticode
    
    updates .mov -> .mp4 in example, for better Android compatibility.
    
    updated README with brief build instructions.
    will add Android Studio instructions later.
    kjhollen committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    4f6708f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from kjhollen/gradle-build

    Gradle build
    kjhollen authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    9edff82 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Merge pull request #15 from kjhollen/master

    Update to be compatible with latest version of Android Mode
    omerjerk authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    6a31402 View commit details
    Browse the repository at this point in the history
Loading