Skip to content

Commit

Permalink
Version Info v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AnderWeb committed Dec 22, 2010
1 parent 7f27da2 commit 3f72386
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 17 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Expand Up @@ -19,10 +19,10 @@
-->
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="32"
package="com.android.launcher"
android:sharedUserId="android.uid.shared"
android:sharedUserLabel="@string/uid_name"
android:versionCode="32"
android:versionName="@string/adw_version">

<permission
Expand Down
15 changes: 7 additions & 8 deletions res/values-es/changelog.xml
Expand Up @@ -7,15 +7,14 @@
-&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.0:&lt;/b>&lt;br>
&lt;b>Version 1.3.5:&lt;/b>&lt;br>
&lt;b>--------------&lt;/b>&lt;br>
-Pequeño rediseño de la interfaz (Papelera movida a la parte superior, Dock configurable, etc)
-Edición de iconos mediante pulsación larga y soltarlos en el mismo sitio &lt;br>
-Soporte para notificaciones de colores. &lt;br>
-Desplazamiento más cómode del Dockbar oculto. &lt;br>
-Posibilidad de reemplazar el botón central del dock &lt;br>
-Posibilidad de desinstalar widgets dejandolos sobre la papelera un segundo &lt;br>
-Montones de correcciones &lt;br>
-Opción para elegir fistintas posiciones para la papelera &lt;br>
-Ventana QuickActions al dejar pulsados los elementos del escritorio. &lt;br>
-Ahora se puede modificar/arrastrar los elementos de la barra principal. &lt;br>
-Añadidas las LauncherActions al menú principal de AÑADIR. &lt;br>
-Montones de arreglillos &lt;br>


</string>
</resources>
12 changes: 5 additions & 7 deletions res/values/changelog.xml
Expand Up @@ -6,14 +6,12 @@
-&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.0:&lt;/b>&lt;br>
&lt;b>Version 1.3.5:&lt;/b>&lt;br>
&lt;b>--------------&lt;/b>&lt;br>
-Small UI revamp (Trash can moved to the top, configurable main dock, etc) &lt;br>
-Drag and drop a desktop icon in the same place to edit it &lt;br>
-Support for coloured counter bubbles. &lt;br>
-Support for easier scrolling of the hidden dockbar. &lt;br>
-Support for replacing the app drawer button with anything &lt;br>
-You can uninstall widgets too by holding them into the trash can &lt;br>
-Option to select different trash can positions/behaviors &lt;br>
-QuickActions window on longpress items. &lt;br>
-Support for drag-out and quickactions on the main dock too. &lt;br>
-Added the LauncherActions to the main ADD menu. &lt;br>
-Lots of fixes &lt;br>

</string>
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.3 System</string>
<string name="adw_version">Version 1.3.5 System</string>
<!-- ADW Settings -->
<string name="pref_label_settings">ADW Settings</string>
<!-- Screen preferences -->
Expand Down

0 comments on commit 3f72386

Please sign in to comment.