ed
|
009d685179
|
Updated all license headers
|
4 years ago |
ed
|
d510b73cdf
|
Normalised all whitespace before args in std::function
|
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 |
reuk
|
e357833a12
|
iOS: Support older SDKs
|
5 years ago |
reuk
|
bbd2184e3b
|
Demos: Fix some build issues in demos with more warnings enabled
|
5 years ago |
Tom Poole
|
5e9826ecf8
|
Added some missing license headers
|
5 years ago |
ed
|
ab12d7e406
|
Android: Fixed a potential NullPointerException in the BillingClient code
|
5 years ago |
ed
|
2f6053b64e
|
Android: Removed hard dependency on billing client library
|
5 years ago |
ed
|
027e12e3a6
|
Android: Replaced deprecated AIDL in-app billing code with Google Play Billing library
|
5 years ago |
ed
|
8c6072b46c
|
Android: Fixed a couple other LocalRef issues in the IAP code
|
5 years ago |
ed
|
58382a6576
|
Android: Fixed a potential crash in IAP GetProductsInformationJob
|
5 years ago |
Tom Poole
|
0239c0cb7e
|
iOS: Fixed a crash in InAppPurchases
|
5 years ago |
ed
|
b0e2495eac
|
Android: Updated the code in PushNotifications and InAppPurchases to the recent low-level API changes
|
6 years ago |
Tom Poole
|
f0a4b67915
|
Android: Fixed some compiler warnings
|
6 years ago |
Lukasz Kozakiewicz
|
21c2612dea
|
Android: add putFloat to bundle and rename JavaBundle to AndroidBundle.
|
6 years ago |
ed
|
acd3c0b8ee
|
Fixed some Objective-C id -> auto* conversion warnings
|
6 years ago |
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
Lukasz Kozakiewicz
|
3e66bc69fb
|
InAppPurchases: fix a bug on Android when failed purchases would not be propagated to IAP listeners. Make InAppPurchases a Singleton.
|
7 years ago |
jules
|
4fcedf7be5
|
Standardised some lambda syntax
|
7 years ago |
jules
|
a586966c65
|
Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated!
|
7 years ago |
Lukasz Kozakiewicz
|
5d30fcd9b5
|
Android: move a bunch of generic Android and Java classes to JNI helpers, add Android/Java prefixes to disambiguate.
|
7 years ago |
Lukasz Kozakiewicz
|
99c4f716da
|
InAppPurchases: return failure status of restoring products bought list if IAP is unavailable.
|
7 years ago |
Lukasz Kozakiewicz
|
7854ca74f0
|
InAppPurchases: remove return after else!
|
7 years ago |
Lukasz Kozakiewicz
|
0e9db3c403
|
InAppPurchases: call purchasesListRestored() callback with failure when a user cancels login to AppStore.
|
7 years ago |
Lukasz Kozakiewicz
|
e0088c12b2
|
InAppPurchases: handle the case with AppStore where purchase time in a receipt is a string.
|
7 years ago |
Lukasz Kozakiewicz
|
1dd687eeb9
|
InAppPurchases: enable IAP on OSX.
|
7 years ago |
Lukasz Kozakiewicz
|
2ff20dac63
|
InAppPurchases: check price locale’s language code in backwards compatible way.
|
7 years ago |
Lukasz Kozakiewicz
|
0caf83439a
|
Android: move android.content.Intent class definition into JNIHelpers.
|
7 years ago |
Lukasz Kozakiewicz
|
fd20804ed9
|
InAppPurchases: when trying to buy an already purchased item in Play Store, call success callback with “Item already owned” status.
|
7 years ago |
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
|
7 years ago |
hogliux
|
b2ae412e26
|
Android: Replaced jni type in JUCE header with generic void* to avoid compilation errors if the user does not include jni.h
|
7 years ago |
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
|
7 years ago |
hogliux
|
0413331cc3
|
Android IAP: Ensure that IAP requests will still succeed even if the IAP service did not yet bind to our app
|
7 years ago |
hogliux
|
cd74131729
|
IAP Android: Delay IAP responses if IAP android service did not bind to our app yet
|
7 years ago |
hogliux
|
df91b15455
|
Added in-app purchase feature to JUCE
|
7 years ago |