Skip to content

Android Mode 0253

Compare
Choose a tag to compare
@codeanticode codeanticode released this 30 Dec 18:57

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