@@ -8,7 +8,26 @@ X https://github.com/processing/processing-android/issues/50
8
8
X sync PVector plus the processing.data package
9
9
X https://github.com/processing/processing-android/issues/47
10
10
X https://github.com/processing/processing-android/pull/42
11
-
11
+ X "Smooth is not supported by this hardware (or driver)" message
12
+ X even with Nexus 4, Android 4.2.2
13
+ X https://github.com/processing/processing-android/issues/2
14
+ X "Bitmap size exceeds VM budget" error when loading many images
15
+ X https://github.com/processing/processing-android/issues/60
16
+ _ seems to not be printing newlines and indents when writing the xml files
17
+
18
+ gsoc
19
+ X fixes for ecj compilation
20
+ X https://github.com/processing/processing-android/pull/58
21
+ X implement certificates (self-signed) for distribution
22
+ X http://developer.android.com/guide/publishing/app-signing.html
23
+ X http://code.google.com/p/processing/issues/detail?id=222
24
+ X https://github.com/processing/processing-android/issues/15
25
+ X implement automatic download/install of android tools
26
+ X also need to install USB Driver on Windows, and set device rules on Linux
27
+ X http://code.google.com/p/processing/issues/detail?id=203
28
+ X https://github.com/processing/processing-android/issues/20
29
+
30
+ _ make Android write .jar not .zip
12
31
13
32
_ figure out how to build from Eclipse JDI so we can remove tools.jar and javac
14
33
_ https://github.com/processing/processing/issues/1840
@@ -144,16 +163,6 @@ _ setting the default package: manifest/package
144
163
_ application/android:label
145
164
_ used on home screen, manage applications, my downloads, etc
146
165
_ http://developer.android.com/guide/publishing/preparing.html
147
- _ implement certificates (self-signed) for distribution
148
- _ http://developer.android.com/guide/publishing/app-signing.html
149
- _ http://code.google.com/p/processing/issues/detail?id=222
150
- create new keystore
151
- location: [ ] (browse)
152
- password: [ ]
153
- confirm: [ ]
154
- ...then asks for
155
- alias, password, confirm, validity (years)
156
- first/last name, ounit, org, city/locale, state/province, country code (xx)
157
166
158
167
_ StreamPump has been quieted, but maybe this needs to be a global log setting
159
168
@@ -278,10 +287,6 @@ P3 _ http://code.google.com/p/processing/issues/detail?id=236
278
287
P3 _ library support also needs android manifest changes
279
288
P3 _ http://code.google.com/p/processing/issues/detail?id=225
280
289
281
- _ implement automatic download/install of android tools
282
- _ also need to install USB Driver on Windows, and set device rules on Linux
283
- _ http://code.google.com/p/processing/issues/detail?id=203
284
-
285
290
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
286
291
287
292
0 commit comments