summaryrefslogtreecommitdiffstats
path: root/assets/whats_new.html
blob: 91bbecb25089dbddd3aa965d577a98079a2140b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
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>