<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet href="http://bugs.horde.org/themes/feed-rss.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel>
  <title>Opera Mini</title>
  <pubDate>Fri, 29 Aug 2008 20:18:34 -0400</pubDate>
  <link>http://bugs.horde.org/ticket/2961</link>
  <atom:link rel="self" type="application/rss+xml" title="Opera Mini" href="http://bugs.horde.org/ticket/2961/rss" />
  <description>Opera Mini</description>

  
  
  <item>
   <title>Hi,

is it possible to add Opera Mini to the list of known</title>
   <description>Hi,

is it possible to add Opera Mini to the list of known mobile browsers? 

UserAgent is (e.g. with a Nokia 9500) 

&quot;Opera/8.01 (J2ME/MIDP; Opera
Mini/1.1.2277/hifi/nordic/de; Nokia 9500; de; U; ssr)&quot;.

Thanks

Volker
</description>
   <pubDate>Sat, 12 Nov 2005 02:41:43 -0500</pubDate>
   <link>http://bugs.horde.org/ticket/2961#t13636</link>
  </item>
  <item>
   <title>&gt; Hi,
&gt;
&gt; is it possible to add Opera Mini to the list of </title>
   <description>&gt; Hi,
&gt;
&gt; is it possible to add Opera Mini to the list of known mobile browsers?
&gt;
&gt; UserAgent is (e.g. with a Nokia 9500)
&gt;
&gt; &quot;Opera/8.01 (J2ME/MIDP; Opera
&gt; Mini/1.1.2277/hifi/nordic/de; Nokia 9500; de; U; ssr)&quot;.
&gt;
&gt; Thanks
&gt;
&gt; Volker
&gt;


Adding these lines after line 282 in horde/lib/Horde/Browser.php caused the Openwave emulator  and Microsoft Mobile Explorer to be  detected as &quot;mobiles&quot;.  The Nokia Mobile Browser Simulator was detected as a mobile without adding to Browser.php. I do not have Opera Mini, but have added a line for it for good measure:

                      strpos($this-&gt;_lowerAgent, 'mobileexplorer') !== false ||
                      strpos($this-&gt;_lowerAgent, 'openwave') !== false ||
                      strpos($this-&gt;_lowerAgent, 'operamini') !== false ||

Regards,
    Debs Pollard</description>
   <pubDate>Thu, 08 Dec 2005 09:20:54 -0500</pubDate>
   <link>http://bugs.horde.org/ticket/2961#t14640</link>
  </item>
  <item>
   <title>Can you please upload a unified diff of your changes? Line 2</title>
   <description>Can you please upload a unified diff of your changes? Line 282 doensn't line up with anything in the latest version of the file.</description>
   <pubDate>Thu, 08 Dec 2005 20:35:31 -0500</pubDate>
   <link>http://bugs.horde.org/ticket/2961#t14653</link>
  </item>
  <item>
   <title>&gt; Can you please upload a unified diff of your changes? Line</title>
   <description>&gt; Can you please upload a unified diff of your changes? Line 282 
&gt; doensn't line up with anything in the latest version of the file.


Sorry. Our version is 
* $Horde: mimp/compose.php,v 1.60 2005/06/22 23:44:22 selsky Exp $

A unified diff file is attached.

Debs
</description>
   <pubDate>Fri, 09 Dec 2005 04:22:34 -0500</pubDate>
   <link>http://bugs.horde.org/ticket/2961#t14656</link>
  </item>
  <item>
   <title>Cleaned up to not treat them as Palm browsers and committed,</title>
   <description>Cleaned up to not treat them as Palm browsers and committed, thanks. Btw, your version of MIMP's compose.php has nothing to do with your version of the framework...</description>
   <pubDate>Sat, 10 Dec 2005 18:44:34 -0500</pubDate>
   <link>http://bugs.horde.org/ticket/2961#t14709</link>
  </item>
  <item>
   <title>It seems partially solved. I still have to login twice using</title>
   <description>It seems partially solved. I still have to login twice using the composite driver. First a normal Horde login screen appears and after logging in there is the sidebar plus the mimp login. 

I'm using the composite driver as described in the wiki. 

The driver works with other mobile browsers.
</description>
   <pubDate>Sun, 11 Dec 2005 05:47:19 -0500</pubDate>
   <link>http://bugs.horde.org/ticket/2961#t14721</link>
  </item>
  <item>
   <title>&gt;&gt; A unified diff file is attached.

that diff doesn't mak</title>
   <description>&gt;&gt; A unified diff file is attached.

that diff doesn't make Opera mini any justice.
Opera mini has support for images, iframes, XMLHttpRequest, javascript 1.5, dom and css, just like Opera for the desktop.</description>
   <pubDate>Thu, 02 Feb 2006 19:49:57 -0500</pubDate>
   <link>http://bugs.horde.org/ticket/2961#t16208</link>
  </item>
  <item>
   <title>Are horde apps useful with those features on small screens, </title>
   <description>Are horde apps useful with those features on small screens, though?</description>
   <pubDate>Fri, 03 Feb 2006 05:51:34 -0500</pubDate>
   <link>http://bugs.horde.org/ticket/2961#t16237</link>
  </item>
  <item>
   <title>Let's see how it works.</title>
   <description>Let's see how it works.</description>
   <pubDate>Tue, 07 Feb 2006 18:02:40 -0500</pubDate>
   <link>http://bugs.horde.org/ticket/2961#t16408</link>
  </item>
  <item>
   <title>I wasn't very accurate. 
Yes Opera mini supports all those,</title>
   <description>I wasn't very accurate. 
Yes Opera mini supports all those, but if possible a stream lined interface is better to render in a small screen, although Opera's extensible rendering architecture can deal with any content just fine. 
Opera mini too supports all the javascript I mentioned, but using that same javascript in a mobile-phone with limited resources (which is the aim of this browser) might cause efficiency problems, and mobile phone's input (small keyboard, few keys) is far from something which allows interactive rich application to be used efficiently, although the browser supports it. You could sniff the UA string of the browser and guess the king of mobile phone the user has, or find the screen width. Opera mini is designed to work with any java enabled mobile phone which can be anything.</description>
   <pubDate>Tue, 07 Feb 2006 18:11:36 -0500</pubDate>
   <link>http://bugs.horde.org/ticket/2961#t16419</link>
  </item>
  <item>
   <title>I just tried out running both MIMP and IMP in Opera Mini and</title>
   <description>I just tried out running both MIMP and IMP in Opera Mini and I certainly think that Opera Mini performs better if treated like a mobile device. As said earlier, OM supports all the &quot;standard features&quot; but I'd rather have the quick response times and simple UI of MIMP when I'm mobile.

Anyway, the User Agent of OM 1.2 seems to contain both &quot;Opera 8&quot; and &quot;Opera Mini&quot; (but not operamini) which makes the current Browser.php code (rev 1.153.2.38 from Horde 4.1 RC2) detect it as a regular Opera, instead of Opera Mini. I suggest that we move the detection of operamini, mobileexplorer etc to the top of that if{}, right above Opera, and that we also add detection for &quot;opera mini&quot;. Please see the attached patch.

Best Regards

Daniel Andersson</description>
   <pubDate>Wed, 08 Feb 2006 14:30:21 -0500</pubDate>
   <link>http://bugs.horde.org/ticket/2961#t16503</link>
  </item>
  <item>
   <title>Thanks for the feedback.</title>
   <description>Thanks for the feedback.</description>
   <pubDate>Thu, 09 Feb 2006 12:25:13 -0500</pubDate>
   <link>http://bugs.horde.org/ticket/2961#t16571</link>
  </item>
  <item>
   <title>Committed now - thanks!</title>
   <description>Committed now - thanks!</description>
   <pubDate>Wed, 15 Mar 2006 11:57:10 -0500</pubDate>
   <link>http://bugs.horde.org/ticket/2961#t17787</link>
  </item>
  

 </channel>
</rss>
