Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Other apps that expand behind the Navigation Bar #30

Open
Ratmak opened this issue Mar 19, 2015 · 2 comments
Open

Other apps that expand behind the Navigation Bar #30

Ratmak opened this issue Mar 19, 2015 · 2 comments

Comments

@Ratmak
Copy link

Ratmak commented Mar 19, 2015

Hi :)
I wasn't sure whether I should chime in on one of the other open reports, so I figured I'd start a new one and maybe they can be grouped or something.

Just like in 8 and 14, I've noticed that a few of my applications end up with actionable items masked by the nav bar. I can go through and make a complete list, but the one on the front of my mind is Rdio, where the entire shuttle (play / pause, previous, next, etc) is hidden, thus rendering the UI almost useless. This can be alleviated by blacklisting the app, but I rather like the way my phone looks with Lolistat running :D FWIW, I'm running Euphoria OS 1.0 (5.0.2 base) on a Nexus 6. Please don't hesitate to ask for any other information - I'm happy to help!

On the topic, are you amenable to Forking? I'm not such a much, but if you're alright with it, I wouldn't mind tinkering without destroying your work :)

Thank you!

Tom.

@PeterCxy
Copy link
Owner

Thank you. I was a little confused about the expanding problem, as it seems really unreasonable that expanding only happens on specific apps. Maybe caused by FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS.

I have two possible ways to solve this. The first is to add a wrapper to the decor view and set fitsSystemWindows to true which have already fixed the BBM app but does not seem to work on other apps. The other way is to hard-code the view's margins. I have not tried with this so I am not sure if it works.

These days I am busy rewriting another Xposed module SwipeBack, and preparing for a big exam (I am a student) this is why Lolistat is not under developement recently. I will go back to developing Lolistat as soon as SwipeBack2 is released.

Forks are always welcome, no matter contributing or not.

@Ratmak
Copy link
Author

Ratmak commented Mar 20, 2015

Thanks for the detailed response! Lolistat seemed plenty active to me, so
don't worry about that. If it would help, I can try to produce logs of what
these apps are drawing. I'm not sure it'll provide much insight, but I
suppose it's worth a shot.

As for your exams, those obviously take precedence. Best of luck to you!
May I ask what you're studying?

I'll check out SwipeBack too, and you can be on the lookout for a Fork :)

Best!

Tom.
On Mar 20, 2015 7:49 AM, "Peter Cai" [email protected] wrote:

Thank you. I was a little confused about the expanding problem, as it
seems really unreasonable that expanding only happens on specific apps.
Maybe caused by FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS.

I have two possible ways to solve this. The first is to add a wrapper to
the decor view and set fitsSystemWindows to true which have already fixed
the BBM app but does not seem to work on other apps. The other way is to
hard-code the view's margins. I have not tried with this so I am not sure
if it works.

These days I am busy rewriting another Xposed module SwipeBack, and
preparing for a big exam (I am a student) this is why Lolistat is not under
developement recently. I will go back to developing Lolistat as soon as
SwipeBack2 is released.

Forks are always welcome, no matter contributing or not.


Reply to this email directly or view it on GitHub
#30 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants