1<?xml version="1.0" encoding="UTF-8"?> 2<!-- Copyright 2012-2014 Eric Lafortune <eric@graphics.cornell.edu> --> 3<application> 4 <id type="desktop">proguard.desktop</id> 5 <metadata_license>CC-BY-SA-3.0</metadata_license> 6 <project_license>GPL-2.0</project_license> 7 <name>ProGuard</name> 8 <summary>Java optimizer and obfuscator</summary> 9 <description> 10 <p> 11 ProGuard is a free Java class file shrinker, optimizer, obfuscator, and 12 preverifier. It detects and removes unused classes, fields, methods, and 13 attributes. It optimizes bytecode and removes unused instructions. It 14 renames the remaining classes, fields, and methods using short meaningless 15 names. Finally, it preverifies the processed code for Java 6 or for Java 16 Micro Edition. 17 </p> 18 <p> 19 ProGuard is useful for making code more compact and more efficient, on the 20 desktop, on tablets, on smartphones, and on embedded devices. It also 21 makes code more difficult to reverse engineer.Power Statistics is a 22 program used to view historical and current battery information and will 23 show programs running on your computer using power. 24 </p> 25 </description> 26 <screenshots> 27 <screenshot type="default" width="918" height="671">http://proguard.sourceforge.net/screenshot_gui1.gif</screenshot> 28 <screenshot width="755" height="633">http://proguard.sourceforge.net/screenshot_console.gif</screenshot> 29 </screenshots> 30 <url type="homepage">http://proguard.sourceforge.net/</url> 31 <updatecontact>eric@graphics.cornell.edu</updatecontact> 32</application>