1
0
Fork 0
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:
Nikolay Pultsin 2012-01-09 07:52:19 +00:00
parent 82de46e201
commit a7c0a6b6ef
4 changed files with 7 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?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"/> <uses-sdk android:minSdkVersion="5" android:maxSdkVersion="10"/>
<supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:anyDensity="true" /> <supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:anyDensity="true" />
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.INTERNET" />
@ -21,7 +21,7 @@
<intent-filter> <intent-filter>
<action android:name="android.fbreader.action.CRASH" /> <action android:name="android.fbreader.action.CRASH" />
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
<data android:scheme="ExceptionInInitializer" /> <data android:scheme="ExceptionInInitializerError" />
</intent-filter> </intent-filter>
</activity> </activity>
<service android:name="org.geometerplus.android.fbreader.api.ApiService"> <service android:name="org.geometerplus.android.fbreader.api.ApiService">

View file

@ -21,7 +21,7 @@
<intent-filter> <intent-filter>
<action android:name="android.fbreader.action.CRASH" /> <action android:name="android.fbreader.action.CRASH" />
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
<data android:scheme="ExceptionInInitializer" /> <data android:scheme="ExceptionInInitializerError" />
</intent-filter> </intent-filter>
</activity> </activity>
<service android:name="org.geometerplus.android.fbreader.api.ApiService"> <service android:name="org.geometerplus.android.fbreader.api.ApiService">

View file

@ -1,3 +1,6 @@
===== 1.3.2 (Jan ??, 2012) =====
* ExceptionInInitializerError processing has been fixed
===== 1.3.1 (Jan 9, 2012) ===== ===== 1.3.1 (Jan 9, 2012) =====
* Persistent tip prompt issue has been fixed * Persistent tip prompt issue has been fixed
* Galaxy Tab specific Book info issue has been fixed * Galaxy Tab specific Book info issue has been fixed

View file

@ -1 +1 @@
1.3.1 1.3.2