fysx 11 years ago
parent
commit
c0fd9a6e1b
2 changed files with 7 additions and 1 deletions
  1. 2 1
      AndroidManifest.xml
  2. 5 0
      README.md

+ 2 - 1
AndroidManifest.xml

@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest package="org.love2d.android"
       android:versionCode="10"
-      android:versionName="0.9.0-beta1"
+      android:versionName="0.9.0-beta2"
       android:installLocation="auto" xmlns:android="http://schemas.android.com/apk/res/android">
     <uses-permission android:name="android.permission.INTERNET"/>
     <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
@@ -60,6 +60,7 @@
           <data android:scheme="https"
             android:host="*"
             android:pathPrefix="*"
+            android:mimeType="*/*"
             android:pathPattern=".*\\.love" />
         </intent-filter>
       </activity>

+ 5 - 0
README.md

@@ -32,6 +32,11 @@ tracker](issues).
 Changelog:
 ----------
 
+beta2:
+* fixed bug with canvases
+* fixed writing of files when no identity in conf.lua was set
+* added file association (somewhat experimental)
+
 beta1:
 
 * fixed nasty crash on startup bug