Update to v.0.6.9.3
This commit is contained in:
parent
f0b0898f71
commit
cf62a73769
4 changed files with 34 additions and 3 deletions
Binary file not shown.
28
README.md
28
README.md
|
@ -67,9 +67,35 @@ git clone --recursive https://github.com/owncloud/News-Android-App.git -b dev
|
|||
Updates
|
||||
==================================
|
||||
|
||||
0.6.9 (in development)
|
||||
0.7.0 (in development)
|
||||
---------------------
|
||||
|
||||
0.6.9.3 (Google Play - Beta)
|
||||
---------------------
|
||||
- Accept ogg podcasts
|
||||
- Improve layout of podcast player
|
||||
|
||||
0.6.9.2 (Google Play - Beta)
|
||||
---------------------
|
||||
- Bug fix - <a href="https://github.com/owncloud/News-Android-App/issues/234">#234 Favorite items don't count in total item count</a>
|
||||
- Accept mpeg podcasts (only mp3)
|
||||
|
||||
|
||||
0.6.9.1 (Google Play - Beta)
|
||||
---------------------
|
||||
- Add notifications for Podcasts
|
||||
- Fix app crash (tablets)
|
||||
- Add option to disable podcast support
|
||||
- Add podcast view to item detail view
|
||||
- Bug fix - <a href="https://github.com/owncloud/News-Android-App/issues/231">#231 App 0.6.7 crashs on start or after closing</a>
|
||||
|
||||
|
||||
0.6.9 (Google Play - Beta)
|
||||
---------------------
|
||||
- Add Podcast support (early preview)
|
||||
- Bug fixes
|
||||
|
||||
|
||||
0.6.8 (Google Play - Beta)
|
||||
---------------------
|
||||
- Bug fix - <a href="https://github.com/owncloud/News-Android-App/issues/232">#232 Sync of already read items creates duplicate items</a>
|
||||
|
|
|
@ -5,7 +5,7 @@ buildscript {
|
|||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:0.10.+'
|
||||
classpath 'com.android.tools.build:gradle:0.11.+'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -15,4 +15,9 @@
|
|||
# When configured, Gradle will run in incubating parallel mode.
|
||||
# This option should only be used with decoupled projects. More details, visit
|
||||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
||||
# org.gradle.parallel=true
|
||||
# org.gradle.parallel=true
|
||||
|
||||
ANDROID_BUILD_MIN_SDK_VERSION=8
|
||||
ANDROID_BUILD_TARGET_SDK_VERSION=19
|
||||
ANDROID_BUILD_TOOLS_VERSION=19.1.0
|
||||
ANDROID_BUILD_SDK_VERSION=19
|
Loading…
Reference in a new issue