aboutsummaryrefslogtreecommitdiff
path: root/libraries/ganalytics
AgeCommit message (Collapse)Author
2016-11-27NOISSUE fix Windows kernel numbers and add unit test for themPetr Mrázek
2016-11-26NOISSUE fix macOS build (stray assignment to removed variable)Petr Mrázek
2016-11-26NOISSUE simplify system detection and user agent handlingPetr Mrázek
Now it only checks OS kernel name/version. User agent is 'MultiMC5/$version'. Kernel info is passed through custom dimensions in analytics.
2016-11-25NOISSUE dumb down Windows version detection...Petr Mrázek
Hopefully the analytics thing will accept it this time.
2016-11-24NOISSUE fix build (OSVERSIONINFOW)Petr Mrázek
2016-11-24NOISSUE Better Windows version detection and user agentPetr Mrázek
2016-11-24NOISSUE add analytics settings (enable/disable)Petr Mrázek
2016-11-22NOISSUE send custom analytics valuesPetr Mrázek
* System, Java and CPU architecture (either 32 or 64). * Java version. * System memory size in MB. * Java min/max heap size in MB.
2016-11-22NOISSUE add implementations of system query functionsPetr Mrázek
* system memory size in bytes * system architecture is 64bit? * CPU architecture is 64bit?
2016-11-21NOISSUE implement analytics IP anonymizationPetr Mrázek
2016-11-21NOISSUE ifdef out unknown Apple system versions in analyticsPetr Mrázek
2016-11-21NOISSUE most basic analytics integration possiblePetr Mrázek
2016-11-21NOISSUE reformat and sanitize ganalyticsPetr Mrázek
2016-11-20NOISSUE import google analytics from third partyPetr Mrázek
See: https://github.com/HSAnet/qt-google-analytics Sadly, the API and its internals are not acceptable and it needs changes upstream likely wouldn't allow.