mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 01:39:18 +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
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.geometerplus.zlibrary.ui.android"
|
||||
android:versionCode="2020610"
|
||||
android:versionName="2.2.6"
|
||||
android:versionCode="2020710"
|
||||
android:versionName="2.2.7"
|
||||
android:installLocation="auto"
|
||||
>
|
||||
<uses-sdk
|
||||
|
@ -161,7 +161,7 @@
|
|||
<action android:name="android.fbreader.action.CONFIG_SERVICE"/>
|
||||
</intent-filter>
|
||||
</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>
|
||||
<action android:name="android.fbreader.action.sync.START"/>
|
||||
</intent-filter>
|
||||
|
|
|
@ -161,7 +161,7 @@
|
|||
<action android:name="android.fbreader.action.CONFIG_SERVICE"/>
|
||||
</intent-filter>
|
||||
</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>
|
||||
<action android:name="android.fbreader.action.sync.START"/>
|
||||
</intent-filter>
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
* (planned) Fixed authors list/tags list editing
|
||||
* (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) =====
|
||||
* No crach in cover service
|
||||
* 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