<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for DroidIn</title>
	<atom:link href="http://droidin.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://droidin.net</link>
	<description>Do your LinkedIn on Android</description>
	<lastBuildDate>Tue, 06 Sep 2011 12:50:23 +0200</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Comment on Android &#8211; deploy multiple versions of the same app by Torben Putkonen</title>
		<link>http://droidin.net/2009/05/13/android-multiapp/comment-page-1/#comment-598</link>
		<dc:creator>Torben Putkonen</dc:creator>
		<pubDate>Tue, 06 Sep 2011 12:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://droidin.net/?p=20#comment-598</guid>
		<description>Having read several solutions I have come to the conclusion that CVS or SVN are the right way. 
 
1. Put code to CVS or SVN. 
2. Add a static and final constant that controls whether app is paid or free. 
3. Develop the paid version. 
4. Commit code to CVS/SVN. 
5. Create a branch for the free version. 
6. Edit branch to include necessary changes for free version (package, references to R.java, the constants, etc.) 
 
When developing new features, implement them to the paid version first and when they are ready, merge them to the free branch. If possible, it helps to design the codebase so that any possible version-specific code is clearly separated to specific files, not all over the codebase. 
 
Any solution that involves Ant or Maven scripting that manipulate the code before building (or god forbid, straight up &quot;bytecode raping&quot; :)) are an extremely bad idea. I have learned in my day job that whatever code you deliver must exist &quot;as is&quot; in version control. If you ship manipulated code, you don&#039;t know what code was executed when a user reports an error. </description>
		<content:encoded><![CDATA[<p>Having read several solutions I have come to the conclusion that CVS or SVN are the right way. </p>
<p>1. Put code to CVS or SVN.<br />
2. Add a static and final constant that controls whether app is paid or free.<br />
3. Develop the paid version.<br />
4. Commit code to CVS/SVN.<br />
5. Create a branch for the free version.<br />
6. Edit branch to include necessary changes for free version (package, references to R.java, the constants, etc.) </p>
<p>When developing new features, implement them to the paid version first and when they are ready, merge them to the free branch. If possible, it helps to design the codebase so that any possible version-specific code is clearly separated to specific files, not all over the codebase. </p>
<p>Any solution that involves Ant or Maven scripting that manipulate the code before building (or god forbid, straight up &quot;bytecode raping&quot; :)) are an extremely bad idea. I have learned in my day job that whatever code you deliver must exist &quot;as is&quot; in version control. If you ship manipulated code, you don&#039;t know what code was executed when a user reports an error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Droidin v. 4.1.4 is out by David Walker</title>
		<link>http://droidin.net/2011/08/10/droidin-v-4-1-4-is-out/comment-page-1/#comment-578</link>
		<dc:creator>David Walker</dc:creator>
		<pubDate>Sat, 13 Aug 2011 05:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://droidin.net/?p=365#comment-578</guid>
		<description>Bo, 
 
I think I&#039;ve maligned you.  Trying to log in to &lt;a href=&quot;http://www.linkedin.com&quot; rel=&quot;nofollow&quot;&gt;www.linkedin.com&lt;/a&gt; from the default Android browser causes the same error. 
 
Firefox on my Linux laptop works fine, but when I looked at the source for LinkedIn&#039;s login page revealed a 1x1 image from &lt;a href=&quot;https://secure-us.imrworldwide.com/cgi-bin/m?ci=us-603751h&amp;cg=0&amp;cc=1&amp;ts=noscript&quot; rel=&quot;nofollow&quot;&gt;https://secure-us.imrworldwide.com/cgi-bin/m?ci=u...&lt;/a&gt;.  I believe that&#039;s the reason the bad certificate is for *.imrworldwide.com, rather than &lt;a href=&quot;http://www.linkedin.com&quot; rel=&quot;nofollow&quot;&gt;www.linkedin.com&lt;/a&gt;.  My guess is that the Android browser doesn&#039;t include RapidSSL in its list of trusted CAs. 
 
Not sure who should fix this; I assume anyone with the same software as me will have the same problem accessing LinkedIn via the browser.  I can send a report to LinkedIn, unless you have a special relationship with them that would work better. 
 </description>
		<content:encoded><![CDATA[<p>Bo, </p>
<p>I think I&#039;ve maligned you.  Trying to log in to <a href="http://www.linkedin.com" rel="nofollow">http://www.linkedin.com</a> from the default Android browser causes the same error. </p>
<p>Firefox on my Linux laptop works fine, but when I looked at the source for LinkedIn&#039;s login page revealed a 1&#215;1 image from <a href="https://secure-us.imrworldwide.com/cgi-bin/m?ci=us-603751h&amp;cg=0&amp;cc=1&amp;ts=noscript" rel="nofollow">https://secure-us.imrworldwide.com/cgi-bin/m?ci=u&#8230;</a>.  I believe that&#039;s the reason the bad certificate is for *.imrworldwide.com, rather than <a href="http://www.linkedin.com" rel="nofollow">http://www.linkedin.com</a>.  My guess is that the Android browser doesn&#039;t include RapidSSL in its list of trusted CAs. </p>
<p>Not sure who should fix this; I assume anyone with the same software as me will have the same problem accessing LinkedIn via the browser.  I can send a report to LinkedIn, unless you have a special relationship with them that would work better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Droidin v. 4.1.4 is out by droidin</title>
		<link>http://droidin.net/2011/08/10/droidin-v-4-1-4-is-out/comment-page-1/#comment-576</link>
		<dc:creator>droidin</dc:creator>
		<pubDate>Thu, 11 Aug 2011 04:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://droidin.net/?p=365#comment-576</guid>
		<description>Hi David, 
 
Try to go to &lt;a href=&quot;http://www.linkedin.com&quot; rel=&quot;nofollow&quot;&gt;www.linkedin.com&lt;/a&gt; on your mobile browser and login prior to starting Droidin. If you continue to have problems try to switch to wi-fi or if you are doing it on wi-fi switch to 3G (or whatever level of phone service you have). If it doesn&#039;t help let me know 
 
Bo Stone 
 </description>
		<content:encoded><![CDATA[<p>Hi David, </p>
<p>Try to go to <a href="http://www.linkedin.com" rel="nofollow">http://www.linkedin.com</a> on your mobile browser and login prior to starting Droidin. If you continue to have problems try to switch to wi-fi or if you are doing it on wi-fi switch to 3G (or whatever level of phone service you have). If it doesn&#039;t help let me know </p>
<p>Bo Stone</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Droidin v. 4.1.4 is out by David Walker</title>
		<link>http://droidin.net/2011/08/10/droidin-v-4-1-4-is-out/comment-page-1/#comment-575</link>
		<dc:creator>David Walker</dc:creator>
		<pubDate>Thu, 11 Aug 2011 04:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://droidin.net/?p=365#comment-575</guid>
		<description>I just downloaded DroidIn, and I haven&#039;t been able to log in to LinkedIn.  I get a message (from the browser?) that the server certificate was issued by an unknown source.  Any ideas?  I have Android 2.2.2 on an LG Optimus S, using Sprint service that was purchased through Credo Mobile.  The cert is for *.imrworldwide.com, issued by RapidSSL / GeoTrust, even though the URL is &lt;a href=&quot;http://www.linkedin.com&quot; rel=&quot;nofollow&quot;&gt;www.linkedin.com&lt;/a&gt;. </description>
		<content:encoded><![CDATA[<p>I just downloaded DroidIn, and I haven&#039;t been able to log in to LinkedIn.  I get a message (from the browser?) that the server certificate was issued by an unknown source.  Any ideas?  I have Android 2.2.2 on an LG Optimus S, using Sprint service that was purchased through Credo Mobile.  The cert is for *.imrworldwide.com, issued by RapidSSL / GeoTrust, even though the URL is <a href="http://www.linkedin.com" rel="nofollow">http://www.linkedin.com</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Droidin v. 3.5.0 &#8211; Address book contacts sync by droidin</title>
		<link>http://droidin.net/2011/05/01/droidin-v-3-5-0-address-book-contacts-sync/comment-page-1/#comment-574</link>
		<dc:creator>droidin</dc:creator>
		<pubDate>Wed, 10 Aug 2011 17:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://droidin.net/?p=345#comment-574</guid>
		<description>Are you referring to the Android contact that was added after you sync your contacts in Droidin? This actually should happen automatically as Android OS keeps each &quot;raw&quot; contact separately but displays a unified contact based on the first and last name. There are some apps on Android market that allow you to do custom contact syncing based on email or even not related at all  </description>
		<content:encoded><![CDATA[<p>Are you referring to the Android contact that was added after you sync your contacts in Droidin? This actually should happen automatically as Android OS keeps each &quot;raw&quot; contact separately but displays a unified contact based on the first and last name. There are some apps on Android market that allow you to do custom contact syncing based on email or even not related at all</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Droidin v. 3.5.0 &#8211; Address book contacts sync by droidin</title>
		<link>http://droidin.net/2011/05/01/droidin-v-3-5-0-address-book-contacts-sync/comment-page-1/#comment-573</link>
		<dc:creator>droidin</dc:creator>
		<pubDate>Wed, 10 Aug 2011 17:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://droidin.net/?p=345#comment-573</guid>
		<description>This seems to be local to your phone. Which version of Android OS and which device you are using? The simplest way to provide us with all the details is to send the feedback from your device using &quot;feedback&quot; link at the bottom of the home screen  </description>
		<content:encoded><![CDATA[<p>This seems to be local to your phone. Which version of Android OS and which device you are using? The simplest way to provide us with all the details is to send the feedback from your device using &quot;feedback&quot; link at the bottom of the home screen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Droidin v. 3.5.0 &#8211; Address book contacts sync by Huub</title>
		<link>http://droidin.net/2011/05/01/droidin-v-3-5-0-address-book-contacts-sync/comment-page-1/#comment-570</link>
		<dc:creator>Huub</dc:creator>
		<pubDate>Wed, 03 Aug 2011 22:23:03 +0000</pubDate>
		<guid isPermaLink="false">http://droidin.net/?p=345#comment-570</guid>
		<description>Is there a way to automatically &#039;link&#039; (integrate) the imported droidin contact and (with) existing android contacts? </description>
		<content:encoded><![CDATA[<p>Is there a way to automatically &#039;link&#039; (integrate) the imported droidin contact and (with) existing android contacts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Droidin v. 3.5.0 &#8211; Address book contacts sync by Ren&#233;</title>
		<link>http://droidin.net/2011/05/01/droidin-v-3-5-0-address-book-contacts-sync/comment-page-1/#comment-518</link>
		<dc:creator>Ren&#233;</dc:creator>
		<pubDate>Fri, 15 Jul 2011 11:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://droidin.net/?p=345#comment-518</guid>
		<description>Syncing contact from LinkedIn via Droidin works fine. But when i restart my phone, the contacts are gone...and also the entry &quot;Droidin&quot; in the automatic sync-options on the phone is gone. What can i do? </description>
		<content:encoded><![CDATA[<p>Syncing contact from LinkedIn via Droidin works fine. But when i restart my phone, the contacts are gone&#8230;and also the entry &quot;Droidin&quot; in the automatic sync-options on the phone is gone. What can i do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Droidin v. 3.0.4 &#8211; Log in with LinkedIn by droidin</title>
		<link>http://droidin.net/2011/03/02/droidin-v-3-0-4-log-in-with-linkedin/comment-page-1/#comment-505</link>
		<dc:creator>droidin</dc:creator>
		<pubDate>Wed, 06 Jul 2011 18:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://droidin.net/?p=327#comment-505</guid>
		<description>It sounds like you are trying to create LinkedIn account from your mobile browser using low-resolution device. If so - I suggest to create account using regular computer. Once you have LI account access &lt;a href=&quot;http://linkedin.com&quot; rel=&quot;nofollow&quot;&gt;http://linkedin.com&lt;/a&gt; from your mobile browser and log in. After that try Droidin login, you should not even have to enter your uname/pwd but simply click &quot;approve&quot; button </description>
		<content:encoded><![CDATA[<p>It sounds like you are trying to create LinkedIn account from your mobile browser using low-resolution device. If so &#8211; I suggest to create account using regular computer. Once you have LI account access <a href="http://linkedin.com" rel="nofollow">http://linkedin.com</a> from your mobile browser and log in. After that try Droidin login, you should not even have to enter your uname/pwd but simply click &quot;approve&quot; button</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Droidin v. 3.0.4 &#8211; Log in with LinkedIn by Hajar</title>
		<link>http://droidin.net/2011/03/02/droidin-v-3-0-4-log-in-with-linkedin/comment-page-1/#comment-503</link>
		<dc:creator>Hajar</dc:creator>
		<pubDate>Wed, 06 Jul 2011 11:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://droidin.net/?p=327#comment-503</guid>
		<description>By the way, I am using HTC Desire Z and am already on wifi connection. </description>
		<content:encoded><![CDATA[<p>By the way, I am using HTC Desire Z and am already on wifi connection.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

