Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | NOISSUE fix up translation selection in settings and add OS/sys arch reporting | Petr Mrázek | 2017-01-01 | -194/+1 |
| | ||||
* | NOISSUE Translations model and initial setup wizard work | Petr Mrázek | 2017-01-01 | -2/+11 |
| | ||||
* | NOISSUE fix Windows kernel numbers and add unit test for them | Petr Mrázek | 2016-11-27 | -0/+29 |
| | ||||
* | NOISSUE fix macOS build (stray assignment to removed variable) | Petr Mrázek | 2016-11-26 | -1/+0 |
| | ||||
* | NOISSUE simplify system detection and user agent handling | Petr Mrázek | 2016-11-26 | -142/+31 |
| | | | | | | Now it only checks OS kernel name/version. User agent is 'MultiMC5/$version'. Kernel info is passed through custom dimensions in analytics. | |||
* | NOISSUE dumb down Windows version detection... | Petr Mrázek | 2016-11-25 | -29/+2 |
| | | | | Hopefully the analytics thing will accept it this time. | |||
* | NOISSUE fix build (OSVERSIONINFOW) | Petr Mrázek | 2016-11-24 | -2/+2 |
| | ||||
* | NOISSUE Better Windows version detection and user agent | Petr Mrázek | 2016-11-24 | -49/+42 |
| | ||||
* | NOISSUE add analytics settings (enable/disable) | Petr Mrázek | 2016-11-24 | -40/+37 |
| | ||||
* | NOISSUE send custom analytics values | Petr Mrázek | 2016-11-22 | -1/+1 |
| | | | | | | | * System, Java and CPU architecture (either 32 or 64). * Java version. * System memory size in MB. * Java min/max heap size in MB. | |||
* | NOISSUE add implementations of system query functions | Petr Mrázek | 2016-11-22 | -0/+105 |
| | | | | | | * system memory size in bytes * system architecture is 64bit? * CPU architecture is 64bit? | |||
* | NOISSUE implement analytics IP anonymization | Petr Mrázek | 2016-11-21 | -2/+20 |
| | ||||
* | NOISSUE ifdef out unknown Apple system versions in analytics | Petr Mrázek | 2016-11-21 | -0/+4 |
| | ||||
* | NOISSUE most basic analytics integration possible | Petr Mrázek | 2016-11-21 | -0/+2 |
| | ||||
* | NOISSUE reformat and sanitize ganalytics | Petr Mrázek | 2016-11-21 | -1034/+808 |
| | ||||
* | NOISSUE import google analytics from third party | Petr Mrázek | 2016-11-20 | -0/+1099 |
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. |