From 175f6f23aee5744faef20905fbc54d1f740a581b Mon Sep 17 00:00:00 2001 From: fysx Date: Thu, 30 Jan 2014 10:27:52 +0100 Subject: [PATCH] preparing alpha8 release --- AndroidManifest.xml | 13 +++++++------ README.md | 22 +++++++++++++++++----- 2 files changed, 24 insertions(+), 11 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 96dfa041..b8c2be64 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,11 +1,14 @@ - + + + + @@ -27,7 +31,4 @@ - - - diff --git a/README.md b/README.md index 60ff5a6a..1178e7c5 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,24 @@ install on your phone. Changelog: ---------- +alpha8: +* Exposing DisplayMetrics in love.android.getDisplayMetrics()) +* Accelerometer is now available as a joystick +* enabled armv6 compilation (larger files, better compatibility with Tegra2 devices) +* updated to latest mobile-common branch +* updated OpenAL from 1.13 to 1.15.1 +* updated jpeg library from 8c to 9a +* updated lcms from 2.2 to 2.5 +* updated libogg from 1.3.0 to 1.3.1 +* updated libvorbis from 1.3.2 to 1.3.4 +* updated mpg123 from 1.13.4 to 1.17.0 + alpha7: -- love.system.getOS() now returns "Android" -- hardware search key is reported as "search" -- switched to mobile-common branch -- using new love.touch module (love.touchpressed(id,x,y,p), love.touchmoved(id,x,y,p), love.touchmoved(id,x,y,p)) -- added LOVE_ANDROID define +* love.system.getOS() now returns "Android" +* hardware search key is reported as "search" +* switched to mobile-common branch +* using new love.touch module (love.touchpressed(id,x,y,p), love.touchmoved(id,x,y,p), love.touchmoved(id,x,y,p)) +* added LOVE_ANDROID define License: --------