Update to 0.7.2
This commit is contained in:
parent
46875f41e8
commit
7f948fc363
3 changed files with 10 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="de.luhmer.owncloudnewsreader"
|
||||
android:versionCode="65"
|
||||
android:versionName="0.7.1" >
|
||||
android:versionCode="66"
|
||||
android:versionName="0.7.2" >
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
|
|
|
@ -68,6 +68,12 @@ Updates
|
|||
==================================
|
||||
0.7.2 (in development)
|
||||
---------------------
|
||||
- Improvement - <a href="https://github.com/owncloud/News-Android-App/issues/252">#252 "Open in Browser" should open current page.</a>
|
||||
- New feature - <a href="https://github.com/owncloud/News-Android-App/issues/182">#182 »Read« checkbox in widget</a>
|
||||
- Move "Sync Settings" option from Actionbar to Settings
|
||||
- Bug fix - <a href="https://github.com/owncloud/News-Android-App/issues/212">#212 sort order of starred items</a>
|
||||
- Improvement - <a href="https://github.com/owncloud/News-Android-App/issues/124">#124 Add download image options: Over WiFi only/ Over WiFi & Mobil / Ask when not connected to WiFi</a>
|
||||
- Bug fixes
|
||||
|
||||
|
||||
0.7.1 (Google Play - Beta)
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
# Location of the SDK. This is only used by Gradle.
|
||||
# For customization when using a Version Control System, please read the
|
||||
# header note.
|
||||
#Wed May 28 19:06:37 CEST 2014
|
||||
sdk.dir=C\:\\Program Files\\Android\\android-studio\\sdk
|
||||
#Fri Aug 29 16:14:57 CEST 2014
|
||||
sdk.dir=/opt/android-studio/sdk
|
||||
|
|
Loading…
Reference in a new issue