summaryrefslogtreecommitdiffstats
path: root/src/purchasing/inapppurchase
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of deprecated QStandardPaths::DataLocationKarsten Heimrich2020-10-263-2/+4
* Android: rename Android's package name for Qt 6Assam Boudjelthia2020-10-052-2/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-06-281-1/+1
* Update dependenciesFriedemann Kleint2020-03-271-0/+2
* Fix a ClassNotFoundException crash on app startAssam Boudjelthia2020-01-161-5/+13
* Port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-08-062-2/+1
* Doc: Add missing dots (qtpurchasing)Paul Wicking2018-06-193-3/+3
* Doc: Fix Q_PROPERTY documentationv5.11.0-beta4v5.11.0-beta3Topi Reinio2018-03-281-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-202-2/+7
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-01-182-2/+7
| |\
| | * winrt: React on failure in LoadListingInformationAsyncOliver Wolff2017-11-211-1/+5
| | * Fix the build on tvOS due to an availability declaration bugJake Petroules2017-11-171-1/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-201-8/+10
|\| |
| * | Android: More informative error string in some casesv5.10.0-beta3Nuno Santos2017-10-191-8/+10
| |/
* / Replace Q_NULLPTR with nullptrKevin Funk2017-09-264-4/+4
|/
* winrt: Use RequestProductPurchaseWithResultsAsync for all purchasesMaurice Kalinowski2017-06-131-27/+2
* winrt: Fix Windows Store backendMaurice Kalinowski2017-04-123-17/+76
* Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta1Liang Qi2017-03-103-7/+11
|\
| * winrt: Fix potential crash when unable to access product typeMaurice Kalinowski2017-02-281-3/+7
| * Eradicate Q_FOREACH loops and mark the module as Q_FOREACH-freeMarc Mutz2017-01-262-4/+4
* | Handle additional StoreKit error codesJake Petroules2017-02-241-1/+14
* | Make use of Objective-C generics for additional type safetyJake Petroules2017-02-221-6/+6
* | Convert to templated signals and slotsJake Petroules2017-02-221-8/+9
|/
* winrt: Fix metatype registrationMaurice Kalinowski2016-11-071-1/+1
* winrt: Fix thread affinity for transactionsv5.8.0-beta1Maurice Kalinowski2016-09-212-15/+56
* winrt: Add receipt to transactionsMaurice Kalinowski2016-09-213-18/+79
* winrt: Fix crash when restoring purchasesMaurice Kalinowski2016-09-171-0/+5
* Merge branch '5.7' into 5.8Eskil Abrahamsen Blomfeldt2016-09-082-2/+4
|\
| * Merge branch '5.6' into 5.7Eskil Abrahamsen Blomfeldt2016-09-082-2/+4
| |\
| | * Fix mismatched tags (class vs struct) warningsJake Petroules2016-08-172-2/+4
* | | Disable Apple backend on watchOSv5.8.0-alpha1Jake Petroules2016-08-182-3/+3
* | | Add WinRT backendMaurice Kalinowski2016-07-069-0/+1133
|/ /
* | Fix crash when requerying product before previous completedEskil Abrahamsen Blomfeldt2016-04-291-5/+12
* | Remove debug output from Android backendEskil Abrahamsen Blomfeldt2016-04-281-1/+1
* | QMacInAppPurchaseTransaction: Expose native error message in errorStringKai Uwe Broulik2016-04-261-1/+1
|/
* Make more ctors explicitMarc Mutz2016-03-031-1/+1
* Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-033-3/+3
* Prospective fix for namespaced buildsSimon Hausmann2015-12-284-9/+9
* Respect QObject::setParent thread affinity to avoid crash.Filipe Azevedo2015-11-202-3/+11
* Use a local static function instead of a category for the price.Jake Petroules2015-08-131-16/+5
* Utilize QDateTime::fromNSDate.Jake Petroules2015-08-121-3/+1
* Adapt iOS backend to work on OS X as well.Jake Petroules2015-08-1111-97/+115
* Remove GPLv2 from license optionsEskil Abrahamsen Blomfeldt2015-08-1024-217/+25
* Fix function signature.BogDan Vatra2015-08-071-1/+1
* Update license headers to LGPLv3/GPLv2/CommercialEskil Abrahamsen Blomfeldt2015-08-0524-242/+624
* com.digia.* -> org.qtproject.*Eskil Abrahamsen Blomfeldt2015-08-052-2/+2
* Add Product.resetStatus() methodEskil Abrahamsen Blomfeldt2015-03-251-1/+2
* Android: Batch requests for productsEskil Abrahamsen Blomfeldt2015-02-255-15/+55
* iOS: Don't modify an NSMutableArray while iterating itAndy Nichols2014-08-051-1/+6
* Remove debug outputEskil Abrahamsen Blomfeldt2014-05-121-1/+1