aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2014-09-01 20:03:53 +0000
committerGerrit Code Review <gerrit@cyanogenmod.org>2014-09-01 20:03:53 +0000
commita6bed171b792f5d4259a9578258a172f833bca0f (patch)
tree9f3417480d73fe553d3d40e3fc1a79cef79215d4
parentcd21e27153c81952b8499447875db8c73a63a536 (diff)
parentafa707c5d59e157e95947c265f14e93d022b1864 (diff)
downloadandroid_packages_wallpapers_PhotoPhase-a6bed171b792f5d4259a9578258a172f833bca0f.tar.gz
android_packages_wallpapers_PhotoPhase-a6bed171b792f5d4259a9578258a172f833bca0f.tar.bz2
android_packages_wallpapers_PhotoPhase-a6bed171b792f5d4259a9578258a172f833bca0f.zip
Merge "photophase: bump version" into cm-11.0
-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)