Prepared release of version 0.9.8.0

This commit is contained in:
daniel oeh 2013-10-12 11:48:45 +02:00
parent b6a532161e
commit e4bf457ece
6 changed files with 20 additions and 4 deletions

View File

@ -12,7 +12,9 @@ trans.de = res/values-de/strings.xml
trans.es = res/values-es/strings.xml
trans.es_ES = res/values-es-rES/strings.xml
trans.fr = res/values-fr/strings.xml
trans.hi_IN = res/values-hi-rIN/strings.xml
trans.it_IT = res/values-it-rIT/strings.xml
trans.nl = res/values-nl/strings.xml
trans.pt = res/values-pt/strings.xml
trans.pt_BR = res/values-pt-rBR/strings.xml
trans.ro_RO = res/values-ro-rRO/strings.xml

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.danoeh.antennapod"
android:versionCode="32"
android:versionName="0.9.7.5" >
android:versionCode="33"
android:versionName="0.9.8.0" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

View File

@ -1,6 +1,18 @@
Change Log
==========
Version 0.9.8.0
---------------
* Added access to the gpodder.net directory
* Added ability to sync podcast subscriptions with the gpodder.net service
* Automatic download can now be turned on or off for specific podcasts
* Added option to pause playback when another app is playing sounds
* Added Dutch and Hindi translation
* Resolved a problem with automatic podcast updates
* Resolved a problem with the buttons' visibility in the episode screen
* Resolved a problem where episodes would be re-downloaded unnecessarily
* Several other bugfixes and usability improvements
Version 0.9.7.5
---------------
* Reduced application startup time

View File

@ -26,3 +26,5 @@ Czech(Czech Republic): elich
Azerbaijani: phoenixar
Portuguese: smarquespt
Swedish: nilso, Bio, TwoD, bpnilsson
Hindi: siddhusengar
Dutch: e2jk

View File

@ -41,7 +41,7 @@
<div id="header" align="center">
<img src="logo.png" alt="Logo" width="100px" height="100px"/>
<p>AntennaPod, Version 0.9.7.5</p>
<p>AntennaPod, Version 0.9.8.0</p>
<p>Copyright © 2012 Daniel Oeh</p>

View File

@ -5,7 +5,7 @@
<groupId>de.danoeh</groupId>
<artifactId>antennapod</artifactId>
<packaging>apk</packaging>
<version>0.9.7.5</version>
<version>0.9.8.0</version>
<name>AntennaPod</name>