aboutsummaryrefslogtreecommitdiff
path: root/libraries
AgeCommit message (Collapse)Author
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.
2016-11-19GH-1726 better failure detection for updatesPetr Mrázek
Instead of just checking if the new version started, make sure it is able to write its IPC key to a file and then use the key to connect to the process.
2016-10-30NOISSUE fix the build even more - win32 types are weirdPetr Mrázek
2016-10-30NOISSUE fix build some more - WindowsPetr Mrázek
2016-10-30NOISSUE refactor window management and launch, make MultiMC a single ↵Petr Mrázek
instance application.
2016-10-26Revert "NOISSUE nuke builtin Minecraft versions"Petr Mrázek
This reverts commit 5ae3b2c11416eb897a08b0d9531843d0357332f8. We need those builtin versions for now.
2016-08-01NOISSUE implement direct java launchPetr Mrázek
Just running the Java process and giving it params on the command line
2016-05-01NOISSUE reorganize and document librariesPetr Mrázek
2016-04-30NOISSUE split GUI stuff from logic libraryPetr Mrázek