mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
version => 2.2.7, no sync permissions
This commit is contained in:
parent
4b7dccf155
commit
1dcbbd6816
4 changed files with 9 additions and 5 deletions
|
@ -2,8 +2,8 @@
|
||||||
<manifest
|
<manifest
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.geometerplus.zlibrary.ui.android"
|
package="org.geometerplus.zlibrary.ui.android"
|
||||||
android:versionCode="2020610"
|
android:versionCode="2020710"
|
||||||
android:versionName="2.2.6"
|
android:versionName="2.2.7"
|
||||||
android:installLocation="auto"
|
android:installLocation="auto"
|
||||||
>
|
>
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
|
@ -161,7 +161,7 @@
|
||||||
<action android:name="android.fbreader.action.CONFIG_SERVICE"/>
|
<action android:name="android.fbreader.action.CONFIG_SERVICE"/>
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</service>
|
</service>
|
||||||
<service android:name="org.geometerplus.android.fbreader.sync.SyncService" android:launchMode="singleTask" android:process=":synchroniser" android:permission="fbreader.permission.SYNC">
|
<service android:name="org.geometerplus.android.fbreader.sync.SyncService" android:launchMode="singleTask" android:process=":synchroniser">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.fbreader.action.sync.START"/>
|
<action android:name="android.fbreader.action.sync.START"/>
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
|
@ -161,7 +161,7 @@
|
||||||
<action android:name="android.fbreader.action.CONFIG_SERVICE"/>
|
<action android:name="android.fbreader.action.CONFIG_SERVICE"/>
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</service>
|
</service>
|
||||||
<service android:name="org.geometerplus.android.fbreader.sync.SyncService" android:launchMode="singleTask" android:process=":synchroniser" android:permission="fbreader.permission.SYNC">
|
<service android:name="org.geometerplus.android.fbreader.sync.SyncService" android:launchMode="singleTask" android:process=":synchroniser">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.fbreader.action.sync.START"/>
|
<action android:name="android.fbreader.action.sync.START"/>
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
|
@ -6,6 +6,10 @@
|
||||||
* (planned) Fixed authors list/tags list editing
|
* (planned) Fixed authors list/tags list editing
|
||||||
* (planned) CSS selectors priority
|
* (planned) CSS selectors priority
|
||||||
|
|
||||||
|
===== 2.2.7 (Jan ??, 2015) =====
|
||||||
|
* Fixed behaviour for images with # in name
|
||||||
|
* No sync permission required for sync service call
|
||||||
|
|
||||||
===== 2.2.6 (Jan 20, 2015) =====
|
===== 2.2.6 (Jan 20, 2015) =====
|
||||||
* No crach in cover service
|
* No crach in cover service
|
||||||
* Cover service sends image sizes in headed
|
* Cover service sends image sizes in headed
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.2.6
|
2.2.7
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue