reuk
65f1a76614
Tidy up parameter pack expansions
2 years ago
reuk
a22b23e335
iOS: Remove iOS 11 preprocessor checks
The current minimum-supported Xcode (10.1) includes the iOS 12.1 SDK, so
APIs from iOS 10 will always be available.
2 years ago
reuk
5cf1a964fc
iOS: Add proper UITextInput implementation
This provides an improved user experience, allowing cursor movement
directly from the keyboard.
2 years ago
reuk
921d86e586
Accessibility: Improve table navigation, row/column index/header reporting
2 years ago
reuk
4e09161986
Accessibility: Tidy up static functions
2 years ago
reuk
285761c56c
Accessibility: Fix hit test behaviour on iOS
2 years ago
reuk
12fdf6bad8
Accessibility: Stop AccessibilityContainers from also being instances of AccessibilityElement
2 years ago
Tom Poole
2ec861d99e
Update licensing banners to JUCE 7
3 years ago
Tom Poole
db3c6e6216
macOS/iOS: Fix unguarded availability warnings
3 years ago
Tom Poole
eda5c696e5
macOS/iOS: Fix unguarded availability warnings
3 years ago
Tom Poole
dea3fe60e4
Update copyright banners
3 years ago
reuk
53600d2d9e
iOS Accessibility: Allow navigating tables by rows
3 years ago
reuk
53b04877c6
Accessibility: Explicitly implement protocols
This change is intended to resolve an issue where iOS apps failed
automated review due to use of non-public selectors. Explicitly adopting
the relevant protocols allowed an app to pass automated review during
testing.
3 years ago
reuk
ea92834845
Accessibility: Explicitly implement protocols
This change is intended to resolve an issue where iOS apps failed
automated review due to use of non-public selectors. Explicitly adopting
the relevant protocols allowed an app to pass automated review during
testing.
3 years ago
Tom Poole
c072b1bc8e
Fix some typos
3 years ago
reuk
12b7a8f9d1
Accessibility: Prefer toggle action to press action for checkable items
3 years ago
reuk
81fa777ff7
ObjC Helpers: Automatically derive appropriate signature for function
3 years ago
ed
7d1918b385
macOS/iOS: Replace compile-time deployment target checks with runtime checks using the available keyword
3 years ago
ed
f70fd14065
iOS Accessibility: Implement accessibilityPerformEscape gesture to dismiss modals
3 years ago
ed
e1d1dd380c
iOS: Fix compatibility when targeting older SDK versions
3 years ago
ed
a7915ec47e
iOS/macOS Accessibility: Tidy up shared value getter
3 years ago
ed
2abf68d866
iOS Accessibility: Create UIAccessibilityReadingContent protocol-conforming classes dynamically for text elements
3 years ago
ed
a6db2ef4ff
iOS Accessibility: Fix a potential use-after-free when deallocating a container element
3 years ago
ed
d1f16f0643
Accessibility: Add missing static keyword to areAnyAccessibilityClientsActive() implementations
3 years ago
ed
dd18711493
iOS: Use UIAccessibilityContainer methods for correct accessibility hierarchy and navigation
3 years ago
ed
17fe5a54d8
iOS: Removed private API method
3 years ago
ed
30654fb8ec
Accessibility: Add iOS support
3 years ago