Skip to content

Commit

Permalink
Version info v1.3.6 (plus minor typo fix) :P
Browse files Browse the repository at this point in the history
  • Loading branch information
AnderWeb committed Dec 23, 2010
1 parent f958512 commit f90c384
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Expand Up @@ -19,7 +19,7 @@
-->
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="32"
android:versionCode="34"
package="com.android.launcher"
android:sharedUserId="android.uid.shared"
android:sharedUserLabel="@string/uid_name"
Expand Down
4 changes: 4 additions & 0 deletions res/values-es/changelog.xml
Expand Up @@ -7,6 +7,10 @@
-&lt;b>RECUERDA:&lt;/b> Puedes ocultar iconos de la lista de aplicaciones usando los catálogos personalizados (pulsa la tecla menú con la lista de aplicaciones abierta) &lt;br>&lt;br>


&lt;b>Version 1.3.6:&lt;/b>&lt;br>
&lt;b>--------------&lt;/b>&lt;br>
-Opciín para bloquear el escritorio (pulsa menú/Lock/Unlock) &lt;br>
-Small fixes for some FCs &lt;br>
&lt;b>Version 1.3.5:&lt;/b>&lt;br>
&lt;b>--------------&lt;/b>&lt;br>
-Opción para elegir fistintas posiciones para la papelera &lt;br>
Expand Down
2 changes: 1 addition & 1 deletion res/values/arrays.xml
Expand Up @@ -38,7 +38,7 @@
<item>Top</item>
<item>Bottom</item>
<item>Top (Shrink desktop)</item>
<item>Bottom (Shink desktop)</item>
<item>Bottom (Shrink desktop)</item>
</string-array>
<string-array name="app_drawer_style_entries">
<item>Vertical plain</item>
Expand Down
4 changes: 4 additions & 0 deletions res/values/changelog.xml
Expand Up @@ -6,6 +6,10 @@
-&lt;b>NOTICE:&lt;/b> To enable ORIENTATION, disable PERSISTENCE.&lt;br>&lt;br>
-&lt;b>REMEMBER:&lt;/b> You can hide apps from the drawer by using the custom catalogs (press menu key while the drawer is open) &lt;br>&lt;br>

&lt;b>Version 1.3.6:&lt;/b>&lt;br>
&lt;b>--------------&lt;/b>&lt;br>
-Option to lock/unlock desktop (press menu/more) &lt;br>
-Small fixes for some FCs &lt;br>
&lt;b>Version 1.3.5:&lt;/b>&lt;br>
&lt;b>--------------&lt;/b>&lt;br>
-Option to select different trash can positions/behaviors &lt;br>
Expand Down
2 changes: 1 addition & 1 deletion res/values/strings.xml
Expand Up @@ -116,7 +116,7 @@
<!-- Text to show user in place of a gadget when we can't display it properly -->
<string name="gadget_error_text">Problem loading widget</string>
<!-- ADW Version Information -->
<string name="adw_version">Version 1.3.5 System</string>
<string name="adw_version">Version 1.3.6 System</string>
<!-- ADW Settings -->
<string name="pref_label_settings">ADW Settings</string>
<!-- Screen preferences -->
Expand Down

0 comments on commit f90c384

Please sign in to comment.