ed
|
8c6072b46c
|
Android: Fixed a couple other LocalRef issues in the IAP code
|
6 years ago |
ed
|
58382a6576
|
Android: Fixed a potential crash in IAP GetProductsInformationJob
|
6 years ago |
Tom Poole
|
0239c0cb7e
|
iOS: Fixed a crash in InAppPurchases
|
6 years ago |
Tom Poole
|
a4bd6cbc66
|
Fixed some more Linux compiler warnings
|
6 years ago |
jules
|
2e2cfb5f6c
|
Made a lot of the functions that used to return a raw XmlElement* instead return a std::unique_ptr<XmlElement> to make it safer and more concise to capture them. Also added new methods to XmlElement for generating text, and deprecated the old ones
|
7 years ago |
ed
|
6722194260
|
Bump version number to 5.4.3
|
7 years ago |
Tom Poole
|
e3ebe5aed1
|
Bump version number to 5.4.2
|
7 years ago |
ed
|
a234721110
|
Added various clang-tidy modernize-* fixes
|
7 years ago |
jules
|
536d7ed6d2
|
Replaced some clumsy buffer handling code in the TracktionMarketplaceStatus class
|
7 years ago |
ed
|
b0e2495eac
|
Android: Updated the code in PushNotifications and InAppPurchases to the recent low-level API changes
|
7 years ago |
ed
|
6d39f01793
|
Bump version number to 5.4.1
|
7 years ago |
Tom Poole
|
f0a4b67915
|
Android: Fixed some compiler warnings
|
7 years ago |
ed
|
0b8fcc7a15
|
Bump version number to 5.4.0
|
7 years ago |
Lukasz Kozakiewicz
|
21c2612dea
|
Android: add putFloat to bundle and rename JavaBundle to AndroidBundle.
|
7 years ago |
ed
|
acd3c0b8ee
|
Fixed some Objective-C id -> auto* conversion warnings
|
7 years ago |
jules
|
768139a298
|
Added some free functions to help make XML parsing less verbose: parseXML()
|
7 years ago |
Tom Poole
|
493591a7ef
|
Cleaned up some doc comments
|
7 years ago |
Tom Poole
|
0e1722e387
|
Multiple spelling fixes
|
7 years ago |
Tom Poole
|
4b3632ac9c
|
Fixed a bug unlocking products with multiple machine numbers
|
7 years ago |
jules
|
0535d1b222
|
Added a buffer length check in TracktionMarketplaceStatus
|
7 years ago |
jules
|
7ab4d1708b
|
Some misc cleanups, mainly around WeakReference usage and rectangles
|
7 years ago |
jules
|
ccbaf89f0e
|
Added some methods IPAddress::getAllAddresses(), IPAddress::getLocalAddress(), MACAddress::getAllAddresses()
|
7 years ago |
jules
|
2733b4c9a6
|
Made the error message text in OnlineUnlockStatus customisable
|
7 years ago |
ed
|
2d79cc78c0
|
Bump version number to 5.3.2
|
7 years ago |
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
Noah Dayan
|
1a31c86f39
|
Bump version number to 5.3.1
|
7 years ago |
ed
|
262dff8854
|
Bump version number to 5.3.0
|
8 years ago |
ed
|
cdbc28c18b
|
Add documentation tags
|
8 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.
|
8 years ago |
ed
|
fa0f7a4281
|
Bump version number to 5.2.1
|
8 years ago |
ed
|
1bcc427484
|
Fixed a bug in TracktionMarketplaceStatus::readReplyFromWebserver() that would cause it to fail if all the data was not read at once
|
8 years ago |
jules
|
1a60fa9765
|
More ScopedPointer/unique_ptr compatibility work
|
8 years ago |
jules
|
4fcedf7be5
|
Standardised some lambda syntax
|
8 years ago |
jules
|
6a49d6efdc
|
Minor tidying up
|
8 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!
|
8 years ago |
jules
|
2be865b831
|
Added a GZIPCompressorOutputStream constructor that takes a reference.
|
8 years ago |
ed
|
bd5f43c58f
|
Added a virtual userCancelled() method to OnlineUnlockStatus and modified TracktionMarketplaceStatus::readReplyFromWebserver() to make it cancellable and use a POST command
|
8 years ago |
Lukasz Kozakiewicz
|
5d30fcd9b5
|
Android: move a bunch of generic Android and Java classes to JNI helpers, add Android/Java prefixes to disambiguate.
|
8 years ago |
ed
|
c7be3ed55a
|
Added a parameter to the OnlineUnlockForm constructor to specify whether its OverlayComp should have a cancel button
|
8 years ago |
ed
|
dbb2f620b4
|
Bump version number to 5.2.0
|
8 years ago |
Lukasz Kozakiewicz
|
99c4f716da
|
InAppPurchases: return failure status of restoring products bought list if IAP is unavailable.
|
8 years ago |
Lukasz Kozakiewicz
|
7854ca74f0
|
InAppPurchases: remove return after else!
|
8 years ago |
Lukasz Kozakiewicz
|
0e9db3c403
|
InAppPurchases: call purchasesListRestored() callback with failure when a user cancels login to AppStore.
|
8 years ago |
Lukasz Kozakiewicz
|
e0088c12b2
|
InAppPurchases: handle the case with AppStore where purchase time in a receipt is a string.
|
8 years ago |
Lukasz Kozakiewicz
|
1dd687eeb9
|
InAppPurchases: enable IAP on OSX.
|
8 years ago |
Lukasz Kozakiewicz
|
2ff20dac63
|
InAppPurchases: check price locale’s language code in backwards compatible way.
|
8 years ago |
Lukasz Kozakiewicz
|
0caf83439a
|
Android: move android.content.Intent class definition into JNIHelpers.
|
8 years ago |
tpoole
|
aa338866fb
|
Minor documentation fixes
|
8 years ago |
tpoole
|
7d2f59909e
|
Minor documentation fixes
|
8 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.
|
8 years ago |