Skip to content

Commit

Permalink
Removed most of the stuff...
Browse files Browse the repository at this point in the history
  • Loading branch information
alcesleo committed Mar 21, 2013
1 parent 8322fd9 commit 0717cc9
Show file tree
Hide file tree
Showing 43 changed files with 6 additions and 362 deletions.
296 changes: 0 additions & 296 deletions LICENSE

This file was deleted.

30 changes: 6 additions & 24 deletions www/index.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,5 @@
<!DOCTYPE html>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
Expand All @@ -27,16 +10,15 @@
</head>
<body>
<div class="app">
<h1>PhoneGap</h1>
<div id="deviceready">
<p class="status pending blink">Connecting to Device</p>
<p class="status complete blink hide">Device is Ready</p>
</div>
<button id="testResponse">Test response!</button>
</div>
<script type="text/javascript" src="phonegap.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<script type="text/javascript">
app.initialize();
// Send a test to the server
var button = document.getElementById("testResponse");
button.addEventListener('click', function (e) {
button.innerHTML = 'test';
});
</script>
</body>
</html>
42 changes: 0 additions & 42 deletions www/js/index.js

This file was deleted.

Binary file removed www/res/icon/android/icon-36-ldpi.png
Binary file not shown.
Binary file removed www/res/icon/android/icon-48-mdpi.png
Binary file not shown.
Binary file removed www/res/icon/android/icon-72-hdpi.png
Binary file not shown.
Binary file removed www/res/icon/android/icon-96-xhdpi.png
Binary file not shown.
Binary file removed www/res/icon/bada-wac/icon-48-type5.png
Binary file not shown.
Binary file removed www/res/icon/bada-wac/icon-50-type3.png
Binary file not shown.
Binary file removed www/res/icon/bada-wac/icon-80-type4.png
Binary file not shown.
Binary file removed www/res/icon/bada/icon-128.png
Binary file not shown.
Binary file removed www/res/icon/blackberry/icon-80.png
Binary file not shown.
Binary file removed www/res/icon/ios/icon-57-2x.png
Binary file not shown.
Binary file removed www/res/icon/ios/icon-57.png
Binary file not shown.
Binary file removed www/res/icon/ios/icon-72-2x.png
Binary file not shown.
Binary file removed www/res/icon/ios/icon-72.png
Binary file not shown.
Binary file removed www/res/icon/webos/icon-64.png
Binary file not shown.
Binary file removed www/res/icon/windows-phone/icon-173-tile.png
Binary file not shown.
Binary file removed www/res/icon/windows-phone/icon-48.png
Binary file not shown.
Binary file removed www/res/icon/windows-phone/icon-62-tile.png
Binary file not shown.
Binary file removed www/res/screen/android/screen-hdpi-landscape.png
Binary file not shown.
Binary file removed www/res/screen/android/screen-hdpi-portrait.png
Binary file not shown.
Binary file removed www/res/screen/android/screen-ldpi-landscape.png
Binary file not shown.
Binary file removed www/res/screen/android/screen-ldpi-portrait.png
Binary file not shown.
Binary file removed www/res/screen/android/screen-mdpi-landscape.png
Binary file not shown.
Binary file removed www/res/screen/android/screen-mdpi-portrait.png
Binary file not shown.
Binary file removed www/res/screen/android/screen-xhdpi-landscape.png
Binary file not shown.
Binary file removed www/res/screen/android/screen-xhdpi-portrait.png
Binary file not shown.
Binary file removed www/res/screen/bada-wac/screen-type3.png
Diff not rendered.
Binary file removed www/res/screen/bada-wac/screen-type4.png
Diff not rendered.
Binary file removed www/res/screen/bada-wac/screen-type5.png
Diff not rendered.
Binary file removed www/res/screen/bada/screen-portrait.png
Diff not rendered.
Binary file removed www/res/screen/blackberry/screen-225.png
Diff not rendered.
Binary file removed www/res/screen/ios/screen-ipad-landscape-2x.png
Diff not rendered.
Binary file removed www/res/screen/ios/screen-ipad-landscape.png
Diff not rendered.
Binary file removed www/res/screen/ios/screen-ipad-portrait-2x.png
Diff not rendered.
Binary file removed www/res/screen/ios/screen-ipad-portrait.png
Diff not rendered.
Binary file removed www/res/screen/ios/screen-iphone-landscape-2x.png
Diff not rendered.
Binary file removed www/res/screen/ios/screen-iphone-landscape.png
Diff not rendered.
Binary file removed www/res/screen/ios/screen-iphone-portrait-2x.png
Diff not rendered.
Binary file removed www/res/screen/ios/screen-iphone-portrait.png
Diff not rendered.
Binary file removed www/res/screen/webos/screen-64.png
Diff not rendered.
Binary file removed www/res/screen/windows-phone/screen-portrait.jpg
Diff not rendered.

0 comments on commit 0717cc9

Please sign in to comment.