mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fix permissions problem with android
This commit is contained in:
@@ -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 =
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user