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 f9d6955c7c Android: do not request input focus when creating component peer.
This made the virtual keyboard not show up if the same component peer tried to request a virtual keyboard later on. InputMethodManager.showSoftInput() would return false which is most likely because the component in focus has not changed, yet the previous component having focus was not really able to (at a time, during the construction) really take the focus.
2017-10-13 11:26:18 +01: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: do not request input focus when creating component peer. 2017-10-13 11:26:18 +01:00