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_core
reuk 0238561156
AndroidDocument: Make input stream more robust
Previously, input streams created by AndroidDocument instances did not
implement setPosition, so they were not useful for reading some file
formats, such as WAV.

Due to limitations of the Java InputStream interface, seeking backwards
in a stream requires creating a whole new stream and seeking from the
beginning, so it could be quite slow.
2022-08-04 22:51:16 +01:00
..
containers Fix some Doxygen issues 2022-06-16 16:19:10 +01:00
files Improve some documentation 2022-07-14 15:24:40 +01:00
javascript Update copyright banners 2022-04-04 12:36:32 +01:00
logging Update copyright banners 2022-04-04 12:36:32 +01:00
maths Update copyright banners 2022-04-04 12:36:32 +01:00
memory Fix a compiler crash in GCC < 11 2022-04-04 12:36:33 +01:00
misc Improve some documentation 2022-07-14 15:24:40 +01:00
native AndroidDocument: Make input stream more robust 2022-08-04 22:51:16 +01:00
network AndroidDocument: Support file access to shared storage locations on Android 30+ 2022-05-23 13:18:08 +01:00
streams Android: Add AndroidDocumentInputSource, allowing for interop between the AudioThumbnail and AndroidDocument types 2022-08-04 22:51:16 +01:00
system SystemStats: Correctly report Windows 11 2022-08-02 14:58:31 +00:00
text Improve some documentation 2022-07-14 15:24:40 +01:00
threads Add ScopedTryReadLock and ScopedTryWriteLock 2022-05-11 16:06:18 +02:00
time Update copyright banners 2022-04-04 12:36:32 +01:00
unit_tests UnitTestRunner: Improve tests status reporting 2022-07-11 13:18:59 +01:00
xml Update copyright banners 2022-04-04 12:36:32 +01:00
zip Update copyright banners 2022-04-04 12:36:32 +01:00
juce_core.cpp Eliminate all usages of JUCE_STANDALONE_APPLICATION in the modules 2022-08-03 13:06:55 +00:00
juce_core.h Android: Add AndroidDocumentInputSource, allowing for interop between the AudioThumbnail and AndroidDocument types 2022-08-04 22:51:16 +01:00
juce_core.mm Update copyright banners 2022-04-04 12:36:32 +01:00