You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2012/06/07 22:20:54 UTC

[25/50] [abbrv] android commit: Merge branch 'CordovaWebView' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android into CordovaWebView

Merge branch 'CordovaWebView' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-android into CordovaWebView


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/24dfbfd8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/24dfbfd8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/24dfbfd8

Branch: refs/heads/master
Commit: 24dfbfd84fdc2f03948a4ca65e03942dbb6905b4
Parents: ad6d71f c178031
Author: Joe Bowser <bo...@apache.org>
Authored: Wed May 16 15:25:31 2012 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Wed May 16 15:25:31 2012 -0700

----------------------------------------------------------------------
 .../src/org/apache/cordova/CordovaWebView.java     |   60 ++++++++-------
 framework/src/org/apache/cordova/DroidGap.java     |   38 ++++++---
 test/AndroidManifest.xml                           |    9 ++
 test/assets/www/backgroundcolor/index.html         |   41 ++++++++++
 test/assets/www/basicauth/index.html               |   42 ++++++++++
 test/assets/www/fullscreen/index.html              |   42 ++++++++++
 test/assets/www/index.html                         |   35 +++++----
 test/src/org/apache/cordova/test/background.java   |    1 -
 .../org/apache/cordova/test/backgroundcolor.java   |   40 ++++++++++
 test/src/org/apache/cordova/test/basicauth.java    |   43 ++++++++++
 test/src/org/apache/cordova/test/fullscreen.java   |   39 ++++++++++
 11 files changed, 332 insertions(+), 58 deletions(-)
----------------------------------------------------------------------