Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D6AA9DC7D for ; Thu, 30 Aug 2012 23:09:24 +0000 (UTC) Received: (qmail 35176 invoked by uid 500); 30 Aug 2012 23:09:24 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 35147 invoked by uid 500); 30 Aug 2012 23:09:24 -0000 Mailing-List: contact callback-commits-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-commits@incubator.apache.org Received: (qmail 35140 invoked by uid 99); 30 Aug 2012 23:09:24 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Aug 2012 23:09:24 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5064F22A44; Thu, 30 Aug 2012 23:09:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mwbrooks@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: android commit: [#1301] Remove releasenotes.md Message-Id: <20120830230924.5064F22A44@tyr.zones.apache.org> Date: Thu, 30 Aug 2012 23:09:24 +0000 (UTC) Updated Branches: refs/heads/master db6695cb0 -> 1ba3ecbef [#1301] Remove releasenotes.md The file has not been updated in 5 months. If we choose to have platform-level CHANGELOG's then it should be started across all projects and named consistently as CHANGELOG. Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/commit/1ba3ecbe Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/1ba3ecbe Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/1ba3ecbe Branch: refs/heads/master Commit: 1ba3ecbef31dc431d53db2efd48f4819dc689c67 Parents: db6695c Author: Michael Brooks Authored: Thu Aug 30 16:08:16 2012 -0700 Committer: Michael Brooks Committed: Thu Aug 30 16:08:16 2012 -0700 ---------------------------------------------------------------------- releasenotes.md | 42 ------------------------------------------ 1 files changed, 0 insertions(+), 42 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/1ba3ecbe/releasenotes.md ---------------------------------------------------------------------- diff --git a/releasenotes.md b/releasenotes.md deleted file mode 100644 index c855c73..0000000 --- a/releasenotes.md +++ /dev/null @@ -1,42 +0,0 @@ -Bryce Curtis (5): - [CB-352] Support initializing DroidGap with existing WebView, WebViewClient and webViewChrome. [CB-353] Create PluginEntry object to use by PluginManager. - [CB-367] Back button event should fire on key up not key down Also changed menu key and search key to be consistent. - Tests to verify Android native features. - [CB-423] Problem displaying patch-9 splash screen. - Update project template cordova.js reference and title. - -Fil Maj (6): - switched from "require" syntax to "cordova.require" - cordova.require("cordova") is pretty funny. wish i didnt write it - updates to JS: removing require+define from global scope, tweaking geolocation code, online/offline events fire on document now - removed old javascript files and removed unused target + commented out lines in build.xml - spacing fixes, null check in getPhoneType in contacts, returning error integers instead of objects in contacts - updating network status plugin label and updating cordova-js to latest - -Joe Bowser (11): - We show the default 404 on non-resolved domains - Fixing CB-210 with patch and adding fix for CB-210 - Tweaked File Transfer to fix CB-74 - Changing to the modern icon - Added temporary Cordova splash for now - Checking for the callback server before we call sendJavascript for the Kindle Fire, CB-247 - Fixing CB-343: We need to respect the whitelist - Fixing a bug with File Upload on Android where Chunked mode isn't used by default - First stab at CB-21, I really need more info before I can close this - Tagged 1.6rc1 - Fixing the template, since this doesn't have to be unit tested. :) - -macdonst (12): - CB-383: Fixes issue with misspelled destinationType for Camera.getPicture() - Fix for CB-389: resolveLocalFileSystemURI does not work on a resized image captured from Camera.getPicture() - Fixing license header in com.phonegap.api.PluginManager - CB-321: Media API: 'mediaSuccess' callback param to new Media() is called soon after new obj created - CB-163: contactFindOptions.filter does not work as expected on Android - CB-426: camera.getPicture ignores mediaType in 1.5 - Updating cordova.android.js for CB-421 and CB-426 - CB-438: File metadata.modificationTime returns an invalid date - Return MediaError object and not error code from native side of Media API - CB-446: Enhance setting data source for local files in AudioPlayer - CB-453: FileWriter.append - Chinese characters are not appended to the file correctly - CB-446: Enhance setting data source for local files in AudioPlayer -