mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-06 03:50:19 +02:00
fixed ExceptionInInitializerError processing
This commit is contained in:
parent
82de46e201
commit
a7c0a6b6ef
4 changed files with 7 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.geometerplus.zlibrary.ui.android" android:versionCode="103011" android:versionName="1.3.1" android:installLocation="auto">
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.geometerplus.zlibrary.ui.android" android:versionCode="103021" android:versionName="1.3.2" android:installLocation="auto">
|
||||
<uses-sdk android:minSdkVersion="5" android:maxSdkVersion="10"/>
|
||||
<supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:anyDensity="true" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
|
@ -21,7 +21,7 @@
|
|||
<intent-filter>
|
||||
<action android:name="android.fbreader.action.CRASH" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<data android:scheme="ExceptionInInitializer" />
|
||||
<data android:scheme="ExceptionInInitializerError" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<service android:name="org.geometerplus.android.fbreader.api.ApiService">
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<intent-filter>
|
||||
<action android:name="android.fbreader.action.CRASH" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<data android:scheme="ExceptionInInitializer" />
|
||||
<data android:scheme="ExceptionInInitializerError" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<service android:name="org.geometerplus.android.fbreader.api.ApiService">
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
===== 1.3.2 (Jan ??, 2012) =====
|
||||
* ExceptionInInitializerError processing has been fixed
|
||||
|
||||
===== 1.3.1 (Jan 9, 2012) =====
|
||||
* Persistent tip prompt issue has been fixed
|
||||
* Galaxy Tab specific Book info issue has been fixed
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.3.1
|
||||
1.3.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue