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

[TIMOB-9580] Android: Images captured using Ti.Media.showCamera() are written to SD card on Android #2475

Merged
merged 4 commits into from
Jun 29, 2012

Commits on Jun 25, 2012

  1. Allow creating temporary files which are destroyed on exit.

    Joshua Roesslein committed Jun 25, 2012
    Configuration menu
    Copy the full SHA
    77b3933 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2012

  1. Clean up temporary files and avoid saving to SD card if possible.

    We don't need to write the image data to the FS if using our
    customer overlay activity IF the user does not want it saved
    to the photo gallery.
    Joshua Roesslein committed Jun 26, 2012
    Configuration menu
    Copy the full SHA
    1ab989c View commit details
    Browse the repository at this point in the history
  2. Enable more KS camera examples for Android.

    Joshua Roesslein committed Jun 26, 2012
    Configuration menu
    Copy the full SHA
    625fee0 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2012

  1. Enable more camera examples in KS-Nook.

    Joshua Roesslein committed Jun 29, 2012
    Configuration menu
    Copy the full SHA
    546d9a4 View commit details
    Browse the repository at this point in the history