[MOD] [XPOSED] Keep Trash [v2.0.1] - Xposed Framework Modules

Keep Trash
An open source Xposed module to customize the visibility of menu options from 3-dot overflow menu to the action bar in official Google Keep app.
My personal blog post for the module - Read Me
Featured on XDA portal.
Thanks to @eagleeyetom for featuring the module.​
I use Google Keep a lot to jot down thoughts that come to my mind, thoughts that may come in handy in future. This leads to many many notes scattered all over the app.
To delete a note, I had to -
Long tap the note
Tap on the 3-dot overflow menu
Tap on 'Delete
It was a little bit annoying to have an extra tap to open the 3-dot overflow menu just so that I could reach the 'Delete' button. So I moved the button to the action bar.
Now, to delete a note -
Long tap the note
Tap on 'Delete'
In v1.1, I implemented a customizable icon listing in the action bar of the official Google Keep app. The users can select which icons they want to show in their Google Keep app action bar. Users can choose any combination, such as select only one among the menu icons listed below, choose any two, choose all three or choose none. Users can choose among the following icons -
Archive
Delete
Share
In v1.2, I implemented a customizable icon listing in the action bar when the note was being edited in the official Google Keep app. Just like v1.1, users can select any combination among the menu items listed below -
Archive
Show/Hide Checkboxes
After 2 years, with v2.0 comes a completely re-written implementation of the Xposed module. The code is more flexible and robust. Keep Trash now uses the new material design and new material drawables that are consistent with the official Google Keep app. Now, visibility of 6 menu items can be customized - Delete, Archive, Share, Reminder, Label and Color Picker. For more details, check the changelog below.
You can select the icons you want to show in your Google Keep app action bar and customize your Google Keep experience.
SCREENSHOTS
{
"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"
}
REQUIREMENTS
Xposed framework
Latest Google Keep (tested working on Google Keep v3.3.243.0)
Android 4.0+
SOURCE
Source code of the module can be found on my Github
DOWNLOADS
Xposed module repository
'Releases' section in my Github.
CREDITS
Big thanks to @rovo89 and @Tungstwenty for the amazing Xposed framework
Thanks to @Faiz Malkani for the Floating Action Button (FAB) library used in v1.x

CHANGELOG
v2.0.1
Minor fix to the Xposed Module description that shows up in the Xposed installer
v2.0
Completely re-written Xposed implementation that is more robust and flexible
Add support for Google Keep v3.3+
Visibility of 6 menu icons can be customized - Delete, Archive, Share, Label, Reminder and Color picker
New Keep Trash app icon
New material design for the Keep Trash app
New material drawables for the Google Keep action bar
Removed floating action button (for now?)
Removed customization of 'Note Editor' action bar as Google Keep's doesn't have those options in action bar anymore
v1.3
Fix action bar icon sizes for official Google Keep
Remove "Exit" button from Keep Trash action bar
Added German translations (thanx to @mihahn)
v1.2
Ability to choose which icons (Archive or Show/Hide checkboxes) should show up in action bar when the note is being edited in the official Google Keep app (any combination can be selected)
Add android L style floating button to open Google Keep from Keep Trash (thanx to FAB library by @Faiz Malkani)
Change supported android version to 4.0.3+ (API 15+) (Google Keep supports 4.0.3+ only)
Fix module description in Xposed Installer after install
Add padding to "Share" icon to make it a bit smaller
Set action bar color to blue
v1.1
NOTE - If you have previously disabled the GUI in v1.0, uninstall and reinstall Keep Trash to enable the new GUI to see the customization options.
Ability to choose which icons you want to show up in official Google Keep's action bar (any combination from Archive, Delete and Share can be set. Any one among these, any two, all or none)
Switch from Holo theme to Holo light with dark action bar
Remove 'Disable GUI' checkbox
Enable 'Open Google Keep in Play Store' permanently
Code clean up
v1.0
Initial Release

Yay I was waiting for google for sooo long to make this an option like on Gmail. Thank you very much. Also could you male the swipe action also delete the note instead of archiving? I presume it's not hard, only changing a method call

could you move the share button to the action bar too?

paxy97 said:
Yay I was waiting for google for sooo long to make this an option like on Gmail. Thank you very much. Also could you male the swipe action also delete the note instead of archiving? I presume it's not hard, only changing a method call
Click to expand...
Click to collapse
Google Keep is closed source. The code is obfuscated, so pin pointing the method is hard. But I'll still look into it.
xdauser7 said:
could you move the share button to the action bar too?
Click to expand...
Click to collapse
This is feasible. It will make the action bar cluttered if I move "all" the menu options to the action bar. I'll keep this option customizable in the GUI, giving user the ability to choose which menu icons they want in their action bar, and which ones should be moved to the 3-dot overflow menu.
Thank you for the suggestion.

****ing awesome! This has been my long standing gripe with Keep. Thanks dev! :good: Now, if someone would find a way to remove the limits on the amount of text one is allowed to write in a single note, Keep would be perfect for me!

Oh yeah! At last! Thank you!

These are the kinds of modules which make Xposed really handy. Thanks a lot for this

So I wasn't the only one who was frustrated by Google's decision to keep 'Delete' button 2 taps away from the user. Good to know!
Maybe masterminds at Google just don't want the users to delete their data from their servers (if they even do that) , but instead just want you to archive it (for them). After all, the one who controls "user's data", controls the present and the future! Hehe.
Anyways, I am glad this module is useful for others too.

@xenon92 I am so happy to see your app being highlighted on xda portal.. Your development for galaxy grand is unforgettable.. And yet another brilliant app which is simply mind blowing.. Keep up the good work..
Sent from my GT-I9082 using XDA Premium 4 mobile app

I have this on the log: The class requires resource-related hooks (which are disabled), skipping it.

Keep Trash v1.1
NOTE - If you have previously disabled the GUI in v1.0, uninstall and reinstall Keep Trash to enable the new GUI to see the customization options.
Ability to choose which icons you want to show up in official Google Keep's action bar (any combination from Archive, Delete and Share can be set. Any one among these, any two, all or none)
Switch from Holo theme to Holo light with dark action bar
Remove 'Disable GUI' checkbox
Enable 'Open Google Keep in Play Store' permanently
Code clean up
----
dec0der said:
I have this on the log: The class requires resource-related hooks (which are disabled), skipping it.
Click to expand...
Click to collapse
Please post the Xposed log and logcat with v1.1.

i got a really cool idea right now, how about a "keep trash" module for Google chrome? it would be really cool to have New tab, share, print and desktop mode buttons in the action bar of chrome

xenon92 said:
Please post the Xposed log and logcat with v1.1.
Click to expand...
Click to collapse
Attached: xposed_error_20140714_104317 Thank you.

dec0der said:
Attached: xposed_error_20140714_104317 Thank you.
Click to expand...
Click to collapse
Please take a logcat and post here.
Follow the following steps:
- Reboot phone
- Start taking logcat
- Open Keep Trash GUI (v1.1)
- Open Keep
- Stop logcat
Post it here.
This is the source code from XposedBridge: THIS & THIS & THIS
So go to
Code:
/data/data/de.robv.___/conf/
and check if there exists a file named disable_resources there. If it is there, do your research as to why it is there. If you feel comfortable enough after your research, remove the file and test again.

Any plans to modify the acton bar that is shown when a note is open?
With my usage (widget on home screen, notes are accessed from the widget), this would be very useful! [emoji106]

creeve4 said:
Any plans to modify the acton bar that is shown when a note is open?
With my usage (widget on home screen, notes are accessed from the widget), this would be very useful! [emoji106]
Click to expand...
Click to collapse
Actually yes. I am thinking about moving 'Show Checkboxes' in the note editor from overflow menu to action bar. I use it there a lot.

I would prefer the Share button there. It seems more natural for me to write something and then send it to Google Drive by clicking on the icon in the action bar than having to go to the Browser screen and then save it.
Great module by the way, thanks.

Your module really rocks! Keep up in good work
But here are a little request.. Don't you think that icons on action bar are too big? MDPI device here
Odoslané z Desire X pomocou Tapatalku

m+a+r+k said:
I would prefer the Share button there. It seems more natural for me to write something and then send it to Google Drive by clicking on the icon in the action bar than having to go to the Browser screen and then save it.
Great module by the way, thanks.
Click to expand...
Click to collapse
Google Keep can be accessed from a browser too - https://keep.google.com/
If you mean 'Share' icon to be in action bar while a note is being edited.. Maybe in future..
//.dax said:
Your module really rocks! Keep up in good work
But here are a little request.. Don't you think that icons on action bar are too big? MDPI device here
Odoslané z Desire X pomocou Tapatalku
Click to expand...
Click to collapse
Yes they seem a little bigger for an MDPI device. I own a HDPI device, and they seem fine on my device at least (as you can see from the screenshots). I'll reduce the size for MDPI in future release.

Related

[Tutorial][Share] Make Android Apps in your phone itself! - NOOB FRIENDLY

Note: I'm just sharing the work of the XDA member rjunraj.Here's a small tutorial by him which will help you to make small but cool android apps on your phone.
rjunraj said:
Hi friends this is Arjun Rajput
Here to share some thing extrenely useful and creative
this guide is about tasker and tasker app factory
and i will be showing u how to make simple yet useful android apps.
Keep in mind that this is just 10% of taskers ability
*****************************
What kind of apps can i make?????
=============================
Below is 2 apps from playstore which were made using tasker app factory
{
"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"
}
U can make many useful and handy apps using app factory
Examples
=====================
You like a girl, she is using android and you want her number then u can make an app which will give you her number
How?????????
Open tasker
Add task
Phone/call/*******
** is your mobile number
Add task
Task/wait/1second
Add task
Phone/end call
Long press your task
Give it suitable name and icon
Any how send this app to that girl via email or facebook or dropbox
When she will install this app u will get a missed cal from her
And u will get what u need
Do not misuse this
This was just an example for those wondering that apps made by tasker is useless
Actually its a new world which u need to decorate by your brain
And those who have knowledge for scripts they can make blast with this
***************************
After reading this guide make some apps and post on this thread http://forum.xda-developers.com/showthread.php?t=2185701 they will be pinned on first page
I will upload some apps for examples
***********************
if u dont have enough knowledge about tasker than look into below articles
PART 1
http://www.pocketables.com/2012/08/beginners-guide-to-tasker-part-1-tasker-basics.html
PART 2
http://www.pocketables.com/2012/08/beginners-guide-to-tasker-part-2-variables.html
PART 3
http://www.pocketables.com/2012/09/beginners-guide-to-tasker-part-3-scenes.html
if u have enough knowledge about tasker than you are ready.
requirements
android phone
brain
tasker
tasker app factory
****************************
ONLY ACTION APPS NO UI
============================
A simple example of mking led flash app which will toogle led flash on/off. This app has no userinterface
Open tasker
Add task
Name it anything in my case m naming led
Now click ok and a dialougebox will open like this
Click + to add action
As we are adding led action it is under alert/torch
Choose toogle
Click ok
Click on the multycolour card icon at bottom right side
This is for choosing the icon of your app
You can choose from localmedia /iconpacks/app icons which u already have installed/tasker icons in my case m using tasker icon
Now press ok
And long press your task and choose export from popup
Choose as app
Now choose name of app
App name must be like this
Com.xxx.xxx
Where xxx is your app name and dev name
Press ok and it will export the task as app
You can find this app under
Sd/tasker/factory/kids
Install apk
You can also share with friends and also upload to playstore
Let me tell u that there are already several apps present in app store which were made by app factory
The app which i made in this tut will help me to quickly turn on and off my led flash
*****************************
APPS WITH BEAUTYFUL USERINTERFACE
*****************************
I assune u read the 3rd part of tasker tutorials which is about scenes
Link is on top
For making apps with beautyful interface u need to create tasks which enables tasker scenes
I will use metrostation icon pack and some local media files
I will show you how to add different types of elements with different ui
*****************************
PREPRATION FOR UI
****************************
First of all keep the structure of your app in mind, thus u can easily find the images and icons as per your need.u need to find suitable images for background, suitable icons for buttons,
Sometimes u may need a bit of photoshop to get brillian userinterface
U can take inspiration from several apps out there, mycolorscreen.com,icondatabase.net
Few examples of user interface
Below are homescreens from mycolorscreens.com
M showing just for demo
Get your icons ,images and background images ready before begining
*****************************
ADDING BACKROUND
*****************************
open tasker
Go to scene
Press + button
Give your scene a relative name
I have given name background
Now something like this will apear
On the right bottom corner u will find a magnifying glass icon, it will toogle your scene in edit/preview mod
Resize your scene
Now u can see
Ok cancel + and a teddy icon
No need to say about ok and cancel
+ icon is for adding eliments
And teddy will toogle your select mod in normal, move and resize
Now press the menu button and choose background colour
U will see a colourbox and a slider
The slider is for transperency level
Left side is full transperent
Right side is 0 transperency
If u choose full transperent your background will be complete transperent like this
U can also add images in the background instead colours
For adding image in background
Press + icon
And choose image
Name it anything relative
M naming it background
Below text edit box u will see multicoloured card icon
Press it to choose your image
The + and - buttons are for image transperency
Choose the source of image i choose local media
And select your picture
Now when your picture is loaded
Long press on picture and choose set as background
And your scene will be set with your desired background
****************************
ADDING BUTTONS
****************************
We will add a simple wifi toogle button, just for demo
Open tasker
Go to scene
Add new scene
Name it wifi toogle
Give it nice background, i have given black background
Resize it as per your need
Now we will add our button
Press + and choose image
Name it wifi off and choose icon by pressing multycolour card icon
I am using white for wifi off and red for wifi on
You can use any icon of your choice
Press ok and u will see something like this
Resize or move it by pressing the teddybear icon it allows you to choose touch mod
Now save your scene
And go to task menu
Add action
Scene/show scene
Choose your scene by pressing magnifier icon
Select wifi toogle which is our scene name
In display as option choose
Activity, full display no title
Save task by giving it suitable icon
Go to home screen
Add widget
Choose task
And select wifi
Now press on the widget and see if scene appears or not
Now u can test the changes which u make in scene
Now again come back to your scene menu in tasker
Choose our scene "wifi toogle"
Be in normal touch mode
Press on the wifi icon
Choose tap
Now press on + icon
And add action
Net/wifi/choose wifi toogle
Again add action by pressing +
Scene/eliment image
Something like this will apear
Pess magnifire and choose wifi toogle
In e pk ement name choose wifi off
Choose the red wifi icon
Check the if statement and choose variable by pressing yellow tag icon
Choose wifi status and in status write on
Press ok save
Again press +
Add action
Scene/scene image
Do the same as above only choose white wifi icon
And in variable
Wifi status must be set as off
Thats it save scene
Go to task
Long press
Choose export as app
Name it
And u are done
When u will launch the app and press on the button
It will turn wifi on and off
And also turn the icon red and white according wifi status
In the sam way we can
Make ics style on off switches
Like this
************************
WHAT MORE
*************************
u can also add more scenes in one single app
More buttons triggering more scenes and actions
U can use your first scene as app home
And several other scenes as menu
U can also make swipe support to your apps
Like this friendcaster app
Create 5 to 6 scenes
And add the blue indicator below every scene name title
And add your action in stroke menu
Either swipe updown
Swipe left right or any
And in action choose show scene action
Example
In info screen there will be an image with the indicator under info text and in sroke action it will show wall scene
Where wall scene will have same image with blue indicator under wall text
Swiping from wall scene will show
Photos scene
Swipping from photos scene will show members scene
U will have to add 2 strokes in each scene one for left to right to show next scene
And one for right to left to show previous scene
*****************************
Advanced users only
***************************
U can also make some app like this
Open tasker create new scene
Press + button choose slider
And add your values
****************************
more????????
**************************
U can make calculator, file browser
Pranks, antitheft apps using this guide
How?
Its time to use your brain and variables
************************
Even more???????
************************
Have a look here
tasker.wikidot.com/profile-index
M tired typing this
Hope u understood this
If u did not understand anything do post in thread not in pm
And as i said this is just 1%of taskers ability
If u are interested to make apps like
Air call answer,caller name speaker.flip to mute,speaking calculator. Just post here .and i am there
***************************
Hit thx button if i helped you
***************************
ALSO HAVE A LOOK
****************************
how to make android apps
http://forum.xda-developers.com/showthread.php?t=2179738
how to remove google account without formatting
http://forum.xda-developers.com/showthread.php?t=2134320
post your apps made by tasker app factory
http://forum.xda-developers.com/showthread.php?t=2185701
floating video for any phone
http://forum.xda-developers.com/showthread.php?t=2138737
smart stay for any phone with front camera
http://forum.xda-developers.com/showthread.php?t=2138740
my tasker profiles
http://forum.xda-developers.com/showthread.php?t=2066461
Click to expand...
Click to collapse
Original Thread : http://forum.xda-developers.com/showthread.php?t=2179738
Excellent :thumbup: .... @op where do u find such amazing stuff. Thanks man. Though i plan to use it more than getting a girls number .
Pressed it.
>_< aah iwait this thread :good: and now will try at home :3
Thanks for sharing
Sent from my HTC Explorer A310e using xda app-developers app

[XPOSED][GS5.13.28] Xposed GEL Settings [3.0.1]

Alrighty! I don't understand why Google wants me to have this omnipresent search bar on every home screen if there obviously is Google Now / Google Search embedded into the launcher if you go to the left page. So after some searching I found a way to hide it. But it will show again if you go to the left screen; no functionality is lost. Of course digging through the code I found some more things which are customizable
Screenshots
{
"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"
}
Features
Hide
Google search bar / automatically show search bar on Google Now
apps from the app drawer
widgets
page indicator
app dock / auto hide
all apps button
icon labels
Icon pack (Premium)
supports any icon pack
per app icon change
per shortcut icon change
automatically applies new icon packs
dynamic calendar icon
automatically hide icon packs from the app drawer
App drawer tabs and folders (Premium)
Notification badges (Premium)
Gestures (unlock all gestures with Premium)
swipe down left, middle, right
swipe up left, middle, right
Gesture actions
pull down notification bar
pull down quicksettings panel
open app drawer
open last app from recents
open recents
open android settings
go to sleep
toggle hide/show app dock
launch an app
Change grid
homescreen
app drawer
app dock
homescreen margins
unlimited folder size [Premium]
Customization
app drawer background
folder colors (background, font, preview)
text colors on homescreen and app drawer
Icons
resize icons
resize icon texts
hide shadows
System UI
hide clock on default homescreen
open the app drawer when pressing the home button on default homescreen
change the icon of the home button to an app drawer icon on default homescreen
go to sleep when pressing back button on every screen or only on default homescreen
change the icon of the back button to a power off button
Android Integration
make navigation/statusbar transparent (Android >= 4.4)
hide apps from app drawer from the app info
add quicksetting tile "Lock desktop" (Android >= 4.2)
Misc
enable L Launcher design
always show "Ok Google"
rotate launcher
overlapping widgets [Premium]
all widgets are fully resizeable
set your own default homescreen
lock desktop
continuous scroll (experimental)
overscroll left or right to open the app drawer
overscroll in app drawer goes back to homescreen
close app drawer after launching an app
open app drawer from last closed position
disable wallpaper scrolling
override GNL settings button to open XGELS
Backup/Restore (Premium)
backup / restore homescreen layout (icon and folders)
Review
Quick overview of V1.5.3 by Armando Ferreira
Review of V1.2.1 by @italia0101 (Chris Nacca)
Review of V1.1 by TK
How to request a feature
theknut said:
Since the feature requests are poping up like crazy and users are not making an effort to explain the features and say thank you after I implemented it, I decided to only accept feature requests if you follow the instructions below. But that doesn't imply that I will implement it. I want to see some effort because I will most certainly have it and remember it's all done in my free time. It's not that I do this for living
So if you post a feature request please include
say "Thanks" and be grateful for what you already got
think about your feature and whether it is useful for others, too
properly explain what you really want
I never used Nova and such so I don't understand the request if you just name the setting you want.
I think this is only fair since I spent hours making this module and users don't even take a minute to properly explain what they want and even worse are not grateful for what they already got. For free.
Thanks to all who donated already.
Click to expand...
Click to collapse
Requirements
Xposed Framework
Google Now Launcher
new diaper
Instructions
download the module and install it
activate it in Xposed Installer → Modules
reboot your device
open Xposed GEL Settings
make all the changes you want
hit the restart button within the app to restart your launcher
Celebrate!
Known issues
In some cases the Google Doodle will not be loaded
How to resolve: pull down in GNow
State: This seems to be a problem of the launcher. This error also occurs if the module isn't activated at all.
If the grid size or hotseat count is changed icons/widgets may disappear (especially if you decrease sizes)
Severity: Keep it in mind
Resized icons or grid settings might lead to different sizes
State: working on it for the next update
Some settings will lead to icons being cut on the left and the right side even though enough space is available
State: working on it for the next update
If you've made changes to the launcher using apps like AppSettings (which is awesome by the way), you might encounter problems
Please report bugs if you find them! A good bug report includes repro steps and logcat and Xposed log file. You can paste them to www.pastebin.com. Screenshots and screen recordings are very important, too. If you provide all of this when reporting a bug it will make it a lot easier for me to help you.
If you report any bug mentioned above and/or ask questions which could have been answered if you've read the OP, please allow me to ignore your post as you did mine.
Thanks
@rovo89 of course for the framework but also for his support (really nice guy)
everyone for testing!
@Kyle C and @Decimation for the idea to make this module
@GermainZ for helping me with the first steps and answering various questions
Thanks to Sergey Margaritov for the colorpicker preference // https://github.com/attenzione/android-ColorPickerPreference
Thanks to @Chainfire for libsuperuser // https://github.com/Chainfire/libsuperuser
Thanks to Karsten Priegnitz for the changelog dialog // http://code.google.com/p/android-change-log
Thanks to biokys for the android-cropimage library // https://github.com/biokys/cropimage
Thanks to materialdesignicons.com for the material icons // http://materialdesignicons.com
Source
https://github.com/theknut/XposedGELSettings
Download
Xposed Repo (needs to be updated manually)
Changelog
Reserved
Your work is appreciated. Downloading now
Installing now! I was waiting for this app. A nice feature could be the possibility of rename app in GEL
Superb start been waiting for a dedicated gel module.
How far can this be taken? Is functionality from custom launchers like Holo launcher possible? Such as gestures, animations, changing icons etc.
I do hope things like this aren't beyond the realms of possibility.
Looking forward to future developments.
Sent from my HTC O'ne-xus
Excellent job, thank you.
Sent from my SGH-T889 using xda premium
hotseat apps (icons above the navigation bar)
Click to expand...
Click to collapse
not to be a grammar nazi, but what you mean here is the dock, right?
Would there be a way to disable wallpaper scrolling?
Looking forward to seeing this progress! I like GNL, but there are a few things keeping me on Nova launcher - swiping up on homescreen icons, category tabs in the app drawer (or at least folders), and the ability to remove labels and apply icon packs. Everything else I could take or leave.
Regardless of whether these features make it to your app, thanks for the effort and keep up the good work.
Is possible add support hotwork for all languages?
Inviato dal mio Nexus 4 utilizzando Tapatalk
Does hotword still work without the search bar there?
Sent from my XT912 using Tapatalk
Does hotword still work without the search bar there?<br />
<br />
Sent from my XT912 using Tapatalk
Click to expand...
Click to collapse
Nope
Sent from my HTC O'ne-xus
control187 said:
Does hotword still work without the search bar there?
Click to expand...
Click to collapse
Yes, it is working! But thanks for reminding me! I need to show the voice search once you are doing one. I'll fix it in the next version *making a note*
Sent from my Nexus 5 using XDA Premium 4 mobile app
This app is awesome keep up the excellent work!
Great work!! Just what the Gel launcher needed.
Sent from my Nexus 5 using Tapatalk
theknut said:
Yes, it is working! But thanks for reminding me! I need to show the voice search once you are doing one. I'll fix it in the next version *making a note*
Sent from my Nexus 5 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I stand corrected. Just didn't realise it was working. My volume was down low.
Sent from my HTC O'ne-xus
The search bar overlies over the other icons?! :-/
Edit: after enabling gnow it works, but i don't want gnow
Awesomeness!!!
Do you think it is possible to add just one more feature - swipe down to pull notification bar??
That would probably be all that one would need from GEL
Thanks for your work!
Any way to get this working on a Droid Maxx running Kitkat without GEL?
I like using the droid command center widget but when I loaded GEL it wouldn't let me add it to the homescreen. I got a message saying the widget doesn't work with 3rd party launchers.
FYI, the columns and rows feature is reversed...adding columns actually adds rows, and vise versa. Other than that, great module!
Sent from my SGH-I337 using XDA Premium 4 mobile app

[ROM]**~AllianceROM v6~** 05.10.14 The Most Customizeable Android ROM in Existence!

{
"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"
}
The Alliance Team is proud to present AllianceROM for the AT&T Note 3. This is the most customizeable ROM available for ANY device. Millions of different on the fly theming options, more so than any AOSP based ROM. If you are tired of having to choose an xposed module and reboot only to see the effect isn't quite what you like, then I challenge you to try this.
The Possibilities Are Endless...
Help Key
Code:
Based off of MJ5
Busybox
Bash
SQLite3
Rooted
Knox and associated containers Removed
Color Changers
Statusbar with Awesome KitKat gradient option!!!
Dropdown bg gradient
Toggle bg gradient
Signal/wifi
Clock
Battery
Notification Icons
Traffic Meter
Asu meter (signal strength)
Battery Bar
Toggles On
Toggles Off
Toggles Dim
Toggles Text
Settings Button
Dropdown Clock
Dropdown Header
Dropdown Date
Dropdown Handle
Dropdown Background
Brightness Slider Background
Clear Button Background
Ongoing Headers
Power Menu
Phone text (option to turn off 3rd party apps)
Dialpad/phone tabs/contact tabs
Overscroll
Checkboxes and Switches
Spinners
Statusbar Mods
Alliance statusbar wallpaper app with transparency
Traffic meter
Asu Meter
Clock
Right/center/none
am/pm style small/large/none
Day of Week small/normal/none
Icons
Show/hide Alarm
Show/hide Bluetooth
Show/hide Volume
Show/hide Keyboard
Show/hide Dormant Mode
Show/hide Nfc
Show/hide Smartstay
Battery
Battery image selector
Battery charge image selector
Battery Bar
On/off
Choose style
Choose thickness
Charge animation on/off
Dropdown
Alliance Wallpaper app
Hide dropdown Header
Date shortpress launch app
Date longpress launch app
Hide brightness slider
Hide notifications title
Hide no notifications title
Hide ongoing notifications title
Show/hide AOSP clear button
Show/hide Lock button
Show/hide Recents button
Show/hide Settings button
Toggles
Hide toggle text
Hide toggle indicator
Number of toggles in view 1 to 10
Collapse dropdown after toggle press
Power Menu
Show/hide Data
Show/hide Airplane
Show/hide Accessibility
Show/hide Power Off
Show/hide Restart - with 4 way reboot
Show/hide Screenshot
Show/hide Sound options
LockScreen
AOSP lock with shortcuts enabled
Finger Ink enabled
Color change Ink
Random Ink color - Changes color on each unlock
Widgets on secure lock enabled
Quick unlock - no need to press ok when entering pin/pw on secure locks
Torchlight enabled
Phone Mods
Call record
Automatic incoming call record on/off
Automatic outgoing call record on/off
Remove increasing ringtone
Set end call delay
General Mods
Screen off animations - CRT/Fade/None
Low storage notification on/off
Low battery popup on/off
Full-charge notification on/off
USB connect sound on/off
Email security on/off
NFC With screen off on/off
NFC icon show/hide
Apps
Restart SysUI
Restart SecPhone
Back N Theme back up app
Statusbar Wallpaper
Dropdown Wallpaper
Unlim multiWindows
Any app pen Window
Alliance control in settings
Torch on lock screen enabled in settings>display
SMS
Save messages to sdcard
No mms conversion
Group messaging enabled
Scheduled messaging enabled
Unlimited recipients
No sms in call log
Increased sms per hour limit
Split view on/off toggle enabled
Increased mms image size
Screen on/off notification toggle activated
Code:
*** v6 05.10.14 ***
Whitelist to protect various apps from System BG wallpaper/color
Add package name to the whitelist file in Alliance Folder on SD card
Completely rearranged ROM control. Much cleaner now
Themed in call screen
Themed SecSettings lightly
Squashed some bugs
Added new WiFi toggles. We haz switches now
Separated check box and switch color
Separated some text coloring.
Separated Power Menu colors
AOSP lock screen added
New messaging app. Colored in app.
Galaxy S5 Launcher with icon pack support
Fixed NFC quick panel icon switching correctly now
Fixed some layouts
Disabled the ATT contacts app. No more bull**** opening contacts for the first time.
There's some more I probably forgot too.
*** v5 04.02.14 ***
NEW ALLIANCE MANAGER!!!
You can now theme your rom with 1 click! Backup and create themes
Backup and create new CS Settings!!!
Fixed bubbas issue. He now owes ME 5 dollars! :cool:
Fixed the progress bar... (This is why RocketPlayer equalizer FC)
Added more battery icons
Added more Toggle icons
Changed the way ATT does their NFC smali so all images should be universal
30 completely working toggles. They wont disappear on you anymore!
Added new Alliance wallpapers! Awesome work [user=237007]@Sparky[/user]b
Lightly themed Contacts and Dialer Big thanks to @Tired Storeman
*** v4 03.13.14 ***
Added TW Launcher back with option to set text color for Icons etc...
Added System Background wallpaper and color changer
Added Date style drop down in Notification Panel
Added your choice of different quick panel toggle icons (and S5 style circles too!)
Fixed CPU widget display
Added color picker to CPU widget display
Added an option to use default pop-up dialog boxes, or select your favorite...
Added a whole bunch of new toggles ( torch, CS shortcut, camera, battery, power off etc)
Added a user transparency selectable AccuWeather widget (fully transparent to fully opaque)
Fixed the E-Mail force close issue (sorry, my bad)
Integrated Safestrap into Alliance Settings app. It will no longer take up space in the launcher, just use the ROM Control app to open it from now on.
Added a meet the Alliance Team in ROM Control, check us out. We're a bunch of pretty cool fellas...
Also added a little something special for those who look for it :)
There's probably more, but that is all I can remember off the top of my head
*** v3 03.10.14 ***
Cleaned up some code to make it leaner and faster
Added Back N Theme Support (Now you can set up your ROM however you want to and back up the settings. Then when you flash a new rom, you can restore these to save time!)
Back N Theme was not made for the Note 3, were working on resizing the app, bear with us please, but Since we have these fancy little pens, they do come in quite handy to use the app. Its well worth it
All FC fixed that I know about. It was my fault with the Phone/SystemUI FC... I fixed it...
Hey at least I try to get fixes out as soon as I can!
*** v2 03.08.14 ***
Unlimited Bluetooth Tethering
Transition animations set to .5 by default. Using camera will still make it go back to 1.0 for some stupid reason. I'm looking into it
Fixed Volume Hot Boot
Fixed App picker Hot Boot
Fixed Settings FC
Removed Persistent WiFi Notification
Removed WiFi Unstable Notification (Need testers for this as I cant test myself)
Device Status Official
Added Notification Transparency/Color
Fixed Ink Effect
Added CPU Core load widget with color changer
Added Color link to Battery History Chart
Added System Wallpaper Chooser
Added On the Fly WiFi Icon chooser
Added On the Fly Signal Icon chooser
Option to hide/show data in and out icons
Added your choice of List View Animations (This is so effing sweet!!!)
Added your choice of Dialog style (6 choices)
Removed TW messaging cause it sucks...
But I added a modded AOSP style messaging (no color changer on this one)
Will provide OTA for TW Messaging and Launcher
Removed TW Launcher, Apex is faster and more customizeable (because of this some of the launcher mods in Custom Settings will not work)
Added restorecon to run at boot
Some more that I probably forgot...
I am already working on the next update, but this is what I am releasing right now. :)
*** v1 02.17.14 ***
First Release (Sorry about this one)
Code:
A huge thanks to the entire Alliance Team for all their help. And for inviting me to join them. Its a HUGE honor guys!
Goldie
TxR33
sparky b
beanstown106
beer in box
Bas
Mike T
Ficeto
Mikeymopar
Anyone else that I missed
I do this because I love doing this, not because I am trying to make money. I have a career in the petroleum industry, this is just a hobby. There has been many countless hours put into this project by more people than just me. This being said, I will NEVER ask for a donation, but they are always appreciated. If you like this project and would like to contribute in a different way, I always need testers. Also, clicking the thanks button works just as well :good:
New install instructions:​
1) Download ROM zip and verify MD5 sum, place on your internal or external SDCard, it doesn't matter which.
2) Make any backups you need with Titanium Backup or whatever you use while this is downloading
3) Also make sure that you are on latest JB SafeStrap (version 3.71)
4) Boot into Safestrap Recovery via app or hard reboot
5) While in Safestrap first choose "Boot Options" And Then Select "Stock ROM". Activate it. If you are already on the Stock ROM Slot and it is activated AND YOU HAVE A BACKUP, or if you ALREADY have a stock backup move on to Step 7.
6) Click the back button on the bottom right to get back to the main screen, and then choose "Backup". You will want to make sure all 3 partitions are selected to backup. You can choose internal or external sdcards (I HIGHLY RECOMMEND USING THE EXTERNAL) by clicking Where it says "Storage: xxx SDCard (xxxx MB)" towards the middle of the screen. Choose where you want to create the nandroid (backup) and select "OK." Now just swipe to make the backup. Once the nandroid is done continue on to step 7.
7) Back out to the main screen using the back button in the lower right corner of the screen. The letters at the top should be in red and say "ROM Slot: stock"
8) Now choose "Wipe" and it should pop up the wipe screen. It should say "Factory Reset" and on the next line "Wipes Data, Cache, and Dalvik (not including internal storage). If it doesn't, hit the back button, if it takes you back to the main screen, go back to "Wipe" until you see this message. Now just swipe to Factory Reset.
9) Now you should have a clean stock partition that is ready to have your ROM flashed. Hit the back button until you are back at the main screen, and now you will choose "Install."
10) Now find the ROM zip, you placed on your phone, either on internal or external SDCard and install the ROM. Once the ROM is flashed, you should reboot the device.
***Note***
Now that you have made a backup, if for whatever reason you want to go back to that ROM on the stock slot, you can boot back into recovery, and choose the "Restore" button and restore the backup to the Stock slot.​​
If you feel like donating to your local Alliance developer but don't have a good way to do it, or would like an alternative...
If you're not already signed up to copy.com use this link
https://copy.com?r=H8FCHD
you will get a standard 15GB account, plus a bonus 5GB for free. Plus its a great way to help out if you ever get tired of smacking that "Thanks" button . This will cost you nothing but a couple of minutes of your time, and you get free storage!
Donators
Thank you very much to these people who have donated. Words cannot express how awesome these people are. Thank you kindly...
@misterwright
@NaxIonz
@HarleyChick
and someone else... If this someone else is you let me know and i will add your name here. I'm sorry I forgot.
XDA:DevDB Information
AllianceROM, a ROM for the AT&T Samsung Galaxy Note 3
Contributors
RErick, @sparky b, @Goldie, @txr33, @BeansTown106, and @dikkebas, and everyone from the Alliance team. Thank you all so much for letting me be a part of this awesome project and helping me along the way!
ROM OS Version: 4.3.x Jellybean
ROM Firmware Required: Safestrap 3.71
Based On: TouchWiz
Version Information
Status: Stable
Current Stable Version: v6
Stable Release Date: 2014-05-10
Created 2014-02-17
Last Updated 2014-05-10
Bubba's Playground
Rom MirrorHERE
RoughNeck Theme(s):
THEMERoughNeck And here is a Full Preview of the theme.
RevertKoff Jerk. Uno like my stuff?
This is a work in progress .. There will be updates.
Screen Shots:
Included Keyboard
Extras:
Flashable Samsung IME themed Keyboards:
Light Orange
Black/Orange Glass
Okay this is different... Koffagram My inverted take on Telegram Chat App. With credit to REric for finding the whits e text in Smali and fellow team member Andrew Tired Storeman for some guidance:
Inverted Koffagram
Simi Clear Koffagram Inverted
Boot Animation:
Alliance Koff Bish Apple Boot:HERE And here is a PREVIEW
Allliance RoughNeck Theme Boot Animation HERE And here is a Preview
drakeymcmb said:
? I think you posted this wrong buddy.
Click to expand...
Click to collapse
Nope, Im building the OP right now, while the ROM is uploading
3rd !!!!! Welcome RErick. Looking forward to trying this on my wife's phone,,, Thanks for your hard work!!
EDIT: She loves it. Now to get everything girly looking.....Thanks!!
2nd EDIT: Now I'm about to download this great ROM. It's my turn !!!! Thanks for this !!!!
What version of 4.3 is this based on?
Sent from my SM-N900A using XDA Premium 4 mobile app
MJ5 sir
RErick said:
MJ5 sir
Click to expand...
Click to collapse
Cool. I will definitely be giving this a try today. I remember Alliance ROMs on my GS3!
Does it have navbar by any chance RErick?
Sent from my SM-N900A using XDA Premium 4 mobile app
Oh god!!!! I think you did read my mind. Is it the same old alliance with the white and black feel?
link? or is it still uploading?
Sent from my SM-N900A using Tapatalk
K-Alzwayed said:
Oh god!!!! I think you did read my mind. Is it the same old alliance with the white and black feel?
link? or is it still uploading?
Sent from my SM-N900A using Tapatalk
Click to expand...
Click to collapse
You can make this feel however you want! There is even an option to have the ROM choose a random color everyday when you wake up. The ammount of customization is incredible, and I am sure you wont be disappointed.
There will be future themes that will be available in the ROM Customizer, but since I am so new to Alliance, I dont have anything there
DevHost is being weird right now, I tried uploading it and it stopped at 98%, so I am now uploading to my AFH account, bout 10 minutes
Dude!!! Awesome. No hurry/worries. I've mentioned it somewhere here in the note 3 threads. Alliance project has always been my favorite ROM ever since I've known android and rooting. Take your time on the customizations. I'm sure you'll kick it in the butt soon. Thank you so much for bringing it to our note 3. Waiting patiently for the link.
BTW, I will be first to download
Sent from my SAMSUNG-SM-N900A using Tapatalk
Any screen shots?
Sent from my SM-N900A using XDA Premium 4 mobile app
Download link is now up in OP
I don't have screenshots because literally everything can be colored and changed
I will try to get some soon though. Still working on op
ReggieSmith said:
Any screen shots?
Sent from my SM-N900A using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I'm about to flash this bad boy then I'll post some screen shots if the dev is ok with that.
Sent from my SAMSUNG-SM-N900A using Tapatalk
K-Alzwayed said:
I'm about to flash this bad boy then I'll post some screen shots if the dev is ok with that.
Sent from my SAMSUNG-SM-N900A using Tapatalk
Click to expand...
Click to collapse
That's fine. If you send them to me I will post them in op. There's literally millions of combinations to theme your ROM, so keep it simple please
RErick said:
That's fine. If you send them to me I will post them in op. There's literally millions of combinations to theme your ROM, so keep it simple please
Click to expand...
Click to collapse
You got it bro. Let me get a good download first. LOL
This one failed to flash. I'm downloading on my PC now. Hopefully this will work.
Sent from my SAMSUNG-SM-N900A using Tapatalk
Nice to see good job on first release!
Something might be wrong with the file uploaded or something is wrong with afh. 6th attempt and the file is corrupt. On computer and on mobile. Using my work laptop now to see what happens.
EDIT: No matter what I download the Rom on or to, it is corrupted. Also doesn't matter what browser I use.
I'm itching lol.
Sent from my SM-N900A using XDA Premium 4 mobile app
Okay lemme look at it
Same here, man. I tried everything way to download and it still fails to flash.
Sent from my SAMSUNG-SM-N900A using Tapatalk

[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.

[MOD][XPOSED][4.3.x - 8.0.x] Flat Style Colored Bars [UPDATED 11/01/18 ver. 3.2.0]

{
"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"
}
IMPORTANT
Requires Xposed Framework. More about it http://bit.ly/XposedFramework
Works ONLY with Android 4.3.x - 8.0.x
If you have minor issues give me your Xposed logs, but if you have FCs I need your full logs
>> PLEASE RATE MY MODULE ON GOOGLE PLAY IF U LIKE IT <<
DESCRIPTION
Easy way to change colors of your Status & Navigation bars.
Status Bar
-- Background colors
-- Styles
-->> Flat
-->> KitKat Gradient PRO
-->> Android L PRO
Navigation Bar
-- Background colors
-- Linkage styles
-->> Unlinked
-->> Linked navbar colors with statusbar colors PRO
-->> Linked navbar icons with statusbar backgroud PRO
-- Styles
-->> Flat
-->> KitKat Gradient PRO
-->> Android L PRO
DOWNLOAD
Xposed Repo
Google Play Store
TODO LIST
add ability to show corners
VIDEO
First Demo
Demo: Material Design Toolbar colors detection
Demo: Bar Overlay Styles // available in PRO version
Demo: Icons / text custom colors // available in PRO version
Demo: Linked navbar icons color with statusbar background // available in PRO version
Demo: Ignore list for notification icons tinting
Video tutorial: How to make bars transparent on home/lockscreen
PICTURES
To join the Beta program, follow these steps:
1) Uninstall current version of app
2) Join the Flat Style Colored Bars for Beta Testers group
3) Allow beta downloads by clicking Become a Tester in the Play Store (you need to join the Google Group before becoming a tester)
4) Download Flat Style Colored Bars from the Play Store to update your app
5) Reboot to apply the changes
6) Buy PRO feature
reserved #3
???????????
@ibocharov sir, just want to report.. I have installed this in my s3 i9300, i am using liquidsmooth latest nightly that already have dynamic colour changer (DCC) from omni.. I have disable DCC, and using your module but it don't work, status bar/navbar colour not change.. Is this module not compatible with rom that already have tinted status bar/navbar? Thanks sir
Looks really cool! I watched the video, but with no sound I was wondering - what's the reason for the small shaded block in the top left corner of the screen? Will it always be needed? Or is there a setting to hide it?
Also, I wouldn't mind donating at all if you keep this as updated as Flat Keyboard. :thumbup:
rodohmes said:
Looks really cool! I watched the video, but with no sound I was wondering - what's the reason for the small shaded block in the top left corner of the screen? Will it always be needed? Or is there a setting to hide it?
Also, I wouldn't mind donating at all if you keep this as updated as Flat Keyboard. :thumbup:
Click to expand...
Click to collapse
This first version and small shaded block in the top left corner of the screen is button for manual define colors In this version it's always show because I didn't add trigger for hiding it
pg9590 said:
???????????
@ibocharov sir, just want to report.. I have installed this in my s3 i9300, i am using liquidsmooth latest nightly that already have dynamic colour changer (DCC) from omni.. I have disable DCC, and using your module but it don't work, status bar/navbar colour not change.. Is this module not compatible with rom that already have tinted status bar/navbar? Thanks sir
Click to expand...
Click to collapse
I don't know, because I tested it only on 2 my devices and spend only several days for develop this module, so it's very alpha version
Maybe attach logs and I'll try see what is there.
Thank you! Testing on my VZW G3 (vs985) now!
ibocharov said:
I don't know, because I tested it only on 2 my devices and spend only several days for develop this module, so it's very alpha version
Maybe attach logs and I'll try see what is there.
Click to expand...
Click to collapse
I don't know what log you want, but here i attached log from catlog and xposed.. Thank sir
https://docs.google.com/file/d/0B5jZG-KLuuCxQkZLY0x5YndHMTg/edit?usp=docslist_api
https://docs.google.com/file/d/0B5jZG-KLuuCxNHZVU0taUUxvTnc/edit?usp=docslist_api
Does not work for me. Changes navbar buttons to black when the navbar should be light. Keyboard module worked without a hitch before installing this one, now its just black everywhere.
Log file from xposed.
https://www.dropbox.com/s/azob9a8axw0ixa2/xposed_error_20141101_133252.log?dl=0
This looks excellent, and considering TSB is half-abandoned, you've a great way to go
PD: Please don't succumb to Lollipop darker statusbar style and keep this nice plain 4.4 style running.
Also, please join xposed repository so this can grow a good user base that fastly updates and test this
About free/premium, "free" shouldn't be time-limited by XDA rules if I don't remember bad? or maybe im wrong lol. Anyway imho, it should be free for some functionallity, and add some nice stuff for premium (like select styles from 4.4 or darken bars on 5.0, and a ton of stuff that can be done). The style with gradients on both status and navigation bars should be there also, since people may not want to switch from TSB otherwise.
EDIT: Testing on stock N5. First impression: It deletes the gradient on the launcher .
EDIT2: I noticed it has a WHITE gradient below the white icons on both status bar and nav bar, on lockscreen and I think on the launcher. Also when downloading notification bar on the launcher, the status looks kinda broken and does too many transitions. It ends up looking wrong below the notification panel. Why a white gradient here??
It seems to work unexpectedly well everywhere except on hamburgers menus like play store, where doesn't seem to detect changes. Doesn't seem to work in apps that show preload animations, for example Feedly. Other like Forza, they keep the colors from the animations when the navigation should change colour. Also when in Reddit is fun the action bar hides, the status bar keeps the original colour. is this intended?
It doesn't adapt to keyboard color , maybe you could adapt the feature of TSB of letting the user select the colors for when keyboard is on screen, or auto get the color from the keyboard?
It seems to work with the new apps using Material Design library (for example google play and Today Calendar), though having a few issues (In today calendar, the nav bar color shouldn't be white after the animation? maybe it times out?).
Also in some apps (like titanium backup), it doesn't delete the 1 pixel line between the status bar and the action bar. Also the action bar with the blue line there sux, good that the "reverse tint" option of TSB killed it and turned it a normal action bar.. could this app do something similar?
Will try to find more issues, since this works way too good for being 0.1. There must be a catch. It would completely replace TSB right now being v0.1 if it wasn't missing gradients.. all said.
RusherDude said:
This looks excellent, and considering TSB is half-abandoned, you've a great way to go
PD: Please don't succumb to Lollipop darker statusbar style and keep this nice plain 4.4 style running.
Also, please join xposed repository so this can grow a good user base that fastly updates and test this
About free/premium, "free" shouldn't be time-limited by XDA rules if I don't remember bad? or maybe im wrong lol. Anyway imho, it should be free for some functionallity, and add some nice stuff for premium (like select styles from 4.4 or darken bars on 5.0, and a ton of stuff that can be done). The style with gradients on both status and navigation bars should be there also, since people may not want to switch from TSB otherwise.
EDIT: Testing on stock N5. First impression: It deletes the gradient on the launcher .
EDIT2: I noticed it has a WHITE gradient below the white icons on both status bar and nav bar, on lockscreen and I think on the launcher. Also when downloading notification bar on the launcher, the status looks kinda broken and does too many transitions. It ends up looking wrong below the notification panel.
It seems to work unexpectedly well everywhere except on hamburgers menus like play store, where doesn't seem to detect changes. Doesn't seem to work in apps that show preload animations, for example Feedly. Other like Forza, they keep the colors from the animations when the navigation should change colour. Also when in Reddit is fun the action bar hides, the status bar keeps the original colour. is this intended?
It doesn't adapt to keyboard color , maybe you could adapt the feature of TSB of letting the user select the colors for when keyboard is on screen, or auto get the color from the keyboard?
It seems to work with the new apps using Material Design library (for example google play and Today Calendar), though having a few issues (In today calendar, the nav bar color shouldn't be white after the animation? maybe it times out?).
Also in some apps (like titanium backup), it doesn't delete the 1 pixel line between the status bar and the action bar. Also the action bar with the blue line there sux, good that the "reverse tint" option of TSB killed it and turned it a normal action bar.. could this app do something similar?
Will try to find more issues, since this works way too good for being 0.1. There must be a catch. It would completely replace TSB right now being v0.1 if it wasn't missing gradients.. all said.
Click to expand...
Click to collapse
Thanks for testing.
This module doesn't delete the gradient on the launcher, it just tint it you may manually set colors to black
ibocharov said:
Thanks for testing.
This module doesn't delete the gradient on the launcher, it just tint it you may manually set colors to black
Click to expand...
Click to collapse
Neat! thanks!
By the way, the gradient color for the lockscreen changed also the color for the launcher. It's a global value?
EDIT: The issue with the notification panel is that when swiping down the notification bar, it turns black whatever the color it was. It would look ok on stock, but I'm using Blurred System UI that makes the entire notification panel transparent and blurry, and on the status bar section it finds it completely BLACK, so it ends up wrong. Why does it turn black? Can't configure the colors while on the notification panel so it doesn't seem fixable
It works good on the home screen but on the apps my LG UI draws its status bar style.
Also it won't tint navbar. I forgot to take the xposed log.
The app it self doest seem to have any ui.
Device is LG G2. If needed I can provide any logs and sys files to help.
I like this. I'm waiting for an option to hide that small gray bar on the top left corner and an option to not change the navigation bar, only status bar.
Will keep an eye on this but for now it didn't work for me (black bars with dark icons everywhere on ARHD81), but if it did I'm not sure if it would do what I want.
I just want the status bar to autotint or be transparent for apps that don't use color with no KK grad. TSB isn't perfect but has a lot of manual adjustment that lets me get what I want so I'm going to stick with that until a simpler solution is available.
Been looking forward to this. However for me it doesn't do a thing after manually applying tint. I realise it's an alpha build so hopefully better things to come. Hoping for an autotint experience as flawless as your keyboard module. On my watch list for sure.
Sent from my HTC One
mitchst2 said:
Been looking forward to this. However for me it doesn't do a thing after manually applying tint. I realise it's an alpha build so hopefully better things to come. Hoping for an autotint experience as flawless as your keyboard module. On my watch list for sure.
Sent from my HTC One
Click to expand...
Click to collapse
Manual tinting works flawlessly on a N5 (it can even tint the gradients on lockscreen and launchers.. more than v0.1 it seems vFinal), maybe it has something to do with your HTC rom

Categories

Resources