<p dir="ltr">Maybe. On my device i don't have a nav bar at all, playing with it messed up HTC Sense (don't remember the details, that was two years ago:p), but looks like it doesn't happen anymore, or it has been fixed by others commits.</p>
<div class="gmail_quote">Le 2 oct. 2014 10:58, "Thomas Guillem" <<a href="mailto:thomas.guillem@gmail.com">thomas.guillem@gmail.com</a>> a écrit :<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">In AndroidDevices.java:<br>
Maybe the navBar check should be something like:<br>
hasNavBar = LibVlcUtil.isJellyBeanMR1OrLater() ||<br>
(LibVlcUtil.isICSOrLater() &&<br>
!devicesWithoutNavBar.contains(android.os.Build.MODEL));<br>
<br>
Because, I think after JBMR1, we can always show/hide status and nav bar.<br>
<br>
On Thu, Oct 2, 2014 at 10:49 AM, XilasZ <<a href="mailto:xilasz@gmail.com">xilasz@gmail.com</a>> wrote:<br>
> The issue is that dimStatusBar is blocked on some devices with hasNavBar()<br>
> (i did that long time ago, because weird stuff happened when hiding<br>
> inexistant navbar on HTC OneX), and the fullscreen flag is not set.<br>
><br>
> i removed the test and everything seems to work as it should, i'll keep<br>
> testing, see if there is no side effects.<br>
><br>
> Le 2 oct. 2014 09:32, "XilasZ" <<a href="mailto:xilasz@gmail.com">xilasz@gmail.com</a>> a écrit :<br>
><br>
>> Hi,<br>
>><br>
>> I just tested this, and unfortunately the status bar never hides for me<br>
>> (HTC One X, 4.2.2).<br>
>> I guess that's not the expected behavior, i'll take a look at it.<br>
>><br>
>> Le 2 oct. 2014 09:24, "Thomas Guillem" <<a href="mailto:thomas.guillem@gmail.com">thomas.guillem@gmail.com</a>> a écrit<br>
>> :<br>
>>><br>
>>> Thanks you for pushing my patches.<br>
>>> So I guess you agree with the new design.<br>
>>> The patches I proposed yesterday didn't enable transparency for<br>
>>> Android 4.4, I'll propose the new patch for that.<br>
>>><br>
>>> Regards,<br>
>>> Thomas.<br>
>>><br>
>>> On Wed, Oct 1, 2014 at 6:32 PM, Edward Wang<br>
>>> <<a href="mailto:edward.c.wang@compdigitec.com">edward.c.wang@compdigitec.com</a>> wrote:<br>
>>> > On Wed, Oct 1, 2014 at 6:42 AM, Geoffrey Metais<br>
>>> > <<a href="mailto:geoffrey.metais@gmail.com">geoffrey.metais@gmail.com</a>> wrote:<br>
>>> >> I would prefer the title to be centered horizontally.<br>
>>> >><br>
>>> >> Apart from that, it's fine.<br>
>>> ><br>
>>> ><br>
>>> > I would prefer to keep the title the way it is now, just for<br>
>>> > consistency.<br>
>>> ><br>
>>> > Regards,<br>
>>> >  Edward<br>
>>> > _______________________________________________<br>
>>> > Android mailing list<br>
>>> > <a href="mailto:Android@videolan.org">Android@videolan.org</a><br>
>>> > <a href="https://mailman.videolan.org/listinfo/android" target="_blank">https://mailman.videolan.org/listinfo/android</a><br>
>>> _______________________________________________<br>
>>> Android mailing list<br>
>>> <a href="mailto:Android@videolan.org">Android@videolan.org</a><br>
>>> <a href="https://mailman.videolan.org/listinfo/android" target="_blank">https://mailman.videolan.org/listinfo/android</a><br>
><br>
><br>
> _______________________________________________<br>
> Android mailing list<br>
> <a href="mailto:Android@videolan.org">Android@videolan.org</a><br>
> <a href="https://mailman.videolan.org/listinfo/android" target="_blank">https://mailman.videolan.org/listinfo/android</a><br>
><br>
_______________________________________________<br>
Android mailing list<br>
<a href="mailto:Android@videolan.org">Android@videolan.org</a><br>
<a href="https://mailman.videolan.org/listinfo/android" target="_blank">https://mailman.videolan.org/listinfo/android</a><br>
</blockquote></div>