94 Commits (a88fb32b59ccbb22a48f6cc96196c73e732c411d)

Author SHA1 Message Date
  jules e2dcc32f88 Updated old code where the 'volatile' keyword was still being used 7 years ago
  Lukasz Kozakiewicz 772185f2b0 Add camera support for iOS and Android. 7 years ago
  jules d691838765 Tidied up a few minor coding style discrepencies 7 years ago
  Lukasz Kozakiewicz 0b030331f1 Android: ensure “hide native keyboard message” is sent only after the keyboard was actually shown. 7 years ago
  Lukasz Kozakiewicz 43b80f7a73 Android: fix a crash on app resume when native views are displayed. 7 years ago
  jules 26e31ff7d6 Whitespace 7 years ago
  Lukasz Kozakiewicz 4469217b3e Android: un-focus TextEditor when keyboard is hidden from nav bar. Ensure immersive mode is properly restored. Fix TextEditor not hiding keyboard if deleted immediately after getting focus. 7 years ago
  jules 8d578fae55 Whitespace 7 years ago
  Lukasz Kozakiewicz 72116171cc Android: rework back button handling to catch also programmatic requests. 7 years ago
  Lukasz Kozakiewicz 0bc498e913 Projucer: add option to customise activity base class in Android exporter. 7 years ago
  Lukasz Kozakiewicz c4ebfcd735 Re-saved all projects. 7 years ago
  Lukasz Kozakiewicz 3237d50f0e Android: fix crash when calling juce::JUCEApplicationBase::quit(). 7 years ago
  Lukasz Kozakiewicz 360449de0b Android: ensure that navigation/status bar visibility is correctly restored when the app gets resumed. 7 years ago
  Lukasz Kozakiewicz 36da4cde05 Add native content sharing support for iOS and Android 7 years ago
  Lukasz Kozakiewicz e89e220aa6 Android: fix build for API < 11 (setting layer type to none). 7 years ago
  Lukasz Kozakiewicz 87831624cb Android: disable hardware acceleration on ComponentPeerView level rather than application level to allow embedded views to use hardware acceleration if needed. 7 years ago
  Lukasz Kozakiewicz 073921445c Android: add WebBrowserComponent implementation. 7 years ago
  Lukasz Kozakiewicz b2d2bda7a1 Add Push Notifications feature for iOS and Android. 7 years ago
  Lukasz Kozakiewicz f9d6955c7c Android: do not request input focus when creating component peer. 7 years ago
  Lukasz Kozakiewicz a1a1297f7d Android: add bits missing from “bailout in ComponentPeerView’s callbacks if underlying host is deleted.” 7 years ago
  Lukasz Kozakiewicz 9527e077b1 Android: bailout in ComponentPeerView’s callbacks if underlying host is deleted. 7 years ago
  hogliux d4e0ba0e4d Android: Fixed an issue where the AlertWindow's callback would never be called if AlertWindows were dismissed by clicking outside the alert's window on Android 7 years ago
  Lukasz Kozakiewicz c8c692e2b7 Android: fix web input stream reporting always total length of -1. 7 years ago
  Lukasz Kozakiewicz 8e7b29b3ee Android: fix HTTP redirect. 7 years ago
  hogliux 29b5c98c53 Android: Fixed a compiler error when targeting Android SDK versions < 19 7 years ago
  hogliux d5249492ae Android: Fixed File::getSpecialLocation (userDocumentsDirectory) to return correct directory on newer Android versions 7 years ago
  Lukasz Kozakiewicz 644ba82e00 Android: ensure that web calls are done off the main thread and fix data races. 7 years ago
  hogliux df91b15455 Added in-app purchase feature to JUCE 7 years ago
  hogliux 1b7d30f0f4 Android: Moved more Java code into C++ 7 years ago
  hogliux f1dc2a71f3 Android: Fixed a compiler error when compiling for Android SDKs < 16 (and re-saved all projects) 8 years ago
  ed 201a85acd7 Android: Added a virtual backButtonPressed() method to JUCEApplicationBase which can be overridden to be informed when the back button is pressed on a device. 8 years ago
  tpoole 80229c24a9 WebInputStream: Canceling a connection is now thread safe and prevents subsequent connection attempts 8 years ago
  hogliux 2cdf30dd46 Android: Added external storage read/write permissions to RuntimePermissions class 8 years ago
  hogliux b5afccc37c Updated file headers and the README with the JUCE 5 license 8 years ago
  hogliux 86e28d1e42 Restructured android threading code to re-use threading code in juce_posix_Shared.h 8 years ago
  hogliux 3cd9bed7d9 Ensured that gatt connection priority is only requested after the gatt has connected 8 years ago
  hogliux 5b833d6648 Added Android workaround to force BLE Midi devices on low-latency device path 8 years ago
  hogliux 8aea84e20c Added pause after opening MIDI BLE device on Android to improve MIDI BLE reliability 8 years ago
  hogliux dcdcfaa7e9 Added several improvements to Android BLE MIDI reliability 8 years ago
  hogliux 4c7a92ecfa Ensured that SystemStats::getUserLanguage and SystemStats::getUserCountry returns an ISO code on Android 8 years ago
  hogliux 51d5572220 Added showYesNoBox to NativeMessageBox class 8 years ago
  hogliux 5fe3289256 Fixed several Android text rendering bugs 8 years ago
  hogliux ebbba641a4 Fixed a bug where the bluetooth LE scanner would continue to scan even if the bluetooth selector window was closed 8 years ago
  hogliux ec0485388d Reworked and modernised Android exporter and removed old deprecated Android ant exporter 8 years ago
  tpoole 2e84129479 Updated the juce_audio_basics, juce_audio_devices, juce_blocks_basics, juce_core and juce_events modules to a new ISC license 8 years ago
  jules 6fc08dd1cd Added a workaround for Android GL glitches when pausing the app 9 years ago
  Timur Doumler 70949aa0c6 Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 9 years ago
  Timur Doumler a694a66739 Android: fixed bug in Java code that caused compiler errors on API Level 21. 9 years ago
  Timur Doumler 9ea874428c Added feature RuntimePermissions, which allows to request permissions at runtime to access the microphone and bluetooth (required for Android apps using SDK Level 23 and above). 9 years ago
  hogliux 10d1228e86 Add option to set default stack size for JUCE threads 9 years ago