Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F41CED3E5 for ; Fri, 21 Sep 2012 19:43:54 +0000 (UTC) Received: (qmail 6038 invoked by uid 500); 21 Sep 2012 19:43:54 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 5998 invoked by uid 500); 21 Sep 2012 19:43:54 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 5988 invoked by uid 99); 21 Sep 2012 19:43:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Sep 2012 19:43:54 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of simon.macdonald@gmail.com designates 209.85.160.47 as permitted sender) Received: from [209.85.160.47] (HELO mail-pb0-f47.google.com) (209.85.160.47) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Sep 2012 19:43:50 +0000 Received: by pbcwy7 with SMTP id wy7so8135759pbc.6 for ; Fri, 21 Sep 2012 12:43:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=g+Ck2/VZK8kobhjzLk61uIFQZZ+Pl50NAsJqZJzr+Xw=; b=aQpT8NwuqYF+Djz79mgmPxXtmnB9VgFilQDrP28qOXyAT+vgQsLeJOp2agIYuQ1RXT k6Jr70fZ2JfT64PszKhsEQmtBQZiPE/p1EmycYSUUfpOcLIPm80boxi8Gd63/eANFQDR RfGpYrrQq096HTzo6gnGK65ZIB0Q4Hdxlhj1J3prisrlO1WAVXh0wQiHrx5YPU1WiPdu VXt98xFAuyonyQsFpS1Yooak+XG5u8ckXLNcDhlDkxnb/oPERojdLXmDpiJV9SQ3bPri o57HWL+XFHkjWQjkBt4hBN1AVuomW/pdGA1K3JpuYJiyfKaaY7/SJeMsJf6IiOT4ivt5 hwoA== Received: by 10.68.234.36 with SMTP id ub4mr10740535pbc.68.1348256610176; Fri, 21 Sep 2012 12:43:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.223.230 with HTTP; Fri, 21 Sep 2012 12:43:09 -0700 (PDT) From: Simon MacDonald Date: Fri, 21 Sep 2012 15:43:09 -0400 Message-ID: Subject: Own. The. Camera. To: callback-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=047d7b33caf450cf6b04ca3b7460 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b33caf450cf6b04ca3b7460 Content-Type: text/plain; charset=ISO-8859-1 Okay, So I've done a bit of work today on taking the camera code back in house. Right now I have the very basic take a picture and return a file URI working. It does not respect and options or do any image manipulation. I'm going to take the time to add that back in slowly. https://github.com/macdonst/cordova-android/commit/ac5dbf3f54ac6e43f6c346130ac2ac86aed26eb5 Also, I'm using a layout file which means you have to import Cordova into your test app as a library project. I'm just doing that for now as eventually that layout will get converted to code so we can go back to making it a jar. I am not a UI designer so Joe volunteered Yohei to design the camera interface so it doesn't look like a deranged coffee fuelled monster designed it. Thanks Yohei! Simon Mac Donald http://hi.im/simonmacdonald --047d7b33caf450cf6b04ca3b7460--