attila
a8c114b570
Android: Widen ContentSharer permissions to work with Google Drive
While Google Drive seemingly isn't trying to access URI's that aren't an
exact match, without the presence of FLAG_GRANT_PREFIX_URI_PERMISSION,
sharing files with Google Drive will silently fail.
1 year ago
attila
b800890ec6
Android: Fix ContentSharer crash on Android 14
2 years ago
Tom Poole
c474cb2469
Docs: Fix some missing Doxygen tags
2 years ago
Tom Poole
6bf9bb9a2e
Add final specifiers in implementation files
2 years ago
Anthony Nicholls
05d5c94990
Native: Rename all native files for improved consistency
2 years ago
reuk
9d1a6a3b28
ContentSharer: Update interface to return safer ScopedMessageBox instances
2 years ago
reuk
da38c1ed2a
TextInputTarget: Improve IME support on Android
2 years ago
reuk
28f2157912
Convert ignoreUnused to [[maybe_unused]]
3 years ago
reuk
6e7a2c3225
AndroidDocument: Support file access to shared storage locations on Android 30+
3 years ago
reuk
b17806fbfc
AndroidDocument: Support file access to shared storage locations on Android 30+
3 years ago
Tom Poole
2ec861d99e
Update licensing banners to JUCE 7
3 years ago
Tom Poole
dea3fe60e4
Update copyright banners
3 years ago
ed
a5c3b81f82
Use C++14 lambda capture initialisers for initialising deletion checkers
4 years ago
ed
009d685179
Updated all license headers
5 years ago
Tom Poole
6cb75d9d2c
Replaced all references to ROLI with Raw Material Software and regenerated all bytecode
5 years ago
Tom Poole
894e7d2bd2
Updated all license headers
5 years ago
ed
add88c33f2
Replaced all references to ROLI with Raw Material Software and regenerated all bytecode
5 years ago
Tom Poole
2d16374b14
Updated all license headers
5 years ago
reuk
327f817b9b
Copyrights: Update commercial/gpl headers to be gpl-only
5 years ago
ed
18df1b0937
Added JUCE_CONTENT_SHARING define to conditionally compile the native content sharer code
5 years ago
ed
618f3645b2
Android: Fixed some issues in the native content sharing code
5 years ago
ed
c2f4da50b5
Android: Updated the JuceSharingContentProvider bytecode
5 years ago
ed
0862459be3
Android: Add content sharing bytecode back in
6 years ago
ed
40d415b670
Android: Fixed a content sharing crash
6 years ago
Tom Poole
670f77f80c
Fixed some Android compiler warnings
6 years ago
hogliux
008b7a9ab2
Re-structured the low-level Android native code
Please see the forum post "Re-structuring of JUCE’s low-level Android code" and the BREAKING-CHANGES.txt for more information.
7 years ago
Tom Poole
f0a4b67915
Android: Fixed some compiler warnings
7 years ago
jules
cfc85445b5
Minor tidying up
7 years ago
Tom Poole
0e1722e387
Multiple spelling fixes
7 years ago
Lukasz Kozakiewicz
315326477d
Add video playback support for Android and iOS. Update VideoComponent API to support building custom UIs.
7 years ago
Lukasz Kozakiewicz
772185f2b0
Add camera support for iOS and Android.
7 years ago
Tom Poole
ab863a6dc2
Replaced all usage of ScopedPointer with std::unique_ptr
7 years ago
Lukasz Kozakiewicz
ef482e6c37
Android: handle case when we don’t receive file open events while sharing.
7 years ago
Lukasz Kozakiewicz
8e28a68bd0
Android: remove escape characters from file paths when sharing files.
7 years ago
Lukasz Kozakiewicz
f4cc815f3d
ContentSharing: when opening file descriptor on Android, pass correct file start offset and length.
7 years ago
Lukasz Kozakiewicz
4a6ecffd91
ContentSharing: minor tweaks.
8 years ago
Lukasz Kozakiewicz
36da4cde05
Add native content sharing support for iOS and Android
8 years ago