[MOD][Xposed]xmisc2: tweaks to various apps (Outlook, Chrome) - Xposed Framework Modules

I have been, and expect to continue to be, tweaking away some personal bugbears, and thought I'd share it with anybody else who might be annoyed by the same thing. Just activate it for the apps in question and select which tweaks you want.
Here's what it currently does:
Chrome: disable tab groups
Chrome: match black/white nav bar to luminosity of status bar, so you get a black nav bar on dark sites
Outlook: tapping plus icon composes an email instead of giving you options to create other things like events; long-tap the plus icon for the old functionality.
Source: https://github.com/arpruss/xmisc2
Binaries: https://github.com/arpruss/xmisc2/blob/main/app/release/app-release.apk?raw=true

Updated: should work for users with non-English localization (though the module interface is English-only).

can i have some screenshots please?

Can You explain me how to use this module? Because i have zygisk lsposed, magisk canary zygisk, enabled module but tab group is still in chrome. I tried clean cache of chrome and all data but it not work

Related

[Q] AllianceRom

Hello. After upgrading from Beans v22, I have questions about config options in AllianceRom, but I'm not able to post in those threads.
1 - The text, numbers and symbols (such as battery icon) in the status bar are a little bit dim for me and I'd like to make 'em easier to read. In Statusbar Options I downloaded a plain black image and set that to background. I don't see a setting in that section for changing the font. It's currently grayish. I guess I'd like to make it bright white to improve contrast. I can't see any effect from playing with the alpha slider in Statusbar Options.
2- Related to the above, I used that same plain black image to background the notification panel to block out the underlying pages and text. (Btw, I wish both the statusbar and notifications panel options included a colorpicker rather than only image-based wallpaper)).
Like the Statusbar section, I admit I can't tell what effect the wallpaper alpha slider is having.
What I'd like to be able to do with the Notification panel is get it more Beans 22-like so it's a one-step process to get to the toggles. In Beans they were waiting for use as soon as I slid down the panel. Default setup in v.24 is a two step process: lower the panel, and then press the icon to display the toggles.
3- Speaking of the toggles, could you point me to the settings area where I can remove/change the toggle choices? I'd like to slim it down to about 10 things I'd use most often.
4- While I'm mentioning toggles, I noticed that longpressing the WiFi Hotspot toggle takes me to the USB/BT Tether screen rather than the Mobile Hotspot config/allowed devices screen. Is there somewhere I can change what happens on a longpress? (Wow I'm a pain in the butt.)
5- Dropbox. I love Dropbox the service, but not the official Dropbox app. I prefer to access it from the cloud section of ES Explorer because I can browse without syncing and just pull over the files I want. In Alliance I don't seem to be able to uninstall the Dropbox app. Rather than freeze/turn off, I'd just as soon dump it. Is that possible?
Thanks so much!
ping!

[MOD][Xposed][4.4+] Tinted Translucent StatusBar (Beta 3.3)

Requires Xposed Framework by rovo89. Special thanks to him!
Tinting Status Bar and Navigation Bar on KitKat and Lollipop with “Translucent Mode”
This module offers the option to make the status bar and navigation bar “translucent” with a color behind, like the Material Apps in Lollipop or the HTC Sense Apps in Sense 6 and 7.
For every Activity, in every app you want.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Isn't that nice, huh?
The app just uses the Translucent API to draw the status bar and navigation bar, so - it won't enable Translucent Mode on devices that don't support it.
Otherwise, it will e.g. give you the full Sense 6 feeling even in non-Sense-apps on an HTC Sense 6 device.
For developers, take a look at https://github.com/jgilfelt/SystemBarTint, if you want your app to look like this even without this module.
I use code of this in my module, special thanks to Jeff Gilfelt for giving this template to do something like that!
Download the app from Xposed Repo:
http://repo.xposed.info/module/com.woalk.apps.xposed.ttsb
To Download the module in Xposed Installer, you have to allow BETA downloads, as the module is currently in Beta state (user interface isn't as bug-free as it should, but I wanted to share my work as soon as I could).
Just activate the module and reboot, as Xposed suggests. A soft reboot should be enough.
After that, you don't need to reboot to apply settings.
There's a thing called TTSB Community. There you can create an account (you don't have to) and download settings other users published there, or (with an account) publish your own if they aren't there.
Maybe in some time you'll find many settings over there!
If you want to create an account, please see the Terms of use. Thank you.
For using this module bypassing the not-very-well-working UI, maybe a look on my Wiki article about manually setting TTSB Settings Codes should help:
https://github.com/woalk/TintedTranslucentStatusbar/wiki/TTSB-codes
If it does not work, check:
Do you get translucent StatusBar in other apps, without the module (there are test apps for this purpose in Play Store)?
If not: Are you on CyanogenMod? There's an option in “Performance” settings menu to enable or disable things like the gradient.
Has your problem something to do with an already known bug (look at the end of this post, there are they listed)?
Is your problem just for one special app? Please include a Play Store link, XDA thread link, source code link, or anything like this, of that app, or even a description of how it works, like “apps with text field aligned to the bottom of the screen don't move it with IME anymore, which is making it to disappear behind the keyboard”. Also please post your TTSB settings code for that Activity, if you're able to (if the bug is not with the apps UI).
Is your problem device/ROM related? I can't test every ROM because I can't buy every device, but check the first and third point of this list first. My module is using system code of android that should be in every ROM's code, I can't imagine any ROM working without onCreate() method of an Activity.
Maybe it has something to do with security features of a ROM, because my module is using world-readable SharedPreferences to have access to them from every app's onCreate() methods. If you know a better way, please, tell me, I'm relatively new to Xposed.
But have fun with testing this module!
I was inspired by Tinted Status Bar by MohammadAG, a more complicated module that tints the full status bar, so that module works even on older versions of android (between 4.0 and 4.4+).
But I did not like touching the status bar itself, as it creates some problems with some functions and apps, and it never gave me the mentioned "Sense 6 feeling" I wanted.
So I started to create my own module.
But, thanks to MohammadAG, TSB is also a great alternative if you don't want the Translucent overlay in the status bar.
This module was tested in an emulator and on an HTC One M7 running ARHD 71.1 first, at the moment CyanogenMod 11 M10.
This module works perfectly fine with my other module, Translucent Style, which changes the style of the translucency (gradient, Sense 6/Android “L” style, Sense 5 style, ...), this is very good to make TTSB's result way more unique!
Please note that Translucent Style only works on KitKat by now, not on Lollipop (TTSB does well though).
The source code can be found on GitHub under GNU GPL V2:
https://github.com/woalk/TintedTranslucentStatusbar
Changelog:
Beta 3.3
Added detection of hiding SystemUI controls (i.e. StatusBar and NavBar), so that the tint does not overlap a fullscreen or Immersive-Mode app
[*]Added use of Material Design on Lollipop.
Beta 3.2
Fixed new comments showing on top of the list.
Fixed comments deletion.
Fixed some parsing errors, either resulting in an FC or in untouched Activities instead of correctly tinted ones.
Beta 3.1
Fix: FC when there are many comments
Fix: username uppercase handling (no uppercase letters allowed)
Fix: better username change (only change username)
Fix: "Chosen" only showing on top-voted submit.
Community passwords now auto-generated. (reason for better username change)
Notification center added, to see new comments or votes.
(Notification center, see above) Mentions by @(user)
Beta 3.0
Introducing TTSB community, a platform to share settings of this module with other users
Fix: Made scrolling in main screen a bit smoother.
Beta 2.2.3
Fixed XHaloFloatingWindow by excluding its flag from tinting.
Beta 2.2.2
Fixed padding = nothing -> FC.
Fixed landscape navigation padding.
Fixed XHaloFloatingWindow by excluding its flag from tinting.
Added option to only sync layout options.
Beta 2.2.1
Fixed bug where padding was not saved.
Added timestamps to database.
Beta 2.2
Now showing if database settings are different from local ones.
Fixed bug with FC when trying to enter custom advanced options without settings set.
Fixed bug with copying of settings won't work.
Fixed bug with the app list where it jumps back to the top when returning to it.
Fixed bug with the app list where it does not show all apps sometimes.
Beta 2.1.1
Fixed bug with CheckBoxes in Sync menu.
Changed unit of “increase status/nav bar height” to dp (to make settings independent from density).
Changed some infos about the database in TTSB UI.
Made logging an optional option.
Beta 2.1
Added TTSB database possibilities.
Fixed several smaller bugs.
Beta 2.0
Added options to define the three previous layout options more exactly.
Added option to don't do anything with layout.
Improved UI: app selection now an full list with icons in an Activity.
Improved UI: Settings now can be copied to other Activities.
New settings saving engine: TTSB settings code.
Improved UI: Option to modify settings code directly and to copy and paste it somewhere, so e.g. you can share your settings more easily.
The predefined layout options have been reworked.
With the right configuration, nearly every app should be able to do that “scroll content behind translucent navbar” thing.
Through all that: Many bugfixes (or at least “possible” bug fixes with the right settings).
Beta 1.4
Changed layout moving engine.
Fixed bug with keyboard not moving the layout.
Scrollable content now moves behind NavBar, but is accessable.
Beta 1.3
Fixed bug with app crashing when using this module.
Fixed bug with settings aren't working for some Activities.
Color can now be set in #AARRGGBB or #RRGGBB.
Beta 1.2
Added possibility to exclude Activities from “.[ALL]” tinting.
Fixed bug with settings, that you had to set an Activity twice to appear.
Fixed bug increasing performance between the module's UI Activities.
Fixed bug on some devices with the color boxes and autocompletion.
Beta 1.1
Added navigation bar tinting.
Added alphabetical order for apps and Activities.
Added ability to tint all Activities of an app.
Added ability to overwrite settings an app already made (buggy atm)
Beta 1.0
Initial release.​
Known bugs:
No seperate landscape options possible.
ActionBar color changing within the same Activity (Play Store) cannot be handled at the moment.
Dialog windows get borders when they are included in tinting.
Attachment: Screenshots of the user interface of the app.
XDA:DevDB Information
Tinted Translucent StatusBar, Xposed for all devices (see above for details)
Contributors
Woalk
Source Code: https://github.com/woalk/TintedTranslucentStatusbar
Xposed Package Name: com.woalk.apps.xposed.ttsb
Version Information
Status: Beta
Current Beta Version: Beta 3.3
Beta Release Date: 2015-05-03
Created 2015-05-06
Last Updated 2015-05-15
Lovely
Sent from my Nexus 4 using Tapatalk
Woalk said:
[Snip]
Click to expand...
Click to collapse
i have to set all apps activities manually
Black_Eyes said:
i have to set all apps activities manually
Click to expand...
Click to collapse
I know, it isn't user friendly atm.
Keep waiting until next weekend or so, I'll work on a way better user experience.
This is just the first preview of what this module will be in its Stable state.
Woalk said:
I know, it isn't user friendly atm.
Keep waiting until next weekend or so, I'll work on a way better user experience.
This is just the first preview of what this module will be in its Stable state.
Click to expand...
Click to collapse
Have you seen this module where it has a color picker that you can overlay on all screens and it can autodetect color, has a slider to adjust it, and a reset to default color option..
This looks awesome btw
jkgao said:
Have you seen this module where it has a color picker that you can overlay on all screens and it can autodetect color, has a slider to adjust it, and a reset to default color option..
Click to expand...
Click to collapse
Yes, I've seen, and I like it. I'll look in a similar direction when programming the color picker, but I can't promise anything for now, I'm not that experienced as some others.
jkgao said:
This looks awesome btw
Click to expand...
Click to collapse
Thank you and all the others liking this, as long as the idea is that much appreciated, I'll keep working on it!
This looks good so far
This is a great module thanks!
Sent from my Nexus 5
MohammadAG said he will be updating his TSB module with the gradient soon. How will these two be different then?
But looks really great!
JaeKay said:
MohammadAG said he will be updating his TSB module with the gradient soon. How will these two be different then?
But looks really great!
Click to expand...
Click to collapse
TSB is far superior in everything except the gradient, if they implement it this will need a lot of work to get at TSB's level :fingers-crossed:
jkgao said:
Have you seen this module where it has a color picker that you can overlay on all screens and it can autodetect color, has a slider to adjust it, and a reset to default color option..
This looks awesome btw
Click to expand...
Click to collapse
+1 this is better than tsb module atm.
This also colors the clock and battery on some ROMs that tsb doesn't.
But it's not open source, so I think the dev won't do it
Sent from my Nexus 4 using Tapatalk
OP
can you do for navigation bar too?
mannn it definitely will be damn owesome
kudos
TSB is great but I prefer this module because I believe it uses the translucent api to apply the gradient instead of coloring the whole status bar. This seems to be faster and the transitions are so smooth.
Sent from my Nexus 5
TSB has released a beta with gradient status bar, sorry
zamzameir said:
OP
can you do for navigation bar too?
mannn it definitely will be damn owesome
kudos
Click to expand...
Click to collapse
Yes, that's the next small step.
RusherDude said:
TSB is far superior in everything except the gradient, if they implement it this will need a lot of work to get at TSB's level :fingers-crossed:
Click to expand...
Click to collapse
abell431 said:
TSB has released a beta with gradient status bar, sorry
Click to expand...
Click to collapse
I'll take a look at TSB's implementation of the gradient and where it may be different from mine. I've some ideas to make my module different, and I'll see which ones of them can be implemented.
Woalk said:
Yes, that's the next small step.
I'll take a look at TSB's implementation of the gradient and where it may be different from mine. I've some ideas to make my module different, and I'll see which ones of them can be implemented.
Click to expand...
Click to collapse
The transitions into an application with gradient are so smooth on your module. It's great. This is something TSB lacks. The reverse tinting in the latest beta of TSB is very useful. Any chance of a similar implementation with your module?
Sent from my Nexus 5
babalonius508 said:
The transitions into an application with gradient are so smooth on your module. It's great. This is something TSB lacks. The reverse tinting in the latest beta of TSB is very useful. Any chance of a similar implementation with your module?
Click to expand...
Click to collapse
Reverse tinting - tinting the ActionBar additionally to status bar?
Maybe, for system default ActionBar it will not be very complicated to add it, I think.
Would be useful, that's right.
But I don't want to start copying TSB line for line.
I'll think about it.
For you and to all saying that TSB's implementation is now there - as far as I can see it in the thread of TSB, even using their gradient implementation accesses the full status bar instead of using KitKat's API, which makes the "move layout option" of my module unnecessary, but I think it uses more power and it overwrites any system specific things (like that the HTC One doesn't use gradients but a bit darker color, and that the default transition effects are deactivated).
I won't view the full code on my smartphone, will look into it in a few hours, but I think that's the actual state now - TSB and TTSB are completely different working modules.
@Woalk, great app thank a lot!
It miss just a few options:
1) rearrange list of apps in alphabetical order and/or add a search function
2) Add a backup/restore settings
3) Add a color picker
4) That's all (I think so), please keep this module easy
Thanks again.
So this module is a ripoff from Tinted Status Bar?
Fatal1ty_18_RUS said:
So this module is a ripoff from Tinted Status Bar?
Click to expand...
Click to collapse
As I said 2 posts before, it is a completely different implementation using - in my opinion - a better way to do it.
Viewed TSB's 1.8.9, and it's not nice - does some sort of hard code a gradient into the status bar. Nice for pre-KitKat, but not nice for KitKat users.
But feel free to use TSB if you like it.
Every module has its advantages.

[APP][LP][Xposed][1.1.1] Lolistat - Statusbar coloring module for Lollipop

NOTICE: Xposed for Lollipop itself is in alpha at present, so there is expected to be some unstabilities that is related to Xposed Framework itself but not this module.
Introduction
It is known to us all that accroding to Google's Material Design, the phone status bar should be of the color that defined in app style named "colorPrimaryDark". Unfortunately, not all of the apps support this style attribute (for now), resulting in a completely black status bar on Lollipop. This module aims to fix that, to make the status bar the color it should be.
Actually, I know there have been a dozen of modules of this kind, but none of them are specially optimized for Lollipop. Lollipop provides a much more convenient API to change the background of status bar, but those modules are still using the old way (find and hook the status bar view, then change the color) on Lollipop. The old method looks perfect on ICS, JB, KK, but not perfect on Lollipop, as Lollipop have animations on status bar while switching between activities also. Hooking the status bar view will override this animation. This is why I wrote this module.
I still hold the hope that this module should be deprecated one day, the day that most of the apps have adapted to the style of Material Design.
Features
* Change the status bar background to a slightly darkened color of the app's top
* White-ify status bar icons
Requirements
* >= Lollipop (Android 5.0.x) (Except Samsung's stock roms, as Xposed does not work on them)
* Xposed Framework
ONLY tested on CM12 and AOSP Lollipop, do not know if it is going to work on other custom roms or stock roms by manufactorers
Installation
1. Go to Xposed Installer, select "Download"
2. Refresh and search for "Lolistat"
3. Download the latest version and install
4. Enable it in Xposed
5. Reboot and enjoy!
Download
From Xposed store: http://repo.xposed.info/module/info.papdt.lolistat
Source Code
Source code of this module is opened under the terms of GNU General Public License version 3
https://github.com/PeterCxy/Lolistat
Reporting bugs
Just reply this thread, or open an issue at the GitHub page above.
As a student developer, I may not have time to reply each of the bug reports, but confirmed bugs are in the list and I will try to fix them when I have time.
FAQs
Q:Some apps behave abnormally after enabling Lolistat, any solutions?
A:It is known that some apps just behave abnormally after setting status bar and navigation bar colors for them. I have tried but have not found any solutions yet. For now, temporarily blacklisting them in Lolistat settings may be the best solution.
Q:Could you backport this module to KK/JB/ICS?
A:I'm sorry, but no. This module is specially designed for Lollipop. If you are currently using Android versions earlier than Lollipop, you can choose other Xposed modules such as Flat Style Status Bar.
Donations
If you love this module, you could donate to me via the links in the "About" section of Lolistat app to support the developement.
Credits
This module is not possible without:
* @rovo89 for his awesome Xposed Framework
* @MohammadAG for his module sources that helped me when I wrote this module
* PA project and other modules that change the status bar color for their inspiration
Changelog
1.1.1
- Refactor to fix memory leak (this time it should not happen any more)
- Fix the cases that blacklist refuses to work
1.1.0
- Exclude fullscreen activities
- Fix color for apps that automatically collapse ActionBar
- Introduce Settings UI for customizations and blacklisting (and donation link via PayPal)
- Decrease color refreshing interval
1.0.2
- Fixed the bug that some apps expand behind navigation bar
- Remove black screens in several apps
- Avoid freezing app
- Tint navigation bar also
- Match the app title color in "recent apps" with the status bar color
1.0.1
- Prevent potential memory leak
- Reduce memory occupation and improve performance
- Fix incorrect colors
- Ignore translucent & floating(dialog) activities to prevent conflicts
1.0.0
Initial release.
Module is working great, but the 1.0.1 update caused Nova Launcher to have a black status bar instead of transparent. Other than that, great work!
I'm having problems with whatsapp, blackscreen when scrolling conversations.
Thanks for your report. Is your Nova Launcher default?
xDroid4Lifex said:
Module is working great, but the 1.0.1 update caused Nova Launcher to have a black status bar instead of transparent. Other than that, great work!
Click to expand...
Click to collapse
Thanks for your response. Are you using Nova as default launcher?
Thanks for this module, it's working perfectly on my nexus 5 with 5.0.1 xtrasmooth rom.
Works fine on latest Blisspop for hlte
Working on cataclysm, nexus 5 but with bugs. Instagram and Facebook status bar changes but they freeze when scrolling. 9gag shows nothing, just black and poweramp lost gui but buttons work. Great work nonetheless, thx. Hopefully it can be fixed.
1.0.1 update has flicker on certain apps
thanks for the good work. Just wanted to notify after the update from 1.0 to 1.0.1 i see screen flicker on certain apps like flipboard
PeterCxy said:
Thanks for your response. Are you using Nova as default launcher?
Click to expand...
Click to collapse
Yes its my default launcher.
best tinted status bar app.
time is instant.
love this
Simple and work fine.
Sent from my Nexus 4 using Tapatalk 2
@PeterCxy I really wish there would be a feature soon where it can be applied only on select apps, because in some cases, it completely ruins the app and is better off with a black status bar...
But overall, pretty impressive. ?
xDroid4Lifex said:
Yes its my default launcher.
Click to expand...
Click to collapse
Many thanks, I'll take a look later.
@PeterCxy
I installed this module and it is the best I have ever tried.
Can I ask for a feature? It would be better if you can add the support to change the bar where it is written the name of the app in multitasking view.
It is a feature that none module has and I'm sure that if you add it this module will be the most downloaded one in this category.
Thanks again
Ciao600 said:
PeterCxy
I installed this module and it is the best I have ever tried.
Can I ask for a feature? It would be better if you can add the support to change the bar where it is written the name of the app in multitasking view.
It is a feature that none module has and I'm sure that if you add it this module will be the most downloaded one in this category.
Thanks again
Click to expand...
Click to collapse
I'm looking for the approach to do this.
PeterCxy said:
I'm looking for the approach to do this.
Click to expand...
Click to collapse
Thank you for considering my request [emoji106]
VERY nice module. I also think it is the best for Lolipop, works perfectly.
Just one question : why do you draken the bar color ? Could it be possible to set that as a option ? The idea is to display the same color than in the page.
I succeeded recompile the module and made some changes :
window.setStatusBarColor(Utility.darkenColor(color, 0.85f));
window.setStatusBarColor(color);
Click to expand...
Click to collapse
Works sometimes but for example with gmail the status bar color is still darker. I added some log to the code and I saw that the afterHookedMethod method is not always called ??
Thanks for your answer, @PeterCxy !
PS : I found that I can use "Tinted Status bar" module as the same time. I use it to force colors for app like Gmail and disable it for application like Google Play where your module works (even if darker, it's better than nothing !)
Cool module!
The new update causes mx player controls to become invisible. Didn't have this issue in v1.
i got issue with bbm app. action bar(bottom) cutted by navbar...
krishnaj said:
thanks for the good work. Just wanted to notify after the update from 1.0 to 1.0.1 i see screen flicker on certain apps like flipboard
Click to expand...
Click to collapse
I also experience this on certain apps. I'm using a 2014 Moto X. Like Whatsapp or Yahoo News Digest while scrolling. I like the module though, works very well.

[Question] Specific iOS tweaks on Android?

Dear all,
First of all I have been an avid Android user for 3 years but my potato Sony phone isn't working anymore so I have to use my iPad for media consumption.
I have some great tweaks on my iPad 4 running iOS 8.4 and it's a great and very easy device to use, very happy with it. I have one question though - I want these on my next phone. I will buy the next nexus phone (Marlin) and it has Android N on it, which will be even better. I don't care if the xposed tweaks are compatible or not I just need the names!
Here is a list of my tweaks!
TWEAKS
Activator - both volume press is videopane, triple click is unassigned but set to accessibility shortcut invert colours in offical apple settings apple swipe left on status bar is lower dim tweak brightness and right is vice versa and short home button press is dim toggle, hold of right area of status bar is lastapp
Adblocker 2
Alkaline
allColor Battery for Alkaline
Almpoum
AppList
BigBoss Icon set
Bloard
BytaFont 2 - Gallette
BytaFont Tweak Mode
CircleIcons
CurtainsForYou
Cydia Installer
Cydia Substrate
Cydia Translations
Cylinder - Horizontal Ants
Dim - Swipe Left status bar and swipe right status bar for lowering and increasing brightness respectively, triple click for switch (unbind zoom in settings > accessibility first)
dpkg Check
Eclipse 2 - Night theme and orange status bar, accent, tint, whitelist all apps including ios notes app, itunes store, do not whitelist other ios built in apps
theme springboard statusbar orange, custom text colour orange
FastLoading
f.lux
FolderEnhancer - Allow Nested Folders, Close folder on tap, close all folders on app launch, background corner radius and opacity is 0.0%, 5 columns and 6 rows, reverse in landscape
Galette Font
Guest Mode - Guest button on left, Safari, all news apps, subway surf, traffic panic, touch hockey, no button, OSX login style dark blur
HomeScreen settings
HotDog - space for slide to unlock and enter passcode, Delete is backspace, time is “HH:mm” and date is “eeee d MMMM y” all without quotes
HudDismiss
iCleaner
insanelyi setup
Instagram++ - Disable custom explore area, click on heart in instagram settings > Instagram++ settings to send a tweet to remove ads for free for 1.5 weeks
KillBackground8, auto close switcher, 5x5px button
LastApp
LongCCB
Mikoto disable all qualities and background playback for youtube, disable lockscree. (LS) blur - gives a new effect when combined with GuestMode, which automatically removes blur maybe
Mobius
MultiIconMover
NoGrabber
NoPageDots7
NoSlowAnimations - 0.60x
Nitrious
Patych
PM, really?
PhotoInfo
Polus - top is airplane mode, wifi, Ringer, vpn, safari, youtube, instagram, tubeX (icon protube) , 9gag, no shape, non paged. Bottom is no shape, non pages, camera, google keep f.lux (icon torch), cydia, documents 5 for youtube downloads icon is vlc, icleaner
PowerPlus
RecordPause
RoundedSwitcherCards - 20 corner radius
StatusVol X
Substrate Safe Mode
TransparentDock
TaiG Untether
YouTubed
perfect idea!I am sarching about 2 years to find a stealth module for facebook..on iphone there is the perfect stealth mode called silentmessenger..I mainly want to hide this stupid timestamp (active now,active before X minutes etc).
You can forget most of those. Cydia tried to release something for android but it failed badly.
Homescreen settings, notification bar brightness, animation speed.
You will be hard pressed to find anyone willing to port most iPhone things to android
why she failed dude?my biggest inquiry is why android programmers just care about stupid graphs,colours and battery life.and NO for our privacy!I know that there are some like LBE security master,xprivacy etc...but in our days facebook and messenger is the No 1 privacy undertaker!and there are more iphone mods..like bluepill,facebook++ and some others!My inquiry isevs don't care for such facebook privacy mods?Or such facebook mods can't be created on android OS platform???
Because everything apple will fail on Android. People just are not interested. Also we already have things like xposed.
Also most android devs use Google plus and not Facebook. It is widely known as the social network for old people, kids and drama Queens.
The things I listed already come pre-built into 99% of roms. There is almost no need for things like these mods when you can change the source code for the os
Ok catch you.at least i hope one day IF someone dev will be willy to make such a facebook module,to be able to make it through xposed..
Στάλθηκε από το XT1562 μου χρησιμοποιώντας Tapatalk

GravityBox Lockscreen Tweaks Update Suggestions Requests Please! Thank You!

Hi!
I am using GravityBox with Xposed installed on my "Vernee Apollo" phone (the 2K version not the "Lite" version) which runs Android 6.0. The phone has full root.
Using GravityBox with Android 6.0 you have to realize that I don't know what exact and complete functions have GravityBox on its upper versions for later android versions, so I have to ask for developers for a few upgrades for the "Lockscreen Tweaks" section if I may, based on "GravityBox [MM]" only, please! Thank you for your understanding!
To get to the point here, below are the functions/settings I would like to see for the next releases of GravityBox:
1. Add More shortcuts than the 7 standard ones. Maybe we need to have 8, 10, 15 shortcuts on the lockscreen window, displayed on 2-3 rows. I am referring to these particular standard icons and not the "Pie controls" and/or "Application launcher" (I am not using these two sections/functions at all).
2. Add an option to make these 7 icons for these 7 shortcuts to be visible or unvisible/hidden on the lockscreen window. What I mean is the icons to become visible only when a notification arrives and after I see that linked notification, that (those) icon(s) to become hidden again. In this way we would have a clear lockscreen, only with the clock and/or date.
3. Upgrade the standard (stock) icons for the added 7 icons on the lockscreen (those stock white ones) , with updated icons! For instance, the icon for "Messenger" (from Facebook) app is not present in the stock white icons list and I have to use the "Hangouts" (Google) icon for it. You might consider to add (update the stock white integrated list icons) with more relevant icons for representative world wide known applications (like "Messenger" and so on).
4. Add the posibility to move down this 7 standard/stock white icons row on the lockscreen window, anywhere we want on the screen, between hour/date and unlock key icon from the bottom. In this way we can organize the lockscreen visual appearence as we please.
5. Add a function to add a PIN code for locking the screen directly from GravitBox (maybe a home screen shortcut for this function too) and not to use android stock security settings for that.
Thank you for your time and I hope you will add these functions/settings soon!
Have a wonderful life!

Categories

Resources