aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2014-08-31 16:59:23 +0200
committerJorge Ruesga <jorge@ruesga.com>2014-08-31 16:59:23 +0200
commitafa707c5d59e157e95947c265f14e93d022b1864 (patch)
tree92d14ff422919ca155177bc32ec458f4a8ada16d
parentc8d004f3be2bc071184dd32e17b87efccb3aca38 (diff)
downloadandroid_packages_wallpapers_PhotoPhase-afa707c5d59e157e95947c265f14e93d022b1864.tar.gz
android_packages_wallpapers_PhotoPhase-afa707c5d59e157e95947c265f14e93d022b1864.tar.bz2
android_packages_wallpapers_PhotoPhase-afa707c5d59e157e95947c265f14e93d022b1864.zip
photophase: bump version
Change-Id: I3885d2c68aa8995b2dbbd6623f4bc90948089439 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
-rw-r--r--AndroidManifest.xml4
-rw-r--r--README.md8
-rw-r--r--res/raw-es/changelog37
-rw-r--r--res/raw/changelog11
4 files changed, 20 insertions, 40 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9210d74..81eb93d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -16,8 +16,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.cyanogenmod.wallpapers.photophase"
- android:versionCode="1008"
- android:versionName="1.0.6"
+ android:versionCode="1010"
+ android:versionName="1.0.8"
android:installLocation="auto">
<original-package android:name="org.cyanogenmod.wallpapers.photophase" />
diff --git a/README.md b/README.md
index 47baf9a..8b829f1 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,14 @@
PhotoPhase Live Wallpaper
=========================
+Description
+-----------
A live wallpaper for Android that displays a subset of your photos on your
wallpaper, that are rotated in small intervals of time with beautiful
transitions and effects.
+Licences
+--------
This source was released under the terms of [Apache 2.0]
(http://www.apache.org/licenses/LICENSE-2.0.html) license. This software includes
third party libraries which are released under the next licenses:
@@ -16,8 +20,12 @@ third party libraries which are released under the next licenses:
* mColorPicker licensed by Daniel Nilsson under [Apache 2.0]
(http://www.apache.org/licenses/LICENSE-2.0.html)
+Contribute
+----------
Visit [CyanogenMod Github](https://github.com/CyanogenMod/android_packages_wallpapers_PhotoPhase)
and [CyanogenMod Code Review](http://review.cyanogenmod.org/) to get the source
and submit patches.
+Credits
+-----------
Copyright © 2014 The CyanogenMod Project
diff --git a/res/raw-es/changelog b/res/raw-es/changelog
deleted file mode 100644
index c76c021..0000000
--- a/res/raw-es/changelog
+++ /dev/null
@@ -1,37 +0,0 @@
-v1.0.6
-----------------------------
-- Mejor detección de botón Atrás en la selección de álbumes
-- Corregidos varios errores
-
-v1.0.5
-----------------------------
-- Añadido soporte para AOSP 4.4 (KitKat)
-- Corregidos varios errores
-
-v1.0.4
-----------------------------
-- Característica: Actividad de selección de álbumes renovada (mejor disposición, efectos y mejoras de rendimiento)
-- Característica: Disposiciones aleatorias
-- Característica: Plantillas predefinidas
-- Característica: Añadido registro de cambios
-- Corrección: Corregida la actividad de selección de álbumes cuando existen muchos álbumes
-
-v1.0.3
-----------------------------
-- Corregido el problema que muestra la pantalla en blanco en la actividad de álbumes
-- Mejorada la respuesta en la actividad de álbumes
-
-v1.0.2
-----------------------------
-- Permite mover la aplicación a la tarjeta SD externa (no todos los dispositivos soportan esta característica. Si tu fondo de pantalla se resetea al de defecto tras un reinicio del dispositivo, entonces tu dispositivo no soporta esta característica y necesita ser instalado en la tarjeta SD interna)
-- Corregido un problema que impide el arranque de aplicación en la versión 4.0.3 de Android (gracias por los informes de errores)
-
-v1.0.1
-----------------------------
-- Ajustes de intervalo de transiciones: Ahora acepta valores desde 0 a 60 segundos (0 significa sin transiciones)
-- Mejora en los tiempos de búsqueda de nuevas imágenes
-- Corregidos algunos errores (gracias por los informes de errores)
-
-v1.0.0
-----------------------------
-- Versión inicial \ No newline at end of file
diff --git a/res/raw/changelog b/res/raw/changelog
index 543334c..a13eb89 100644
--- a/res/raw/changelog
+++ b/res/raw/changelog
@@ -1,3 +1,12 @@
+v1.0.8
+----------------------------
+- Fixed a memory leak bug
+- Precache font assets to avoid resource leaks
+
+v1.0.7
+----------------------------
+- Fixed some OpenGL and UI bugs
+
v1.0.6
----------------------------
- Handled back button on album selection
@@ -28,7 +37,7 @@ v1.0.2
v1.0.1
----------------------------
-- Transitions interval settings: Now accept values from 0 to 60 seconds (0 means no transtions at all)
+- Transitions interval settings: Now accept values from 0 to 60 seconds (0 means no transitions at all)
- Improved the times needed to discover new media data
- Fixed some bugs (thanks for the bug reports)