Git Product home page Git Product logo

xposedgelsettings's Introduction

xposedgelsettings's People

Contributors

alex91sc avatar andriy2 avatar anyofyou avatar blackzigong avatar bokoblin avatar felix2yu avatar omegahanggara avatar oxidfox avatar pylersm avatar razor84 avatar sergiosos77 avatar theknut avatar wyghor avatar yunowo 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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

xposedgelsettings's Issues

App drawer grid size

There should be settings for portrait and landscape modes separately. Currently it's pretty much impossible to make it look sane in both orientations.

App drawer gesture too sensitive

XGELS: V1.8.1
Google Search: V3.5

The current implementation of app drawer gestures are too sensitive. When swiping pages it easily recognizes the swipe down gesture and closes the drawer.

Resolution: Take X-coordinate into account.

Is it dead?

Is Xgels dead? I wanted to buy premium and update from 3.0.1 to make my Android 6.0.1 free of annoying search bar but I see latest commit is one year old. And current version of Xgels doesn't make search bar go away.

Nav and Status Bar bug

Hi Theknut! I'm also here!
As you can see, XGEL has problems with bars, nothing is shown in Xposed log and the logcat. Tried to disable all other modules and nothing change, but if I disable XGEL the bug disappear.

screenshot_2015-05-21-21-23-30
screenshot_2015-06-09-23-08-21

Bleach icon pack has problem

XGELS: V1.8.1
Google Search: V3.5

Bleach icon pack is not loaded properly. It only themes a few apps even though the icons are in the icon pack.

Double tap on wallpaper broken with Google Search 3.4

XGELS: V1.8.1
Google Search: 3.4

Double tapping the screen on wallpaper doesn't work if the option "only on Wallpaper" is enabled.

Resolution:
The behaviour has changed from 3.4 to 3.5. In 3.5 wallpaper tap is no longer recognized as a CellInfo but as CellLayout. The code was restructured to support the behavior. Now the behaviour of 3.4 needs to be supported again.

Icon Labels in Folders Are White Instead of Black

The Google Experience Launcher has white 'folder' (when you pile a bunch of icons on top of each other and then tap the pile) backgrounds. By default, it changes the text to black so you can read them.

However, the new version of Xposed GEL Settings allows you to set an icon font color, and sadly, it applies that color to ALL icons.

Please allow us to set the color separately for 'folder' icons, or just make sure it's always black.

It'd actually be really cool if we could customize the 'folder background' color, but I don't know if that's possible.

Edit: here is a gallery showing what I mean.

Don't set values if they are not set in UI

XGELS: V1.8.1
Google Search: V3.5

Currently some settings like app dock icon count have a default value of of e.g. 5. If the user didn't set the value he'll get only 5 icons in the dock even though the default for tablet is 7 for example.

Solution: Use default value of -1 and only set values if != -1.

xposed error: java.lang.NullPointerException

google app 4.5.13.19.arm version
05-13 09:10:08.166 E/Xposed ( 1954): java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Class java.lang.Object.getClass()' on a null object reference
05-13 09:10:08.166 E/Xposed ( 1954): at de.theknut.xposedgelsettings.hooks.general.ContextMenu.isWidget(ContextMenu.java:713)
05-13 09:10:08.166 E/Xposed ( 1954): at de.theknut.xposedgelsettings.hooks.general.ContextMenu.setupMenuItems(ContextMenu.java:277)
05-13 09:10:08.166 E/Xposed ( 1954): at de.theknut.xposedgelsettings.hooks.general.ContextMenu.access$400(ContextMenu.java:59)
05-13 09:10:08.166 E/Xposed ( 1954): at de.theknut.xposedgelsettings.hooks.general.ContextMenu$2.setupContextMenu(ContextMenu.java:166)
05-13 09:10:08.166 E/Xposed ( 1954): at de.theknut.xposedgelsettings.hooks.general.ContextMenu$2.beforeHookedMethod(ContextMenu.java:156)
05-13 09:10:08.166 E/Xposed ( 1954): at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:664)
05-13 09:10:08.166 E/Xposed ( 1954): at com.android.launcher3.Launcher.onLongClick(Unknown Source)
05-13 09:10:08.166 E/Xposed ( 1954): at android.view.View.performLongClick(View.java:4795)
05-13 09:10:08.166 E/Xposed ( 1954): at com.android.launcher3.kj.performLongClick(PagedView.java:2341)
05-13 09:10:08.166 E/Xposed ( 1954): at android.view.View$CheckForLongPress.run(View.java:19722)
05-13 09:10:08.166 E/Xposed ( 1954): at android.os.Handler.handleCallback(Handler.java:739)
05-13 09:10:08.166 E/Xposed ( 1954): at android.os.Handler.dispatchMessage(Handler.java:95)
05-13 09:10:08.166 E/Xposed ( 1954): at android.os.Looper.loop(Looper.java:135)
05-13 09:10:08.166 E/Xposed ( 1954): at android.app.ActivityThread.main(ActivityThread.java:5254)
05-13 09:10:08.166 E/Xposed ( 1954): at java.lang.reflect.Method.invoke(Native Method)
05-13 09:10:08.166 E/Xposed ( 1954): at java.lang.reflect.Method.invoke(Method.java:372)
05-13 09:10:08.166 E/Xposed ( 1954): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898)
05-13 09:10:08.166 E/Xposed ( 1954): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693)
05-13 09:10:08.166 E/Xposed ( 1954): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:117)

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.