Prepared release of next version

This commit is contained in:
daniel oeh 2014-11-12 12:27:43 +01:00
parent 40ef24d8ad
commit 348a2780d9
5 changed files with 14 additions and 4 deletions

View File

@ -15,6 +15,7 @@ trans.fr = core/src/main/res/values-fr/strings.xml
trans.he_IL = core/src/main/res/values-iw-rIL/strings.xml
trans.hi_IN = core/src/main/res/values-hi-rIN/strings.xml
trans.it_IT = core/src/main/res/values-it-rIT/strings.xml
trans.ja = core/src/main/res/values-ja/strings.xml
trans.ko = core/src/main/res/values-ko/strings.xml
trans.nl = core/src/main/res/values-nl/strings.xml
trans.pl_PL = core/src/main/res/values-pl-rPL/strings.xml
@ -27,6 +28,7 @@ trans.ru_RU = core/src/main/res/values-ru/strings.xml
trans.uk_UA = core/src/main/res/values-uk-rUA/strings.xml
trans.zh_CN = core/src/main/res/values-zh-rCN/strings.xml
trans.sv_SE = core/src/main/res/values-sv-rSE/strings.xml
trans.tr = core/src/main/res/values-tr/strings.xml
[antennapod.description]
file_filter = description/<lang>.txt

View File

@ -1,6 +1,14 @@
Change Log
==========
Version 0.9.9.5
---------------
* Added support for paged feeds
* Improved user interface
* Added Japanese and Turkish translations
* Fixed more image loading problems
* Other bugfixes and improvements
Version 0.9.9.4
---------------
* Added option to keep notification and lockscreen controls when playback is paused

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="41"
android:versionName="0.9.9.4">
android:versionCode="42"
android:versionName="0.9.9.5">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>

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.9.4</p>
<p>AntennaPod, Version 0.9.9.5</p>
<p>Copyright © 2014 Daniel Oeh</p>

View File

@ -8,7 +8,7 @@ import de.danoeh.antennapod.core.ClientConfig;
public class ClientConfigurator {
static {
ClientConfig.USER_AGENT = "AntennaPod/0.9.9.4";
ClientConfig.USER_AGENT = "AntennaPod/0.9.9.5";
ClientConfig.applicationCallbacks = new ApplicationCallbacksImpl();
ClientConfig.downloadServiceCallbacks = new DownloadServiceCallbacksImpl();
ClientConfig.gpodnetCallbacks = new GpodnetCallbacksImpl();