Code Monkey home page Code Monkey logo

xuimod's People

Contributors

androplus-org avatar codeingboy avatar dzakus avatar elevengu avatar schokonuss avatar wedydq10 avatar zst123 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

xuimod's Issues

Google Now Nav Ring doesn't close.

"I love this mod but i must disable it because when is active the shortcut ring in navbar for google now stuck on my screen when i launch the search app... I have to lock and relock the screen to be able to touch everywhere i want"

"Version 1.5 don't have this bug, all after have"

request: font sizes for font, blinking colon

Would it be possible to allow (or similar) HTML for the click mood? It would be nice to show the time large and the am/pm and day of the week small, similar to the way gravitybox does.

Also, I don't need to see the seconds, but a blinking colon would still be nice

font sizes broken

Clock font size customization no longer works. Currently running cyanogenmod nightly (latest). It does funny things if I enable the seconds option, but with it disabled, the font is the default size.

My custom format string is: '<small>'E '</small><big>'h:mm'</big><small><small>' '<small>'a'</small></small></small>'

Note: I am also running clock color changer to change the status bar text color when I disconnect from the internet. This may be interfering, although if I enable seconds option and disconnect from Wi-Fi the color changes just fine without messing up the font sizes, so I think this isn't the issue. It also seems like it might be an interesting feature to add. So would changing the color to indicate battery charge for those who don't want to use your awesome battery bar.

Custom date format not working after CM11S update

I've updated yesterday to XNPH38R of CM11S on bacon (Oneplus One). Since that update, the custom date format isn't working anymore. The default format is shown (HH:mm). My Simpledateformat = E dd HH:mm. Other formats don't work either. Tried to restart SystemUI, without success.

BatteryBar broken with Cyanogenmod 13, fix inside

With Cyanogenmod 13 the BatteryBar function is broken (at least on "serranoltexx" and official CM 13 nightly). BatteryBar is working with NavBar option, but not with StatusBar option.
When trying to activate BatteryBar with StatusBar, XuiMod did not show the BatteryBar. :(

Thanks to XuiMod is OpenSource it is easy to fix this:

1.) locate file: BatteryBarMod.java

2a.) locate line: final Class<?> phoneStatusBar = XposedHelpers.findClass("com.android.systemui.statusbar.phone.PhoneStatusBarView", lpp.classLoader);
replace the line with: final Class<?> phoneStatusBar = XposedHelpers.findClass("com.android.systemui.statusbar.phone.StatusBarWindowView", lpp.classLoader);

OR

2b) take the line below which states: XposedBridge.hookAllMethods(phoneStatusBar, "onAttachedToWindow", hook);
replace it with: XposedBridge.hookAllMethods(phoneStatusBar, "onFinishInflate", hook);

You have to choose only one of the two solutions (2a OR 2b).
I do not know which is the better one.

compile and install ;)

Clock Alignment Control Needed

This is somewhere between a feature request and a bug fix. If the Alignment of the clock is set to center using a non-Xposed setting, the custom format from Xui is lost. Using an Xposed module (in my case, XBlast) to also "change" the alignment to center fixes the problem, but most of the mods that include this feature are the large AIO conglomerations of features. Adding Alignment to Xui's options would be much preferable.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.