1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00
JUCE/modules/juce_gui_basics/native
reuk 1c10e0c79b
Android: Fix problems with accessible text navigation
Previously, when navigating in a text editor by words, the cursor would
get 'stuck' after moving a single word. This issue should now be
resolved.

Additionally, the cursor position was not updated properly when
adjusting a selection, and would instead be moved to the end of the
selected range. With this patch applied, the cursor should now be set to
the correct position when modifying selections. When extending a
selection backwards, the cursor will display at the beginning of the
selected range, rather than the end.

Finally, most Android apps announce the 'skipped' characters or words
whenever the cursor is moved, but this feature was broken in JUCE. This
patch enables this feature.
2022-06-13 15:29:57 +01:00
..
accessibility Android: Fix problems with accessible text navigation 2022-06-13 15:29:57 +01:00
java/app/com/rmsl/juce Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
javaopt/app/com/rmsl/juce InAppPurchases: Add support for Android BillingClient 5.0.0 2022-06-09 16:55:17 +01:00
x11 Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_android_ContentSharer.cpp AndroidDocument: Support file access to shared storage locations on Android 30+ 2022-05-23 13:18:08 +01:00
juce_android_FileChooser.cpp AndroidDocument: Support file access to shared storage locations on Android 30+ 2022-05-23 13:18:08 +01:00
juce_android_Windowing.cpp Android: Fix problems with accessible text navigation 2022-06-13 15:29:57 +01:00
juce_ios_ContentSharer.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_ios_FileChooser.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_ios_UIViewComponentPeer.mm TextEditor: Add option to dismiss the virtual keyboard on touches outside 2022-06-09 16:55:19 +01:00
juce_ios_Windowing.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_linux_FileChooser.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_linux_Windowing.cpp Linux: Adjust natively reported border size by the current scale factor 2022-05-19 12:06:38 +02:00
juce_mac_CGMetalLayerRenderer.h macOS: Use MTLStorageModeManaged for shared Metal textures 2022-06-01 14:01:43 +01:00
juce_mac_FileChooser.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_mac_MainMenu.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_mac_MouseCursor.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_mac_NSViewComponentPeer.mm MacOS: Override and implement JuceNSViewClass::updateTrackingAreas() 2022-06-10 20:38:37 +02:00
juce_mac_Windowing.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_MultiTouchMapper.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_ScopedDPIAwarenessDisabler.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_win32_DragAndDrop.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_win32_FileChooser.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_win32_ScopedThreadDPIAwarenessSetter.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_win32_Windowing.cpp Windows: Fix virtual keyboard hide/show on Windows 11 2022-06-09 16:55:19 +01:00