[WIP][APP][2.2+] GYF: a side launcher [v1beta44] - Android Apps and Games

Free Version
Donate Version (Theme support, more goodies coming soon e.g. root features) -- currently $0.99$1.99 so that you guys can get it at this lowest price point. In a couple weeks I will update the listing to its regular price (I'm thinking $2.99)
Example GYF Theme (requires Donate version) - More themes on Play market
:good: XDA Themes thread thanks to JonnyJaap
{
"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"
}
/
/
/
What is it?
A video introduction is available on Vimeo.
It's a launcher. It allows you to launch your apps from anywhere. It's inspired from others' work. I hope you find it helpful.
Note that it's an early beta release so it may not work very well on your device.
(Screenshots available at the bottom of this post)
Changelog
v1beta44
* Icon cache now persisted for 10 seconds so that it's not thrown away if service is restarted
* Lots of work on theming engine to accommodate various engines' quirks:
- sometimes, scale is expressed as 1/scale
- sometimes, adw themes offer icons as package_name, sometimes as app_name (lowercase)
- masks support now not only for go and apex but also adw themes
- empirical discovery of how themes are scaled based on display density
- go themes's masks are the reverse of the other launchers' (seriously!)
v1beta43
* BEWARE! This is a major rewrite, aimed towards lower memory consumption
and start-up performance.
This means that if you saved shortcuts and widgets, you will
have to re-configure. All apologies for that but it's necessary.
* New staggered icon load.
* Limitation: I hear the app can freeze your phone if there is a race
condition while installing apps. Please report if this happens.
* Fix: Crash on application exit
* Fix: Crash on destryoing a widget
* Fix: Masked icon sizes/density
v1beta42
* Widgets not a preference anymore
* Expand widgets using a fling gesture!
* Contextual menus now much easier to understand and utilize
* Fix: multiple drawers, some basic -> take over ribbon's space if available.
* Fix: wrong widget vertical offset
* Fix: widget can now be dragged past end of list and become last item
* Fix: Created generic icon to represent widget if unable to make a drag copy
* Fix: Sometimes, widgets do not have a host(!)
* Fix: Crash when stopping service
v1beta41
* NEW: Widgets support (alpha)! You will need to activate in Settings > Advanced, though.
Time for my favorite copycat to start working on his app!
* Fix: User drawer not clobbered by quick ribbon anymore (right side mode)
* Fix: top panel symbols not clobbered by text anymore
* Fix: app shortcuts not always reliably added to user drawer
* Fix: display drawer correctly when right-handed and ribbon not displayed
* Fix: quick letter ribbon width now dynamically adjusted
* Fix: changed the way the drawers' parent size is determined
v1beta36
* Most of the user interface code was rewritten. I hope I haven't introduced too many bugs!
* A third drawer was introduced: now, you have 'Apps' 'Running Apps' and 'User'
* The 'User' drawer lets you add arbitrary app and special shortcuts
* Just like favorites, a long long touch on an item in the drawer lets you reorganize the items
* New Preference: hide the drawers you do not want to see
* New Preference: audio feedback
* Display list performance improved on less powerful devices
* Bug fixes
v1beta35
- Support for Apex themes
- Themes providing multiple backgrounds/masks now supported
- It is now possible to reorder favorites using long-press followed by drag/drop in favorites list (directly in drawer itself)
- Finally a working "pin" feature for the drawer when in non-stop gesture mode (move your finger over the pin button until your device vibrates)
v1beta34
- New drawer animations (nothing fancy yet)
- When using icon themes, icons can be properly masked
- Various bug fixes
- Under the hood refactoring
v1beta33
Fix mess I made in previous beta.
v1beta32
- When the drawer is being (re-)created, the notification displays the progress %
- Drawer should open even faster, although it is barely noticeable
- Preference: top menu head visibility or partial visibility (harmonized with transparent drawer)
- Preference: Display preferred view when opening the drawer
- Fix: Show credits in "donate" version
- Fix: Fix layout of "About" box
- Fix: shadow creates gap when switching views
- Fix: recycled bitmap error on ICS & JB
v1beta31
- Credits! (Accessible from "Info" dialog)
- Shadows (very subtle at this point. Maybe too subtle) -- note that even shadows are customizable.
v1beta30
- Much faster drawer opening
- Real-time visual updates when hiding/showing apps
- Item margins in theming engine
- Info ribbon text size is now dynamic
- Fix: info ribbon/non-stop gesture y axis was slightly out of wack
- Fix: fling area alpha value not properly reset
- Fix: app contextual menu deselected when not needed anymore
- Fix: some gestures were failing due to erroneous adjustment when menu located to right-hand side
- Fix: some gestures not working when using right-hand side drawer
v1beta28/29
- Fix: Hopefully, fixed cause for all recent crashes, which was… proguard
- Fix: favorites and hidden were getting mixed up…quite the evil behavior
- Fix: removed debug code that caused crash on GB
v1beta27
- It is now possible to open the drawer by double-tapping the Home button (disabled by default)
- "No gesture" is now a choice for those who run the activity using another tool or Home
- Headers now themable: preferences_ui_headers_text_color and preferences_ui_headers_separator_color
- Tentative fix for a recent NPE. Alas, I doubt it will really fix anything.
- Fix: GYF and third-party themes not immediately available upon install
- Fix: drawer theme background not applied to running apps list
v1beta26
- Fix: nasty crash due to library incompatibility
v1beta25
- Hide apps
-- From drawer
-- From preferences
Caution! This build may introduce new bugs due to heavy code refactoring for this new feature.
If, after upgrading, GYF does not seem to use the new feature correctly, please stop the service, count to 20, then restart the service. This will give GYF an opportunity to clean up its caches.
v1beta24
* The contextual menu display by long-pressing an app now offers to access app info screen
* Many bug fixes
* Especially the bug where touching a letter would take you to the favorites instead of the section containing non-fav'd apps starting with that letter
* Very minor cosmetic improvements
v1beta23
* Fix: wrong width when icons only mode
* Donate version now runs on start up if configured to
* Feature tour for new users
* Added buttons to echo menu items, keeping user interface clean
* Possible fix for a complaint about recycled images in JB
v1beta22
* Fix: Hopefully, a "array index out of bounds" exception was addressed through synchronization
* Donate version
v1beta21
* Fix: flickering theme background when scrolling
* Fix: theme not applied when right-sided
* Fix: unable to revert directly to Fling Gesture when coming from non-stop version
* Fix: error when displaying current selection
* Do not display toast when reloading (too fast)
* Scroll speed adjustments
* Visual feedback: ribbon or selection or both
* Theme: added preferences_ui_item_selected_bgnd_color
v1beta19, v1beta20
* Minor cosmetic improvements
* Improved support for theming; sample theme now available on the market and Github. Should soon be available at https://play.google.com/store/apps/details?id=com.voilaweb.mobile.gyftheme.betatest
v1beta18
* GYF Theming's first step. This is different from ADW/Go's Theming and the two can be combined. At this point, it is possible to specify a background image and a few colors as well as alpha value. I will soon upload a sample theme and document how to create one. It is very simple.
* Non-Stop Gestures! It's hard to describe. You'll have to give it a try. Basically, launch any application without lifting a finger (ha!)
v1beta17
* Favorites go to the top of the list (long-press item, select the "+ heart" icon)
* Reworked hierarchy of components: should have a smoother feel
* Improved animation when switching lists
* Fixed animation clipping
* Better, self-resizing action icons
v1beta16
* Refactored so that package name is now com.voilaweb.mobile.wasgyf (*sigh*)
* Shortcut activity
* Improved logging
* Improved UI handling based on service state
* Improved service behavior, less likely to make Android want to kill it
v1beta15
* Fix: support for null app name(!)
* The info band/ribbon is now correctly transparent when needed.
* An activity is now available to launchers, home screen, etc. allowing the user to create a shortcut to open the drawer. Convenient to map to a gesture or a launcher action. Quite experimental!
v1beta14
* Switching between installed apps and running apps now only happens when doing a fling gesture over the top header
* A fling gesture on an app opens a ribbon, Ubuntu-like…I have yet to figure out if I want to add anything useful to it
* Fixed: flinging should never cause a "long press" to be detected
* Fixed a few right v. left border things I had forgotten to make more generic
* Patched view flipper for android bug #6191
* Found a way to intercept back key to close drawer
v1beta12
* Preference: limit to home screen
* Fix: now, icons are refreshed when theme is changed
(hey, try https://play.google.com/store/apps/details?id=com.czarnomorski.theme.dcikonz it is nice)
v1beta11
* Two different gestures now supported to open drawer: fling and long press a border -- try the latter if the former is too difficult
* Speaking of... Fixed: wrong start area width made it difficult to initiate a fling gesture
* Drawer can be located to the left or the right of your device's screen
v1beta10
* Stability improvements
* Performance: faster interactions
* Performance: less memory use
v1beta9
* "Icons only" e.g. app names can be hidden
* The ribbon can be hidden
* Icons can be resized (gets blurry at 128dp)
* Headers (optional as well)
* Some work on memory consumption -- caching mechanism in service
* Re-organized preference screen(s)
v1beta8
* Minor enhancement: now, letters are also shown as headers in the list (you have to see it...)
v1beta7
This version does not add new features other than debugging.
* To report a crash:
If a crash happens, you should be prompted to use your email client to send a crash report. Please do it.
* To debug difficulties to perform the fling gesture:
Open the application menu, select 'Preferences,' scroll all the way down down, select 'Debug Info,' select "Share," and, again, pick your email client to send the debug info to me or, alternatively, copy/paste it in this thread.
v1beta6
* Added support for Go/Nova theme support: again, icons only
* The fling init area can now be configured: height, width, visibility
v1beta5
* Minimal icon theming using ADW themes
v1beta4
* Inertial scrolling is back
v1beta3
* Detects and updates when apps are installed/uninstalled
* Swipe left to close drawer
* Swipe right again and a list of running apps is displayed
* Long-click a running app; a "Stop" button shows up
* GYF then asks Android to stop tasks. Not convinced Android cares.
* New preference: feedback (vibration) when opening the drawer
* More obvious animations
* A few UI fixes
v1beta2
* Gingerbread support should now be OK
v1beta1
* Preferences: quick letter ribbon size configurable
* Preferences: Change ribbon colors and alpha
* Preferences: Change main list colors and alpha
* Preferences: Do not use notification or display blank

Thanks, very good
Suggest creating app group's instead of the alphabetical order.

Excellent, but I have some difficulty in dragging the launcher out on my SIII LTE (I9305)
Thanks for your concern! ^^

How do you make it work??

vicky4slayer said:
How do you make it work??
Click to expand...
Click to collapse
Install the apk, run the service. Slide menu from left.
Paranoid Gnex
---------- Post added at 05:58 AM ---------- Previous post was at 05:56 AM ----------
ff2005 said:
Thanks, very good
Suggest creating app group's instead of the alphabetical order.
Click to expand...
Click to collapse
Perhaps various "animations" aswell.
Paranoid Gnex

Piccles said:
Install the apk, run the service. Slide menu from left.
Paranoid Gnex
---------- Post added at 05:58 AM ---------- Previous post was at 05:56 AM ----------
Perhaps various "animations" aswell.
Paranoid Gnex
Click to expand...
Click to collapse
Thanks, guys. I am certainly open to suggestions. I have a mini roadmap in mind; let me know what you think:
* Find an unintrusive way to add tabs to display running apps and favorites
* Configurable: width, especially the letter ribbon width
* Configurable: size of area that triggers the drawer opening
* Option to limit to homescreen if desired
* Themable: offer for the least to, at least, have a transparent background
* Alternate layout, like a regular app drawer
* Suggested: app groups?
* ?

Like the app, wish you could, increase the width of the most border, then I would use it in place of smart task bar
I will keep this app in mind tho and will use it when it's updated
Sent from my Nexus 7 using xda app-developers app

Looks like SmartLauncher. I'll give it a go.
What does the name mean?
---------- Post added at 08:23 PM ---------- Previous post was at 07:52 PM ----------
The swipe is very hard to match. But this has great potential!
Good work!
Im adding it to my thread and blog.: blackbearblanc.dk

Like look of this, but not working too well on s3,managed to get it to slide once, not any more so will keep a look out for next beta
Sent from my GT-I9300 using Tapatalk 2

Hey its a nice app, im using it now..but the notification of the service is on keeps annoying me...
if there would be a way to remove it

Working well thx
Should be able to launch from home or slide up like regular app drawer
Sent from my HUAWEI U8815 using Tapatalk 2

That's unique.! Applause to u sir.!!!
Sent from my Barnes & Noble Nook Tablet using xda app-developers app

moizsami said:
Hey its a nice app, im using it now..but the notification of the service is on keeps annoying me...
if there would be a way to remove it
Click to expand...
Click to collapse
A transparent png or battery yes

Not working,showing starting service for indefinite time .
Sent from my HTC Explorer A310e using xda app-developers app

You should look at the deck app for idevices for ideas on how this already great app can be improved
Sent from my MB860 using xda app-developers app

Keeps loading forever. Would like to test this app...
Sent from my X10i using xda app-developers app

Really cool app. Cant wait for more updates

Updated: now with preferences (see OP)
jakuburban & idhbar:
* how many apps do you have installed on your devices?
* what version of Android are you running?

That's alot better, thank you, could do with hiding the icon in the notification bar,
Sent from my GT-I9300 using Tapatalk 2

I can get the service running but can't open the app list by slidingfrom the left. SGS3 on latest jellybean 4.1.2
Sent from my GT-I9300

Related

[GAME][1.6+] Current for Android - build electrical circuits on your phone or tablet

{
"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"
}
Introduction
One of my favorite things about Minecraft is the ability to play with Redstone. For those of you who don't know what Redstone is, it's basically the building material which lets you build electrical circuits in Minecraft. People have built whole CPUs using Redstone, and I think that is pretty fascinating. Not only is it fun to play with but you also learn alot while doing it.
An example of a small CPU built in Minecraft: YouTube Video
The game
The game is about creating electrical circuits. Basically you have different components which you can put anywhere in a grid based world. The components that have been implemented so far are: different cables for connecting things, many different logic gates, two power sources (batteries and buttons), a light bulb, a memory cell, a resistor like tile, a random component and a tone generator. The components are easily rotated by tapping on them when they are selected. There are two different selection modes, single selection and multi selection. You can copy and paste parts of your circuit if you need. It's also possible to zoom in and out using the volume keys.
I have created a 4-bit ripple carry adder. Theoretically it should be possible to build a CPU.
This sandbox game is not for everyone. You have to be a bit intrested in digital electronics to like it.
Screenshots
Download
Download from Google Play
Other
I am looking for feedback on how to make this game more interesting and appealing, so please reply after testing it. I am thinking about some kind of challenge mode, do you have any ideas?
I have ported the game to PC, if anyone is interested in that version please let me know.
Changelog
1.9.2
* Changes to the settings menu. Added color pickers so you don't have to enter colors in hex.
* Added a limit on how far away from the world you can move the camera.
* More settings for changing the UI behavior (how you place components).
* Fixed bug regarding how current spreads from the Random component.
1.9.1
* Fixed tone resetting to default tone when copy-pasting tone generators.
1.9.0
* Tiles are now placed by dragging them from the tile bar. If you are left-handed, please go into settings and check the option.
* Small changes to the UI.
* New tile: random generator.
* Moved tone tile from experimental tiles to stable (using too many will still lag your device).
1.8.7
* Fixed app sometimes crashing when world list is empty.
1.8.6
* Now automatically finds a better size for the tiles in the tile menu.
* Better looking start screen for tablet users.
1.8.5
* Created missing LDPI icons.
* Updated the instructions with info about how to zoom (use volume keys).
* Manually edit the setting UI_TILE_TYPE_SIZE to change size of the different tile types in the UI.
1.8.4
* Pressing the back button will now close the builder menu instead of directly exiting the world. If the menu is closed it will exit the world.
* Fixed a bug which made the copy and paste buttons to be hidden after placing a tile.
* Optimized memory usage.
* New debug settings.
* Fixed start screen buttons not fitting on devices with small screens.
* More text in the about dialog.
* New experimental tone generator tile available (experimental tiles must be enabled in settings, this is NOT recommended). The app crashes if you try to use many tone generators in one world. Remember that if the app crashes your changes since the last save will be lost.
1.8.3
* Fixed tile icons in the builder menu being very small on some high DPI devices such as Samsung Galaxy S4.
* Auto zoom-in on world creation if the tiles are too tiny.
* Centers the camera on really tiny worlds on creation.
1.8.2
* More information about each world in the world list; you can see the world size and an optional description for each world. The description can be set when creating the world or inside the menu when long clicking on a world.
* Hiding the world size and description is possible with options in the settings menu.
* Fixed app icon size.
1.8.1
* Ability to change orientation to by rotating your device. Only works on high resolution devices like tablets.
* New option in settings to lock orientation to portrait mode.
* Changed the size of the sign dialog in landscape mode.
* Fixed keyboard automatically opening when clicking on a sign tile on some devices.
1.8.0
* New tile type: info sign tile. Can be used to write reminders about different parts of your circuits.
* Added a link to the dedicated forum thread on XDA.
1.7.9
* Cleaned up the settings view.
* Removed the old UI.
* New option to show memory usage while playing.
* Ability to rename worlds.
1.7.8.1
* Fixed trying to open none-supported files.
1.7.8
* Fixed importing worlds from GMail attachments.
1.7.7
* Updated some instruction chapters.
1.7.6
* Removed "Back to menu" option when inside a world.
* Second layer rendering implemented. Allows for a second layer of graphics to be drawn after the initial tile textures are drawn. Components that are now using second layer rendering: light bulb
1.7.5
* Fixed bug when loading worlds.
1.7.4
* Fixed app crashing when opening instructions or importing a world.
1.7.3
* New blue color for the multi selection marker.
* Changed game directory file name from ".Current" to "current_for_android".
1.7.2
* Better FPS when tile width is larger or less than 64 pixels. The game caches scaled textures instead of scaling them every time they are to be drawn.
* Improved tile frame rendering (much faster now).
* More themed buttons throughout the app.
* Added zoom limits.
* Hiding the tile menu after placing a tile is now an option available in the settings menu (activated by default).
1.7.1
* Fixed current spreading faster than intended.
* New resistor like tile.
1.7.0
* Noticable performance increase related to rendering.
* Rearranged the items in the settings menu.
* New debugging options in the settings menu.
* A world frame is now drawn when the tile frames are hidden.
* An option to hide tile frames when you are zoomed out at a specified level.
* Changed the default color of the tile frames.
1.6.0
* New design on the page that shows first when you open the app.
* Create and restore backups from worlds.
* Share your world through e.g. Gmail.
1.5.1
* Removed QualityApp integration.
1.5.0
* Added instructions on how to play the game.
1.4.2
* New user interface available, check your settings! It still uses the old one by default.
1.4.1
* Updated QualityApp library.
1.4.0
* Release log and ability to check for updates added to about button.
1.3.9
* You can now copy selections from a world and paste it in another as long as you don't exit out of the app between changing worlds.
* New tile type used for storing data: memory tile.
* Tile size has been changed slightly.
1.3.8
* New logic gate tiles available: AND, XOR and OR.
1.3.7
* You can now zoom with volume keys.
1.3.6
* UI improvements.
1.3.5
* New multi selection system.
* Locked to portrait mode. World will not close when screen orientation changes.
1.3.4
* More settings available.
* New tile type: light bulb.
* Changed sprite for button tile.
Nice little game.
I like that you can customize the look of the game in the settings menu
Great idea, some beginner guides would be nice, I don't just get how this works
Sent from my sgs2 running cm9 using xda app
Makrilli said:
Great idea, some beginner guides would be nice, I don't just get how this works
Sent from my sgs2 running cm9 using xda app
Click to expand...
Click to collapse
Thanks for your reply!
Do you mean a guide on how the UI and such work in the game or a more general guide on eletrical circuits?
Did you figure out how to use the UI, like switching to different tile types, rotating a tile by clicking on it multiple times etc? I should probably add some kind of in-game tutorial that show up the first time you run the game, what do you think?
General guide about circuits
Sent from my sgs2 running cm9 using xda app
Makrilli said:
General guide about circuits
Sent from my sgs2 running cm9 using xda app
Click to expand...
Click to collapse
Ok, so I have just added some logic gates to the seconds post of this thread. Basically every circuit is made using logic gates, because they allow you to keep logic in the circuit. Without the logic most circuits would be completely useless.
My suggestion is that you read more about logic gates on Wikipedia.
If you want to build something specific you can look for a schematic, like a schematic for a one bit adder. A schematic for a full adder can be found on Wikipedia. You should look up the logic gate symbols and which gates they correspond to. Then you can use the information in the second post to create the gates according to the schematic.
Copy and paste the full adder 3 times and connect the carry-out->carry-in cables and you have a fully working 4-bit ripple carry adder
I have added AND, OR and XOR-gates. You don't need to build them using NOT-gates anymore
I have just written a lot of instruction chapters. Would be nice if some more people could test this now that there is a game manual available
Umm, seems pretty interesting,will give it a try
Sun90 said:
Umm, seems pretty interesting,will give it a try
Click to expand...
Click to collapse
I had forgotten to update the APK in my dropbox. But I have updated it to the newest version now! You should redownload and use that one since there are some bug fixes and new features like the resistor
OH and btw when you have updated you should go into settings and scroll down and press "reset to default" to get the newest default settings.
Thanks for testing
Just added the changelog to this thread.
Also some new tiles: 1-bit memory cell and a resistor like tile which has a delay before passing on the current.
Now available on Google Play:
https://play.google.com/store/apps/details?id=tobbe.android.current
Sv: [GAME][1.6+] Current for Android - build electrical circuits on your phone or tab
New version is up with support for info signs.
Try this 4-bit ALU i built! http://db.tt/MjaThY4b
You should be able to open it directly on your phone if you have the latest version (1.8.0).
Thanks to Hackerlacka for the logo (see first post)!
Will be useful to me after 6 yrs xD
Spectacular game
I like it very much, I just need my email sent for verification so I can start contributing my projects that I think would prove useful to others and the Voila project etc. And I would like to be able to use the ShiftReg and Adder components, because I'm on android and I can't even attempt to purchase them. Otherwise, this is awesome, jut need a component or construction for single line communications between different contraptions... A more in depth data transfer via single line.
My MemoryNet
Obviously still in construction, but is usable at this early stage.
I know this is an old tread, but I can't find the PC version anywhere. Does anyone have the link?
colapro said:
I have ported the game to PC, if anyone is interested in that version please let me know.
Click to expand...
Click to collapse
same here

[APP][2.1+] Glovebox - Side Launcher

Glovebox
{
"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"
}
Glovebox brings to your Android the fasted way off multi-tasking.
It lets you switch between all your apps with a single swipe.
Free download
Play Store / APK (3.3.7.1)
​
Changelog:
Version 3.3.7.1 - 02/06/2014
Improvement: New Floating Widgets design
Improvement: Service notification improved
Improvement: Pinned recent tasks will ignore 'Empty space' items
New: Long press option to open with Halo ('Show Halo options' must be enabled)
New: Tap outside the bar will not touch activities when 'Fade Effect' is active
Fix: Apps not being launched properly (WhatsApp, Play Store)
Fix: Recent apps not showing all fixed
Fix: Launch in Halo window bug fixed
Fix: Opening apps in halo window from lockscreen fixed
Fix: Gesture to close the bar with swipe fixed
Fix: Trigger area editor glitch fixed
Fix: Icon pack picker not showing all icons fixed
Version 3.3 - 08/04/2014
New: Trigger areas (Top Left, Top Right);
New: Recent tasks count option;
New: Support for Missed it! unread counts;
New: Option to open Glovebox from lockscreen;
New: Option to open automatically on screen wake;
New: Folder icon style option;
New: Option to configure the sidebar effects;
New: Option to display the app label;
New: Show Halo Floating Windows options (disabled by default);
New: Permissions required for improved app reports;
Improvement: Memory footprint;
Fix: Many bugs;
Version 3.2.203 - 17/01/2014
-Fixed crashes when opening the app configurations;
-Fixed other bugs;
Version 3.2.2 - 01/01/2014
-Unread counts feature now requires external plugin to be installed;
-Removed permissions that are not required anymore (Unread counts);
-New option to hide notification (ROOT);
-New Back button action (ROOT);
-New option to pause Glovebox while keyboard is showing (ROOT);
-Fixed icon spacing issue;
-Fixed other bugs;
Version 3.2.1 - 20/12/2013
-New option Keep in memory (Check to open the bar instantly. The service may take more RAM);
-Fixed bugs;
Version 3.2 - 19/12/2013
-New widgets are now in floating windows;
-New pin recent tasks option;
-New option to set both sides actives;
-New notification pause/resume button;
-New slide widgets (Music, Quick Settings);
-New Unread Counts option (Calls, Sms, Gmail);
-New visible trigger option;
Version 3.1.4.4/5 - 8/10/2013
-Fixed bugs;
Version 3.1.4.3 - 5/10/2013
-Fixed icon packs bugs;
Version 3.1.4.2 - 4/10/2013
-Improved usability of the full swipe action on larger screens;
-New option to revert scroll animation;
-New open folder mode (Transparent count down);
-New option to select single icon from icon packs;
-New option to close the bar automatically on quick swipe
(instead of keeping it open);
-New toggles added to the actions,
Wi-Fi, Mobile Data, GPS, Brightness, Bluetooth, Orientation and Sound;
-Fixed several bugs;
Version 3.1.3 - 10/09/2013
-Fix bug launching apps;
-Fix scroll smoothness;
Version 3.1.2 - 09/09/2013
-Fix sensitivity problem;
-Fix other bugs;
Version 3.1.0/3.1.1 - 07/09/2013
-Fix shortcuts picture bug;
-Fix scrolling space bug;
-Fix other bugs;
-Fix install button blocked when installing other apps;
-New feature to keep bar open when quick swipe and release the finger from the screen;
-New support for shortcuts/widgets/actions inside folders;
-New Open folders mode option (Count down time or Quick gesture);
-New Long press menu;
-New Blacklist options (Show toast message and vibrate);
-New dynamic white highlight effect (Icon editor);
-New useful tips (Home page);
-Improved UI:
-New slide from right to left to remove app/folder feature;
-New undo notification;
Version 2.1.5:
-Re-added option to put the bar above statusbar;
-Fixed alignment problem;
-New empty space action;
-Reverse folders/start from bottom;
-Option to reset bar position;
-Fixed recent apps list;
-Option to disable long press menu;
-Recent apps full swipe action;
-Icon pack support;
-Fixed other bugs;
Version 2.1.4:
-New Option to disable/enable fade effect;
-New Option to set bar over statubar;
-Support for folders (Applications only for now);
-Apps list sorted alphabetically and better organized;
-Translations for some languages;
-Some bugs fixes;
Version 2.1.3:
-New feature Blacklist - Choose the apps which Glovebox
automatically should pause/resume;
-New Long Press menu - Long Press the edge to open the menu, which
allows you to quickly toggle the side of the bar and open glovebox configuration;
-Some improvements on the bar speed.
Version 2.1.2:
-Fixed not pausing/resume while installing other apps;
-Fixed Facebook app not opening;
Version 2.1.1:
-Added custom icons to Shortcuts and Actions;
-Fixed some lag on the bar;
-Fixed problem using multiple accounts;
-Fixed problem with other apps installation;
-Increased the icons spacing option max value;
Version 2.1.0:
- New transition effects;
- Icons edit option;
- Fixed shortcuts icons - shortcut contacts photo;
- Recent apps action*;
- Full swipe options (None/Home/Cancel);
- Themes and icons editor;
- Fixed occasional missing icons/images (The theme will reset automatically after update);
- Other bugs fixes.
*Swipe to the outside of the bar, without lifting the finger, selecting recent apps and wait a sec to open recent apps menu.
To close swipe the finger back to above the bar.
Click to expand...
Click to collapse
Promo:
Click to expand...
Click to collapse
Demos:
Floating Widgets:
Pin recent task:
Unread Counts (supports Missed It!):
Glovebox Widgets:
Click to expand...
Click to collapse
More info:
Beta versions:
If you would like to help testing the app and reporting bugs and you don't mind to receive updates that might be a little bit unstable.
To join the beta testing you just need to:
1- Join the Google+ community.
2- Opt-in for beta tester to receive the beta updates.
Translations:
Would you like to see the app translated on your language?
If you're available to help translating the app please send me an email and i'll share the Google spreadsheet with you. It's all done in the browser.
All translators will get a free pro key of Glovebox.
Click to expand...
Click to collapse
Re: [APP][1.6+] Ubuntu Phone Experience
Nice!!
It still laggy sometimes and has some random fcs but its a good idea.
I recommend to add and option for the bar to show just the recents apps and not show that notification when service is running.
Tapatalked from Maguro
nice love ubuntoooo
Absolutely love this app, but sometimes it FC's or is unresponsive. Otherwise, really good slide animation and pretty good responsiveness when it works!
Hi there, so far its very fluid. Could you resize for ldpi phones please
Re: [APP][1.6+] Ubuntu Phone Experience
I'll keep an eye on this, looks very cool
Sent from my Nexus 4 using xda app-developers app
upload an apk file here too. not everyone has access to playstore.
Am I just thick or how do I get the option to choose what applications I want?
EDIT: Found it, am already on Maximum. Is OP the Dev or sharing?
very nice work Buddy, keep developing this as this would be loved by a lot of people around.
The app is genius, just missing : the ability to change apps size and start it from lockscreen. It's really smooth and fast on nexus s 4.2 no lags at all :highfive:
Re: [APP][1.6+] Ubuntu Phone Experience
If this app does what it says....
Then it's gonna rock the play sore for sure
Sent from my Blade using Tapatalk 2
Re: [APP][1.6+] Ubuntu Phone Experience
This is exactly like the smashing galaxy note 2 multi window
-------------------------------------
ROM: All-star ROM v7
Kernel: Lighting
Radio: LB7 blaze
-------------------------------------
I'm trying to make an app, message if you are willing to help!
-------------------------------------
AW: [APP][1.6+] Ubuntu Phone Experience
Cool, must test it.
GREEETZ WITH TAPATALKED BEATZ!!!
Absolutely fantastic! Everyone please thank the dev! (you are the dev right?) and vote for it to be on the main paige. This is really cool!
It's much like wave launcher, but much cleaner and better.
AzNTypeR said:
Am I just thick or how do I get the option to choose what applications I want?
EDIT: Found it, am already on Maximum. Is OP the Dev or sharing?
Click to expand...
Click to collapse
jeffreygtab said:
Absolutely fantastic! Everyone please thank the dev! (you are the dev right?) and vote for it to be on the main paige. This is really cool!
It's much like wave launcher, but much cleaner and better.
Click to expand...
Click to collapse
Yes i'm the dev
Thanks for the feedback.
fmaster1 said:
Yes i'm the dev
Thanks for the feedback.
Click to expand...
Click to collapse
I see you got the idea from not only ubuntu but presumably TSF Shell as well It's really great and I'll definitely buy the full version when I see some basic features added.
Also I'd recommend added support to add shortcuts to your favorite webpages, folders of applications, add a task killer, and be able to customize the look and feel. This is reallly great though, I just gotta say 5 stars man!
jeffreygtab said:
I see you got the idea from not only ubuntu but presumably TSF Shell as well It's really great and I'll definitely buy the full version when I see some basic features added.
Also I'd recommend added support to add shortcuts to your favorite webpages, folders of applications, add a task killer, and be able to customize the look and feel. This is reallly great though, I just gotta say 5 stars man!
Click to expand...
Click to collapse
Thanks for the suggestions, i have a lot of features to add which ill be working on.
Re: [APP][1.6+] Ubuntu Phone Experience
leehindle93 said:
Its great, but mine looks nothing like the pictures/video.. Mine is "smaller" and the icons aren't as big as the images, so doesn't really look that nice on the nexus 4
Click to expand...
Click to collapse
same on my galaxy nexus
Sent from my Galaxy Nexus using Tapatalk 2
it always FC in my Razr Maxx
Hope U can fix it soon
secretbase said:
it always FC in my Razr Maxx
Hope U can fix it soon
Click to expand...
Click to collapse
I have the same problem.
It would only allow me to launch system applications such as "contacts" but now 3rd party apps... So I reinstalled it, even on a different ROM and now the icons don't even show up, the trey is just empty. Any thoughts? Then when I raise my finger to where the icons should be, it force closes. Thanks!

[APP][4.0+] Overlays v4.1 Floating Automation

[APP][7.1+] Overlays v6.9.9.2 Floating Apps Multitasking
{
"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"
}
Overlays
Main free application (in-app purchases)​
Float widgets and custom apps on top of other applications to increase your productivity and enjoy true multitasking!
* Float widgets and custom apps only when a specific app is running
* Watch YouTube while using other apps
* Count things when playing a game
* Turn any website to a floating app
* Create floating apps of your own
* Show your music widget when you plug your headset
* The options are endless!
Overlays is highly customizable, explore it well!
Included custom floating apps
- Floating Widgets
- Floating Shortcuts
- Floating YouTube
- Floating Browser
- Floating Clipboard (Pro)
- Floating Things Counter (Pro)
- Floating Google Maps (Route preview only)
- Floating Google Translate
- Floating Camera
- Floating Calculator
- Floating Dialer & Contacts
- Floating Flashlight
- Floating WiFi & Bluetooth toggle
- Floating Battery
- Floating Weather
- Floating Clock
Automatic and manual triggers:
- Running Application
- Events
- Tasker integration (Pro) for endless flexibility and automation
- Floating Sidebar - swipe your screen edge to reveal the sidebar
- Home button long press
- Launcher Shortcuts
- Always On - overlays will keep floating, everywhere
- Lock screen only (Android 7.1 and below)
- Quick Setting Tile (Android 7.0+)
Supported Events
Headset plugged, WiFi and Bluetooth enabled, WiFi by SSID (Pro), Bluetooth by device (Pro), Battery level (Pro), Incoming call, Outgoing call, Phone docked, USB connected, AC plugged, Airplane mode
Changelog
Code:
6.1.3
* New custom app: Screen Filter
* Changed: Apps tab row item functions as toggle. Click to show the app and click again to hide it.
* Fixed: Hide custom apps and profiles on delete
* Fixed: Multiple counter and clipboard weird glitches
* Fixed: Browser tab showing wrong address
6.1.2
* Fixed: Single counter freeze
* Fixed: Duplicate items on Apps tab after upgrade
* Fixed: Global Minimizer icon size
* Fixed: Android 4.4 and below crash when trying to create web app
* Fixed: Missing minimize & close controls when moving custom app
* Changed: Updated what's new changelog
6.1.1
* Dark theme is now available for free!
* Weekly event trigger is also available for free (experimental feature)
* New (Apps tab): Add your own widgets as apps
* New (Apps tab): Add any website URL as a floating app
* New (Apps tab): Long press and drag to reorder apps
* Fixed: Sidebar settings not updated if already running
6.0
* Introducing the new Apps tab!
You can now quickly launch all overlays without creating profiles.
Choose between Triggers and Apps as default tab through Settings -> Look & Feel -> Default tab.
* Now Free! Maps, Browser tabs & location are now included for free
* Immersive mode support - you can now position your overlays at the navigation bar area
* Fixed: Sidebar item reorder
* Changed: Clipboard overlay data is now persistent between sessions
======== FULL CHANGELOG IN APP =======
5.0
* Android Pie (9.0) support
* New in Pro: Dummy stroke and round corners
* New in Pro: Dark theme
* New in Pro: Keep default overlay position (see in overlay settings)
* New: Toggle overlay for WiFi and Bluetooth
* Now free: Icon pack support, tile trigger and more
* Added menu in drag area for Browser,YouTube
* You can now set a background color (incl. transparent) for Browser overlay
* Application shortcut now bring apps to front instead of reopen
* Some UI tweaks
* Lots of bugs fixes and new ones created (please report)
4.3.1
* New! Overlays Pro – Sidebar now supports direct application and system shortcuts
* Added launcher shortcut to toggle Sidebar
* Fixed missing close and minimize profile controls on landscape orientation
* Lots of other bugs fixed, hopefully without creating new ones.
4.1.6
* Added Indonesian language. Settings -> Look & Feel -> Language
* Bug fixes
4.1.4
* You can now filter attached globals from list and sort your profiles
* [Pro] – new! More animations. Set a different animation per overlay.
* Bug fixes
4.1.2
* [Pro] – new! Device unlock event
* [Pro] – new! More animations. Set a different animation per overlay.
* Bug fixes
4.1.1
* Application profiles/blacklist now using AccessibilityService again. Please make sure it’s enabled.
* [Pro:New] – Schedule weekly event (in beta, please report issues)
* [Pro:New] – Events: WiFi by SSD and Bluetooth by specific device
* Android Oreo notification fixes
* Browser overlay now supports cookies (should work with Telegram)
* Close all toggle on Sidebar
* Bug fixes and optimizations
4.0.3
* Adaptive icons for Android Oreo
* Bug fixes and optimizations
4.0
* Due to Google’s new restrictions, Accessibility Service which was used for Application profiles and Blacklist is now removed and replaced with UsageStats API, meaning you’ll need to enable Usage access permission for Overlays.
* Android Nougat app shortcuts
* New Color picker with #HEX support and color presets
* Sidebar tap instead of swipe
* Sidebar lock will now also hide + button
* Removed “Keep aspect ratio” setting
* Bug fixes for Lockscreen only profiles
3.9.9
* [Pro] – Blacklist renewed. Now functions as both Blacklist and Whitelist.
* [Android 8] – Fixed crash when service is not set as foreground (Settings -> General)
* Crash fixes and optimizations
3.9.8
* Bug fixes for “Allow move” policy.
* Crash fixes and optimizations.
3.9.7
* [New] Drag area settings in Settings -> Look & Feel. Set position, color, size and transparency.
* [Changed] Drag area is off by default for new scrollable overlays, unless you set through General settings -> Allow move policy
* [Fixed] Close profile on first overlay tap issue
* Other bug fixes and optimizations
3.8
* [New] Allow move policy for all overlays (see Settings -> General -> Allow move policy)
* [Fixed] – Lockscreen only profiles will show only on lockscreen. Even if directly enabled.
* [Fixed] Android 8.0+ Oreo crash fixes using Tasker
3.7
* Allow move (per overlay) – no more long press to move and resize outside the app. All non-scrollable overlays are draggable and scrollable overlays (like widgets, browser, etc) now has a drag area.
Your current overlays setup shouldn’t be affected (remains long press) so you’ll need to manually set “Allow move” per overlay. All newly created overlays will set “Allow move” by default.
* Profile controls – you can now close or minimize a profile by dragging one of its overlays to the profile controls area. No need to create a profile minimizer. Overlays will automatically create a runtime minimizer (won’t appear in profile) or use the current minimizer. This can be turned off through Settings > General -> Show profile controls.
* No more “save” button to exit edit mode or hide resize button – just touch outside and all overlays will exit edit mode.
* Fast YouTube profile creation – Share a YouTube video to overlays to keep watching it outside the YouTube app.
3.5.4
* Android O support -fixed showing overlays, fixed shortcut trigger.
* [Pro:New] – Android 7.0+ Quick Settings Tile
* [Pro:New] – Change icon for Shortcuts overlays
* [Pro:New] – Add background image for Dummy overlay
* [Fixed] – re-added Battery overlay.
* [Fixed] – Incoming call event on Android 6.0+
* Bug fixes and optimizations
3.5.2
* Some Overlays Pro features are now free!
All pro overlays: Browser, Youtube, Dialer, Camera, Flashlight and Overlays Minimizer are now included in the free version.
More free features: Align overlays in grid, notification indicator for app shortcut overlay and global minimizer. Enjoy!
* Bug fixes, optimizations and some help tooltips.
3.3.3
* [Pro:Fixed] – Camera overlay
3.3.2
* Sidebar – new option: hide all other overlays on profile show.
* [Pro:New] – hide all other overlays on profile show.
* Bug fixes and optimizations
3.3.1
* Overlays in edit screen now always in edit mode. No more long press to move around and enter settings.
Single tap the minimizer to enter its settings.
Long press to enter edit mode outside app is still long press.
* [Pro] YouTube overlay – minimizer your YouTube music without stopping playback.
* [Pro] com.applay.overlay.profile.MINIMIZE & com.applay.overlay.profile.EXPAND broadcasts support.
* [Pro] Auto refresh browser website every X seconds
3.1
* You can now edit a profile’s trigger via profile settings dialog.
* Android O support – mostly means no more lock screen trigger
* Android Marshmallow runtime permissions support
* Bug fixes and optimizations
3.0 - 3.0.2
* Overlays, simplified. The whole profile creation process is changed to make Overlays simple to use. Please share any feedback!
- [Overlays Pro] Added Icon pack support
- [Overlays Pro] Minimizer is now under Pro Overlays list
- Bug fixes and optimizations
2.5.5
* [Overlays Pro:New] – Control Overlays using Android Broadcasts. [URL="http://www.applay.co/2016/07/30/control-your-profiles-using-android-broadcasts-overlays-pro/"]click to see how[/URL].
* [Overlays Pro:New] – Hide Browser address area.
* [Changed] – Upped max icon size.
2.5.4
* [Added] – Sidebar option: Show/hide sidebar on touch outside.
* [Overlays Pro:New] – Global Minimizer. You can now minimize all active profiles with one click. Double click to close Overlays.
* [Overlays Pro:Removed] – Hide & minimize profile on touch outside removed. Sorry, Currently not possible.
2.5.2
* [Overlays Pro:New] – Minimize profile on touch outside.
* Crash fixes. Thank you for your reports!
2.5
* Android N support.
* New UI and colors.
* First time tutorial and tips.
* [Added] – Option to remove shadow around some Pro overlays (to allow full screen).
* [Added] – Long press Home button to toggle profile (see Overlays settings -> General).
* [Fixed] – issue when creating Event profiles.
* [Overlays Pro:New] – Browser start URL.
* [Overlays Pro:New] – Pro overlays settings.
* [Overlays Pro:New] – Touch outside to close profile.
2.4.1
* [Fixed] – Browser overlay delete will stop music, if playing.
* [Fixed] – Create App/Event profile issue.
* [Added] – Browser overlay desktop mode (user agent).
2.4
* [Overlays Pro:New] – Z Order: sort your overlays in layers.
* [Overlays Pro:New] – Floating Browser, new in-house overlay!
* [Added] – True Widget re-size support. Google Music different layouts will now show by widget size.
* [Added] – New Event: AC Charging.
* [Changed] – Click anywhere to toggle top action bar in overlays edit screen.
2.3.3
* [New] – Home tab. Shows all your profiles and allow quick edit access, even for Application/Event profiles with multiple Attached Globals. Auto created Attached Globals will not show here but you can view them on Globals tab.
* [Added] – Support for Android M(arshmallow).
* [Fixed] – App detection on Android 5.1 and above.
* [Fixed] – Sidebar will now allow you to select auto created Attached Globals.
2.3
* [Added] – Material Design touches.
* [Added] – New profile creation wizard. You can still attach Globals to Application/Events profiles through edit screen.
* [Added] – Overlays entrance/exit animations. Change animation through Settings -> Look & Feel -> Select Animation.
* [Added] – Global settings – Show profile ONLY on (stock) lock screen. Other lock screen apps are staying the same, just create an Application profile for them.
* [Added] – Experimental! Share/Import single profiles. You can use that to help others or share ideas.
* [Added] – You can now use Overlays as a background service, without a notification. Notice it may be less reliable. Settings -> General -> Use Foreground Service (uncheck it).
* [Added] – Version update check. Disable it through Settings -> Application -> Check For Updates.
* [Added] – Stop vibrate feedback on overlay edit mode through Settings -> Look & Feel -> Vibrate Feedback.
* [Fixed] – Some widget stop updating after Overlays update. You can also force widgets’ refresh through Settings -> Export -> Refresh Widgets.
* [Fixed] – Camera and Flash Pro overlays.
* [Fixed] – Profile minimizer overlay should now stay put on click.
* [Fixed] – Lollipop permission for detecting current running application removed.
2.1:
* [Fixed] Sidebar right position.
* [Fixed] long press sensitivity issue.
* [Fixed] LG G2/G3 widget selection fix.
* [Added] Japanese translation.
* [Added] Dummy view overlay (for screen filter uses, avoid clicking areas of the screen, etc).
* [Pro] grid will now have more squares, by screen size and resolution.
* [Pro] show profile on lock screen (per Global).
* [New] Attached global in Application/Event – you can now choose if you want to perform exit action (3 dots menu per attached global).
* [New] Examples tab added – initial. If all goes well, Android 4.1 users could soon start sharing profiles, even with widgets.
* [Android 4.1+]: Import backup will now re-create widgets for you or allow you to “press to re-create” in case the widget has a configuration screen.
2.0.2:
* Crash fix for some users.
2.0.1:
* [Fixed] - Application profiles issue.
* [Added] - Disable press profile row to toggle state settings.
* Bug fixes per your reports. Thanks!
2.0:
[B]Overlays reborn.[/B]
[U]Both versions:[/U]
* [Pro->Free] Applications and Events profiles are now free and unlimited.
* [Pro->Free] Widget-Shortcut overlay is now free for use.
* New UI and navigation.
* Battery and memory consumption drastically reduced.
* Overlays will auto start after future Play store update.
* Application list will now show only launch-able apps.
* In-app tutorial cards.
* KitKat fixes - Overlays can now be positioned everywhere, even in immersive mode.
* Lots of bug fixes!
[U]Overlays Pro:[/U]
* Global profiles settings - Minimizer (single tap to minimize, double tap to close), hide profile on first overlay tap, close profile on first overlay tap, start profile minimized.
* New in-house Overlays - Calculator, Camera, Dialer/Contacts and Flashlight.
* Notification indicator for application shortcut overlay (Android 4.3+).
* Snap to grid - align overlays.
* [Fixed] - Blacklist issues.
1.8.1:
End of AppGratis promotion – Thanks a lot for all your great feedback!
* Added French translation.
* Fixed selecting gallery image as profile icon bug.
* If Home button is enabled as start service – it will also function from main app settings screen.
* Crashes and bug fixes.
1.8:
* [Overlays Pro] NEW! Let Overlays to respond to Events. Float overlays on an Incoming call, headset plugged in, Bluetooth is on and on many more events.
* Settings – control how to start Overlays service (Home, Back, Both, None).
* Settings – disable long press to enter edit mode.
* Translations and bugs fixes.
1.6.5:
* Major bug fix - orientation crash should be fixed now. Had to remove glow effect from Sidebar profiles.
* Other bug fixes.
* Added Italian translation.
1.6:
* Fixed 2 crashes reported by you. Thanks!
* [NEW] Application profile interval to general settings.
* [NEW] Border size option to Widget overlays settings.
* [NEW] Full height option to Widget overlays settings (Experimental).
1.5.2:
* [FIXED] Sidebar right side extra space..
* [FIXED] Profile local media icon not showing on launcher shortcut.
* [FIXED] Blacklist switching between blocked apps.
* [FIXED] Removed 1px empty space between overlay to edge of screen.
* [FIXED] Weather overlay update issues.
* [FIXED] Sidebar icon blink on click (glow effect).
* [FIXED] Direct dial shortcut.
1.5.1:
* [FIXED] - Sidebar is on top of everything.
* [FIXED] - Sidebar width is now set by the icon size option.
* [FIXED] - Weather overlay is now working again. You can also hide its symbol.
* [NEW] - Sidebar - show and color the swipe area.
* [NEW] - Sidebar - running profile glow radius.
* Other bug fixes and optimizations.
1.5:
* Android 4.3 (notification)
* [NEW] - Sidebar - control your profiles everywhere. Tutorial and options in Overlay's settings.
* [NEW] - Overlay Orientation - show overlays only in portrait/landscape orientation (settings per overlay).
* [NEW] - set global profile icon.
* [FIXED] - Blacklist (Pro only) - you can now block the same app in different profiles.
* Lots of bug fixes and optimizations.
* Removed language select due to lack of translations updates - contact us if you wish to help!
1.1.1:
Critical bug fixes and optimizations - blacklist issues, profile naming bug, crashes.
1.1.0.6:
Thanks to your reports, we fixed a very critical bug some of you experienced when trying to create or show a Widget-Shortcut Overlay.
1.1.0.5:
* Bug fixes and optimizations.
* [NEW] - Export/Import option in settings (Experimental).
1.1.0.1:
We're sorry for the frequent update!
2 Critical bug fixes (run on boot and widget shortcut crash).
1.1:
* New languages – German and Hebrew. Contact us if you’re willing to translate to more languages.
* [Fixed] – Overlays weren't keeping their position on landscape oriented devices.
Overlays Pro:
* [NEW] – General profiles Blacklist – You can now block specific apps from floating a profile.
* [NEW] – Widget Shortcut overlay – Create shortcuts that opens widgets!
* Tutorials for both new features at [url]http://applay.co[/url]
1.0.8.1:
Critical bug fixes and optimizations.
Next version will include new Overlays and we promise they are going to be very cools ones!
1.0.8.1:
* New! Application shortcut overlay.
* Settings got a new look and some new options:
1. Choose the overlay re-size, delete, settings & save buttons size.
2. Keep aspect ratio while re-sizing widgets!
3. Define long click duration to enter overlay edit mode.
* Removed the launcher profile that showed as default, you can now create 1 application profile. Delete the existing if you want to replace it.
* Bug fixes with some widgets like Pandora.
1.0.6:
* New! Create Overlays profiles shortcuts on your homescreen or even inside another profile (through shortcuts).
* Fixed click on overlays - you can now select what application to open on short click.
* Cleared system applications list from un-launchable apps.
Overlays Pro:
* New! Tasker integration now allows 3 actions: On, Off, Toggle.
* Fixed GUI bug - no applications icons.
1.0.5.1:
* Fixed crash on app start (out of memory - devices with many applications).
* Fixed crash on weather update.
version 1.0.5:
* Fixed the crash when adding/editing profiles (had to add permission, read in permission section in description).
* Changed Profiles tab to allow multiple profiles at the same time!
* Rotation is now allowed in every screen.
* Several bug fixes and optimizations!
version 1.0.3:
* New! system shortcuts overlay!
* You can now control when to start the service and show notifications (Always, Never, When profile visible).
* Tasker integration fixes. (Pro version)
* Fixed weather location.
* Fixed bugs related to overlay drag & resize.
Re: [APP][4.0+] Overlays v1.0.1- float your widgets ANYWHERE!
Thumb up :thumbup::beer:
Sent from my Nexus 4 using xda premium
Re: [APP][4.0+] Overlays v1.0.1- float your widgets ANYWHERE!
Amazing app, kudos to the dev!:thumbup:
Thanks!
Re: [APP][4.0+] Overlays v1.0.1- float your widgets ANYWHERE!
xpresotw said:
Thumb up :thumbup::beer:
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
SPBoss said:
Amazing app, kudos to the dev!:thumbup:
Click to expand...
Click to collapse
hit him a thanks at least if you guys liked his work. Thanks a lot liorry for this.
Sent from my HTC HD2 using xda app-developers app
zain0300 said:
hit him a thanks at least if you guys liked his work. Thanks a lot liorry for this.
Sent from my HTC HD2 using xda app-developers app
Click to expand...
Click to collapse
Haha thanks although feedback is always appreciated!
Purchased. More people should, this is the bomb!
y0himba said:
Purchased. More people should, this is the bomb!
Click to expand...
Click to collapse
Thank you!
Let me know if you have any issues.
Would love I'd you guys can tell me which in house overlays you'd like to see.
In house overlays are not widget dependent so it saves you the trouble to install additional applications.
Thanks!
Re: [APP][4.0+] Overlays v1.0.1- float your widgets ANYWHERE!
Have been using this app for a while but can't purchase until my credit card arrives. But i definitely will this app offers something unique as i haven't seen anything like it before. i Look forward to being able to put music widget on google navigation and whatever else you can imagine
I didn't know this was possible
SPBoss said:
Have been using this app for a while but can't purchase until my credit card arrives. But i definitely will this app offers something unique as i haven't seen anything like it before. i Look forward to being able to put music widget on google navigation and whatever else you can imagine
Click to expand...
Click to collapse
Thank you for such positive feedback! Feel free to suggest features you'd like to see
AggieDev said:
I didn't know this was possible
Click to expand...
Click to collapse
I would have expected more comments on such a great app. Great stuff man, excellent idea and execution.
Sent from my GT-P5110 using Tapatalk HD
vault1965 said:
I would have expected more comments on such a great app. Great stuff man, excellent idea and execution.
Sent from my GT-P5110 using Tapatalk HD
Click to expand...
Click to collapse
Thank you very much for such great feedback
I sure hope more people will think like you
Version 1.0.3 is up:
* New! Shortcuts overlay - use system shortcuts, just like in your launcher!
* Now you can choose when to show notification (start the service) - always, never or only when a profile is visible.
* Fixed crash on tablets without telephony support.
* Fixed weather location.
* Fixed Tasker dependency in "Run on boot". You can use tasker to toggle profiles even if the service is off.
* Long click to select overlay more responsive.
* More bug fixes and optimizations.
Ty I can finally add widgets to my fav minimal launcher stoic ( does t support widgets or icons)
sent from the samsung galaxy airplane (i747)
Awesome app.
Thanks
Hi people. Thanks again for your feedback.
I'm getting requests from several people that they would like the option to run multiple profiles at the same time (unlike now, when you can only run 1 profile).
I'd love some feedback about this from you - the more advanced and techy users.
Thanks!
This looks incredible!
Sent from my SPH-D710 using xda premium

ROM|m7|KK|SaberMod Beanstalk 4.4.247 Unofficial|02/13|Dark|Lock-Notif|Halo|MW|A-Theme

SaberMod Beanstalk 4.4.247 Unofficial 20140213
I used the new Cyanogenmod device trees that combine m7att, m7tmo, m7ul into just m7.
If you want to know the recent changes to beanstalk look here: https://github.com/scotthartbti?tab=activity
Features
CM based
Theme Chooser
SaberMod Linaro Toolchain 4.9.0
-SaberMod Toolchain has an additional 40+ Linaro patches to the source for strict-aliasing compiler optimizations.
-ROMs include Linaro string handling routines for memory optimizations.
[*]Super advanced custom toggle
[*]Navbar and dpi improvements
[*]Audio Themes! (Please visit the omni audio themes page for instructions and sound packs!)
[*]Custom notification header
[*]Breathing icons (mms, missed call, voicemail)
[*]Lockscreen Notifications!
[*]Made HALO window moveable and scaleable
[*]Multi window!
Halo
Dark BeanStalk - Dark Everywhere! (even omni incoming call pop-up)
Lockscreen background options (Color fill, Custom image, Transparent, Blur with Radius control)
Listview Animations and AOKP System Animations
Gesture Navigation
Active Display
Customizable Lockscreen text color
Lockscreen rotation
Option to enable all widgets
Minimize lockscreen challange
Use widget carousel
Slider Torch - double tap/hold slider for torch
Custom Power Menu - Style Menu for Colors
Slider Shortcuts
Static Lockscreen shortcuts
Lockscreen button actions
LCD Density
Scroll elasticity options
Default App grip option
Custom Carrier label
Dual Pane options
Customizable boot animation (off, default, set your own bootanimation)
Custom original BeanStalk Wallpapers by skyliner33v
Custom BeanStalk bootanimation by skyliner33v
Status bar color and transparency
Status bar Double Tap to Sleep
Clock and date options which includes color, location, style
Signal Styles which include color and text instead of icons, alternate GB signal layout, hide signal icons
Breathing SMS option
Battery styles - Includes specific colors and styles. Also includes battery bar
Do not disturb option
Show notification count
Pie controls (need to have lockscreen background set to something other then default to work correctly (dont ask why) )
Fully customizable navigation bar - Includes style, layout, color, nav rings, pretty much everything you can think of.
Quick settings color settings, tiles per row, Quick pulldown, text color
Notification shortcuts, behaviour, drawer style (customizable colors), toggle colors, longpress quicksettings icon to enable/disable toggles
Keyboard and input method options which include disable full screen keyboard and auto rotate
Kil app back button with customizable timeout values
High end graphic effects option
Menu(HTC) Unlock and Home Unlock
option to disable/enable vibrate on expand for notifications alerts
Low battery warning customizable options
Recents RAM bar fully customizable with color styles
Clock widget for LockClock including extra options to fully customize every feature of the lockclock
Build.prop MOD options to enable/disable tweaks as preferred
Less frequent Notification sounds options
CRT screen off/on options to specify how the animation shows
Enable/disable wake up on charge option
Superuser fully embedded into the build and accessed from settings menu
CM Performance options and features
About BeanStalk option with links to github source and facebook for beanstalk. Also links to my twitter and donate.
insane amount of edits/tweaks/fixes to make this build absolutely fly
option to use a fully themable MMS packages. You can access from mms - settings - theme settings
Numerous other options hidding throughout the build
Fixed settings app languages issues *New
Day and week on data cycle option *New
Click to expand...
Click to collapse
Sabermod Changelog for Beanstalk 4.4.240
SaberMod BeanStalk 4.4.240 20140209
* Fixed settings app languages issues
* Day and week on data cycle option
* Super advanced custom toggle
* Navbar and dpi improvements
* Audio Themes! (Please visit the omni audio themes page for instructions and sound packs!)
* Custom notification header
* Breathing icons (mms, missed call, voicemail)
* Lockscreen Notifications!
* Multi window! (Still a WIP, but much improved from 4.3 implementation. If you open an app in multi window mode,
you need to either close out of the app or remove it from recents history or it will keep the multi window form.
Also, Multi window option is disabled when HALO is active to avoid issues with HALO layout)
* dont disable lockscreen widgets on low memory devices
* Made HALO window moveable and scaleable
* Add Dialer suggestions and reverse lookup
* lights: Add music light support
* Numerous improvements throughout the build
* I know there are a ton of additions and features i forgot to mention
Click to expand...
Click to collapse
Downloads
​
Click to expand...
Click to collapse
Built using SaberMod Linaro Toolchain 4.9.0 - Beanstalk 4.4.247 20140213
Goo.im Beanstalk Folder
Direct Download Link​
Click to expand...
Click to collapse
Screenshots
Screenshots coming soon....
Installation Instructions
1) Make sure you are unlocked, rooted and have a custom recovery.
2) Download from the link above.
3) Boot to Recovery
4a) New Rom: Wipe system, data, cache, and dalvik cache
4b) Update: Wipe cache and dalvik cache
5) Flash ROM, then flash your preffered Gapps, I recommend PA 0-day gapps
6) Reboot and Enjoy Beanstalk!
Click to expand...
Click to collapse
Sources
https://github.com/scotthartbti​
Click to expand...
Click to collapse
Special Thanks
@scott.hart.bti - Beanstalk Dev/Creator
Cyanogenmod
Google​
Click to expand...
Click to collapse
{
"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"
}
BeanStalk 4.4.240 - 2/3/2014
* Fixed settings app languages issues
* Day and week on data cycle option
* Super advanced custom toggle
* Navbar and dpi improvements
* Audio Themes! (Please visit the omni audio themes page for instructions and sound packs!)
* Custom notification header
* Breathing icons (mms, missed call, voicemail)
* Lockscreen Notifications!
* Multi window! (Still a WIP, but much improved from 4.3 implementation. If you open an app in multi window mode, you need to either close out of the app or remove it from recents history or it will keep the multi window form. Also, Multi window option is disabled when HALO is active to avoid issues with HALO layout)
* dont disable lockscreen widgets on low memory devices
* Made HALO window moveable and scaleable
* Add Dialer suggestions and reverse lookup
* lights: Add music light support
* Numerous improvements throughout the build
* I know there are a ton of additions and features i forgot to mention
BeanStalk 4.4.225 - 1/20/2014
* Forward ported theming options for MMS app
- Includes fully customizable theming options for conversation list and message view
- Removed TDRS compatibility since theme is fully customizable
- Set default bubble theme with kitkat UI colors in mind
* Favorite contact tile
* Smart pulldown
* Fixed navring longpress options
* Fixed accessibility force close
* Fixed zero percent battery tile
* Quicksettings - Quick collaps
* Home and menu unlock options
* button longpress lockscreen options from CM
* lockscreen battery percentage options
* Glowpad torch
* Telo Radio (option to customize mobile data during specific events - settings - more - connection manager)
* Listanimation views and interpolator
* Text signal display option
* Text signal color option
* Signal hide option
* Vibrate notification expand
* Custom tiles
* LTE power widget/quicksettings tile fixes
* More AD fixes
* Flip to Mute/Reject Call
* CM sources merged
* Plenty of small fixes around the build
BeanStalk 4.4.215 - 1/10/2014
* Removed goomanager and added BeanStalkOTA app. OTA updates for GAPPs and ROM updates. Huge thanks to the PA team as I used their base OTA package to get started. Please keep in mind that this will only find updates if your device maintaner uploads to the official beanstalk goo account.
* Setup change log webpage at http://www.scotthartbti.com/index.php/beanstalkbuilds/
* Couple of fixes to Active Display
* Added option to view rambar in GB instead of MB
* Changed the busy dialog animation font to match 4.4 UI
* Added Misc features under lockscreen menu which include the following:
- Lockscreen blur
- Lockscreen blur radius
- Lockscreen transparency
- Lockscreen rotation
* Option to set signal icon to either LTE or 4g
* Forward ported notification drawer brightness slider
* Added Gesture navigation
* Added longclick switchbutton
* Sleep Screen shortcut
* Option to set the phone to 2g while screen is locked to save battery
* Hidden 'android animation' planted somewhere secretely in the build
* Added system update to about phone. Setup to point to BeanStalkOTA
* Forward ported sound settings
* Forward ported power connect/disconnect
* Added Stylus gesture features
* Tons of UI fixes and improvements to better suite the 4.4 theme
* Tons of misc fixes and imrpovements throughout.
BeanStalk 4.4.205 - 12/31/2013
* Removed CM performance settings and implemented omni rom performance settings
* Added CPU info option (developer settings)
* Fast Torch option (controlled by holding power button when screen is off)
* Added IME features (languages and input settings)
* Made clear recents button configurable
* Ported circle memory meter for recents
* SlimROM chamber of secrets option (developer options)
* Quick sound record title
* Updated TRDS with newer drawables
* Updated brightness status bar slider code
* New screen record built in app with customizable options from beanstalk display options
* Screen record option can also record audio
* Made the power menu profile switcher optional and fixed the implementation which allows it to follow current power menu style layouts that the user defines. (disabled by default)
* Added screen recorder power menu option (disabled by default)
* Double tap to sleep gesture
* Expanded TRDS to numerous system apps
* MMS bubbles from slimrom
* NUMEROUS fixes and improvements throughout.
BeanStalk 4.4.200 - 12/18/2013
* Fixed variable lock pattern issue. Works as it should now.
* Add lockscreen rotation as an optional rotation setting
* Forward ported power widgets - located in quicksettings and notification drawer menu.
* Ported fixes and additional power widgets
* Option to set active/inactive colors for power widgets
* Option to set headset to launch voice commands
* Allow to disable quicksettings completely
* fix for screenshot animation glitch in portrait
* new busy dlg animation from skyliner
* Quicksettings fliptile when clicking a tile
* AudioEffect: Add a stereo widener effect
* AudioFX: Add center frequency param to bassboost
* update icons and remove cm specific icons.
* allow disabling call end sound
* QS: make dynamic tiles configurable
* Custom lockscreen handle
* Beanstalk shortcut options (this is all slims work, just renamed to beanstalk)
* Custom carrier label
* Added brightness slider (swipe status bar to control brightness when enabled)
* Updated density changer to set density on the fly. No longer requires a reboot!
* Wake on connect/disconnect option
* Numerous fixes and improvements throughout the build
BeanStalk 4.4.100 - 12/09/2013
* Merged AOSP 4.1.1_r1 source code
* Reverted app sidebar for now. Caused issues with both nav and capacitive keys.
* Revamped quiet hours logic
* Reverted CM quicksettings.
* Ported Slim Quicksettings. Fully customizable.
* Lockscreen colors and lock images from slim
* Master switch added for HALO by popular demand
* More additions for Active Display and a couple fixes.
* Fix keyguard layout for sw320dp devices
* Development shortcut in statusbar and notification area to wipe data and force close an application
* Added stand alone file manager from Omni
* Fixed enable/disable of notification while screen is on option
* Numerous fixes/improvements throughout the build
BeanStalk 4.4.015 - 12/04/2013
* Readded QuickSettings from CM.
* Suspend Actions and Wakelock Blocker
* Fix Navbar for devices with hardware keys
* Expanded desktop
* Configurable device rotation
* Active Display
* LockScreen Targets
* Disable full screen keyboard in landscape mode.
* Force show enter key in keyboard
* Built in screen recorder (volume up + power to activate and disable)
* HALO
* Quick Unlock
* Brought back all lockscreen widget settings
* Implement a pin keypad shuffler
* Add gesture based lockscreen security.
* Add support for variable size pattern lockscreen
* Port forward chameleon App sidebar
* Allow disabling non intrusive incall UI
* Less notification sounds
* Added back button settings
* Changed previous settings layout a bit
* Added build.prop modder
* NUMEROUS additions and fixes scattered across the build
* Current CM sources
oh thank goodness
thank you for this release
download ASAP
first
Dang it stupid xda app. Thanks!
Sent from my One using Tapatalk
Thanks for another fine ROM :good:
what does "Chamber of Secrets" do?
so far quite smooth and stable :good:
w8ting for some reports about battery, smoothness and stabity to try this ROM
kamilmirza said:
what does "Chamber of Secrets" do?
so far quite smooth and stable :good:
Click to expand...
Click to collapse
pretty stable :good:
Font Size is not working :silly:
some settings doesn't work after reboot like Volume wake
Gonna give it a try
Thank you mlaws90 for this more recent port! Trying this as soon as I get home.
Sent from my One using XDA Premium 4 mobile app
finally
download now :victory:
BEAUTIFUL WORK MAN!!! I have been waiting and waiting for this, what a awesome surprise
THANKS!!
Thanx for this rom Dev.
I never tried a beanstalk rom, i see it is CM based..?
I dont have really good experiences with CM rom's (ProBam, Kennedy Project)..
At the moment i am on your OMNI rom, and i like it :good:
I hope u can explain in short what beanstalk is compared to OMNI, i know OMNI is AOSP and Beanstalk CM based..
Greetings, from The Netherlands :angel:
Installed the rom, got stuck in bootloop after enabling ART, installed dirtyomni instead! I would also love to understand the difference between this and dirty Omni. I saw tons of tweaks many of which I didn't even understand the use of.
Looks like an awesome rom in the making though thank you!
Would be nice if you kept the kernel from Omni as it has really sweet cpu governors
Sent from my One using xda app-developers app
I use German language And the settings language are in english.
But the Name of apps are in German xD
Sent from my HTC One using xda app-developers app
This really looks cool. Just one question: What is the difference between GCC and Linario Toolchain?
Thanks in advance
ANDR01DN00B said:
This really looks cool. Just one question: What is the difference between GCC and Linario Toolchain?
Thanks in advance
Click to expand...
Click to collapse
+1
Sent from my One using xda app-developers app
---------- Post added at 03:56 AM ---------- Previous post was at 03:56 AM ----------
ieldra said:
Installed the rom, got stuck in bootloop after enabling ART, installed dirtyomni instead! I would also love to understand the difference between this and dirty Omni. I saw tons of tweaks many of which I didn't even understand the use of.
Looks like an awesome rom in the making though thank you!
Would be nice if you kept the kernel from Omni as it has really sweet cpu governors
Sent from my One using xda app-developers app
Click to expand...
Click to collapse
Probably because you had exposed enabled
Sent from my One using xda app-developers app
Great. Looking forward to try this rom.
Sent from my One using XDA Premium 4 mobile app
Kil app back button with customizable timeout values
Click to expand...
Click to collapse
Maybe iam blind or something like that but i cant find this option
what is best kernel can i install with this rom ! :angel:

[ROM][5X][7.1.2_r33][OMS] Pixel Dust for bullhead [2017/09/01]

{
"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"
}
Pixel Dust ROM is an Android 7.1.x ROM which @spezi77 has built for his Pixel XL based on his own taste.
The code is based on UBERROMS including tons of their tweaks and performance optimizations.
The ROM comes along with ElementalX kernel. I have compiled it with GCC-4.9 and Clang 5.0.0.
On top of this, we added a decent selection of the coolest custom ROM features that would've been missed if they hadn't been included.
I would highly appreciate that you leave your feedback, opinions or just say hello. If you encounter a bug, or some kind of glitch that seems to be abnormal and you are pretty sure that it is related to the ROM (and not an app specific error), then please give as many details as possible.
BTW, please consider taking a logcat, because you know that:
Quote:
Originally Posted by DespairFactor
If you submit bug reports without a log, you may be prosecuted...or executed.
Click to expand...
Click to collapse
Disclaimer:
If your device fails to comply with your standards of what you consider functioning, I am not liable. This is provided free of charge and does not come with a warranty. Although, if you provide a log, I can provide some sort of assurance that I will look into your issue.
Features:
General
Android 7.1.2_r33 (N2G48C)
* Security update: 2017-08-05
* HD calling, WiFi calling or Volte should work fine (anyways, these features depend on your carrier)
* All Pixel features present
* Pixel gapps are no longer included (the ROM is compatible with BeansGapps)
* Kernel: stock
* Clang: 5.0.0
Display
* Custom ambient display: SlimDoze 7.1.1
* Enable/disable doze notification color inversion
* Toggle dynamic notification title colors
* HSPA+ icons
* Pixel Dust Wallpapers (Breathtaking Space Themed Wallpapers)
Additional QS tiles
* Night light
* Screenshot
* Caffeine
* Brightness
* Sound
* NFC
* Screen record
* Compass
* Assist
* VoiceAssist
* Language toggle
* Peek notification toggle
* Music
* ADB over network
* Weather (powered by OmniJaws)
Sound
* Screenshot sound on/off
* Update SoundTile for silent mode (volume down in silent enters DND)
* Volume tone toggle
Security
* Lockscreen PIN quick unlock
* Fingerprint unlock after reboot
* Disable "power menu" on secure lock screen
Security
* Lockscreen PIN quick unlock
All further ROM Features can be found inside the Settings dashboard
* AppOps (allows to view/change app permissions)
* Pixel Dust ROM Settings (see list below)
* Launch Substratum from dashboard (March version: root-less)
* Launch SuperSU from dashboard (needs an extra flash)
>>> Pixel Dust ROM Settings include <<<
Display/LED
* Custom notification light per app
* Lights with Screen On
* Allow/Prevent notification light in Zen mode
* Custom battery light
* Wake on plug toggle
Status bar
* Status bar icon whitelist
* Custom clock and date settings
* Custom battery display
* Network Indicators
* Statusbar weather
* Statusbar brightness
* Add VOLTE Icon
* IME selector notification toggle: Display input method selector notification
* Show Bluetooth device battery level toggle
Quick settings
* Custom tile animation options
* Vibrate on touch
* Brightness slider incl. option to en-/disable auto brightness icon
* Disable on secure lock screen
* QS tile titles visibility
* Configurable QS columns/rows count
* Custom QS header images
* QS tile scrollbar (in edit mode)
* Weather tile options
* Easy toggles for WiFi, Bluetooth and Data
Buttons
* Custom button binding (short+long press for home and menu button)
* Volume keys: power+vol up, volume button swap, music control, allow volume keys to wake the device
* Kill app back settings
Navigation bar
* One handed mode
* Navbar on/off
* Navbar dimensions
* Navbar tuner
* Dynamic navigation bar color
Gestures
* Status bar dt2s
* Navigation bar dt2s
* Lock screen dt2s
* Three finger screenshot
* Partial screenshot
Lock screen
* Show clock & weather information (OmniJaws)
* Clock font
* Fingerprint authentication vibration
* Fingerprint unlock after reboot
* Lock screen torch
* Show lock screen alarm
* Media cover art toggle
Power menu
* Reboot
* Screenshot
* Screen record
* Flashlight
* On-The-Go mode
* Airplane mode
* Sound panel
* User switcher
* Settings shortcut
* Device lockdown
* Voice Assist
* Assist
Recents apps
* Immersive recents
* Clear all FAB
* Slim recents
* Slim recents membar: Colors & longclick to clear
* Slim recents app sidebar incl. icon pack support
* OmniSwitch as option for default recents
Notifications
* Power notification controls
* Heads up (Snooze, Whitelist)
* Show toast app icons (only for background apps)
* Custom toast window animation + colors
* Headset notification toggle
Misc
* incall vibration options: allow setting vibration when call is connected, when call is disconnected and for call waiting
* Volume settings
* Scrolling cache
* Wakelock blocker
* Alarm blocker
* Allow signature spoofing
Downloads:
Terms & conditions:
By downloading this custom ROM you agree that I am not responsible in any way, shape or form of any damage done to your device. The Pixel Dust ROM is provided free of charge and does not come with a warranty.
* Pixel Dust builds (the older builds have an "old" at the end of the name)
* Vendor image (N2G48C)
* Official Beans Gapps
* SuperSU
Installation guide:
Pre-requisites:
*** You are familiar with helping yourself out of awkward situations.. You won't defame or complain for your misfortunes.
* Unlocked bootloader
* twrp-3.1.0-0-bullhead.img
First time installing Pixel Dust ROM, or coming from another ROM (CLEAN INSTALLATION):
1. Boot into TWRP Recovery
2. Copy pixeldust_bullhead.zip + BeansGapps.zip (+ SuperSU - optional/if you want root) to your device
3. Choose "Advanced wipe", then wipe system, data and both cache partitions (check everything except for "internal storage")
4. Flash Pixel Dust
5. Flash BeanGapps of your choice (full/mini)
6. Flash SuperSU (optional)
*** After this step you can boot to system
** If you are told to install a different vendor image, then reboot to TWRP before setting up the OS and flash the vendor image provided above, at the "Downloads" section
7. Boot up the ROM, get signed in and everything and you're done.
Dirty flashing:
The only difference between dirty flashing and clean flashing is that, to correctly dirty flash a new build, you WILL NOT wipe the data partition.
So when you're at the "Advanced wipe" section in twrp, to dirty flash properly, you'll check all the partitions except for /data and /internal storage.
Credits:
BeansTown106 for BeansGapps & PixelGapps
chadouming, Cl3Kener and DespairFactor for UBERROMs
chadouming, Cl3Kener and DespairFactor for UBER-TC
chainfire for SuperSU
Dwitherell and BeansTown106 (PureNexus Project) for quite a few commits
flar2 for his kernel (ElementalX)
Google for everything else
LorDClockaN (AICP) for quite a few commits
Max Weninger (OmniRom) for sharing a lot of nice features
MrApocalypse (Screw'dAOSP) for quite a few commits
neobuddy89 (crDroid) for quite a few commits
Roger Truttmann (for designing Pixel Dust logo, wallpapers & bootanimation -- you are awesome!)
scott.hart.bti for quite a few commits
SlimRoms: ezio84 for porting Slim recents and gmillz for refactoring Slim recents
snak3ater (SAOSP) for quite a few commits
SpiritCroc (AICP) for quite a few commits
varund7726 (RR) for quite a few commits
xyyx (Nitrogen OS) for quite a few commits
..and anyone else I probably forgot to mention
XDA:DevDB Information
Pixel Dust, ROM for the LG Nexus 5X
Contributors
dragos281993, spezi77, nitin.chobhe
Source Code: https://github.com/pixeldustproject
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.10.x
Based On: AOSP
Version Information
Status: Stable
Created 2017-04-30
Last Updated 2017-09-01
FAQ
How to logcat like a pro
In order to quickly generate a logcat from your device, you require the Android Debug Bridge command-line tool (ADB) which can be downloaded as standalone Platform-Tools package:https://developer.android.com/studio...-line/adb.html
Once you have established a USB-connection to your device, first check whether you are authorized to use ADB or not.
Within your command prompt/terminal window the output of this command might look like this:
Code:
adb devices
List of devices attached
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
HT69V0203274 no permissions
In case you see an error similar to the one above (no permissions), then you need to do the following steps:
1) Stop the server:
Code:
[COLOR="Green"][B]adb kill-server[/B][/COLOR]
2) Restart the server with root privileges:
Code:
[COLOR="Green"][B]sudo adb start-server[/B][/COLOR]
*** The output of this command will be like this:
Code:
~$ sudo adb start-server
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
** Now the output of the command we used in the first place should be something like this (the number is gonna be different from a device to another, obviously):
Code:
~$ adb devices
List of devices attached
HT69V0203274 device
3) At last, let's take a logcat:
Now, before executing the comand, you should try to reproduce the issue you would like the logcat to record.
Then execute:
Code:
[COLOR="Green"][B]adb logcat[/B][/COLOR]
The output of the command will print a logcat of your device that will run forever if you don't stop it. In order to stop it, simply press "Ctrl + C":
Once you are done, use a pastetool to share your logcat. e.g. hastebin or pastebin
Never ever think of pasting your entire logcat into a post.
Reserved
Changelog:
--> 23. June:
* Security update: 2017-06-05
* Back to Google's stock kernel
* Add Screen off to custom button actions
* PA: introduce global immersive mode
* Support swapping navigation bar keys: hw back with recents button
* BoostFramework to enhance performance during critical scenarios (Bootup, Keypress, FP unlock, Rotation)
* use pixel theme for gboard if installed to system
* Add QS pulldown with one swipe on fp sensor
* Slim Recents: allow to disable round corners for cards
* Status bar notification ticker
* Ticker: allow to show music track info on new track being played
* Ticker: Add Custom Fonts and Icon Color
* Fix center clock appearing after notification ticker if clock disabled
* QS auto brightness toggle rework (new icon etc.)
* Fix automatic brightness QS toggle icon
Changelog for older builds
--> 18. May:
* Security update: 2017-05-05
* Revert tweak hwui
* Activate SDCardFS as our kernel already supports it
General improvements & bugfixes
* Settings: unlink notification volume is back
* OmniJaws: widget layout madness
* OmniJaws: don't show OmniJaws error that prominent
Statusbar settings:
* Battery icon improvements 1) on stock aosp, for landscape and portrait battery icon mode, pct and bolt are white when the battery level is less or equal to 30%, and this is good because then they are more visible in the battery icon.
* Turn off 'forced battery percent while charging' default
* Battery bolt: don't show it when using charging symbol near percentage text
* Battery tile: fix bolt not showing on land. when txt near icon and charging symbol
* Battery icon: make it more theme friendly
* Allow themers to customise battery frame colour on darkintensity
* Battery: correctly colourize the "!" critical level percentage text
* Battery icon: don't show PowerSaving symbol when showing Critical Level
* Full circle battery from PA
* Battery icon: add alternative Big Circle style
* Increase circle and big circle battery percent text
* Battery: Add ability to disable bar colour in battery saver mode
* Battery: Show low battery red icon when statusbar colour in battery saver mode disabled. And show a white icon when enabled.
* Change power save mode colour to dark red
Quick settings:
* Allow disabling the qs footer warnings
Lockscreen:
* Hide power menu on secure lock screen
Misc:
* Volume Settings: launch default music player on headset connect
* Volume Settings: launch music player on headset connect: add BT compatibility
--> 30. April:
* Initial release ( 7.1.2_r6 - N2G47F )
* Security patch: 2017-04-05
This rom looks amazing, flashing it asap
thanks dragos281993 rom download
Can you please tell me if this has an unlocked hotspot
Yay, let's get the Pixel Dust Party started on 5X!
Sent from my Google Pixel XL using XDA Labs
spezi77 said:
Yay, let's get the Pixel Dust Party started on 5X!
Sent from my Google Pixel XL using XDA Labs
Click to expand...
Click to collapse
Time to resume the work on the reserved posts. ?
Sent from my Nexus 5X using Tapatalk
bleichtman said:
Can you please tell me if this has an unlocked hotspot
Click to expand...
Click to collapse
I'm not sure what you're referring to.
Sent from my Nexus 5X using Tapatalk
dragos281993 said:
I'm not sure what you're referring to.
Click to expand...
Click to collapse
I'm on sprint and they block hot-spot access if not subscribed
bleichtman said:
I'm on sprint and they block hot-spot access if not subscribed
Click to expand...
Click to collapse
I have no clue then. It's the first time I'm hearing about such a thing. You're gonna have to check it yourself. Back up your ROM then flash PixelDust and check to see if what you want is working the way you want it to work.
Sent from my Nexus 5X using Tapatalk
bleichtman said:
I'm on sprint and they block hot-spot access if not subscribed
Click to expand...
Click to collapse
Have you already tried the ROM? We have included Google Connectivity Services which could be the necessary tool to get hot spot access to work.
You may check it yourself...
Sent from my Google Pixel XL using XDA Labs
The ROM is fast, has nice features, and smooth as a lube slide . One request-quick toggle tiles for data????
Xdevillived666 said:
The ROM is fast, has nice features, and smooth as a lube slide . One request-quick toggle tiles for data????
Click to expand...
Click to collapse
That can be done. We'll consider it for the next build.
Sent from my Nexus 5X using Tapatalk
Xdevillived666 said:
The ROM is fast, has nice features, and smooth as a lube slide . One request-quick toggle tiles for data????
Click to expand...
Click to collapse
Seems a bit laggy for me[emoji53]
Keyboard needs some seconds to show up.
Boot needs some time.
Maybe I did something wrong...
Gesendet von meinem Nexus 5X mit Tapatalk
Komodoketavaran said:
Seems a bit laggy for me[emoji53]
Keyboard needs some seconds to show up.
Boot needs some time.
Maybe I did something wrong...
Gesendet von meinem Nexus 5X mit Tapatalk
Click to expand...
Click to collapse
Same here. Maybe the toolchain need more time to settle everything?
Well, I don't mind, great rom and Thanks for your work sharing
ltjmax said:
Same here. Maybe the toolchain need more time to settle everything?
Well, I don't mind, great rom and Thanks for your work sharing
Click to expand...
Click to collapse
There's ElementalX included as stock. So you could tweak that according to your needs. It's got the default values which are aimed at better battery results.
Sent from my Nexus 5X using Tapatalk
ltjmax said:
Same here. Maybe the toolchain need more time to settle everything?
Well, I don't mind, great rom and Thanks for your work sharing
Click to expand...
Click to collapse
I don't know what happened but I deactivated the statusbar-weather and it got much snappier in this second lol.
I will let it settle some more.
Very nice rom. New daily driver for me.
Gesendet von meinem Nexus 5X mit Tapatalk
Can someone post screenshots?
can you add nav bar for du

Categories

Resources