summaryrefslogtreecommitdiffstats
path: root/assets/whats_new.html
diff options
context:
space:
mode:
authorSteve Slaven <bpk@hoopajoo.net>2011-01-11 18:11:21 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2011-01-11 18:11:21 (GMT)
commit67210579534b52bc892fd44aca99dc9239a9698f (patch)
tree4b9a1b4d0ea49ac46429710190e10b5921ca9355 /assets/whats_new.html
parent8325946f5775180c49ac1ebdb267ad238d24fc16 (diff)
downloadSoftKeys-67210579534b52bc892fd44aca99dc9239a9698f.zip
SoftKeys-67210579534b52bc892fd44aca99dc9239a9698f.tar.gz
SoftKeys-67210579534b52bc892fd44aca99dc9239a9698f.tar.bz2
Add missing asssetsv3.05
Diffstat (limited to 'assets/whats_new.html')
-rw-r--r--assets/whats_new.html63
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:&quot;Steve Slaven&quot;">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>