<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress for Android Forums &#187; Tag: settings - Recent Posts</title>
		<link>http://android.forums.wordpress.org/tags/settings</link>
		<description>Just another bbPress community</description>
		<language>android</language>
		<pubDate>Thu, 23 May 2013 00:47:20 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://android.forums.wordpress.org/rss/tags/settings" rel="self" type="application/rss+xml" />

		<item>
			<title>Dan on "Images below instead of above the text"</title>
			<link>http://android.forums.wordpress.org/topic/images-below-instead-of-above-the-text#post-373</link>
			<pubDate>Sun, 25 Apr 2010 15:58:11 +0000</pubDate>
			<dc:creator>Dan</dc:creator>
			<guid isPermaLink="false">373@http://android.forums.wordpress.org/</guid>
			<description><![CDATA[<p>Thanks for the research, we'll file a bug and get it fixed in the next release.
</p>]]></description>
					</item>
		<item>
			<title>dmych on "Images below instead of above the text"</title>
			<link>http://android.forums.wordpress.org/topic/images-below-instead-of-above-the-text#post-372</link>
			<pubDate>Sun, 25 Apr 2010 09:05:27 +0000</pubDate>
			<dc:creator>dmych</dc:creator>
			<guid isPermaLink="false">372@http://android.forums.wordpress.org/</guid>
			<description><![CDATA[<p>Not only German - all localizations should have the same bug because of hardcoded English strinng. Russian has it as well. BTW, today I've updated the app to 1.1.5 version - the problem still exists.</p>
<p>Also, it seems there is no way to switch off localization - really I'd prefere to use English interface.
</p>]]></description>
					</item>
		<item>
			<title>zimtsternin on "Images below instead of above the text"</title>
			<link>http://android.forums.wordpress.org/topic/images-below-instead-of-above-the-text#post-369</link>
			<pubDate>Fri, 23 Apr 2010 20:25:23 +0000</pubDate>
			<dc:creator>zimtsternin</dc:creator>
			<guid isPermaLink="false">369@http://android.forums.wordpress.org/</guid>
			<description><![CDATA[<p>Well, as I found the SVN repository I decided to poke around in the source a little bit and I think I found the problem:</p>
<p>In settings.java, lines 94/5 read <code>if (imagePlacement.equals(&#34;Above Text&#34;)){ aboveTextRB.setChecked(true);</code> but in line 125 where you save the value of the imagePlacement to the DB you just do <code>String buttonValue = checkedRB.getText().toString();</code>. So the German translation get saved to the database, but the code is hardcoded to the English string for the selection on loading.</p>
<p>So if you replace the hardcoded "Above Text" with the localized string @string/above_text it should work. As I have no idea how to get this string into the Java code, I can't just do it, but I hope this helps you to identify and solve the problem.
</p>]]></description>
					</item>
		<item>
			<title>zimtsternin on "Images below instead of above the text"</title>
			<link>http://android.forums.wordpress.org/topic/images-below-instead-of-above-the-text#post-368</link>
			<pubDate>Fri, 23 Apr 2010 20:05:30 +0000</pubDate>
			<dc:creator>zimtsternin</dc:creator>
			<guid isPermaLink="false">368@http://android.forums.wordpress.org/</guid>
			<description><![CDATA[<p>Okay, I did my own debugging with the Android emulator and the .apk from trac. </p>
<p>The problem seems to be the German translation file! While English was selected as the (emulated) device's locale everything worked as expected. But as soon as I changed it to German, it started switching back to "below text" ("Unter Text") no matter what I selected and saved.</p>
<p>So something is broken with the German localization.
</p>]]></description>
					</item>
		<item>
			<title>zimtsternin on "Images below instead of above the text"</title>
			<link>http://android.forums.wordpress.org/topic/images-below-instead-of-above-the-text#post-367</link>
			<pubDate>Fri, 23 Apr 2010 19:17:56 +0000</pubDate>
			<dc:creator>zimtsternin</dc:creator>
			<guid isPermaLink="false">367@http://android.forums.wordpress.org/</guid>
			<description><![CDATA[<p>load app -&#62; choose blog -&#62; the comments load -&#62; go to blog settings -&#62; change nothing and save or change to "link to full image" and save -&#62; blog settings are closed -&#62; open the blog settings again -&#62; "below text" is selected -&#62; change to "above text" and save -&#62; blog settings close -&#62; but if I look another time in the settings the option still is on "below text".</p>
<p>Doesn't matter what I select, "above text" cannot be saved and used.
</p>]]></description>
					</item>
		<item>
			<title>Dan on "Images below instead of above the text"</title>
			<link>http://android.forums.wordpress.org/topic/images-below-instead-of-above-the-text#post-364</link>
			<pubDate>Fri, 23 Apr 2010 17:51:42 +0000</pubDate>
			<dc:creator>Dan</dc:creator>
			<guid isPermaLink="false">364@http://android.forums.wordpress.org/</guid>
			<description><![CDATA[<p>@zimtsternin - can you please provide detailed reproduction steps?
</p>]]></description>
					</item>
		<item>
			<title>zimtsternin on "Images below instead of above the text"</title>
			<link>http://android.forums.wordpress.org/topic/images-below-instead-of-above-the-text#post-363</link>
			<pubDate>Fri, 23 Apr 2010 17:48:27 +0000</pubDate>
			<dc:creator>zimtsternin</dc:creator>
			<guid isPermaLink="false">363@http://android.forums.wordpress.org/</guid>
			<description><![CDATA[<p>uninstall/reinstall done. Doesn't help.<br />
Motorola Milestone. Germany. Android 2.1.<br />
Now Wordpress 1.1.5
</p>]]></description>
					</item>
		<item>
			<title>Dan on "Images below instead of above the text"</title>
			<link>http://android.forums.wordpress.org/topic/images-below-instead-of-above-the-text#post-360</link>
			<pubDate>Fri, 23 Apr 2010 16:40:10 +0000</pubDate>
			<dc:creator>Dan</dc:creator>
			<guid isPermaLink="false">360@http://android.forums.wordpress.org/</guid>
			<description><![CDATA[<p>I can't reproduce this on any of my test devices.  What device are you guys using?  Did you upgrade from previous versions?  It may help to uninstall/reinstall to start fresh.
</p>]]></description>
					</item>
		<item>
			<title>dmych on "Images below instead of above the text"</title>
			<link>http://android.forums.wordpress.org/topic/images-below-instead-of-above-the-text#post-359</link>
			<pubDate>Fri, 23 Apr 2010 13:27:58 +0000</pubDate>
			<dc:creator>dmych</dc:creator>
			<guid isPermaLink="false">359@http://android.forums.wordpress.org/</guid>
			<description><![CDATA[<p>P.S. WordPress 1.1.4 on HTC Hero (Android 1.5)
</p>]]></description>
					</item>
		<item>
			<title>dmych on "Images below instead of above the text"</title>
			<link>http://android.forums.wordpress.org/topic/images-below-instead-of-above-the-text#post-358</link>
			<pubDate>Fri, 23 Apr 2010 13:27:03 +0000</pubDate>
			<dc:creator>dmych</dc:creator>
			<guid isPermaLink="false">358@http://android.forums.wordpress.org/</guid>
			<description><![CDATA[<p>The same problem: by default it is set to 500 px, above the text. If I just tap "Save" changing nothing in settings, it changes to "image below the text" and I cannot change it back!
</p>]]></description>
					</item>
		<item>
			<title>zimtsternin on "Images below instead of above the text"</title>
			<link>http://android.forums.wordpress.org/topic/images-below-instead-of-above-the-text#post-353</link>
			<pubDate>Thu, 22 Apr 2010 18:13:20 +0000</pubDate>
			<dc:creator>zimtsternin</dc:creator>
			<guid isPermaLink="false">353@http://android.forums.wordpress.org/</guid>
			<description><![CDATA[<p>I changed that the images link to full image.<br />
But the bug appears also when I change nothing and only press save.<br />
I think it's perhaps a problem with the save-button?
</p>]]></description>
					</item>
		<item>
			<title>Dan on "Images below instead of above the text"</title>
			<link>http://android.forums.wordpress.org/topic/images-below-instead-of-above-the-text#post-352</link>
			<pubDate>Thu, 22 Apr 2010 15:55:12 +0000</pubDate>
			<dc:creator>Dan</dc:creator>
			<guid isPermaLink="false">352@http://android.forums.wordpress.org/</guid>
			<description><![CDATA[<p>What are you changing in the settings that causes the image option to change?
</p>]]></description>
					</item>
		<item>
			<title>zimtsternin on "Images below instead of above the text"</title>
			<link>http://android.forums.wordpress.org/topic/images-below-instead-of-above-the-text#post-350</link>
			<pubDate>Thu, 22 Apr 2010 13:14:19 +0000</pubDate>
			<dc:creator>zimtsternin</dc:creator>
			<guid isPermaLink="false">350@http://android.forums.wordpress.org/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I've got the problem that if I save something in the blog settings the option for images automatically changes from "above" to "below the text" and I can't undo this.<br />
Only if I delete the blog and add it again.</p>
<p>Can you help, please?</p>
<p>I'm using Motorola Milestone with Wordpress for Android 1.1.4 and Android 2.1 is running.
</p>]]></description>
					</item>
		<item>
			<title>gwolle on "Display date and time as set in the wp_options"</title>
			<link>http://android.forums.wordpress.org/topic/display-date-and-time-as-set-in-the-wp_options#post-184</link>
			<pubDate>Fri, 19 Feb 2010 11:09:53 +0000</pubDate>
			<dc:creator>gwolle</dc:creator>
			<guid isPermaLink="false">184@http://android.forums.wordpress.org/</guid>
			<description><![CDATA[<p>The date and time should be displayed as set by the user in the WordPress settings.<br />
We also may change the display of the "time zone". In "moderateCommentsTab.java" line 326 it says <code>String cDate = dateCreated.replace(&#34;America/Los_Angeles&#34;, &#34;PST&#34;);</code> Either we include all timezones or we don't display it.
</p>]]></description>
					</item>

	</channel>
</rss>
