• 1
  • 2
  • 3(current)
  • 4
  • 5
  • 10
auto hide/show lower nav bar.
#31
Did anyone have a look at this?
http://forum.xbmc.org/showthread.php?tid=137269
https://github.com/jamiejones85/xbmc/commits/master
Reply
#32
(2013-01-18, 00:39)mikrohard Wrote: Did anyone have a look at this?
http://forum.xbmc.org/showthread.php?tid=137269
https://github.com/jamiejones85/xbmc/commits/master

I have now. The code you linked is the exact direction I thought I had to head in with what I posted earlier in the thread. Looks like I just lost a night's worth of sleep.

Thank you Smile (not sarcasm)
Reply
#33
now that's what I'm talking about. Smile coded 5 months ago and we never knew about it Smile HAHAHAH.
Reply
#34
(2013-01-18, 01:26)davilla Wrote: now that's what I'm talking about. Smile coded 5 months ago and we never knew about it Smile HAHAHAH.

Yeah, go figure. I am in the process of bringing the code changes into the work I did previously. Should have a proof of concept up "tonight". Going to focus on just hiding for now and then the implementation of show/hide that is in a later commit.
Reply
#35
Bingo! Teaser below. Screen caps taken on Nexus 7 running CyanogenMod 10.1 (Android 4.2)

Adapted the linked code and got the following. One more commit to integrate (audo/hide show on tap), some mild cleanup and the code will be ready. I'll be posting back with a feature branch, pull request, etc.

Home Screen of XBMC
Image

Video Playback
Image
Reply
#36
oh that space looks soo empty now, would be real nice to expand to fill Smile
Reply
#37
(2013-01-18, 04:09)davilla Wrote: oh that space looks soo empty now, would be real nice to expand to fill Smile
From what I've read the action bar cannot be hidden without low level root/rom trickery on 4.0+. The code used to generate the above screen caps is using the standard API methods.

On the plus side: I'm running my 1st build with the auto-hide / auto-un-hide changes.
Reply
#38
That's just dimmed :(
Reply
#39
(2013-01-18, 04:57)Ned Scott Wrote: That's just dimmed Sad

Not dimmed "low profile mode". The best the NDK/SDK will allow (from what I can tell) without root trickery like HideBar is doing...
Reply
#40
http://forum.xbmc.org/showthread.php?tid...pid1302264

hopefully you devs can use the sample code provided by google to get to where is needed
Reply
#41
(2013-01-18, 05:37)slhpss Wrote: http://forum.xbmc.org/showthread.php?tid...pid1302264

hopefully you devs can use the sample code provided by google to get to where is needed

Thanks for the code sample Smile
Reply
#42
Current code: https://github.com/mcrosson/xbmc/tree/an...de-nav-bar

Must build above with platform=android-14. Should run on 2.3 but I have not tested that part yet.

Working on getting the auto-hide feature nailed down from the original git sources posted. I'll also be taking a closer look at the code sample from @slhpss and doing a bit of a refactor along the way. Once everything is situated I'll be posting a PR, link to final branch, apk for testing, screencaps.
Reply
#43
nice
Reply
#44
invite him ftw! Smile
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#45
(2013-01-18, 12:28)Memphiz Wrote: invite him ftw! Smile
I'm not sure I follow this one.
Reply
  • 1
  • 2
  • 3(current)
  • 4
  • 5
  • 10

Logout Mark Read Team Forum Stats Members Help
auto hide/show lower nav bar.0