Skip to content

Commit

Permalink
Fixing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
sintaxi committed Mar 15, 2010
1 parent c750109 commit db03ff3
Show file tree
Hide file tree
Showing 28 changed files with 6 additions and 2,556 deletions.
6 changes: 3 additions & 3 deletions framework/default.properties
Expand Up @@ -7,8 +7,8 @@
# "build.properties", and override values to adapt the script to your
# project structure.

apk-configurations=
# Project target.
target=android-5
# Indicates whether an apk should be generated for each density.
split.density=false
# Project target.
target=android-7
apk-configurations=
2 changes: 1 addition & 1 deletion framework/src/com/phonegap/PhoneGap.java
Expand Up @@ -42,7 +42,7 @@ public class PhoneGap{
* UUID, version and availability
*/
public boolean droid = true;
public static String version = "0.8.0";
public static String version = "0.9.99999";
public static String platform = "Android";
public static String uuid;
private Context mCtx;
Expand Down
8 changes: 2 additions & 6 deletions framework/src/com/phonegap/WebViewReflect.java
Expand Up @@ -70,11 +70,9 @@ public static void setStorage(WebSettings setting, boolean enable, String path)
// TODO Auto-generated catch block
e.printStackTrace();
}
//setting.setDatabaseEnabled(enable);
//setting.setDatabasePath(path);
} else {
/* feature not supported, do something else */
System.out.println("dump not supported");
System.out.println("Database not supported");
}
}

Expand All @@ -95,11 +93,9 @@ public static void setDomStorage(WebSettings setting)
// TODO Auto-generated catch block
e.printStackTrace();
}
//setting.setDatabaseEnabled(enable);
//setting.setDatabasePath(path);
} else {
/* feature not supported, do something else */
System.out.println("dump not supported");
System.out.println("DOM Storage not supported");
}

}
Expand Down
232 changes: 0 additions & 232 deletions tutorial/accelerometer.html

This file was deleted.

Binary file removed tutorial/beep.wav
Binary file not shown.

0 comments on commit db03ff3

Please sign in to comment.