Releases: processing/processing-android
Android Mode 0253
3.0.2 release of the Android mode
Final bugfix release before version 4 of the mode. Compatible with Processing 3.0+
- Format manifest file with space tabs, to improve legibility #240
- Show a warning if "dangerous" permissions are not granted by the user, but don't quit app, #238
- Use Activity.finish() when exiting, should solve #217
- Show message when cannot run adb due to permission denier error, #259
- Add onRequestPermissionsResult() handler to main activity only if SDK is 23 or higher, #268
- Ported various fixes from mode4, #267
Android Mode 0255
Version 4.0-beta2 of the Android mode
Compatible with Processing 3.1+
Includes support for live wallpapers, watch faces, and Cardboard apps (with this library, needs to be installed manually)
##Changes:
Android Mode 0252
3.0.1 release of the Android mode
Compatible with Processing 3.0+
- Use brief option for logcat, fixes #216
- Request "dangerous" permissions after app install, #225
- Ported blend() fixes from Java2D: 24acabb, fixes #218
- Fixed handling of pixels and bitamp in PImage: 161137e
- Fixed use of pixels array in some examples: 241a61c
- Use ARM EABi system image on Windows and Linux: f252701, fixes #220
- Removed use of deprecated canvas.getMatrix(): 978991d
- Parses all versions of platforms, so latest versions are downloaded, #233
Android Mode 0251
Android Mode 0254
Version 4.0-beta1 of the Android mode
Compatible with Processing 3.1+
Includes support for live wallpapers, watch faces, and Cardboard apps (with this library, needs to be installed manually)
Android Mode 0250
Release Candidate 4 for version 3.0 of the Android mode
Compatible with Processing 3.0.x and 3.1
- Set visibility on resume, so navigation bar does not remain visible: dd60471
- Save previous texture in tessellator only if tex cache in non-null: c382956, fixes #208
- Use version and api-level to identify a platform: 1868871, fixes #205
- Set default width/height: 1b26c39, fixes #211
- Static GL sketches don't disappear: dd0c246, fixes #147
- Cancel timer updating devices when editor is closed: d30f412, fixes #209
- Better screen size detection: 68bcb2d
- Release surface in PApplet.dispose(): 5406e0d
- Use SDK 17 for building (minimum SDK continues to be 15): 531425e
Android Mode 0249
Android Mode 0248
Release Candidate 2 for version 3.0 of the Android mode
Compatible with 3.0, 3.0.1 and 3.0.2
- Ported latest gl changes from java mode: fa513f8
Android Mode 0247
Release Candidate 1 for version 3.0 of the Android mode
Compatible with 3.0, 3.0.1 and 3.0.2
Android Mode 0246
Bugfix release compatible with Processing 3.0 and 3.0.1:
- GL fixes from Java mode: 28165ae, f20506e
- Use SDK name to differentiate SDKs with same number: 7a34136
- Fixed NPE when invoking get() and get(x, y, w, h): #154
- Make sure that android binaries are marked as executables: #176
- Improvements to the SDK installation messages: 3965235, 11f0685
- Fixed NPE in getSearchPath(): c00cf3c
- Fixed sensor examples: fdf4955