diff options
Diffstat (limited to 'assets/whats_new.html')
-rw-r--r-- | assets/whats_new.html | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/assets/whats_new.html b/assets/whats_new.html new file mode 100644 index 0000000..91bbecb --- /dev/null +++ b/assets/whats_new.html @@ -0,0 +1,63 @@ +<html> +<head> +<title>SoftKeys: What's New</title> +<link rel="StyleSheet" type="text/css" href="style.css"/> +</head> + +<body> + +<p>First time using SoftKeys? <a href="getting_started.html">View the +Quick Start Guide</a></p> + +<p>If you find SoftKeys useful and would like to support further development, +consider <a href="market://search?q=pub:"Steve Slaven"">buying +some themes.</a></p> + +<br/><br/> + +<div class="header">Recent Changes:</div> + +<div class="header">01/11/2011 - v3.05</div> +<ul> + <li>Fix notificatin bar softkeys</li> +</ul> + +<div class="header">01/10/2011 - v3.04</div> +<ul> + <li>Wait to initialize the orientation listener so we don't crash the +service if we're not done setting up</li> +</ul> + +<div class="header">01/10/2011 - v3.03</div> +<ul> + <li>Added arrow keys and custom buttons extra bar</li> + <li>Save positions of landscape layout separate from portrait</li> + <li>Improved key injection, much more responsive</li> + <li>Handle long-press search intent</li> + <li>Ability to put device to sleep via custom key</li> +</ul> + +<div class="header">01/06/2011 - v3.02</div> +<ul> + <li>Fix help navigation bug on froyo</li> +</ul> + +<div class="header">01/03/2011 - v3.01</div> +<ul> + <li>Released to market</li> + <li>Smooth out dragging of service windows</li> + <li>Added long-press home function to the service bar to run the +alternate launcher</li> + <li>Service bar now makes direct calls instead of launching intents +which should speed up the response some</li> + <li>Added documentation</li> + <li>Fixed startup bug where sometimes you couldn't open the home application</li> +</ul> + +<div class="header">12/23/2010 - v3.00</div> +<ul> + <li>Added theme support</li> +</ul> + +</body> +</html> |