fix permissions problem with android

This commit is contained in:
benfry
2011-03-09 17:54:21 +00:00
parent fbfca79ca0
commit 1822bcb1ef
3 changed files with 5 additions and 3 deletions
+2
View File
@@ -1,4 +1,6 @@
0194 android
X Can't change Sketch Permissions
X http://code.google.com/p/processing/issues/detail?id=559
_ pause/resume trickiness with interactive apps
@@ -53,7 +53,8 @@ public class Permissions extends JFrame {
public Permissions(Sketch sketch) {
//public Permissions(Editor editor) {
super("Android Permissions Selector");
super("Android Permissions Selector");
this.sketch = sketch;
// this.editor = editor;
// XMLElement xml =
+1 -2
View File
@@ -11,14 +11,13 @@ X when changing sketchbook location, need to reload examples window
X and libraries, etc.. maybe just require a restart?
X rebuilding library list, etc when changing sketchbook location
_ flickering issue with JAVA2D
_ untitled sketches not working properly (!)
regressions
_ strange window flicker when first opened
_ test libraries on android
_ test .java files on desktop version
_ untitled sketches not working properly(?)
_ clicking the editor window (from the examples window) causes an exception
additions