1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

172 commits

Author SHA1 Message Date
tpoole
7d2f59909e Minor documentation fixes 2017-10-06 12:33:55 +01:00
Lukasz Kozakiewicz
fd20804ed9 InAppPurchases: when trying to buy an already purchased item in Play Store, call success callback with “Item already owned” status. 2017-09-26 16:42:24 +02:00
tpoole
0ae8aa812c Bump version number to 5.1.2 2017-09-18 14:59:57 +01:00
jules
eda613c6db Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
Lukasz Kozakiewicz
f65500ec7b InAppPurchases: fix linker error on iOS when product unlocking module is included by IAP capability is turned off. 2017-09-05 10:43:19 +02:00
tpoole
9b687968db Fixed some g++ compiler warnings 2017-08-29 14:47:04 +01:00
hogliux
ba1cba9547 IAP: Ensured that IAP can compile even on platforms that don't support IAP 2017-08-24 17:28:26 +01:00
hogliux
b2ae412e26 Android: Replaced jni type in JUCE header with generic void* to avoid compilation errors if the user does not include jni.h 2017-08-18 09:17:16 +01:00
jules
357dd2c9c9 Removed some old compiler bug workarounds 2017-08-14 12:59:18 +01:00
hogliux
3d379863f1 Revert commit (as already applied with earlier commit): Ensure that IAP requests will still succeed even if the IAP service did not yet bind to our app 2017-08-10 12:04:47 +01:00
hogliux
0413331cc3 Android IAP: Ensure that IAP requests will still succeed even if the IAP service did not yet bind to our app 2017-08-10 11:43:40 +01:00
hogliux
cd74131729 IAP Android: Delay IAP responses if IAP android service did not bind to our app yet 2017-08-10 09:13:17 +01:00
hogliux
803800376b IAP: Fixed a compiler error on linux and windows 2017-08-10 09:12:30 +01:00
hogliux
df91b15455 Added in-app purchase feature to JUCE 2017-08-09 20:15:17 +01:00
hogliux
1b7d30f0f4 Android: Moved more Java code into C++ 2017-08-04 18:49:14 +01:00
hogliux
c02ef79fd6 Bump version number to 5.1.1 2017-08-02 18:35:29 +01:00
hogliux
c1ad53c14e Bump version number to 5.1.0 2017-07-27 12:39:23 +01:00
hogliux
bc3ef88603 Bump version number to 5.0.2 2017-05-30 16:32:47 +01:00
hogliux
8413614744 Bump version number to 5.0.1 2017-05-04 15:26:54 +01:00
hogliux
9d81c5066a Bump version number to 5.0.0 2017-04-27 14:43:05 +01:00
hogliux
b5afccc37c Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
jules
da0febe368 Renamed the juce_tracktion_marketplace module to juce_product_unlocking 2017-04-27 14:43:04 +01:00