1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_core/native/java
Lukasz Kozakiewicz 9527e077b1 Android: bailout in ComponentPeerView’s callbacks if underlying host is deleted.
Previously we saw a crash in onTouchEvent due to host being 0 while the callback was called. Just as a precaution we add this check to other callbacks too.
2017-09-28 15:37:06 +02:00
..
AndroidMidi.java Ensured that gatt connection priority is only requested after the gatt has connected 2017-04-11 17:57:14 +01:00
AndroidMidiFallback.java Added pause after opening MIDI BLE device on Android to improve MIDI BLE reliability 2017-04-05 19:07:47 +01:00
AndroidRuntimePermissions.java Android: fixed bug in Java code that caused compiler errors on API Level 21. 2016-03-18 14:26:35 +00:00
IInAppBillingService.java Added in-app purchase feature to JUCE 2017-08-09 20:15:17 +01:00
JuceAppActivity.java Android: bailout in ComponentPeerView’s callbacks if underlying host is deleted. 2017-09-28 15:37:06 +02:00