diff --git a/.classpath b/.classpath index 4d14041bcc..c2e97003f1 100644 --- a/.classpath +++ b/.classpath @@ -4,8 +4,10 @@ + + + + - - diff --git a/.gitignore b/.gitignore index aabbf1cb61..b3ecacb217 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ /bin -/libs /gen + diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs index 6e2dee1837..a7f279516a 100644 --- a/.settings/org.eclipse.core.resources.prefs +++ b/.settings/org.eclipse.core.resources.prefs @@ -1,2 +1,2 @@ eclipse.preferences.version=1 -encoding//src/com/ceco/gm2/gravitybox/UnicodeFilter.java=UTF-8 +encoding//src/com/ceco/oreo/gravitybox/UnicodeFilter.java=UTF-8 diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000000..980b98c1d5 --- /dev/null +++ b/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,12 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=1.7 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=1.7 diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 9f9085b691..e0562f6a8b 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,6 +1,6 @@ + package="com.ceco.oreo.gravitybox" + android:versionCode="830" + android:versionName="8.3.0" > + android:minSdkVersion="26" + android:maxSdkVersion="27" + android:targetSdkVersion="27" /> - - - + + + + + + + + + + - + android:theme="@style/AppTheme" + android:supportsRtl="true" > - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + android:name="com.ceco.oreo.gravitybox.PickImageActivity" + android:theme="@android:style/Theme.Translucent.NoTitleBar" + android:exported="false" + android:excludeFromRecents="true"> - + + + + + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + android:value="90+" /> diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8316db9296..6dfef14cf2 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,2489 @@ +Changelog 8.3.0 - 09/09/2018 +-------------------------------------- +- QuietHours: additional enhancements and redesign +--- rules for ligts/vibrations/sounds/ringer whitelist can now be set for each time range independently +--- manual mode has its own set of rules that are independent of automatic time ranges +--- initial ringer whitelist for newly created time range is inherited from manual mode settings +--- added option for controlling current mode directly from the QuietHours settings +--- improved user present detection logic for Interactive mode +--- reorganized settings +--- !!! data structure changes render existing time ranges incompatible - need to be reconfigured !!! +- Made always expanded notifications collapsible (thanks to Caagr98) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Russian translations (thanks to gaich) +- Updated Turkish translations (thanks to Fatih Firinci) +- Updated Malay translations (thanks to zamzameir) +- Updated Ukrainian translations (thanks to burunduk) + +Changelog 8.2.1 - 29/06/2018 +-------------------------------------- +- QuietHours: added support for multiple time ranges: +--- allows to set multiple time ranges for automatic quiet hours together with days which they apply to +--- change requires setting up new time ranges; as the previous ones are not preserved due to design changes +- QuietHours Interactive Mode: treat session as interactive when device is locked during phone call +- OOS Call Recording enabler: +--- reworked to support all OP devices/OOS variants +--- enabled call recorder specific options in Phone settings (auto call recording, etc.) +--- should survive firmware updates +- Search: include all children of matching preference categories +- Updated Turkish translations (thanks to Fatih Firinci) + +Changelog 8.2.0 - 13/06/2018 +-------------------------------------- +- Settings: added search feature +--- filters the list of all enabled preferences based on specified keyword +--- maintains tree structure of filtered preferences for a user to better understand context +--- matching preference groups will show all child preferences +- QuickSettings: enabled detail view for CellularTile (non-OOS only) +- Ultimate notification control: +--- fixed crash during screen orientation change +--- redesigned Search functionality in per-app list +- UNC QuietHours: +--- added phone ringer whitelist management: +------ allows to manage list of contacts for which not to mute phone ringer during quiet hours +--- added per-app option for respecting quiet hours ignore rules during interactive mode +- Advanced reboot: fixed Reboot not working on LineageOS based ROMs +- Fixed status bar DnD system icon misbehavior on OP6 +- Call recording on OOS: +--- adjusted for OP3T Beta 27 and 28 +--- adjusted for OP5T Beta 8 +--- adjusted for OP5 Beta 11 +- APK size increased due to inclusion of necessary Android Support libraries +- Updated Turkish translations (thanks to Fatih Firinci) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Ukrainian translations (thanks to burunduk) +- Updated Russian translations (thanks to gaich) +- Updated French translations (thanks to Choukajohn) + +Changelog 8.1.1 - 24/04/2018 +-------------------------------------- +- StatusBar: added option for removing rounded corner padding (8.1 only) +- QuickSettings: added option for number of quick tiles in header +- BatteryBar: added option to show bar only while charging +- Visualizer: +--- added option to show visualizer in navigation bar (thanks to @Dark_Eyes_ ) +--- additional fixes and improvements (thanks to @Dark_Eyes_ ) +- Pie: fixes and improvements: +--- increased max value for trigger size +--- fixed previous view flicking on activation +--- unpin currently pinned task on back long-press (has priority over custom long-press action) +- Increased lethality of Kill foreground app action +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated French translations (thanks to Choukajohn) +- Updated Russian translations (thanks to gaich) +- Updated Hungarian translations (thanks to benjoe1) +- Updated Turkish translations (thanks to Fatih Firinci) + +Changelog 8.1.0 - 01/04/2018 +-------------------------------------- +- QuickSettings management: +--- added Ambient Display tile (Controls whether received notifications activate ambient screen) +--- added Heads Up tile (Controls whether to show heads up for notifications globally) +- Media tweaks: Visualizer extensions: +--- added option for header showing current time and battery level on dimmed screen +--- added option for media controls on dimmed screen +--- added option to show artwork as background of dimmed screen covering lock screen contents +--- improved layout and transition animations +- Power: fixed dynamic theming of Advanced Power Menu +- Dialer: adjusted for compatibility with the latest Google Dialer app +- Updated French translations (thanks to Choukajohn) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Turkish translations (thanks to Fatih Firinci) + +Changelog 8.0.3 - 26/03/2018 +-------------------------------------- +- Media tweaks: added Visualizer feature (basic functionality ported from LineageOS) +--- shows in lock screen during media playback +--- supports static as well as dynamic color (extracted from artwork of current media) +--- supports Active mode - keeps lock screen on while Visualizer is showing +--- supports Lock screen dimming with adjustable dim level (based on user interaction) +--- supports showing media info on dimmed screen +--- deactivates automatically during power saving mode +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Russian translations (thanks to gaich) +- Updated French translations (thanks to Choukajohn) +- Updated Turkish translations (thanks to Fatih Firinci) + +Changelog 8.0.2 - 17/03/2018 +-------------------------------------- +- Lockscreen shortcuts: +--- added additional slot +--- added option for scale correction +- QuickSettings management: +--- fixed wallpaper-based dynamic theming of tile dialogs +--- added option for Haptic feedback (vibrate on tile press) +--- QuickAppTile: use dark theme by default for better contrast +- Battery settings: added master switch for battery settings +- Actions: improved killing of foreground apps +--- kills only what's really visible to the user +--- removes killed task from the recents panel +- Navbar: fixed light bar key color when power saving indication disabled +- GB's App Launcher: added option for choosing theme +- Media: allow volume keys skip track for music playing remotely +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Turkish translations (thanks to Fatih Firinci) +- Updated Ukrainian translations (thanks to burunduk) + +Changelog 8.0.1 - 23/02/2018 +-------------------------------------- +- Recents: added option for always visible Clear All button (non-OOS only) +- QuickSettings: +--- fixed QuickApp tile icon appearance +--- improved scaling correction +- Screenshot: use native method if available (e.g. uses OnePlus screenshot on OOS) +- Improved handling of GravityBox services (Torch,...) +--- they should work with Battery Optimization turned on for GravityBox +- Improved handling of explicitly triggered SystemUI restarts +- BatteryStyle adjustments for Samsung devices (thanks to Firefds) +- Updated Hungarian translations (thanks to benjoe1) +- Updated Russian translations (thanks to gaich) + +Changelog 8.0.0 - 11/02/2018 +-------------------------------------- +- Statusbar: added option for hiding Data Saver icon (thanks to Rijul-A) +- Lockscreen: +--- fixed shortcuts initialization on file-based encrypted devices (thanks to Phil Freeman AKA GT500x) +--- fixed custom bottom shortcuts showing on ambient screen +- QuickSettings: +--- fixed QuickApp tile initialization on file-based encrypted devices (thanks to Phil Freeman AKA GT500x) +- fixed GB not receiving Unlocker response early after boot resulting in frozen screen +- Updated Russian translations (thanks to gaich) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Turkish translations (thanks to Fatih Firinci) + +Changelog 8.0.0-beta-2 - 31/01/2018 +-------------------------------------- +- General: +--- fixed battery percentage disappearing in status bar header +--- slightly decreased size of CircleBattery to match other status bar elements +--- don't show expanded desktop status line in 8.1 power menu +--- QS: simplified and improved dimming of protected tiles +--- fixed collision of notification icons with center clock +--- bold font for percent text (except for OOS) +--- Navbar: improved key icon scaling on 8.1 +- OxygenOS specific (OOS 5.0.1/OP3T): +--- fixed Lockscreen tweaks +--- fixed positioning of custom battery icon +--- fixed option for hiding vibrate icon +--- fixed muting dash charge sound during Quiet Hours +--- QS: added OOS theming support to tile detail dialogs +--- QS: enabled detail dialog for WiFi tile +--- fixed statusbar header clock actions +- Samsung specific (thanks to firefds): +--- fixed Samsung device identification +--- fixed LTR enforce +--- fixed Advanced power menu +--- fixed Lockscreen bottom shortcuts +--- fixed volume dialog tweaks + +Changelog 8.0.0-beta-1 - 24/01/2018 +-------------------------------------- +- Initial release for Android Oreo + +Changelog 7.0.6 - 24/11/2017 +-------------------------------------- +- Moto specific adjustments: +--- QS: added protection support to Cellular data tile +--- QS: fixed scaling of signal tiles (WiFi, Cellular) +--- QS: fixed panel top padding when brightness slider hidden +--- SignalCluster: fixed option for hiding empty SIM slots +--- SignalCluster: fixed option for disabling exclamation marks +--- SignalCluster: fixed data activity indicators +--- SignalCluster: fixed option for showing H+ +--- SignalCluster: added option for using AOSP mobile type icons +--- ExpandedDesktop: fixed isNavigationBarOnBottom error +--- Power: fixed Proximity Wake Up feature +--- Key actions: fixed Torch on power long-press feature +- Updated Spanish translations (thanks to manos78) +- Updated Chinese (Simplified) translations (thanks to liveasx) + +Changelog 7.0.5 - 17/11/2017 +-------------------------------------- +- Image chooser: +--- improved compatibility (thanks to Ashtrix for testing and providing logs) +--- custom icon picker now allows to use uncropped (original) images +- QS: reduced QS panel top margin when brightness slider hidden +- Added switch for Error logging in About section (off by default): +--- module logs errors to Xposed log only when switch is enabled +--- avoids flooding Xposed log happening on unsupported devices +- Permissions: added back WakeLock permission +--- needed by Camera2 Torch API on some legacy LineageOS devices (blame LOS devs) +- Updated Turkish translations (thanks to Fatih Firinci) +- Updated Russian translations (thanks to gaich) +- Updated Polish translations (thanks to kkthx) + +Changelog 7.0.4 - 29/10/2017 +-------------------------------------- +- QuickSettings management: +--- Added option for Locked tile indication (none, dimmed icons, padlock, key) +--- WiFi tile: added option for quick mode +--- Bluetooth tile: added option for quick mode +--- CellularTile: fixed click actions working while tile locked +--- DnD tile: fixed click actions working while tile locked +- Key actions: +--- recents long-press action is back +--- added Split screen action +- GB Actions: added Split screen action (shortcut) +- OxygenOS: fixed missing vibrate icon in vibrate only mode +- Fixed advanced power menu for some Samsung devices (thanks to Firefds) +- Fixed Force LTR for RTL locales on Samsung devices (thanks to Firefds) +- Updated Russian translations (thanks to gaich) +- Updated Chinese (Simplified) translations (thanks to liveasx) + +Changelog 7.0.3 - 23/10/2017 +-------------------------------------- +- General fixes and improvements: +--- QS: improved reliability of NFC tile and GravityBox NFC Actions +--- QS: reworked Protected mode of tiles +--- QS: fixed protected tiles showing wrong color after unlocking +--- QS: fixed some long-press actions still working on protected tiles while locked +--- QS: fixed press actions still working for header tiles while locked +--- QS: removed info icon showing for protected tiles +--- Improved image choosing/cropping to eliminate direct file access causing problems on some systems +--- ProgressBar: fixed not showing for apps targeting old versions of Android +--- GB Torch: fixed auto-off feature to use Alarm (does not require WakeLock permission anymore) +--- Phone: adjusted for the latest version of Google Dialer +- OxygenOS improvements: +--- Added OOS theming support to GravityBox tiles +--- Added option for enabling built-in call recording +--- Added option for disabling Dash charging sound +--- Made Dash charging sound respect GB Quiet Hours +- Samsung fixes and improvements (provided by Firetds) +--- Fixed duplicate reboot confirmation +--- Added Samsung specific strings for rebooting into Download mode +--- Fixed disabling safe media volume warning +--- Fixed duplicate notification slider showing in Volume panel +- Updated Russian translations (thanks to gaich) + +Changelog 7.0.2 - 14/10/2017 +-------------------------------------- +- General fixes: +--- fixed image chooser to use proper cache +--- VolumePanel: changed auto-expand behavior +------ fixes closing volume panel on outside touch +------ has a side effect in form of 2-step animation which does not have a solution +--- QuietHours tile: fixed switching modes +--- Fixed hidden status bar clock showing after reboot +--- Fixed navbar key colors not fully applied after reboot +--- Adjusted Force LTR for RTL locales feature +- OxygenOS fixes: +--- Fixed stock battery icon showing when Dash charging +--- Added option for hiding Dash charge icon in Status Bar (for stock battery indicator) +--- Circle battery indicates Dash charging by faster charging animation (keeps dash icon hidden) +--- Fixed double vibrate icon +- Samsung fixes (provided by Firefds) +--- Fixed coloring of settings button +--- Fixed reboot to download (bootloader) mode +--- Fixed lockscreen carrier text +--- Fixed manipulation of lockscreen bottom shortcuts +--- Fixed Circle battery size +--- Fixed battery style not updating in lockscreen + +Changelog 7.0.1 - 11/10/2017 +-------------------------------------- +- Fixed bug which resulted in all devices being identified as running OxygenOS +- Use protected storage for GravityBox preferences and other GravityBox files +--- allows devices with file-based encryption to read preferences at boot (Pixel, OP5, ...) +--- !!! this change causes reset of all the GravityBox settings !!! + +Changelog 7.0.0 - 11/10/2017 +-------------------------------------- +- Nougat specific fixes +- Compatible with AOSP 7.0/7.1 and OOS 4.5 + +Changelog 7.0.0-alpha-01 - 09/08/2017 +-------------------------------------- +- Initial release for Android Nougat + +Changelog 6.3.7 - 29/05/2017 +-------------------------------------- +- Lockscreen tweaks: use stock icon for bottom action in case of Phone app +- QuickSettings management: +--- added another 2 QuickApp tiles +--- added Bluetooth Tethering tile +- GravityBox Actions: added SIM settings shortcuts (dual SIM only) +--- allows quick changing default SIM for calls/messages/cellular data +--- allows automation apps to change SIM settings based on user-defined conditions +--- supports interactive shortcuts (shows dialog for choosing SIM) +--- supports direct change shortcuts (without user interaction) +- Dialer tweaks: +--- show dialpad feature adjusted for compatibility with the latest Google Dialer +--- removed no longer supported unknown caller photo feature for SDK25 Google Dialer +- Quiet Hours Wear Mode: don't vibrate watch when user present on a phone +- Updated Russian translations (thanks to gaich) + +Changelog 6.3.6 - 19/04/2017 +-------------------------------------- +- Lockscreen tweaks: +--- Added option for custom bottom-right action +--- Added option for hiding bottom actions +--- Added option for Direct Unlock See Through transparency level +- QuickSettings management: +--- Reintroduced brightness slider options on OOS 3.5 +--- Improved GPS tile (CM style) with proper location fix indication +- Ultimate Notification Control: +--- Adjusted form compatibility with Vernee Apollo +--- QuietHours: implemented Wear mode: +------ mutes notification sounds and device-wide vibrations while preserving vibrations on a paired watch +------ can be toggled from QuietHours tile or via dedicated GravityBox Action +------ available only when Android Wear app is installed +- CircleBattery: fixed icon tint in status bar header +- Made screenshot faster by introducing dynamic context-aware delay +- Adjusted for compatibility with the latest GravityBox Unlocker v1.4.2 +--- improved reliability of license validation +--- !!! won't work with older versions of the Unlocker !!! +- Updated Russian translations (thanks to gaich) +- Updated Hungarian translations (thanks to benjoe1) +- Updated Turkish translations (thanks to Fatih Firinci) +- Updated Chinese (Simplified) translations (thanks to liveasx) + +Changelog 6.3.5 - 12/03/2017 +-------------------------------------- +- Download Progress Bar: implemented extensions from SBDP module +--- added support for multiple concurrent progress bar notifications +--- keeps track of all available progress bar notifications and switches between them +--- added support for clearable notifications containing progress bar +--- added logic for auto-hiding progress of idle notifications +--- added option for sound notification +--- added option for playing sound only when screen is off +- Lockscreen shortcuts: +--- improved notification badge layout +--- added support for missed call count showing for default dialer app +--- fixed bug in icon not being updated when changing app +- Updated Chinese (Simplified) translations (thanks to liveasx) + +Changelog 6.3.4 - 26/02/2017 +-------------------------------------- +- preparations for upcoming changes in Google Play refund policy +- all upcoming GravityBox versions will allow premium features only while Unlocker is installed +- PayPal method is preserved but requires reactivation using valid transaction ID + +Changelog 6.3.3 - 18/02/2017 +-------------------------------------- +- Lockscreen shortcuts: added option for showing notification count badges +- Statusbar clock: added option for showing seconds +- Power tweaks: added Constant battery charging LED mode (requires LED driver support) +- Media tweaks: +--- improved Force music volume control option +--- restrict MX player pro from utilizing swapped volume keys (thanks to Forever-Young) +- Fingeprint Launcher: improved quick tap/swipe detection on some devices +- Updated Russian translations (thanks to gaich) + +Changelog 6.3.2 - 25/12/2016 +-------------------------------------- +- Added support for additional OP devices running OOS 3.5 +--- OnePlus 3 OOS 3.5 (beta 7) +--- OnePlus 2 OOS 3.5.5 (official) +- Updated Russian translations (thanks to gaich) +- Updated Chinese (Simplified) translations (thanks to liveasx) + +Changelog 6.3.1 - 22/12/2016 +-------------------------------------- +- OnePlus3T adjustments: +--- improved identification of OP3T devices running OOS 3.5 +--- GravityBox tiles now follow display theme color accent +--- Key actions: fixed double haptic-feedback on capacitive keys +- Improved audio quality of QuickRecording tile +- Updated Ukrainian translations (thanks to burunduk) + +Changelog 6.3.0 - 12/12/2016 +-------------------------------------- +- Adjusted for compatibility with OxygenOS 3.5 (OnePlus 3T) +--- visit support thread at XDA for more info +- Fixed action for expanding notification panel not working on some devices +- Updated Russian translations (thanks to gaich) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated German translations (thanks to Basti1512) +- Added Persian translations (thanks to sami akherati) + +Changelog 6.2.1 - 06/11/2016 +-------------------------------------- +- Fingerprint launcher extended: +--- allows per-finger actions - each enrolled fingerprint can have own action +--- allows quick tap (or swipe) action (experience depends on hardware capabilities) +--- added command to pause launcher until next screen off/on cycle +------ useful in case other app needs sensor for a longer time period, e.g. during fingerprint enrollment +--- made status messages (toasts) optional +--- improved reliability +- GravityBox Actions: +--- added explicit expand/collapse notification panel actions +--- added explicit expand/collapse QS panel actions +- Updated Turkish translations (thanks to Fatih Firinci) + +Changelog 6.2.0 - 03/11/2016 +-------------------------------------- +- Fixed issue preventing module from working on some devices +- Fixed battery percent text sign showing in lock screen even if disabled +- Lockscreen tweaks: +--- Imprint mode adjusted for compatibility with newer Android 6.0.1 releases +- GravityBox Actions: +--- expand notification panel instantly instead of slow animation +--- brought back action for expanding quick settings panel +- Introducing Fingerprint launcher (available within main settings screen): +--- allows launching app/action using fingerprint sensor when screen is on + and device is unlocked +--- provides 10 second time window when other app requests fingerprint + authentication during which user must take action before Launcher tries + recapturing sensor +--- EXPERIMENTAL option for quick tap mode, which accepts + unrecognized fingerprints and quicker taps to launch app/action. Can + temporarily lock out sensor when too many subsequent auth failures occur +- Updated Chinese (Simplified) translations (thanks to liveasx) + +Changelog 6.1.7 - 25/10/2016 +-------------------------------------- +- Ultimate notification control: +--- fixed bug affecting options for Lockscreen visibility, Hide persistent, Progressbar tracking indtroduced in 6.1.6 +--- added option for ignoring LED for updated notifications +- Updated Chinese (Simplified) translations (thanks to liveasx) + +Changelog 6.1.6 - 21/10/2016 +-------------------------------------- +- QuickSettings: +--- added option for showing brightness icon next to brightness slider +------ toggles adaptive brightness on press / opens display settings on long-press +--- added support for systems missing IntentTile +--- added support for Moto Data tile +--- fixed showing Cellular tile detail on devices that have more instances of Cellular tile (Moto) +- StatusBar colors: extended to support all system icons +- Battery settings: restrict Lenovo devices from using Percent text +- Media tweaks: restrict MX player from utilizing swapped volume keys +- Phone tweaks: +--- moved telephony features from Dialer to system level +------ flip action/call vibrations now independent of Dialer which potentially +------ makes these features work on devices having alternative Dialer +- Dialer tweaks: adjusted for compatibility with Google Dialer 4.1 and 5.1 +- Ultimate notification control: +--- added option for ignoring active screen for updated notifications +--- improved LED compatibility with Vernee Apollo Lite (thanks tomidix for testing) +- Updated German translations (thanks to Basti1512) +- Updated Chinese (Simplified) translations (thanks to liveasx,ipcjs) +- Updated Russian translations (thanks to gaich) + +Changelog 6.1.5 - 06/08/2016 +-------------------------------------- +- Phone tweaks: adjusted for compatibility with Google Phone app v4.0 +- Signal cluster tweaks: improved Motorola compatibility (thanks to Kamin4ri) +- Updated Russian translations (thanks to gaich) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Hungarian translations (thanks to benjoe1) +- Updated German translations (thanks to Basti1512) + +Changelog 6.1.4 - 18/06/2016 +-------------------------------------- +- Lockscreen: Bottom-left action extended to support custom actions +--- note that only icons from predefined list are supported +- Statusbar: brightness control extended to work in lock screen +- Media tweaks: improved reorient volume keys feature (e.g. works with YouTube now) +- Power tweaks: added option for choosing wireless charging sound +- Updated Russian translations (thanks to gaich) +- Updated Italian translations (thanks to Fabb2303) + +Changelog 6.1.3 - 03/06/2016 +-------------------------------------- +- About: added option for forcing AOSP device identification +- UNC: adjusted LED on/off duration limits +- Updated Hungarian translations (thanks to benjoe1) + +Changelog 6.1.2 - 22/05/2016 +-------------------------------------- +- Navbar: extended custom key icon style to allow transparent and custom icon +- Key actions: +--- keep screen off during power key torch +--- added option to allow volume rocker wake while music is active +--- brought back toast for auto-rotation change action +- Media tweaks: +--- fixed volume adjust when volume skip track enabled and screen is off +--- adjusted volume panel timeout option to use slider +--- apply volume panel timeout even if accessibility feedback is enabled +- TorchService: +--- reworked to use Camera2 API thus increased LED response +--- adjusted to run only in case user actually uses GravityBox Torch feature +- Xperia specific adjustments: +--- improved support for Quick Settings tiles: +------ all tiles are explicitly available in QS management although some of them may +------ not be supported by particular device (thanks corrupt for testing) +--- UNC: potential fix for notification Lockscreen visibility feature (untested) +--- suppressed getFillColor errors appearing in xposed log +- Fixed SystemUI crash caused by navbar tweaks on Nvidia Shield +- Fixed Lockscreen shortcuts on Zopo Speed 7 (and potentially other MediaTek devices) +- Removed no longer needed permissions: Camera; Change WiFi state +- Updated Hungarian translations (thanks to benjoe1) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Russian translations (thanks to gaich) +- Fixed offensive typo in Indonesian translations (thanks to ja-som) + +Changelog 6.1.1 - 23/04/2016 +-------------------------------------- +- Key actions: locskcreen torch extended to support power long-press (when screen is off) +--- screen turning on is by design, will turn off immediately after torch is activated/deactivated +--- respects proximity wake-up feature +- GravityBox Actions: made toasts optional (use check box available when creating a shortcut) +- Navbar: fixed menu key responsiveness for low navbar sizes +- QuickSettings: some Xperia specific adjustments: +--- makes GB recognize DataTraffic and Tethering tiles so it can control their visibility and order +--- forces reinitialization of tiles after device is fully booted +- Updated Ukrainian translations (thanks to burunduk) + +Changelog 6.1.0 - 17/04/2016 +-------------------------------------- +- GB Actions extended: +--- most of the toggle actions now have explicit on/off shortcuts available +--- makes things easier for Tasker users +--- provides feedback in form of toast when action gets executed +- Statusbar: added option for hiding vibrate icon +- Navbar: added option for auto-fade show keys policy +- Ultimate notification control: +--- Added option for suppressing notification light based on system's native Do not disturb mode +--- ActiveScreen: don't perform for low priority notifications +- Key actions: suppress volume key wake while music is playing +- Fixed double-tap lock screen to sleep issue on Xperia devices introduced in 6.0.8 +- Updated Malaysian translations (thanks to zamzameir) +- Updated Russian translations (thanks to gaich) +- Updated Chinese (Simplified) translations (thanks to liveasx) + +Changelog 6.0.8 - 05/04/2016 +-------------------------------------- +- CircleBattery: fixed refreshing issue +- Navbar: added option for auto-fading soft keys +- Lockscreen: added option for PIN scrambling +- StayAwake tile: added option for auto-reset of screen timeout when screen turns off +- Updated Ukrainian translations (thanks to burunduk) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Malaysian translations (thanks to zamzameir) +- Updated Russian translations (thanks to gaich) + +Changelog 6.0.7 - 19/03/2016 +-------------------------------------- +- QuickSettings management: added support for MediaTek Timeout tile +- Ultimate notification control: +--- added option for controlling notification visibility in lock screen +--- added option for hiding persistent notifications (similar to Ongoing notification blocker but on per-app basis) +--- fixed system/service notifications not being processed by notification control +- Media: fixed volume controls not working when skip track feature is enabled together with Ambient Display feature +- Improved layout of circle battery +- Fixed some Samsung Touchwiz incompatibilities (thanks to wanam) +- Updated Russian translations (thanks to gaich) +- Updated German translations (thanks to F43nd1r) +- Updated Ukrainian translations (thanks to burunduk) +- Updated French translations (thanks to ch-vox) + +Changelog 6.0.6 - 12/03/2016 +-------------------------------------- +- Lockscreen: added option for disabling Imprint vibrations +- Quick settings management: +--- BatteryTile: made temperature and voltage optional +--- Added option for Scale correction: +----- allows fine-tuning of tile size by applying correction factor to automatic scaling factor that's based on tiles per row option +- Media tweaks: allow volume keys skip track during ambient display +- Statusbar tweaks: +--- Battery: added option for battery percent text position in status bar +--- Clock: put AM/PM in front of clock for Chinese locales (thanks to npes87184) +--- Ongoing notification blocker: include non-clearable notifications in general +- Navbar: option for larger icons reworked for MM compatibility +- Ultimate notification control: +--- added options for Replace mode of overriden vibration/sound (turned on by default) +----- applies overriden vibration/sound only in case original notification has vibration/sound +----- prevents low priority notifications from vibrating/playing overriden sound +- Updated Hungarian translations (thanks to benjoe1) +- Updated Russian translations (thanks to gaich) +- Updated French translations (thanks to ch-vox) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Chinese (Traditional) translations (thanks to npes87184) +- Updated Ukrainian translations (thanks to burunduk) + +Changelog 6.0.5 - 09/02/2016 +-------------------------------------- +- QuickSettings management: +--- optimized Compass tile to avoid QS panel lockups +--- changed behavior of StayAwake tile +--- maybe improved compatibility with devices running system derived from CM (untested, without guarantee and support) +- QuietHours: added option for disabling device vibrations +--- replaces "Disable haptic feedback" option +--- turns off ALL vibrations on a device, including those coming from 3rd party apps +--- allows notifications to vibrate during QH on paired Android Wear (in case option for muting notification vibrations is disabled) +- Lockscreen: added option for defining Smart unlock policy (analogic to Direct unlock policy) +- Phone: adjusted cropping in unknown caller photo chooser to match in-call screen photo dimensions +- Key actions: don't allow actions while current foreground app is pinned +- TrafficMeter: exclude traffic from loopback and TUN (VPN) interfaces (thanks to dantmnf) +- Navbar: fixed recents doubletap action not surviving reboot +- BatteryPercent: fixed text size reverting to default +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Ukrainian translations (thanks to burunduk) +- Updated Hungarian translations (thanks to benjoe1) + +Changelog 6.0.4 - 24/01/2016 +-------------------------------------- +- QuickSettings management: +--- Implemeted generic "detail view" support which brings new possibilities +--- Location tile (SlimKat): redesigned to support detail view, quick mode and dual mode +--- NetworkMode tile: redesigned for simplicity and flexibility: +------ allows user to freely choose network modes of interest tile should support +------ supports all currently available network modes +------ supports detail view and quick mode +------ label indicates current network mode +--- RingerMode tile: extended to support detail view and quick mode +--- StayAwake tile: extended to support detail view and quick mode +--- Do not disturb tile: extended to support quick mode +--- Hint: use "Tile specific settings" category within QS management to configure new behavior of tiles above +--- HotSpot tile: open tether settings on long-press +- Fixed Now on tap (Search) action not working when navbar disabled +- Updated Chinese (Traditional) translation (thanks to npes87184) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Small fixes in Dutch translations (thanks to Gijs Timmers) +- Updated Ukrainian translations (thanks to burunduk) +- Updated Russian translations (thanks to gaich) +- Updated French translations (thanks to ch-vox) + +Changelog 6.0.3 - 20/12/2015 +-------------------------------------- +- Fixed GB settings not sticking on some devices +- Added support for auto-color inversion of GB status bar elements on white status bar (doesn't apply when icon coloring is turned on) +- Lockscreen: improved Quick unlock feature (requires user to specify PIN length) +- Power: added option for defining vibrate pattern when launching Camera by pressing power key twice +- Circle battery: improved percent text size and position (thanks to creeve4) +- Moved battery percent text to the right of battery icon for consistency with header and keyguard +- Improved support for RTL locales +- Cleaned up unused resources +- Other small adjustments (see commit history in project's github) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated French translations (thanks to ch-vox) +- Updated Russian translations (thanks to gaich) +- Updated Vietnamese translations (thanks to TranDatDT) +- Updated Ukrainian translations (thanks to burunduk) + +Changelog 6.0.2 - 08/12/2015 +-------------------------------------- +- Lockscreen: +--- added "Imprint mode" feature - allows changing default fingerprint behavior (Wake and unlock / Wake only) +--- added option for changing bottom-left action (currently supports: default or phone) +- QuickSettings management: +--- added long-press support to dual mode tiles +--- Cellular tile: added option for defining mobile data toggle behavior +--- Cellular tile: open cellular network settings on long-press (depends on how mobile data toggle behavior is set) +--- WiFi tile: open WiFi settings on long-press during dual mode +--- BlueTooth tile: open BT settings on long-press during dual mode +--- Added long-press actions to other non-dual stock tiles (Airplane, Cast, DoNotDisturb, Location) +- Power: improved proximity wake-up feature in combination with fingerprint sensor: +--- won't unlock in case screen stays off due to prox. sensor being covered +--- speed up: reduced unlock latency when using prox. wake-up in combination with fingerprint sensor +- GB Settings: added "Don't show again" button to permission warning dialog +- Changed style of circle battery (thanks to creeve4) +- Phone: unknown caller photo adjusted for Dialer 2.3 (thanks to romracer) +- Charger sounds: fixed plugged/unplugged sounds being played at the same time on some devices +- Recents: fixed search bar related errors showing in xposed log +- Updated Spanish translations (thanks to choldimir) +- Updated Russian translations (thanks to gaich) +- Updated French translations (thanks to ch-vox) + +Changelog 6.0.1 - 22/11/2015 +-------------------------------------- +- Lockscreen: +--- reworked and optimized Quick Unlock feature (limited to work only with PINs/passwords with up to 6 characters) +--- Shortcuts: don't allow unsafe GB actions (connectivity/location related) when device locked +--- Shortcuts: dynamically show/hide unsafe GB actions based on current lock screen security state +--- Shortcuts: don't offer GB actions which don't make sense in lock screen context (kill app, switch to last app, ...) +--- Shortcuts: offer GravityBox Unlock action +--- Shortcuts: dismiss lockscreen for certain GB actions (Google Now, Show recent apps) +- QuickSettings management: +--- NFC Tile is back +--- LockScreen Tile is back +--- improved security logic +--- fixed secured tiles showing when lock screen activity is in the foreground (such as Camera) +--- NetworkModeTile: fixed for devices having TD-SCDMA default network mode preset in build.prop +- GravityBox Actions: fixed Google Now action +- Pie: fixed Search key crashing SystemUI +- AppLauncher: don't show unsafe GB actions (connectivity/location related) when device locked +- TrustedWifi: +--- adjusted for compatibility with devices running newer Android 6.0 release (N5X, N6P, ...) +--- fixed manual re-lock not working when trusted WiFi enabled +- Media: unlink ring & notification volumes feature is back +- PowerMenu: replaced "Factory reset" dialog title when rebooting to recovery +- Dialer: fixed action buttons invisible during call (when full screen caller photo enabled) +- Ultimate notification control: +--- fixed and optimized disabling touch sounds during QuietHours +--- fixed ActiveScreen +- Fixed typo in Turkish translations (Backup successful) +- Updated Hungarian translations (thanks to benjoe1) + +Changelog 6.0.0 - 17/11/2015 +-------------------------------------- +- Initial version for Marshmallow + +Changelog 5.3.2 - 31/10/2015 +-------------------------------------- +- QuickSettings management: +--- Added per-tile popup-menu containing extended tile visibility options: +------ show in lock screen / only in lock screen +------ show in secured lock screen +------ dual mode option moved to tile popup menu (for WiFi/BT/Cellular tiles) +--- Revived Auto-switch feature based on notification existence (AKA smart pulldown) +- Navbar tweaks: +--- Implemented ring target customization +------ only one ring target available due to LP's navbar ring limitations +--- Fixed missing cursor control keys haptic feedback +--- Fixed cursor control keys dismissing keyboard when reaching end of text +- Lockscreen: added Direct unlock policy based on notification existence +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Russian translations (thanks to gaich) + +Changelog 5.3.1 - 25/10/2015 +-------------------------------------- +- Recents: fixed clear all button disappearing bug +- Navbar: don't scale soft keys during navbar size changes on Xperia devices +- Improved identification of Moto devices running AOSP ROM +- Updated French translations (thanks to ch-vox) +- Updated Russian translations (thanks to gaich) + +Changelog 5.3.0 - 10/10/2015 +-------------------------------------- +- Adjusted for compatibility with Zopo Speed 7 MediaTek device running LP5.1 +--- added support for MediaTek specific quick settings tiles (Audio profile, HotKnot, Data connection) +--- fixed mobile network type related features (Network mode tile, SmartRadio, ...) +--- added support for several signal cluster related features +--- added option for disabling large signal type indicators (Signal cluster settings) +--- fixed autobrightness specific settings +--- disabled obsolete MTK specific fixes +--- recents: added logic to reuse existing (stock) clear all button (probably Zopo specific only) +- Potentially improved support for other MediakTek devices running un-skinned LP5.1 (without guarantee) +- SignalCluster: added option for hiding "No SIM" icon (AOSP LP5.1 only) +- Muted Xperia signal cluster specific errors (LP5.1) +- Small optimizations for 64bit devices +- Updated French translations (thanks to ch-vox) +- Updated Hungarian translations (thanks to benjoe1) + +Changelog 5.2.1 - 07/10/2015 +-------------------------------------- +- Signal Cluster: +--- fixed data activity indicators on Moto G Dual SIM 5.1 (falcon_asia_ds) +--- removed obsolete/unsupported features for Moto G Dual SIM 5.1 (falcon_asia_ds) +--- removed automatic padding adjustment on Xperia devices (unsupported) +- Quick Settings: +--- RingerMode tile: added "None" ringer mode (in tile specific settings) +--- NetworkMode tile: added support for GSM/WCDMA/CDMA Auto mode (e.g. Verizon) +- Lockscreen: removed custom carrier text feature on Xperia devices (unsupported) +- Updated Russian translations (thanks to gaich) + +Changelog 5.2.0 - 27/09/2015 +-------------------------------------- +- QuickSettings management: +--- Allow control of Dual mode individually for WiFi and BT tiles: +------- replaces "Normalize dual tiles" feature +------- note that dual tiles can't coexist with non-dual tiles within the same row (AOSP design restriction) +--- Cellular: adjusted behavior to be consistent with WiFi and BT tiles: +------- toggle mobile data on single-press, show data usage pane on long-press (non-dual)/label-press (dual) +--- WiFi: show detail pane instead of WiFi settings on long-press (when tile is non-dual) (LP5.1 only) +--- Bluetooth: show detail pane instead of BT settings on long-press (when tile is non-dual) (LP5.1 only) +--- Quick Pulldown: added option to allow both sides (left and right) at the same time +- Lockscreen: revived option for custom carrier text +- Media tweaks: added slider for choosing custom music volume steps (from 5 up to 50) +- UNC QuietHours: added option to allow muting Phone ringer during quiet hours (within "Mute system sounds") +- Navigation bar: improved icon scaling for dimensions less than 75% (LP5.1 only) +- SignalCluster: reduce right-side spacing when battery indicator is hidden (LP5.1 only) +- Pie: added option to show trigger indicator when trigger is centered +- Launcher tweaks: adjusted for compatibility with Google App 5.23.19 +--- action for opening launcher app drawer is not supported anymore :/ +- TrafficMeterOmni: fixed incorrect formatting of values from interval <1000;1023> +- Added Belarusian translations (thanks to kyrsant2008) +- Updated French translations (thanks to ch-vox) +- Updated Slovak and Czech translations + +Changelog 5.1.5 - 09/09/2015 +-------------------------------------- +- Launcher tweaks: adjusted for Google App 5.2.33 +- Improved Motorola device identification +- Fixed statusbar Progress Bar not working on some Motorola devices +- Removed obsolete "MediaTek statusbar plugin" related features causing xposed log flooding +- Updated Hungarian translations (thanks to benjoe1) +- Updated Chinese (Simplified) translations (thanks to liveasx) + +Changelog 5.1.4 - 05/07/2015 +-------------------------------------- +- Signal cluster tweaks improvements for Moto devices running LP 5.1 (thanks to romracer) +--- enabled usage of the H+ icon +--- fixed data activity indicators +--- fixed hiding exclamation marks +- Navbar: changed cursor control icons (thanks to creeve4) +- Cellular tile: added option for Dual mode +--- allows similar behavior as WiFi and Bluetooth tile +- Fixed QS panel expanding unexpectedly on screen-on when peek disabled +- Launcher tweaks: adjusted for compatibility with Google App 4.8.10 +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated French translations (thanks to ch-vox) +- Updated Russian translations (thanks to gaich) +- Updated Polish translations (thanks to xtrem007) + +Changelog 5.1.3 - 14/06/2015 +-------------------------------------- +- Lockscreen tweaks: added option for double-tap to sleep +- Statusbar tweaks: +--- added option for disabling peek (won't expand status bar on single touch) +--- added option for double-tap to sleep (requires peek to be disabled) +- Misc tweaks / Recents: +--- yet another clear all tasks improvements +--- added option for clearing visible tasks only +- Ultimate notification control: +--- added option for disabling sound to vibration conversion +--- QuietHours: added option for disabling haptic feedback +--- improved "alert only once timeout" feature (fixes issues with Telegram and other apps having similar notification handling) +- Updated French translations (thanks to ch-vox) +- Updated Russian translations (thanks to gaich) + +Changelog 5.1.2 - 30/05/2015 +-------------------------------------- +- Navigation bar: +--- fixed drop shadow missing on navbar key icons +--- apply key icon scaling when navbar size gets smaller than icon size +- Do not apply low battery color to circle battery when battery saver orange bars are showing +- Small improvements to status bar progress bar +- Updated screenshot delete icon +- Recents: improved clear all button to clear all tasks at once +- Expanded desktop: try to respect custom ROM specific navbar dimensions when GB's navbar tweaks disabled +--- should fix hidden navbar appearing on some custom ROMs +- Phone tweaks: attempt to fix option for national data roaming +- Fixed potential SystemUI crash occurring on some (unsupported) devices + +Changelog 5.1.1 - 23/05/2015 +-------------------------------------- +- Signal cluster tweaks adjusted for LP 5.1 (untested on Motorola devices) +- Status bar icon coloring adjusted for LP 5.1 +- Fixed Circle battery and Percent text paddings on LP 5.1 +- Fixed status bar brightness control not using proper screen width in landscape orientation +- Fixed home soft key not responding after screen on; when Go to sleep action mapped to long-press +- Fixed soft reboot causing app reoptimization +- Optimized GB context handling within SystemUI process +- Screen record: added custom binary +--- allows recording time up to 1 hour +--- supports ARM and ARM64 only +--- DOES NOT support audio recording +- Launcher tweaks: adjusted for compatibility with Google App 4.6.10 +- Updated Portuguese (BR) translations (thanks to KingKaminari) + +Changelog 5.1.0 - 16/05/2015 +-------------------------------------- +- Adjusted for Lollipop 5.1 compatibility + +Changelog 5.0.10 - 08/05/2015 +-------------------------------------- +- Media tweaks: implemented expandable volume panel +- Battery tile: added option for swapping single-press/long-press actions +- Ultimate notification control: +--- added option to allow LED during priority/silent ringer modes (default and per-app) +--- improved LED handling during Active Screen +- Recents panel: +--- perform fade-out animation on clear all button and RAM bar +--- fixed bug in clear all button bottom margin option handling +- Lockscreen shortcuts: don't cut off icons during Safe Launch zoom-in +- Traffic meter: fixed disappearing on devices with Ambient Display feature +- brought back materialized icon of screenshot delete action (requires XposedBridge v64+) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Hungarian translations (thanks to benjoe1) +- Updated Russian translations (thanks to gaich) +- Updated Korean translations (thanks to SDKoongchi) + +Changelog 5.0.9 - 02/05/2015 +-------------------------------------- +- Quick Settings: +--- allow secured tiles in lock screen when it's insecured by Smart Lock +--- added Battery tile: +------ with icon showing current battery level +------ with text showing current temperature and voltage +------ single-press toggles battery saver mode +------ long-press opens Battery Settings +------ configurable in Tile specific settings menu +- Power tweaks: added option for disabling battery saver indication (orange bars) +- Signal Cluster: added option for disabling exclamation marks in status bar signal icons +- Potential improvement of battery style handling on unsupported devices +- Reduced some error logging on Xperia devices +- Launcher tweaks: adjusted for Google App 4.5.12 and 4.5.13 +- Updated Russian translations (thanks to gaich) + +Changelog 5.0.8 - 26/04/2015 +-------------------------------------- +- Misc tweaks / WiFi priority: implemented trusted WiFi networks for Smart Lock +- Signal cluster: brought back option for H+ indicator (Nexus/AOSP only, requires XposedBridge v64+) +- Recents: launch Apps Settings on clear all button long-press +- Navigation bar: fixed recents key disappearing on Xperia devices +- Key actions: fixed "Go to sleep" action turning on screen after it was turned off +- Ultimate notification control: +--- Active Screen: respect priority/none ringer settings +--- fixed crash in per-app settings when large number of apps installed +- Fixed GB Settings crash on MediaTek devices (doesn't mean MTK is now supported) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Polish translations (thanks to xtrem007) +- Updated Russian translations (thanks to gaich) +- Updated French translations (thanks to ch-vox) + +Changelog 5.0.7 - 13/04/2015 +-------------------------------------- +- Lockscreen tweaks: +--- added Safe launch option for launcher shortcuts +--- added option for Smart unlock +- Launcher tweaks: updated for compatibility with Google App 4.4.10 +- Updated Portuguese (BR) translations (thanks to KingKaminari) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Korean translations (thanks to SDKoongchi) + +Changelog 5.0.6alpha - 05/04/2015 +-------------------------------------- +- Implemented Lock screen shortcuts +- Improved tile icons +- Improved Direct unlock feature: +--- allows 2 modes: "standard" and "see through" +--- won't activate in case Smart Lock is currently doing its job +- Minor Smart Radio improvements +- Fixed potential SystemUI crash related to Cellular tile data off icon +- Updated Russian translations (thanks to gaich) + +Changelog 5.0.5alpha - 28/03/2015 +-------------------------------------- +- Lockscreen tweaks: +--- added option for direct unlock (shows security challenge directly when screen turns on) +--- fixed custom background graphics glitches during transition animations +--- fixed menu key unlock option (devices with hardware menu key) +- Quick settings: +--- Cellular tile: added option to show icon when mobile data disabled (SIM slot 1 tile only on Moto Dual SIM) +--- Cellular tile: toggle mobile data on/off on tile long-press (SIM slot 1 tile only on Moto Dual SIM) +--- fixed SystemUI crash when switching users +- Media tweaks: +--- brought back option for unlinking ringer and notification volumes +--- fixed force media volume control on non-voice devices (such as tablets) +--- fixed and simplified safe headset media option (requires reboot) +- Ultimate notification control: +--- added option for controlling notification visibility in secured lockscreen +- Updated Polish translations (thanks to xtrem007) +- Updated Portuguese (BR) translations (thanks to wyghor) +- Updated Russian translations (thanks to gaich) +- Minor fixes in Greek translations (thanks to thdervenis) + +Changelog 5.0.4alpha - 21/03/2015 +-------------------------------------- +- Additional Motorola compatibility improvements (thanks to romracer) +--- fixed expanded desktop on Moto X and similar devices having PhoneWindowManagerWithPartialDisplay +--- fixed and improved signal cluster related tweaks +--- fixed Search/Voice search navigation key/GravityBox actions +- Signal cluster: added option for reducing signal icon spacing on Motorola Multi-SIM devices +- Lockscreen tweaks: brought back custom background options +- Navbar: added option for hiding IME switcher +- Launcher tweaks: adjusted for compatibility with Google App 4.3.10 +- Changed premium unlock info dialog to use Material theme (thanks to pyler) +- Updated Hungarian translations (thanks to benjoe1) +- Updated Russian translations (thanks to gaich) +- Updated French translations (thanks to ch-vox) +- Updated Chinese (Simplified) translations (thanks to liveasx) + +Changelog 5.0.3alpha - 14/03/2015 +-------------------------------------- +- Improved support for Motorola Moto G Dual SIM: +--- QS: adjusted network mode tile (allows changing SIM slot on long-press) +--- QS: adjusted handling and reordering of cellular tiles +--- QS: proper adjustment of signal tile size for tiles per row option +--- Signal cluster adjustments, including icon coloring (NOTE: cell signal doesn't support data activity indicators) +--- fixed Smart radio +--- all other misc Multi SIM related adjustments +- Quick settings: +--- revived Ringer Mode Tile (silent==priority) (thanks to romracer) +--- revived USB Tethering Tile +--- fixed other misc issues in tile management (thanks to romracer) +- BatteryBar: improved behavior in lock screen status bar (now allows bottom position) +- ProgressBar: improved behavior in lock screen status bar (now allows bottom position) +- Phone: +--- added workaround for missed calls notification LED +--- added 5s ramp-up duration for ascending ringtone +- Ultimate notification control: +--- fixed issues causing unexpected heads up and notification icon "jumping" +--- show package names in app descriptions for better identification of packages having the same app name +- Power: improved option for low battery warning policy +- Navigation bar: improved handling of cursor control keys +- Recents: added option for using alternate icon for clear all button +- Fixed unexpected disappearing of centered clock and centered traffic monitor +- Other misc Motorola specific fixes (thanks to romracer) +- Updated Japanese translations (thanks to WedyDQ10) +- Updated French translations (thanks to ch-vox) +- Updated Hungarian translations (thanks to benjoe1) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Portuguese (BR) translations (thanks to wyghor, KingKaminari) +- Updated Russian translations (thanks to gaich) +- Updated Chinese (Traditional) translations (thanks to PeterDaveHello) +- Updated Malay translations (thanks to zamzameir) + +Changelog 5.0.2alpha - 04/03/2015 +-------------------------------------- +- QuickSettings management: +--- reworked UI for choosing/ordering/securing tiles (requires reconfig) +--- added option for tiles per row with automatic tile size scaling +--- added option for hiding brightness slider +--- enabled quick pulldown on tablet devices +--- fixed first row layout when tiles are normalized +--- fixed secured tiles sometimes not showing after unlocking +- Data traffic monitor +--- fixed layout in lock screen +--- added option for showing in lock screen +- Battery bar: forced top edge in lock screen +- Progress bar: forced top edge in lock screen +- Updated Portuguese (BR) translations (thanks to wyghor, KingKaminari) +- Updated Russian translations (thanks to gaich) +- Updated French translations (thanks to ch-vox) +- Updated Slovak and Czech translations + +Changelog 5.0.1alpha - 28/02/2015 +-------------------------------------- +- QuickSettings management is back! +--- with additional security related enhancements +- Navigation bar: +--- fixed SystemUI FC on sw600dp (tablet) devices (thanks to defim for testing) +--- improved layout of navbar during cursor control keys +- Recents: +--- fixed clear all button positioning during vertical navbar +--- changed clear all button icon and added ripple effect +- GB Actions: fixed app window popping up when action launched from 3rd party app +--- requires reassigning actions in 3rd party apps +- Fixed bootloop on incompatible devices such as Moto X 2014 (thanks to bongostl for testing) +- Use proper default value for battery warning policy option +- Fixed strange errors sporadically showing in xposed log (thanks to defim for hints) +- Launcher tweaks: adjusted for Google App 4.2.16 +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Japanese translations (thanks to WedyDQ10) +- Updated Portuguese (BR) translations (thanks to wyghor) +- Updated German translations (thanks to Minty123) +- Updated Polish translations (thanks to xtrem007) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Slovak and Czech translations + +Changelog 5.0.0alpha - 22/02/2015 +-------------------------------------- +- Initial alpha release for Lollipop + +Changelog 3.5.4 - 14/02/2015 +-------------------------------------- +- Smarter identification of MediaTek devices +- Improved detection of GPE devices (thanks to KingKaminari) +- Fixed unlock ring getting frozen on MTK devices after launching GravityBox Action from ring target +- Statusbar tweaks / Progress bar +--- added option for progress bar animation +--- added option for centered progress bar +--- added option for progress bar thickness +--- added option for edge margin +- Key actions: +--- added single-tap action for Menu key +--- added single-tap action for Back key +--- added double-tap action for Recents key +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Russian translations (thanks to gaich) +- Updated Polish translations (thanks to xtrem007) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated French translations (thanks to ch-vox) +- Updated Portuguese (BR) translations (thanks to wyghor, KingKaminari) +- Updated Slovak and Czech translations + +Changelog 3.5.3 - 14/01/2015 +-------------------------------------- +- Launcher tweaks: adjusted for Google Search 4.1.24 +- Battery bar: +--- added option for centered bar +--- added option for choosing charging color +- Updated Portuguese (BR) translations (thanks to wyghor) +- Updated Chinese (Simplified) translations (thanks to liveasx) + +Changelog 3.5.2 - 11/01/2015 +-------------------------------------- +- Statusbar tweaks/Battery settings: added battery bar +--- allows custom position/margin/thickness/dynamic or user defined colors +--- optional charging animation +--- hides automatically while progress bar in status bar is showing at the same position +- Misc tweaks: added interface for specifying WiFi network priorities +--- connects to preferred network when more networks with good signal are in range +--- requires new permissions: ACCESS_WIFI_STATE and CHANGE_WIFI_STATE +- Fixed crash of GB settings on Motorola devices with MediaTek chip +- Added MT8121 to the list of MediaTek devices (thanks to yener90) +- Launcher tweaks: adjusted for Google Search 4.1.21 (thanks to theknut) +- Reworked statusbar tweaks to get rid of layout hooks (for potential better compatibility with unsupported devices) +- Improved identification of Google Play Edition devices (thanks to pyler) +- Other optimizations +- Updated French translations (thanks to ch-vox) +- Updated Japanese translations (thanks to WedyDQ10) +- Updated Russian translations (thanks to gaich) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Polish translations (thanks to xtrem007) + +Changelog 3.5.1 - 14/12/2014 +-------------------------------------- +- Lockscreen tweaks / Unlock ring targets: added option for custom unlock target +--- when option is enabled, one more slot becomes available (total of 8 customizable slots) +--- allows customizing target that serves for unlocking purpose by default +--- GravityBox Actions: introduced Unlock action which can be assigned to any unlock ring target +- Status bar tweaks / Progress bar: +--- improved identification of notifications that contain progress bar +--- other improvements and bug fixes +- Status bar tweaks / Data traffic monitor: +--- added option for Display mode which replaces previous "Download manager only" option: +------ Always (when connection available) (default behavior) +------ For Android Download Manager only (previously as standalone option) +------ When progress bar in status bar is showing (new) +- UNC Progress bar tracking: +--- extended to support more 3rd party apps (browsers/download managers/file managers) +--- fixed progress bar issues when tracking is enabled in Default settings +- Key actions: don't perform torch on volume down during call +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Italian translations (thanks to valerioscifoni) +- Updated Hungarian translations (thanks to benjoe1) +- Updated Polish translations (thanks to xtrem007) +- Updated Slovak and Czech translations + +Changelog 3.5.0 - 07/12/2014 +-------------------------------------- +- Smart Radio: +--- added option for adaptive delayed power save +------ automatically prolongs delay of power saving switch if current mobile data traffic exceeds defined threshold +------ applies when Delayed power save option is enabled and screen is off +------ example: won't switch to power saving mode when streaming music over mobile connection +--- don't attempt to switch network mode while in call +- Navigation bar: +--- Lollipop icons option extended to support previous larger style +--- cursor control key icons adjusted for Lollipop layout +- Ultimate notification control: added option for Progress bar tracking (default and per-app) +--- shows progress bar in status bar for every ongoing notification that contains progress bar +--- requires "Progress bar" feature in status bar tweaks to be enabled +--- example: can be used to enable progress bar in status bar for 3rd party apps and download managers +--- Android Download Manager and Bluetooth transfers are supported implicitly (don't require UNC) +- Download progress bar: +--- added support for Bluetooth transfers +--- extended to support new UNC "Progress bar tracking" feature +- Extended list of MediaTek SoC identifiers (6575,6572,6577,8377,8389,6592,6595) +- Updated Portuguese (BR) translations (thanks to wyghor) +- Updated French translations (thanks to ch-vox) +- Updated Russian translations (thanks to gaich) +- Updated Chinese (Traditional,HK) translations (thanks to momomok) +- Updated Polish translations (thanks to xtrem007) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Slovak and Czech translations + +Changelog 3.4.9 - 21/11/2014 +-------------------------------------- +- Navigation bar tweaks: +--- added option for left handed mode: +------ experimental, but seems to work fine on officially supported devices +------ applicable to devices with vertical navbar in landscape mode (phone devices) +--- Lollipop icons updated from official Lollipop release (yes, they are smaller) +--- custom key icons adjusted to match Lollipop layout +- UNC Active Screen: +--- added option for Pocket mode (makes proximity sensor based behavior optional) +--- additional fixes for devices without proximity sensor +- About: added option for hiding module icon from launcher +- Added compatibility warning dialog showing upon opening settings (thanks to jacknicholson, kingvortex, GermainZ, m0han for content suggestions) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Japanese translations (thanks to WedyDQ10) +- Updated Russian translations (thanks to gaich) +- Updated French translations (thanks to ch-vox) +- Updated Polish translations (thanks to xtrem007) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Slovak and Czech translations + +Changelog 3.4.8 - 07/11/2014 +-------------------------------------- +- Lollipop signal icons: +--- added Lollipop icons for partially connected state (only for devices having "Enable connection state" option in Signal cluster settings) +--- added support for Moto G (also affects mobile signal tile due to Motorola using the same image for both) +--- added support for RTL locales +- Ultimate notification control: +--- added option for heads up timeout on per-app basis +--- added workaround to bring back Active Screen and other UNC features to LG devices (doesn't mean LG devices are now officially supported!) +- Improved compatibility with Xperia Z Ultra Google Play Edition: +--- fixes unlock ring options +--- fixes navigation bar ring options +--- should fix behavior of clear all recent tasks +--- should fix volume panel options +- Updated Polish translations (thanks to xtrem007) +- Updated Portuguese (BR) translations (thanks to wyghor) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Chinese (Traditional) translations (thanks to momomok) +- Added translations for HongKong region (thanks to momomok) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated French translations (thanks to ch-vox) +- Updated Russian translations (thanks to gaich) + +Changelog 3.4.7 - 25/10/2014 +-------------------------------------- +- Ultimate notification control: +--- Heads up: added option for ingoring notification updates (won't show heads up when existing notification gets updated) +--- improved detection of ongoing notifications belonging to foreground services +--- active screen: don't apply to ongoing foreground service notifications +--- active screen: use direct wake up call instead of full wake lock (should improve compatibility on some devices) +--- active screen: improved check for proximity sensor state +- Statusbar signal cluster: added option for using Lollipop signal icons (with full support for MediaTek Gemini) +- Quick settings QuickRecord tile: +--- added option for choosing audio quality +--- added option for choosing auto-stop recording delay +- GravityBox Actions: +--- added action for clearing all notifications +--- added action for toggling auto brightness +- Phone tweaks: added option for SMS/MMS unicode filtering (for standard Messaging app only) +- Launcher tweaks: adjusted for compatibility with Google Search 4.0.26 (thanks to theknut) +- Updated Hungarian translations (thanks to benjoe1) +- Updated Portuguese (BR) translations (thanks to wyghor) +- Updated Chinese (Traditional) translations (thanks to momomok) +- Updated Polish translations (thanks to xtrem007) +- Updated French translations (thanks to ch-vox) +- Updated Russian translations (thanks to gaich) +- Updated Slovak and Czech translations + +Changelog 3.4.6 - 14/10/2014 +-------------------------------------- +- Heads up: +--- added option for importance threshold: +------ allows to suppress heads up for notifications that are of lower importance than defined threshold +------ depends on priority of notification as set by app sending a notification +------ hint: Medium level filters out Google Now notifications +--- added summary text to "Show expanded" preference to make clear it can be overriden by UNC (thanks to momomok) +--- optimized preference handling (less processing when notification arrives) +- Ultimate notification control: +--- fixed improper lights and vibration handling during quiet hours affecting mainly ongoing notifications +--- Active Screen: added option for ignoring quiet hours (shows active screen during quiet hours) +--- heads up importance threshold applies when heads up mode is set to "Default" +--- heads up importance threshold DOES NOT apply to Active Screen +- Network mode tile: added option for specifying 2G+3G mode: +--- allows to choose whether to use GSM/WCDMA Preferred or GSM/WCDMA Auto +--- tile icon indicates which 2G+3G mode is set (2G/3G or 3G/2G) +- PowerMenu: added option for hiding expanded desktop toggle in power menu +- GB App Picker: search field adjusted to allow inputting non-English characters (thanks to momomok) +- Status bar download progress: fixed exotic error appearing in xposed log +- Updated Russian translations (thanks to gaich) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Portuguese (BR) translations (thanks to wyghor) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Japanese translations (thanks to WedyDQ10) +- Updated French translations (thanks to ch-vox) +- Updated Spanish translations (thanks to DIG200) +- Updated Polish translations (thanks to xtrem007) +- Updated Chinese (Traditional) translations (thanks to momomok) +- Updated Italian translations (thanks to valerioscifoni) +- Updated Slovak and Czech translations + +Changelog 3.4.5 - 04/10/2014 +-------------------------------------- +- Statusbar: added option for showing download progress bar in status bar +--- applies only to downloads carried out via Android's standard download manager +--- allows top or bottom edge position +--- in case of multiple download notifications, progress bar applies to the one that came first +--- for Play Store app updates, progress represents real status unlike the one indicated within Play Store app +- Statusbar: added option for controlling Notification Ticker policy +- Signal cluster: added option for hiding SIM labels (Moto G Dual SIM only) +- UNC: fixed "Ignore quiet hours" option disappearing bug introduced in 3.4.4 +- Heads up: fixed exotic NullPointerException appearing in Xposed error log +- Updated Hungarian translations (thanks to benjoe1) +- Updated French translations (thanks to ch-vox) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Portuguese (BR) translations (thanks to wyghor) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Chinese (Traditional) translations (thanks to momomok) +- Updated Russian translations (thanks to gaich) +- Updated Spanish translations (thanks to DIG200) +- Updated Slovak and Czech translations + +Changelog 3.4.4 - 28/09/2014 +-------------------------------------- +- UNC Quiet hours: +--- added option for specifying week days +--- added option for muting system sounds +--- optimized preference handling (requires setting up quiet hours from scratch) +- UNC: changed resolution of alert only once timeout from minutes to seconds (requires setting it up again) +- Proximity wake-up: +--- added option to ignore proximity wake-up on incoming call +--- hide feature from devices that have no proximity sensor (thanks to bgcngm) +- Recents panel: always translucent bars feature now optional (since it breaks recents panel on Xperia) +- GB Actions: optimized airplane mode toggle action (thanks to pyler) +- Lockscreen: optimized preference handling and unlock ring hooks +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Russian translations (thanks to gaich) +- Updated Spanish translations (thanks to jvbferrer) +- Updated Chinese (Traditional) translations (thanks to momomok) +- Updated Hungarian translations (thanks to benjoe1) +- Updated Italian translations (thanks to valerioscifoni) +- Updated French translations (thanks to ch-vox) +- Updated Turkish translation (thanks to droidplus) +- Updated Polish translations (thanks to xtrem007) +- Updated Portuguese (BR) translations (thanks to wyghor) +- Updated Japanese translations (thanks to WedyDQ10) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Slovak and Czech translations + +Changelog 3.4.3 - 18/09/2014 +-------------------------------------- +- Lockscreen status bar lock policy: +--- don't force access restriction to quick settings when policy in GB is other than "Unlocked" +--- restrict access to QS also for apps that run on top of secured lock screen (e.g. Camera or 3rd party lock screens) +--- fixed QS access restriction on tablet UI +- Heads up snooze: +--- always use 24h format for snooze timer picker +--- added option for default snooze timer +------ default snooze timer is set automatically when heads up snooze icon is pressed +------ custom snooze timer dialog is open when heads up snooze icon is long-pressed +- Recents panel: +--- statusbar/navbar always translucent by default (no option) +--- allow live wallpaper on high end GFX devices (no option) +- Ring targets: adjusted for compatibility with Xperia (thanks to laguCool) +- Updated Chinese (Traditional) translations (thanks to momomok) +- Updated Polish translations (thanks to xtrem007) +- Updated French translation (thanks to ch-vox) +- Updated Japanese translations (thanks to WedyDQ10) +- Updated Spanish translations (thanks to jvbferrer) +- Updated Portuguese (PT) translation (thanks to bgcngm) + +Changelog 3.4.2 - 14/09/2014 +-------------------------------------- +- GB settings: +--- reworked image choosing/cropping - supports Google Photos and potentially other gallery apps +--- added automatic clean up of GB app picker cache (saves storage space) +- Heads up: added option to show snooze button within heads up window +--- allows to suppress heads up for particular app or all apps at once for specified amount of time +--- added option to reset all current snooze timers +- Lockscreen status bar lock policy: option to allow status bar expand on secured lock screen +--- allows peeking on notifications even if lock screen is secured +--- access to quick settings prohibited +--- makes UNC ActiveScreen "expand notification panel" mode work on secured lock screen +- Power tweaks: +--- added option for proximity wake up (prevents accidental wake up) +--- added option for emulating battery charging light: +------ allows charging light on devices lacking native support (e.g. Nexus 5) +------ pending notification light has priority over charging light +------ charging light color changes lineary according to current battery level (requires RGB LED hardware) +------ whether led is constantly ON or "breathing" depends on LED driver (cannot be affected by GB) +- Display tweaks: button backlight notifications adjusted to follow Pulse notification delay +- Updated Japanese translations (thanks to WedyDQ10) +- Updated French translation (thanks to ch-vox) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Polish translations (thanks to xtrem007) +- Updated Russian translations (thanks to gaich) +- Updated Portuguese (PT) translations +- Updated Slovak and Czech translations + +Changelog 3.4.1 - 05/09/2014 +-------------------------------------- +- Lockscreen: fixed Quick Unlock not applying to Password security +- QuickSettings: improved behavior of NFC tile (indicates ON<->OFF transition states) +- MediaTek specific: +--- fixed missing carrier text for the second SIM in notification drawer +--- added option for unhiding Advanced developer options +--- added option for unhiding Voice search and TTS settings in Language&Input +--- removed redundant MTK screen timeout quick settings tile +--- improved cast screen tile to follow stock behavior +--- option for national data roaming adjusted for MTK compatibility +- Updated French translations (thanks to ch-vox) +- Updated Russian translations (thanks to gaich) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Portuguese (PT) translations +- Updated Slovak and Czech translations + +Changelog 3.4.0 - 31/08/2014 +-------------------------------------- +- Adjusted for compatibility with ThL 5000 (MTK6592) running stock ROM +- Potential support for other MTK devices running pure MediaTek KitKat ROMs +- UNC ActiveScreen: improved evaluation of proximity sensor state (fixes proximity sensor issues on Moto G) +- Display tweaks: Button backlight notifications feature adjusted for KitKat compatibility +- Battery charged sound: don't play fully charged sound at boot +- Lockscreen: don't apply quick unlock to SIM PIN/PUK views (Fixes glitch when entering SIM PIN/PUK) +- Updated Italian translations (thanks to valerioscifoni) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Russian translations (thanks to gaich) +- Updated Japanese translations (thanks to WedyDQ10) +- Updated Spanish translations (thanks to jvbferrer) +- Updated Polish translations (thanks to xtrem007) +- Updated Portuguese (PT) translations +- Updated Slovak and Czech translations + +Changelog 3.3.3 - 20/08/2014 +-------------------------------------- +- Fixed battery/charging events sounds playing even if no sounds are set +--- known to happen on Samsung and other "unsupported" devices +- Use proper minimum brightness value for status bar brightness control (thanks to tonyp) +- UNC ActiveScreen: optimized proximity sensor usage +--- feature no more requires prox sensor to be on while screen is off +- Updated French translation (thanks to ch-vox) +- Updated Slovak translations (thanks to ja_som) + +Changelog 3.3.2 - 19/08/2014 +-------------------------------------- +- Quick settings: toggle auto-brightness on/off on brightness tile long-press (when brightness tile behavior overriden) +- Heads up common: +--- added option for choosing heads up position (applies only when keyboard is not showing to avoid interference http://youtu.be/m3xD9z0k5oM ) +--- added option for choosing heads up transparency level +--- improved handling of non-intrusive incoming call +--- fixed heads up sometimes stuck after non-intrusive incoming call is answered +- Ultimate notification control: +--- Active Screen: added option for choosing heads up transparency level +--- Active Screen: avoid keyboard popping up for heads up on lock screen +--- fixed crash when orientation changes during app list loading +- Power tweaks: allow users to choose custom sounds for battery charged/charger plugged/unplugged events +- Navigation bar/pie: optimized behavior of dynamic clear all recents key +- Key actions: fixed issues with the recents key causing action reset +- ExpandedDesktop: don't show status bar when swiping from navbar area in semi-immersive mode - e.g. avoids showing status bar + when user has Pie controls within navbar area +- Display tweaks: affect button backlight behavior only when option for button backlight mode is other than default +- Misc tweaks: added option for FakeID vulnerability patch (thanks to Tungstwenty@XDA for original Xposed module - https://github.com/Tungstwenty/FakeIDFix): +--- patches new security vulnerability labeled "Fake ID" (Google bug 13678484) - http://bluebox.com/technical/android-fake-id-vulnerability/ +- Updated Italian translations (thanks to valerioscifoni) +- Updated French translation (thanks to ch-vox) +- Updated German translations (thanks to LibertyMarine) +- Updated Russian translations (thanks to gaich) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Slovak and Czech translations + +Changelog 3.3.1 - 11/08/2014 +-------------------------------------- +- Fixed crash in GravityBox settings +- Don't show toasts when Headset is plugged/unplugged when no actions are set +- Fixed coloring of signal icon for SIM slot 2 (Moto G Dual SIM) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated French translation (thanks to ch-vox) +- Updated Japanese translations (thanks to WedyDQ10) + +Changelog 3.3.0 - 09/08/2014 +-------------------------------------- +- Added full support for Moto G Dual SIM running stock KitKat (except for carrier text options) +- Quick settings: +--- improved cast screen tile behavior +--- made precautions to avoid rare battery drain coming from Remote Display related to cast screen tile +--- added support for SIM 2 and network mode tiles on Moto G dual SIM devices +--- Network mode tile: +------ added option to choose to which SIM slot network mode tile applies (tile specific settings) +------ long-press on tile switches SIM slot without a need to dive into tile specific settings +- Signal cluster: +--- added option to hide mobile signal icons when SIM slots are empty (Moto G dual SIM) +- Heads up common: +--- show heads up only in case notification is for current user (in case of multi-user environments such as tablets) +- Ultimate notification control: +--- removed "Do not disturb" option from Default settings +--- added main screen with links to UNC features (improved user experience) +--- improved detection of statusbar visibility when heads up is set to show only when statusbar hidden +--- ActiveScreen: added option for setting heads up timeout (0 = until device is unlocked) +--- ActiveScreen: added option for setting heads up position +--- handle errors from package manager - potentially avoids rare crashes during app list loading +- Ring targets: improved unification of predefined/custom icon sizes +- Launcher tweaks: adjusted for compatibility with Google Search 3.6.13 +- Improved compatibility with DynamicAlarm module (requires status bar coloring to be off) +- Navigation key actions: major rework which allows to bind Custom action to all key actions instead of using limited "Launch custom app 1/2" +--- removed "Launch custom app 1/2" from action list as well as related options for choosing custom app 1/2 +--- added "Custom action" to the list of available actions which when set opens app picker for user to choose desired action +- Updated Japanese translations (thanks to WedyDQ10) +- Updated Russian translations (thanks to gaich) +- Updated Italian translations (thanks to valerioscifoni) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Spanish translations (thanks to jvbferrer) +- Updated Chinese (Traditional) translations (thanks to momomok) +- Updated French translation (thanks to ch-vox) +- Updated Polish translations (thanks to xtrem007) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Slovak and Czech translations + +Changelog 3.2.5 - 11/07/2014 +-------------------------------------- +- Quick Settings: +--- added support for Remote display tile (cast screen) +--- fixed glitches during settings panel expansion when Remote display tile is active +--- allow tile reordering activity on non-touchscreen devices +- Heads Up: fixed issue causing heads up to sometimes disappear too fast +- Ultimate notification control: +--- indicate active screen and heads up modes within UNC app list subtitles +--- changed improper title of Active Screen mode "when expanded desktop hides status bar" +- Pie: slightly increased trigger swipe angle +- Screen recording: toggle pointer automatically when screen recording starts +- Updated Russian translations (thanks to gaich) +- Updated Italian translations (thanks to valerioscifoni) +- Updated German translations (thanks to LibertyMarine) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Spanish translations (thanks to jvbferrer) +- Updated French translation (thanks to ch-vox) + +Changelog 3.2.4 - 06/07/2014 +-------------------------------------- +- Heads Up (common): +--- improved non-intrusive call handling (won't show ongoing call as heads up) +--- added support for showing heads up for existing notifications that got updated +--- added support for proper handling of notification action buttons +------ hides heads up window when notification action button clicked +- UNC Active Screen: +--- per-app active screen extended to support heads up mode +--- shows centered heads up in lock screen +--- supports secured lock screen +- Navigation bar: +--- replaced Android L icons with the authentic ones +--- replaced Android L IME back icon with rotated triangle for more consistent experience +- Phone tweaks: fixed contact photo not always showing when unknown caller photo option is active +- Updated French translation (thanks to ch-vox) +- Updated Italian translations (thanks to valerioscifoni) +- Updated Japanese translations (thanks to WedyDQ10) +- Updated Chinese (Traditional) translations (thanks to momomok) +- Updated Polish translations (thanks to xtrem007) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Slovak and Czech translations + +Changelog 3.2.3 - 02/07/2014 +-------------------------------------- +- HeadsUp: fixed misbehavior of non-intrusive incoming call when screen off or device locked + +Changelog 3.2.2 - 02/07/2014 +-------------------------------------- +- Launcher tweaks: adjusted for compatibility with GNL 3.5 +- Heads Up (common): +--- added support for non-intrusive incoming call: +------ active when non-intrusive incoming call option is enabled in Phone tweaks +------ always shows expanded for quick access to accept/decline call actions +--- added option to show heads up expanded +--- top gap is reduced automatically when status bar is hidden +- Heads Up (UNC): +--- added per-app option to show heads up expanded +--- added per-app "Do not disturb" option: +------ won't show any heads up from any app when app that has enabled DND is currently in the foreground +- Navigation bar: added option to show Android L icons (thanks to bgcngm) +- ClearAllRecents: adjusted for compatibility with Xperia devices +- Updated Chinese (Traditional) translations (thanks to momomok) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated German translations (thanks to LibertyMarine) +- Updated Italian translations (thanks to valerioscifoni) +- Updated Russian translations (thanks to gaich) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Slovak and Czech translations + +Changelog 3.2.1 - 25/06/2014 +-------------------------------------- +- Heads up: +--- added master switch together with some basic options under Statusbar tweaks (outside Ultimate notification control) +--- added option for defining timeout (0 = persistent) +--- added option for turning on one finger expand +--- fixed issue affecting notification ordering +--- per-app heads up control remains available within Ultimate notification control (when master switch is on) +- Fixed statusbar battery percentages showing 0 after reboot when expanded battery tile is enabled +- QS: Don't apply "All caps" text style to extended battery tile to always show mV instead of MV +- Updated layout in UNC quick search box to allow inputting non-English characters (thanks to momomok) +- Updated Chinese (Traditional) translations (thanks to momomok) +- Updated German translations (thanks to LibertyMarine) +- Updated Spanish translations (thanks to jvbferrer) +- Updated French translation (thanks to ch-vox) +- Updated Polish translations (thanks to xtrem007) +- Updated Russian translations (thanks to gaich) +- Updated Slovak and Czech translations +- Small adjustments to Indonesian translations (thanks to mirdhan) + +Changelog 3.2.0 - 22/06/2014 +-------------------------------------- +- Ultimate notification control: +--- Heads up mode: takes advantage of hidden kitkat feature: +------ allows showing notifications in floating window; configurable on per-app basis +------ 2 finger swipe-down expands notification +------ applicable to non-ongoing notifications only +------ http://youtu.be/yXferAXGirM +--- Quiet hours: added option for controlling vibration muting separately +--- Quiet hours: added option for Interactive mode (Always keeps notifications quiet during user interaction) +- QuickSettings management: +--- added option for Extended battery tile (within Tile specific settings): +------ shows battery percentage inside tile icon +------ shows temperature and voltage as tile text (including percentage when charging) +--- changed QuickRecord tile icons (thanks to SlimRoms) +--- QuickApp tile: launch sub app immediately when there's only one defined +--- fixed signal tile layout for Motorola Razr HD devices +- Navigation bar: +--- fixed key shifting on Nexus7 and other non-phone UI devices +--- fixed menu key visibility logic during cursor control keys +- Misc tweaks: +--- added options for defining headset plug/unplug actions +--- added option for enabling Screenshot delete action within notification +- Statusbar date: added new format: "d" to show only day of month +- AppPicker: improved custom icon quality (requires re-assigning of custom icons) +- Updated Russian translations (thanks to gaich) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Chinese (Traditional) translations (thanks to momomok) +- Updated Polish translations (thanks to xtrem007) +- Updated Japanese translations (thanks to WedyDQ10) +- Updated French translation (thanks to ch-vox) +- Updated Italian translations (thanks to valerioscifoni) +- Updated Spanish translations (thanks to jvbferrer) +- Updated German translations (thanks to LibertyMarine) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Slovak and Czech translations + +Changelog 3.1.7 - 14/06/2014 +-------------------------------------- +- Fixed severe bug in AppPicker affecting ring targets/quick app tile icons +- Ring targets: apply highlight color change to all icon types +- Statusbar: extended option for clock date allowing to choose date format (thanks to bgcngm) + +Changelog 3.1.6 - 13/06/2014 +-------------------------------------- +- Statusbar brightness control revised (thanks to jacknicholson) +--- Prevent brightness changes after notifications panel has been opened +--- Don't adjust brightness for swipes <45� from vertical. +- AppPicker preference: added support for choosing custom icons +--- long-press on preference icon triggers custom icon pick +--- single-press preserved (shows list of predefined icons) +--- compatible with standard Gallery only (incompatible with Google Photos) +- Added option to show short date in statusbar clock +- Implemented delete action within screenshot notification +- Quick settings: +--- added "override default tile behavior" support for SlimKat Location mode tile +--- added Compass tile +- Pie controls: +--- added option for Mirrored keys (swaps key positions) +--- added option for Centered trigger - triggers pie only when swiping from center of the screen edge +--- fixed back key alt. icon not showing when IME (keyboard) is showing +- Lockscreen: added option to disable emergency call button (USE AT YOUR OWN RISK!!!!) +- Fixed bugs in autobrightness settings +--- improved sanity check for entered LUX values +--- prevent bootloop in case of invalid values +- Developer settings: added 1.25x animation scale +- Added partial Norwegian translations (thanks to Simen B) +- Updated German translations (thanks to LibertyMarine) +- Updated Italian translations (thanks to valerioscifoni) +- Updated French translation (thanks to ch-vox) +- Updated Polish translations (thanks to xtrem007) +- Updated Japanese translations (thanks to WedyDQ10) +- Updated Chinese (Traditional) translations (thanks to momomok) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Russian translations (thanks to gaich) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Slovak and Czech translations + +Changelog 3.1.5 - 03/06/2014 +-------------------------------------- +- Adjusted for compatibility with Android 4.4.3 +- Fixed error in expanded desktop tile causing SystemUI crash on 4.4.3 +- Ultimate notification control: +--- added option to specify time interval for "Alert only once" option +------ update to existing notification arriving after time interval expires won't be muted +- Updated Russian translations (thanks to gaich) +- Updated Chinese (Traditional) translations (thanks to momomok) +- Updated Japanese translations (thanks to WedyDQ10) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated French translation (thanks to ch-vox) +- Updated Spanish translations (thanks to jvbferrer) +- Updated Polish translations (thanks to xtrem007) +- Updated Italian translations (thanks to pesa1234) + +Changelog 3.1.4 - 25/05/2014 +-------------------------------------- +- Added alternative way of making a donation via Play Store (About / Get unlocker) +- GB App Launcher: fixed apps disappearing after they get updated +- QuickSettings: +--- fixed broken layout of signal tiles on Motorola Razr devices +--- fixed Quick pulldown misbehavior after orientation change +--- made Swipe to QuickSettings optional +--- Smart Radio tile: added indication of current/upcoming state +- Fixed couple of issues for Nexus 7: +--- clear all recents button layout (covered by navigation bar) +--- QS tiles per row in landscape orientation +- Navigation bar custom key: added option for using alternate icon +- Smart Radio: option to ignore mobile data availability +- GB Actions: added shortcut for toggling Synchronization +- Updated Polish translations (thanks to xtrem007) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated French translation (thanks to ch-vox) +- Updated Hungarian translations (thanks to benjoe1) +- Updated Russian translations (thanks to abusalimov) +- Updated Italian translations (thanks to pesa1234) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Slovak and Czech translations (thanks to Ja_Som) + +Changelog 3.1.3 - 18/05/2014 +-------------------------------------- +- Adjusted for compatibility with Xposed Framework 2.6 +- UNC Quiet Hours: +--- fixed time ranges being affected by timezone change (requires setting ranges again) +--- fixed refreshing of statusbar icon and tile on manual time change or timezone change +- GravityBox Actions: added shortcut for setting ringer mode +- GB App Launcher: +--- added one more row for setting up 4 additional apps/shortcuts +--- improved initialization at startup +--- added logic to handle assigned apps removal/uninstall +--- optimized to use less system resources +- Brought back navigation bar keys missing on HTC GPE devices having capacitive keys without menu key +- Notification panel: swipe to quick settings adjusted to work within whole panel area +- VolumePanel transparency: making view opaque on interaction is now optional +- Data Traffic Monitor: option to show only for mobile data +- Added new battery style: dashed circle without/with percentage +- Developer options: added 0.75x animation scale +- Ongoing notification blocker: fixed scaling of icons in the list +- Backup: prevent media scanner from scanning backup folder +- Updated Japanese translations (thanks to WedyDQ10) +- Updated Spanish translations (thanks to jvbferrer) +- Updated French translation (thanks to ch-vox) +- Updated Russian translations (thanks to gaich) +- Updated Chinese (Traditional) translations (thanks to momomok) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Slovak and Czech translations + +Changelog 3.1.2 - 05/05/2014 +-------------------------------------- +- Fixed issues with launching apps/shortcuts from unlock ring +- Updated Italian translations (thanks to valerioscifoni) +- Updated French translation (thanks to ch-vox) +- Updated Chinese (Traditional) translations (thanks to momomok) + +Changelog 3.1.1 - 03/05/2014 +-------------------------------------- +- Phone tweaks: Added option for ascending (increasing) ring tone +- Lockscreen tweaks: +--- Fixed issues with launching activities from "slide before unlock" ring (double-ring anomaly) +--- Allow safe GravityBox Actions to be run from unlock ring and navbar ring when lock screen is secured +--- Anti-aliased Battery Arc for better visual quality +- GB App Launcher: +--- Allows app launcher to be triggered from unlock/navbar rings on secured lock screen +--- Allows launching only safe GravityBox Actions when lock screen is secured +--- Will request unlock prior to launching activity - prompts user to unlock before running activity +- GravityBox Actions: Added action for toggling Airplane Mode +- Statusbar tweaks: Added option for controlling Bluetooth icon visibility +- Navbar tweaks: Don't show search icon hint when navbar ring is disabled +- RAM Bar: Fixed text alignment for RTL locales +- Key actions: Added action for in-app search (works in apps that support it) +- Launcher tweaks: Adjusted for compatibility with the latest obfuscated version of GNL +- Power Menu: Improved option to disable power menu while locked: +--- Won't allow power menu while activity that's allowed to be running + during keyguard lock is in the foreground (e.g. emergency dialer or camera app) +- Display tweaks: Changed unit of pulse notification delay to allow values < 1s +- Icon Picker: Added icon for Snapchat (thanks to jacknicholson) +- Misc tweaks: Option to force LTR layout direction for RTL languages +- Updated French translation (thanks to ch-vox) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Chinese (Traditional) translations (thanks to bluestarr, momomok) +- Updated Italian translations (thanks to pesa1234) +- Updated German translations (thanks to LibertyMarine, Minty123) +- Updated Spanish translations (thanks to jvbferrer) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Russian translations (thanks to gaich) +- Updated Japanese translations (thanks to WedyDQ10) +- Updated Polish translations (thanks to xtrem007) +- Updated Slovak and Czech translations + +Changelog 3.1.0 - 22/04/2014 +-------------------------------------- +- QuickSettings management: +--- added SlimKat style Location tile (thanks to SilentException): +------ single press = enable / disable, long press = change location mode +------ compatible with "Disable location consent" xposed module +--- added Quiet hours tile: +------ single-press cycles between QH on/off (manual mode) +------ long-press turns on QH auto mode (follows time ranges defined in QH settings) +------ long-press during auto mode opens QH settings +- UNC Quiet hours: +--- fixed bug in time range handling for Friday/Sunday +--- added option for ignoring QH on per-app basis: +------ allows ignoring QH for all notifications arriving from particular app +------ allows defining keywords for which to ignore QH (QH will be ignored for notifications containing keywords) +- GravityBox Actions: +--- added Quiet hours shortcuts: +------ one for toggling manual on/off, another one for switching to AUTO mode +------ 3rd party control via intent available: +--------- Intent: gravitybox.intent.action.ACTION_TOGGLE_QUIET_HOURS +--------- Extra param (optional): qhMode (case sensitive string; supported values: ON, OFF, AUTO) +--- fixed Google Now action not launching on devices without navigation bar +--- fixed bug in launching GB Actions from unlock ring (toggle actions were affected) +--- prevent GB actions from launching from navbar ring or unlock ring when keyguard is secured (security measure) +- SignalCluster settings: +--- option to show H+ indicator (distinguishes between HSPA and HSPA+) +--- option to change mobile data indicator style (LTE/4G) +- Media tweaks: option for adjusting volume panel transparency +- Notification drawer style: added custom carrier text support for MediaTek devices (thanks to bgcngm) +- Improved support for RTL languages +--- proper cursor control arrows in navigation bar +--- proper mobile signal icons (e.g. when statusbar coloring is on) +--- switching between RTL/non-RTL system language requires reboot for GB to load proper resources +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Russian translations (thanks to gaich) +- Updated Chinese (Traditional) translations (thanks to momomok) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Hungarian translations (thanks to benjoe1) +- Updated German translations (thanks to Minty123) +- Updated Italian translations (thanks to pesa1234) +- Updated Japanese translations (thanks to WedyDQ10) +- Updated French translation (thanks to ch-vox) +- Updated Polish translations (thanks to xtrem007) +- Updated Slovak and Czech translations + +Changelog 3.0.3 - 14/04/2014 +-------------------------------------- +- Ultimate Notification Control: +--- Quiet hours: option to show icon in status bar during Quiet hours +--- Quiet hours: additional time range for weekends with automatic smart logic for Friday/Sunday +--- Active Screen: optimized proximity sensor usage +--- fixed handling of LED settings during Quiet hours +--- fixed UNC settings not being backed up/restored +- BatteryPercentText: option for choosing charging color +- Option for forcing English locale (under About menu) +- Initial support for MediaTek platform (thanks to bgcngm) +- Initial support for Lenovo VibeUI KK ROMs (thanks to bgcngm) +- PowerMenu: dynamic coloring of GB related icons based on color of original power menu icons (thanks to bgcngm) +- Added option to disable data network type icons (available to MTK based devices with Gemini support) (thanks to bgcngm) +- ModClearAllRecents: fixed rare FC occurring under special conditions ( https://plus.google.com/104339936357527615598/posts/BYdGbSrQXHj ) +- Cleanup of unused resources (thanks to bgcngm) +- Updated Italian translations (thanks to pesa1234, valerioscifoni) +- Updated German translations (thanks to Minty123, LibertyMarine +- Updated Dutch translations (thanks to Snerual) +- Updated Chinese (Traditional) translations (thanks to momomok) +- Updated Hungarian translations (thanks to benjoe1) +- Updated Spanish translations (thanks to jvbferrer, cgrs) +- Updated French translation (thanks to ch-vox) +- Updated Russian translations (thanks to gaich) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Polish translations (thanks to xtrem007) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Slovak and Czech translations + +Changelog 3.0.2 - 07/04/2014 +-------------------------------------- +- Ultimate Notification Control extended: +--- Active Screen: +------ automatically turns on screen every time new notification arrives +------ optionally expands notification panel automatically +------ takes into account whether device is in the pocket or case +------ master switch + configuration on per-app basis +--- Quiet hours: +------ mutes sounds/vibrations for all notifications arriving within defined time range +------ optionally mutes LED (won't pulse when notification arrives) +------ mutes also GB's charger plugged/unplugged/battery charged sounds +--- More control over LED settings: +------ allows preserving original LED settings coming from a particular app +------ allows overriding LED settings to provide custom behavior +------ allows turning LED off for a particular app +- Dialer: don't perform non-intrusive call when day dreaming +- Traffic Meter: follow signal cluster alpha changes: +--- e.g. hides traffic meter when statusbar is in low profile mode +- Updated French translation (thanks to ch-vox) +- Updated Japanese translations (thanks to WedyDQ10) +- Updated Hungarian translations (thanks to joco82) +- Updated Spanish translations (thanks to jvbferrer) +- Updated Russian translations (thanks to gaich) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Polish translations (thanks to xtrem007) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Slovak and Czech translations + +Changelog 3.0.1 - 31/03/2014 +-------------------------------------- +- Fixed volume key crashes on Xperia devices +- Notification control: implemented default settings +--- when enabled, all apps that have no active explicit settings will automatically use default settings +--- introduced trial period to allow users to check if notification control submodule works on their device +- Clear all recents: +--- fixed clear all key being stuck in navbar under certain conditions +--- workaround for AOSP bug that kept recents panel active in the background under certain conditions +--- fixed clear all key coloring in Pie (thanks to SilentException) +--- further optimizations (thanks to SilentException) +--- potential fix for SystemUI crash on Xperia devices +- Navigation bar: option to disable camera icon in lock screen +- Phone: fixed Home key not responding during non-intrusive incoming call +- Media: take increased music volume steps into account for safe headset volume +- Reorganized Clock settings (thanks to Minty123) +- Added Malay translations (thanks to zamzameir) +- Updated Russian translations (thanks to gaich) +- Updated Chinese (Traditional) translations (thanks to Eric850130, knight00931, momomok) +- Updated Polish translations (thanks to xtrem007) +- Updated Spanish translations (thanks to jvbferrer) +- Updated Chinese (Simplified) translations (thanks to liveasx, logicmd) +- Updated German translations (thanks to Minty123, LibertyMarine) +- Updated Japanese translations (thanks to WedyDQ10) +- Updated French translation (thanks to ch-vox) +- Updated Italian translations (thanks to pesa1234) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Slovak and Czech translations + +Changelog 3.0.0 - 16/03/2014 +-------------------------------------- +- Introducing Ultimate Notification Control (premium) +--- allows notification LED color and duration control on per-app basis +--- allows overriding notification sounds and vibrations on per-app basis +--- supports "Alert only once" and "Insistent" notification features +--- workaround for AOSP bug preventing LED from working for missed calls +------ activates by enabling Notification Control for "Phone" app +- New clear all recents style: clear all button in Navigation bar/Pie (thanks to SilentException) +--- replaces recents button with clear all button while recents panel is showing +- Lockscreen: option to hide red trail when wrong pattern is entered (thanks to SilentException) +- Omni traffic monitor: added option for auto-hiding on inactivity based on user-defined speed threshold +- Navigation keys: added option for specifying virtual key vibe pattern +- Icon Picker: added icons for Chrome and Spotify (thanks to Jason_MCG, jacknicholson) +- Fixed invalid value of Data Activity Indicator color +- Updated German translations (thanks to Minty123, Wikiwix) +- Updated Spanish translations (thanks to jvbferrer) +- Updated French translation (thanks to ch-vox) +- Updated Italian translations (valerioscifoni) +- Updated Russian translations (thanks to gaich) +- Updated Japanese translations (thanks to WedyDQ10) +- Updated Polish translations (thanks to xtrem007) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Slovak and Czech translations + +Changelog 2.9.9 - 12/03/2014 +-------------------------------------- +- QuickSettings management: +--- Option for choosing timeout modes for Stay Awake Tile (thanks to JayT5) +--- Added Lockscreen Tile: allows enabling/disabling lockscreen +--- Added Alarm dynamic tile to the list of manageable tiles: +------ allows Alarm tile enable/disable/reorder +------ option for assigning app/shortcut on single-tap +------ option for assigning app/shortcut on long-press +--- Added long-press action to Airplane mode tile (thanks to SilentException) +--- Added long-press action to Auto-rotate tile (thanks to SilentException) +--- Added long-press action to Settings tile (opens GB) (thanks to SilentException) +--- Added long-press action to Brightness tile (thanks to SilentException) +--- Reorganized tile specific settings for better user experience +- Data traffic monitor revamped: +--- Added new style (Omni) that can show download/upload separately +--- Option to show traffic monitor only while there are ongoing downloads via Android's Download Manager (CPU/battery friendly) +- Signal cluster settings: option to specify data activity indicator color (independent of statusbar icon coloring) +- Lockscreen tweaks: removed "Allow any widget" option due to locskcreen widget API breakage +- Battery charged/charger plugged/unplugged sounds: +--- Linked to notification stream instead of media stream +--- Ogg files are now stored in the filesystem thus can be easily replaced with custom ones: +------ stored in /data/data/com.ceco.kitkat.gravitybox/files +------ when replaced, correct file permission mode must be set for files to be readable by everyone +--- Falls back to system notification sound in case ogg is missing or is not readable +- Icon Picker: Added icons for Calculator, Skype and Viber +- New permission: RECEIVE_BOOT_COMPLETED needed for preparation of assets at boot (e.g. ogg files) +- Fixed error in computation of auto-brightness spline (when Brightness tweaks are active) +- Updated Russian translations (thanks to gaich) +- Updated French translation (thanks to ch-vox) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Italian translations (thanks to pesa1234, valerioscifoni) +- Updated Polish translations (thanks to xtrem007) +- Updated Spanish translations (thanks to jvbferrer) +- Updated Chinese (Traditional) translations (thanks to Eric850130) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Japanese translations (thanks to WedyDQ10) +- Updated Slovak and Czech translations + +Changelog 2.9.8 - 03/03/2014 +-------------------------------------- +- Last screen: fixed scaling of images (thanks to bgcngm) +- Volume Panel: option to disable volume adjust vibrate (thanks to JayT5) +- Added title line for master switches in GB settings (thanks to Minty123) +- Don't play Battery charged/Charger plugged/unplugged sounds when Phone's not idle (e.g. while in call) +- Fixed undesired back/recents keys actions triggering when swiping for navbar ring +- Screen Recording: option to choose stock screenrecord binary instead of alternative (to be used in case device's incompatible with alternate binary) +- QuickSettings management: +--- Ringer Mode Tile: preserve vibrate state when switching to silent mode (thanks to jacknicholson for pointing out) +--- Screenshot Tile: toggle screen recording on long-press on tile (thanks to natezire71 for idea) +- Statusbar tweaks / Clock settings: +--- Added master switch for Clock settings +--- Added option for controlling day of week text size +--- Added option for controlling AM/PM text size +- Navigation bar tweaks: option to disable navigation bar ring (disables navbar gesture) +- Lockscreen tweaks / Unlock ring targets: +--- Added 2 more unlock ring targets +--- Disabled magnetic targets (targets won't snap to current touch position) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Italian translations (thanks to pesa1234, valerioscifoni) +- Updated Russian translations (thanks to gaich) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Chinese (Traditional) translations (thanks to Eric850130, knight00931) +- Updated German translations (thanks to Minty123, calav3ra) +- Updated Spanish translations (thanks to jvbferrer) +- Updated Korean translations (thanks to SDKoongchi) +- Updated Japanese translations (thanks to WedyDQ10) +- Updated Polish translations (thanks to xtrem007) +- Updated Slovak and Czech translations + +Changelog 2.9.7 - 16/02/2014 +-------------------------------------- +- Fixed option for enabling/disabling menu overflow button +- Fixed notification icons overlapping with centered clock +- QuickSettings management: +--- Stay Awake tile extended to allow cycling through common screen timeout modes (long-press switches directly to Stay Awake and back) +--- Added tile for toggling Smart Radio feature on/off on the fly (relevant when Smart Radio master switch is enabled) +--- Default (English) labels adjusted to be consistent with AOSP tile labels +- Screen recording: +--- Added support for audio recording (via audio out mix (default) or via microphone) +--- Added options for controlling screen recording: video size, bitrate, time limit, etc. +- Icon Picker: +--- Improved alternative icon handling to maintain used icons across GB updates (change requires to set currently used icons again) +--- Created and added icons for Tapatalk and Whatsapp +- Lockscreen: added option for double-tap to sleep on unlock ring +- Power tweaks: +--- Added option for charger plugged/unplugged sound (plugged sound relevant only for AC/USB as wireless has its own sound) +--- Changed battery charged sound for more audible one +- Smart radio: +--- Fixed undesired switching to power saving mode when "Power save when screen off" disabled +--- Implemented toggle for toggling Smart Radio feature on/off on the fly (using tile or GB action) +- Statusbar: Added option for assigning app/action to long-press on notification panel clock +- Brightness settings: Allow lower values for minimum brightness level (changed from 5 to 1 - use with caution) +- GB Actions: +--- Added action for toggling Smart Radio feature on/off on the fly (relevant when Smart Radio master switch is enabled) +--- Added intent extra for setting expanded desktop on/off explicitly for better usability with tasker (thanks to alogblog) +------ action: gravitybox.intent.action.TOGGLE_EXPANDED_DESKTOP +------ extra: hwKeyValue (values: 0=toggle, 1=on, -1=off) (falls back to 0 when unspecified) +- Updated Polish translations (thanks to xtrem007) +- Updated Italian translations (thanks to pesa1234, valerioscifoni) +- Updated French translation (thanks to ch-vox) +- Updated Russian translations (thanks to gaich) +- Updated Japanese translations (thanks to WedyDQ10) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Spanish translations (thanks to jvbferrer) +- Updated Chinese (Traditional) translations (thanks to Eric850130) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Slovak and Czech translations + +Changelog 2.9.6 - 09/02/2014 +-------------------------------------- +- Application picker: added support for alternative icons +--- allows to assign alternative icons from the predefined list +- Lockscreen/navbar ring targets: implemented dynamic icon highlighting (focusing) +- Lockscreen tweaks: +--- fixed freeze when slide before security unlock used in combination with maximized widgets +--- fixed unlock ring size issues when slide before security unlock is active +--- added independent option for slide before security unlock +--- reorganized Lockscreen tweaks menu +- Navbar ring: added option for Haptic feedback +- Quick Settings: +--- Auto-switch QS extended: added option that ignores persistent notifications +--- added option for Tile label style (normal/all caps/hidden) +--- added option to specify Quick pulldown size +- Statusbar tweaks: +--- added option for expanding all notifications +--- added option for double-tap to sleep +- Phone tweaks: added option for national data roaming (thanks to Gugiwuz) +- Launcher tweaks: +--- added additional options for desktop grid size +--- fixed intent receiver leak introduced by "Show launcher drawer" action +- Key Actions: added action to open brightness dialog +- GB Actions: added shortcut to open brightness dialog +- Fixed issues with recents soft key occurring on some devices when key remapped (thanks natezire71 for testing) +- Fixed issues with recents soft key when double-tap on home enabled +- Added Hebrew translations (thanks to daxgirl) +- Updated Chinese (Traditional) translations (thanks to Eric850130) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Spanish translations (thanks to jvbferrer) +- Updated Italian translations (thanks to pesa1234, valerioscifoni) +- Updated French translation (thanks to ch-vox) +- Updated Polish translations (thanks to xtrem007) +- Updated Russian translations (thanks to gaich) +- Updated Greek translations (thanks to CTCaer) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Japanese translations (thanks to WedyDQ10) +- Updated Slovak and Czech translations + +Changelog 2.9.5 - 02/02/2014 +-------------------------------------- +- Fixed crash when power menu disabled on lockscreen +- Fixed notification drawer carrier text compatibility with Moto X +--- also fixes other statusbar related issues like broken brightness control +- Smart Radio: +--- improved and simplified decision logic +--- won't switch to power saving mode while tethering over mobile network is active +--- independent option to delay switch to power saving mode after screen turns off (up to 30 minutes) +--- added GSM/WCDMA preferred and LTE Global modes +- Non-intrusive call: +--- added ticker to show calling contact info +--- keep navigation unblocked when new non-intrusive call notification arrives while there's already another ongoing call in progress +- Lockscreen: Allows slide to unlock before security unlock when unlock ring targets are enabled (ported from SlimKat) +- Pie controls: +--- added option to disable system info slice +--- added option for adjusting long-press delay +- GravityBox Actions: +--- added shortcut for GSM/WCDMA preferred network mode (type 0) +--- added shortcut for LTE Global network mode (type 10) +--- added shortcut for opening launcher's app drawer +- Navigation key actions: +--- added action for opening launcher's app drawer +- Launcher tweaks: added option to resize any widget (thanks to JayT5) +- Expanded desktop: added new mode: Immersive navbar - keeps statusbar intact and makes navbar immersive +--- (issue: statusbar can't be fully expanded - leaves gap at the bottom - no solution for this) +- Notification drawer custom carrier text: hide option for WiFi-only devices (thanks to bgcngm) +- Added premium backup and restore settings feature (requires valid PayPal transaction ID) +- Implemented interface for verifying PayPal transaction IDs to unlock premium features (requires internet access) +- Updated French translation (thanks to ch-vox) +- Updated Italian translations (thanks to valerioscifoni) +- Updated Russian translations (thanks to gaich) +- Updated Japanese translations (thanks to WedyDQ10) +- Updated Spanish translations (thanks to jvbferrer) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Polish translations (thanks to xtrem007) +- Updated Slovak and Czech translations + +Changelog 2.9.4 - 25/01/2014 +-------------------------------------- +- Expanded desktop revised: +--- Immersive mode now fully working without the need of reentering app +--- Immersive navbars now re-hides itself correctly in apps where it previously didn't +--- Added new mode: Immersive status bar - keeps navbar in normal mode and statusbar in immersive mode +- Smart Radio reworked from scratch - based on connectivity manager events +--- Option to force power saving mode when screen turns off +--- Option to ignore switching to normal mode after screen turns on until device is unlocked +--- Option to set delay of network mode change to filter out temporary connection state changes +- Lockscreen tweaks: +--- Added option for custom carrier text (default/custom/empty: when space entered as value) +--- Fixed crop size when cropping image for custom lockscreen background +--- Last screen: +------- preserves original orientation regardless of lockscreen orientation (won't rotate with lockscreen) +------- fixed orientation for devices having flipped screen (thanks to superdragonpt for hints) +--- Added option for specifying blur effect intensity +- QuickSettings tiles: +--- Sync tile: added long-press action to open sync settings +--- Network mode tile: added long-press action to open mobile network settings +- Pie Controls: Implemented support for handling long-press on pie keys +- Phone tweaks +--- Added answer/dismiss call actions to non-intrusive incoming call notification +--- Unblocked SIP calls over mobile network +- Power tweaks: Added option for battery charged sound +- Key actions and GB Actions: +--- Added action for taking screenshot +--- Added action for showing volume panel +- Display tweaks: +--- Added option for controlling pulse notification light delay (frequency) +--- Added option for enabling/disabling translucent decors (thanks to scaryuncledevin) +- Misc tweaks: +--- Added setting to change tap vs long-press modes of clearing recent tasks (thanks to scaryuncledevin) +--- Extended option for controlling overflow menu button +- Notification drawer style: Added option for custom carrier text +- Added option to disable power menu on lockscreen +- Added delay to screenshot action +- Hide 'Torch auto off' option if device has no flash (thanks to bgcngm) +- Fixed data traffic monitor not showing values on some devices (thanks to PeterCxy) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Spanish translations (thanks to jvbferrer) +- Updated Polish translations (thanks to xtrem007) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Italian translations (thanks to pesa1234, valerioscifoni) +- Updated Japanese translations (thanks to WedyDQ10) +- Updated Russian translations (thanks to gaich) +- Updated French translation (thanks to ch-vox) +- Updated Chinese (Traditional) translations (thanks to Eric850130) +- Updated Slovak and Czech translations + +Changelog 2.9.3 - 19/01/2014 +-------------------------------------- +- Lockscreen tweaks: +--- Added option for blur effect - applicable to any custom background style (except for album art) +--- New custom background style: Last screen (captures screen while it's turning off and uses it as custom background) +--- Opacity now also applies to album art +--- Fixed unlock ring targets positions for lockscreen in landscape mode +- Navigation bar tweaks: +--- Option to make navbar always on bottom regardless orientation +--- Option to swap positions of menu key and custom key (custom key on the right now possible) +--- Fixed issues with ring targets positions in landscape mode +- QuickSettings management: +--- Added music tile with support for album art as tile background (ported from SlimKat) +--- Disabling tile spanning in landscape mode is now optional +- Hardware/software key actions: +--- Added 100ms and 150ms options for double-tap speed +--- Native home key double-tap is now customizable +--- Home key long-press can now be used together with navbar ring +- Phone tweaks: Added option for non-intrusive incoming call +- GravityBox Actions: redesigned icons (requires redefining of existing shortcuts) +- Larger icons on navigation bar ring and unlock ring +- Option for forcing menu overflow button +- KitKat colors for RAM bar +- Data traffic monitor improved to support older devices (thanks to PeterCxy) +- Improved titles and summaries of GravityBox settings menu items +- Updated French translation (thanks to ch-vox) +- Updated Polish translations (thanks to xtrem007) +- Updated Italian translations (thanks to pesa1234, valerioscifoni) +- Updated Japanese translations (thanks to WedyDQ10) +- Updated Chinese (Traditional) translations (thanks to Eric850130) +- Updated Spanish translations (thanks to jvbferrer) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Korean translations (thanks to SDKoongchi) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Portuguese (BR) translation (thanks to RaphaDroid) +- Updated Russian translations (thanks to gaich) +- Updated Slovak and Czech translations + +Changelog 2.9.2 - 12/01/2014 +-------------------------------------- +- GravityBox Actions: +--- Improved handling of launching actions (e.g. actions performed on unlock ring won't dismiss keyguard) +--- Added action for launching Google Now +--- Added actions for media control: play/pause,previous,next (available within GB features only) +--- Added action for killing foreground app (available within GB features only) +--- Added action for switching to previous app (available withn GB features only) +- QuickSettings management: +--- Added USB Tethering tile +--- Added secondary QuickApp tile +--- Allow maximum of two lines for GB tile labels (prevents text from going outside of tile's bottom edge) +- Added battery percent text charging styles: None, Static, Animated +- Lockscreen tweaks: +--- Added option for adjusting opacity of custom background +--- Option for setting statusbar clock visibility policy +--- Improved handling of unlock ring torch: prevents torch from turning on when swiping across unlock ring +- Media tweaks: +--- Option to force control of music volume instead of ringer volume +--- Option for volume keys swap based on display rotation (thanks to evant) +- Misc tweaks: +--- Option to disable fullscreen keyboard +--- Option for defining Torch Auto Off (LED protection) +- Improved soft reboot function for better compatibility with different devices +- Fixed show recent apps issues on Moto X devices (untested) +- Fixed bottom alignment of GB's KitKat battery style to match 4.4.2 layout +- Added Korean translations (thanks to SDKoongchi) +- Updated French translation (thanks to ch-vox) +- Updated Polish translations (thanks to xtrem007) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Italian translations (thanks to pesa1234, valerioscifoni) +- Updated Japanese translations (thanks to WedyDQ10) +- Updated Spanish translations (thanks to jvbferrer) +- Updated Chinese (Traditional) translations (thanks to EdiTurn) +- Updated Portuguese (PT) translation (thanks to bgcngm) + +Changelog 2.9.1 - 07/01/2014 +-------------------------------------- +- Added option for enabling/disabling Battery Percent Text charging animation +- Fixed System UI crash appearing on boot when KitKat battery style is chosen +- Fixed launching of Show Power Menu action +- Suppressed logging of MotoX Signal Cluster related error messages to avoid log flooding +- Updated Italian translations (thanks to pesa1234) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Spanish translations (thanks to jvbferrer) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated French translation (thanks to ch-vox) + +Changelog 2.9.0 - 07/01/2014 +-------------------------------------- +- Introducing GravityBox Actions +--- Interface for providing GravityBox specific functions to third party apps +--- Any app that can utilize shortcuts can use GravityBox Actions (taskers, launchers, ...) +--- Accessible from Launcher's list of widgets +--- Actions can be used within GB App Launcher, lockscreen ring targets, navbar ring targets, QuickApp Tile, basically within any option that launches apps/shortcuts +--- Available actions: +------ show GB app launcher, toggle BT/WiFi/Mobile data/WiFi AP/NFC, set location mode (high accuracy/battery saving/device only/location off), +------ set network mode, toggle expanded desktop, expand notifications panel, expand quicksettings, +------ show recent apps, show power menu, toggle rotation lock, toggle screen recording, take screenshot, +------ go to sleep, toggle torch +- Navigation bar ring targets +--- allows up to 5 apps/shortcuts/GB Actions on navigation bar ring +--- customizable icon background (none, light, dark, black) +- QuickSettings Tiles: +--- Tiles per rows option applies to any orientation mode in case of tablet devices (thanks to bgcngm) +- Battery percent text: +--- added non-intrusive battery charging animation +--- added one more size step to the list of sizes (Larger) +- Link ringtone and notifications volumes: preserve volumes after reboot +- Hardware Key Actions: +--- Added action for toggling Rotation Lock (thanks to maqr) +--- Added action for showing Power Menu +--- Added action for expanding notifications panel +--- Added action for expanding QuickSettings panel +- Lockscreen tweaks: +--- Option to allow any widget on lockscreen +--- Hide clock for Google's version of DeskClock +--- Hide clock for Zopper, Android Weather & Clock, Timely widgets +- Implemented Smart Radio feature (EXPERIMENTAL) (under Phone tweaks/Mobile data category) +--- allows defining action to switch to one of common network modes when mobile data enabled or disabled +--- EXPERIMENTAL: may affect/interfere with manual network mode switching under certain (untested) circumstances +- Moved Pie Controls menu under root preference screen +- Fixed WiFi icon turning orange when signal is 0 +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Chinese (Traditional) translations (thanks to EdiTurn) +- Updated Japanese translations (thanks to WedyDQ10) +- Updated German translations (thanks to Wikiwix) +- Updated Polish translations (thanks to xtrem007) +- Updated Spanish translations (thanks to jvbferrer) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Hungarian translations (thanks to ronin790) +- Updated Russian translations (thanks to smb.roman AKA romashko) +- Updated French translation (thanks to ch-vox) +- Updated Chinese (Traditional) translations (thanks to Eric850130) +- Updated Italian translations (thanks to pesa1234) + +Changelog 2.8.6 - 30/12/2013 +-------------------------------------- +- Statusbar tweaks/Signal cluster settings: +--- Option to indicate partially/fully connected state on statusbar mobile and WiFi icons +--- Option to indicate data activity on statusbar mobile and WiFi icons +- QuickSettings: +--- Fixed Mobile signal tile hiding panels when Hide on Change off +--- Network mode tile: option to use CDMA network modes instead of GSM +- Navigation bar: +--- AppLauncher key turned into fully customizable navigation bar key +--- Allows user-defined actions to be performed on single-tap, long-press, double-tap +- Clear all recents: +--- Long-press on clear all recents button removes all but current task +------ Current task will be automatically brought into front after clearing +--- Fixed margins on Tablet devices (having navbar on bottom on landscape orientation) +- Fixed screenshot from Power Menu and Tile for Moto X devices +- Updated Spanish translations (thanks to jvbferrer) +- Updated German translations (thanks to Wikiwix) +- Updated Italian translations (thanks to pesa1234) +- Updated Japanese translations (thanks to WedyDQ10) +- Updated French translation (thanks to ch-vox) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Polish translations (thanks to xtrem007) + +Changelog 2.8.5 - 27/12/2013 +-------------------------------------- +- Navigation bar: implemented cursor control keys +- QuickSettings tiles: +--- implemented Camera Tile: +------- single-tap starts in-tile preview +------- single-tap while preview is showing takes picture +------- long-press opens camera in normal mode +--- implemented Hide on Change (works also for stock tiles that have default behaviour overriden) +--- behaviour override option extended to support: airplane mode, location, rotation lock +- Hardware Key Actions: reworked option for volume rocker wake +- Sound settings: volume dialog respects "Link ringtone and notification volumes" option set in GravityBox +- Advanced reboot menu: +--- new high res icons for reboot actions +--- option to choose whether to ask for reboot confirmation +--- option to choose whether allow reboot on lockscreen +- Clear all recents: added visual effects for better feedback +--- visual feedback when button is pressed +--- list of tasks will scroll to the first task that clearing will start from +- AppLauncher improvements: +--- visual feedback when app is pressed +--- improved layout: bigger icons and texts +- Data traffic monitor improvements: +--- option for inactivity mode: default, hide on inactivity, show summary and hide +- ScreenRecording: respects user's default Show Touches option after recording is stopped +- Increased left margin of Circle Battery +- Make color picker appear correctly on non-standard resolutions (thanks to gerhardol) +- Fixed link to XDA support thread in About menu +- Updated French translation (thanks to ch-vox) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Polish translations (thanks to xtrem007) +- Updated Spanish translations (thanks to jvbferrer) +- Updated Russian translations (thanks to smb.roman AKA romashko) +- Updated Italian translations (thanks to pesa1234) +- Updated Slovak and Czech translations + +Changelog 2.8.4 - 23/12/2013 +-------------------------------------- +- Improved Screen Recording +--- now can be used without busybox installed +--- detects if device supports screen recording +- AppLauncher: fix missing apps after reboot on some devices +- Fixed Screen Off Effect not respecting system default +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Spanish translations (thanks to jvbferrer) +- Updated Japanese translations (thanks to WedyDQ10) +- Updated Italian translations (thanks to pesa1234) + +Changelog 2.8.3 - 21/12/2013 +-------------------------------------- +- Screen recording: +--- Accessible from power menu (when Power tweaks / Screen record in power menu enabled) +--- Toggleable via Hardware Key Actions +--- Toggleable from tasker apps by sending "gravitybox.intent.action.TOGGLE_SCREEN_RECORDING" intent +--- Allows turning on pointer to show touches +- Dialer tweaks: +--- Flip action while ringing to mute or reject incoming call +--- Call vibrations (on call connected,disconnected,waiting; vibrate at 45th second) +--- Fullscreen caller photo (allows 2 modes: partial or full) +--- Unknown caller photo +--- Option to show dialpad automatically upon opening Dialer app +- QuickSettings: +--- Swipe notification panel handle to switch between notifications/tiles +--- QuickRecord tile will create new file for each new recording. Recordings are stored under "AudioRecordings" dir +--- Improved compatibility with OmniROM - fixes blank tiles +--- Fixed known SystemUI crash on AOSPA +- Screen-off effect: +--- Now uses system default by default +--- Allows choosing between CRT or Fade effects +- Launcher tweaks: +--- Option to choose desktop grid size +--- Applies to stock KitKat launcher and GEL +--- Menu available only when there are supported launchers installed (thanks to bgcngm) +- Option to set battery percent text size (thanks to bgcngm) +- Option to set battery percent text style (with or without % sign) (thanks to bgcngm) +- Battery indicator related tweaks moved under dedicated preference screen (thanks to bgcngm) +- Fixed Lockscreen Torch being activated on navigation ring +- Fixed Lockscreen Torch being dependent on Battery Arc option +- Improved App Launcher initialization (potential fix for paid apps not being visible after reboot) +- Updated French translation (thanks to ch-vox) +- Updated Chinese (Traditional) translations (thanks to EdiTurn) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Polish translations (thanks to xtrem007) +- Updated Spanish translations (thanks to jvbferrer) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Japanese translations (thanks to WedyDQ10) +- Updated Slovak and Czech translations + +Changelog 2.8.2 - 14/12/2013 +-------------------------------------- +- Added support for shortcuts to all App Picker preferences +--- allows launching shortcuts from App Launcher, HW key actions, QuickApp tile, etc. +- QuickSettings management: +--- Added master switch for turning QS management on/off +--- Option to choose modes of Ringer Mode tile (silent/vibrate/sound/sound&vibrate) +--- Fixed Wifi and Mobile tile layout for Moto X (thanks to natezire71 for testing) +--- Disabled tile spanning in landscape mode +--- Fixed launching apps from QS panel while keyguard is showing +--- Fixed rotation lock tile not showing until rebooted +- Added "gravitybox.intent.action.TOGGLE_EXPANDED_DESKTOP" to be utilized by taskers +- Suppressed annoying immersive mode confirmations +- Navigation Bar: option to swap Back and Recents keys +- Lockscreen: Option to toggle torch on unlock ring handle long-press +- Option to set dialog timeout of Volume Panel +- Fixed Battery Arc level indication issues +- Fixed layout of RAM bar and Clear All Recents button on landscape orientation +- Updated Japanese translations (thanks to WedyDQ10) +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated Polish translations (thanks to xtrem007) +- Updated Russian translations (thanks to smb.roman AKA romashko) +- Updated French translation (thanks to ch-vox) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Chinese (Traditional) translations (thanks to Eric850130) +- Updated German translations (thanks to Cthulhux & Napzter) +- Updated Spanish translations (thanks to jvbferrer) + +Changelog 2.8.1 - 07/12/2013 +-------------------------------------- +- Changed package name to com.ceco.kitkat.gravitybox +--- now allows having GB for JB and KK as independent apps in Xposed repo +--- changed app name to distinguish from JB version (and to match the name in Xposed repo) +- Expanded desktop now supports following modes: +--- disabled: completely disabled +--- hide navigation bar: navbar disabled & hidden, statusbar visible +--- semi-immersive: navbar disabled & hidden, statusbar in immersive mode (friendly with pie on bottom) +--- immersive: navbar & statusbar in immersive mode (inspired by ImmerseMe by @MohammadAG) +- Yet another Moto X signal cluster compatibility improvements +- Torch improvements +--- added partial wakelock that prevents torch from turning off when screen is off on some devices (thanks to Adam3Sixty for testing) +--- requires new permission: "Prevents phone from sleeping" - but only while torch is on +- HW Key Actions: +--- option to choose activation of torch on lockscreen (either by home key long-press or volume down long-press) +--- added info dialog telling about required "Override system defaults" option to be enabled to support actions on navigation bar +- Reboot menu prevented from being accessible while keyguard is showing (security) +- Fixed statusbar background color compatibility with Android 4.4.1 +- Fixed navbar background color compatibility with Android 4.4.1 +- Updated French translation (thanks to ch-vox) +- Updated Russian translations (thanks to smb.roman AKA romashko) +- Updated Spanish translations (thanks to Pr0wleR and jvbferrer) +- Updated Portuguese [BR] translation (thanks to LaraCraft304) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Portuguese (PT) translation (thanks to bgcngm) + +Changelog 2.8.0 - 03/12/2013 +-------------------------------------- +- QuickSettings tiles revamped to match KitKat layout +--- still not perfect on MotoX due to differences in stock ROM. Wifi and Mobile signal should be visible but layout may be broken on Tiles Per Row other than 3 +- Added NFC tile +- Network mode tile: +--- better support for LTE +--- added option to choose whether to use LTE mode or not +- Added KitKat statusbar alpha transitions to GravityBox statusbar elements +--- circle battery, traffic meter, battery percentage now follow stock icon alpha transitions +- Added coloring support to stock battery +- Adjusted layout of custom KitKat battery style to match stock one +- Circle battery style adjusted to match size of stock battery icon +- Fixed position of battery percent text (to the left of stock battery icon) +- Added KitKat navigation bar alpha transitions to "Navbar app launcher key" +- Fixed option for setting statusbar background color +- Fixed option for setting navigation bar background color +- Fixed "mWifiGroup" errors flooding debug.log on Moto X devices +--- should also fix signal icon coloring +- Fixed Expanded Desktop +- Fixed "Status icon style" option +- Fixed option for setting more music volume steps +- Fixed crash in Autobrightness dialog +- Increased max value of margins for recent tasks elements (RAM bar + clear all recents) +- Fixed custom lockscreen wallpaper covering album art when music is playing +- Removed obsolete functionality not relevant for KitKat +- Plenty of other small KitKat compatibility fixes and adjustments +- About: added shortcut to Google+ GravityBox community +- Updated Portuguese (PT) translation (thanks to bgcngm) +- Updated French translation (thanks to ch-vox) +- Updated Japanese translations (thanks to WedyDQ10) +- Updated Chinese (Simplified) translations (thanks to liveasx) +- Updated Polish translations (thanks to xtrem007) +- Updated Greek translations (thanks to CTCaer) + Changelog 2.7.6 - 26/11/2013 -------------------------------------- - Secondary signal icon color overrides stock orange signal icon independently of SIM Slot (MTK Dual SIMs) diff --git a/NOTICE b/NOTICE index e8004acf02..4c3ca72781 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -* Copyright (C) 2013 Peter Gregus (ceco@ceco.sk.eu.org) +* Copyright (C) 2018 Peter Gregus (xgravitybox@gmail.com) * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -10,7 +10,4 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. -* -* You may not distribute nor sell this software or parts of it in -* Source, Object nor in any other form without explicit permission obtained -* from the original author. \ No newline at end of file +* \ No newline at end of file diff --git a/README.md b/README.md index 655be3ea92..b5e2611c54 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ GravityBox ========== -XPosed Tweak Box for devices running Android 4.1/4.2/4.3 +!!! THIS ECLIPSE BRANCH IS DEPRECATED. USE ANDROID STUDIO 'OREO-AS' BRANCH INSTEAD !!! +-------------------------------------------------------------------------------------- -Visit official thread at XDA for more info: -http://forum.xda-developers.com/showthread.php?t=2316070 +XPosed Tweak Box for devices running Android 8.x (Oreo) -Copyright (C) 2013 Peter Gregus (ceco@ceco.sk.eu.org) -You may not distribute nor sell this software or parts of it in -Source, Object nor in any other form without explicit permission obtained -from the original author. +Visit the [official support thread](https://forum.xda-developers.com/xposed/modules/app-gravitybox-v8-0-0-beta-1-tweak-box-t3739929) at XDA for more info. + +Copyright (C) 2018 Peter Gregus (xgravitybox@gmail.com) diff --git a/assets/xposed_init b/assets/xposed_init index 43ca240965..12b81bcf26 100644 --- a/assets/xposed_init +++ b/assets/xposed_init @@ -1 +1 @@ -com.ceco.gm2.gravitybox.GravityBox \ No newline at end of file +com.ceco.oreo.gravitybox.GravityBox \ No newline at end of file diff --git a/ext/XposedBridgeApi.jar b/ext/XposedBridgeApi.jar deleted file mode 100644 index 96e925d7cd..0000000000 Binary files a/ext/XposedBridgeApi.jar and /dev/null differ diff --git a/ext/api-82-sources.jar b/ext/api-82-sources.jar new file mode 100644 index 0000000000..6e3a0fb72d Binary files /dev/null and b/ext/api-82-sources.jar differ diff --git a/ext/api-82.jar b/ext/api-82.jar new file mode 100644 index 0000000000..eec212fa8b Binary files /dev/null and b/ext/api-82.jar differ diff --git a/ext/core-classes.jar b/ext/core-classes.jar deleted file mode 100644 index 3e66dc4bc9..0000000000 Binary files a/ext/core-classes.jar and /dev/null differ diff --git a/lint.xml b/lint.xml new file mode 100644 index 0000000000..a84646118e --- /dev/null +++ b/lint.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/project.properties b/project.properties index a3ee5ab64f..9d37258cd4 100644 --- a/project.properties +++ b/project.properties @@ -11,4 +11,8 @@ #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt # Project target. -target=android-17 +target=android-27 +sdk.buildtools=25.0.3 +android.library.reference.1=..\\android-support-v7-appcompat +android.library.reference.2=..\\android-support-v7-palette +android.library.reference.3=../android-support-design diff --git a/res/drawable-hdpi/arrow_down.png b/res/drawable-hdpi/arrow_down.png deleted file mode 100644 index 915515160a..0000000000 Binary files a/res/drawable-hdpi/arrow_down.png and /dev/null differ diff --git a/res/drawable-hdpi/arrow_down_alpha.png b/res/drawable-hdpi/arrow_down_alpha.png new file mode 100644 index 0000000000..c291ed90ce Binary files /dev/null and b/res/drawable-hdpi/arrow_down_alpha.png differ diff --git a/res/drawable-hdpi/arrow_up.png b/res/drawable-hdpi/arrow_up.png deleted file mode 100644 index 3222d92e41..0000000000 Binary files a/res/drawable-hdpi/arrow_up.png and /dev/null differ diff --git a/res/drawable-hdpi/arrow_up_alpha.png b/res/drawable-hdpi/arrow_up_alpha.png new file mode 100644 index 0000000000..526a9ba662 Binary files /dev/null and b/res/drawable-hdpi/arrow_up_alpha.png differ diff --git a/res/drawable-hdpi/ib_media_skip_next.png b/res/drawable-hdpi/ib_media_skip_next.png new file mode 100644 index 0000000000..3ee6d756e1 Binary files /dev/null and b/res/drawable-hdpi/ib_media_skip_next.png differ diff --git a/res/drawable-hdpi/ib_media_skip_previous.png b/res/drawable-hdpi/ib_media_skip_previous.png new file mode 100644 index 0000000000..1181ec926a Binary files /dev/null and b/res/drawable-hdpi/ib_media_skip_previous.png differ diff --git a/res/drawable-hdpi/ib_media_stop.png b/res/drawable-hdpi/ib_media_stop.png new file mode 100644 index 0000000000..801d341110 Binary files /dev/null and b/res/drawable-hdpi/ib_media_stop.png differ diff --git a/res/drawable-hdpi/ic_add_white_36dp.png b/res/drawable-hdpi/ic_add_white_36dp.png new file mode 100644 index 0000000000..8630f40d50 Binary files /dev/null and b/res/drawable-hdpi/ic_add_white_36dp.png differ diff --git a/res/drawable-hdpi/ic_alert_orange.png b/res/drawable-hdpi/ic_alert_orange.png new file mode 100644 index 0000000000..3a40e44714 Binary files /dev/null and b/res/drawable-hdpi/ic_alert_orange.png differ diff --git a/res/drawable-hdpi/ic_audio_notification_am_alpha.png b/res/drawable-hdpi/ic_audio_notification_am_alpha.png new file mode 100644 index 0000000000..00e8f8aec7 Binary files /dev/null and b/res/drawable-hdpi/ic_audio_notification_am_alpha.png differ diff --git a/res/drawable-hdpi/ic_audio_notification_mute_am_alpha.png b/res/drawable-hdpi/ic_audio_notification_mute_am_alpha.png new file mode 100644 index 0000000000..e12492397c Binary files /dev/null and b/res/drawable-hdpi/ic_audio_notification_mute_am_alpha.png differ diff --git a/res/drawable-hdpi/ic_delete_white_36dp.png b/res/drawable-hdpi/ic_delete_white_36dp.png new file mode 100644 index 0000000000..c836e3923e Binary files /dev/null and b/res/drawable-hdpi/ic_delete_white_36dp.png differ diff --git a/res/drawable-hdpi/ic_launcher.png b/res/drawable-hdpi/ic_launcher.png index a44bc7d781..89e037e9c3 100644 Binary files a/res/drawable-hdpi/ic_launcher.png and b/res/drawable-hdpi/ic_launcher.png differ diff --git a/res/drawable-hdpi/ic_lock_bootloader.png b/res/drawable-hdpi/ic_lock_bootloader.png index e5602fd2cc..03d3b61394 100755 Binary files a/res/drawable-hdpi/ic_lock_bootloader.png and b/res/drawable-hdpi/ic_lock_bootloader.png differ diff --git a/res/drawable-hdpi/ic_lock_reboot.png b/res/drawable-hdpi/ic_lock_reboot.png index 72ed7b7617..ea87ae5e96 100644 Binary files a/res/drawable-hdpi/ic_lock_reboot.png and b/res/drawable-hdpi/ic_lock_reboot.png differ diff --git a/res/drawable-hdpi/ic_lock_reboot_soft.png b/res/drawable-hdpi/ic_lock_reboot_soft.png index ca00936e54..16cdd00462 100644 Binary files a/res/drawable-hdpi/ic_lock_reboot_soft.png and b/res/drawable-hdpi/ic_lock_reboot_soft.png differ diff --git a/res/drawable-hdpi/ic_lock_recovery.png b/res/drawable-hdpi/ic_lock_recovery.png index 5ce281f356..a5f67be74d 100644 Binary files a/res/drawable-hdpi/ic_lock_recovery.png and b/res/drawable-hdpi/ic_lock_recovery.png differ diff --git a/res/drawable-hdpi/ic_lock_screen_record.png b/res/drawable-hdpi/ic_lock_screen_record.png new file mode 100644 index 0000000000..6259244403 Binary files /dev/null and b/res/drawable-hdpi/ic_lock_screen_record.png differ diff --git a/res/drawable-hdpi/ic_lockscreen_unlock.png b/res/drawable-hdpi/ic_lockscreen_unlock.png new file mode 100644 index 0000000000..e2938c5f13 Binary files /dev/null and b/res/drawable-hdpi/ic_lockscreen_unlock.png differ diff --git a/res/drawable-hdpi/ic_media_stop.png b/res/drawable-hdpi/ic_media_stop.png new file mode 100644 index 0000000000..a0ff13695d Binary files /dev/null and b/res/drawable-hdpi/ic_media_stop.png differ diff --git a/res/drawable-hdpi/ic_menu_alpha.png b/res/drawable-hdpi/ic_menu_alpha.png new file mode 100644 index 0000000000..065f4fabf4 Binary files /dev/null and b/res/drawable-hdpi/ic_menu_alpha.png differ diff --git a/res/drawable-hdpi/ic_notif_gravitybox.png b/res/drawable-hdpi/ic_notif_gravitybox.png new file mode 100644 index 0000000000..25e33dd03c Binary files /dev/null and b/res/drawable-hdpi/ic_notif_gravitybox.png differ diff --git a/res/drawable-hdpi/ic_notification_overlay.9.png b/res/drawable-hdpi/ic_notification_overlay.9.png new file mode 100644 index 0000000000..91599d1503 Binary files /dev/null and b/res/drawable-hdpi/ic_notification_overlay.9.png differ diff --git a/res/drawable-hdpi/ic_qs_2g3g_on.png b/res/drawable-hdpi/ic_qs_2g3g_on.png index 3d57482de0..68aca021ee 100644 Binary files a/res/drawable-hdpi/ic_qs_2g3g_on.png and b/res/drawable-hdpi/ic_qs_2g3g_on.png differ diff --git a/res/drawable-hdpi/ic_qs_2g_on.png b/res/drawable-hdpi/ic_qs_2g_on.png index 79472ad2ae..b0a4e8b58f 100644 Binary files a/res/drawable-hdpi/ic_qs_2g_on.png and b/res/drawable-hdpi/ic_qs_2g_on.png differ diff --git a/res/drawable-hdpi/ic_qs_3g2g_on.png b/res/drawable-hdpi/ic_qs_3g2g_on.png new file mode 100644 index 0000000000..110e5d0d8e Binary files /dev/null and b/res/drawable-hdpi/ic_qs_3g2g_on.png differ diff --git a/res/drawable-hdpi/ic_qs_3g_on.png b/res/drawable-hdpi/ic_qs_3g_on.png index a41d9f2417..0b34757520 100644 Binary files a/res/drawable-hdpi/ic_qs_3g_on.png and b/res/drawable-hdpi/ic_qs_3g_on.png differ diff --git a/res/drawable-hdpi/ic_qs_bt_tethering.png b/res/drawable-hdpi/ic_qs_bt_tethering.png new file mode 100644 index 0000000000..874871a442 Binary files /dev/null and b/res/drawable-hdpi/ic_qs_bt_tethering.png differ diff --git a/res/drawable-hdpi/ic_qs_expanded_desktop_off.png b/res/drawable-hdpi/ic_qs_expanded_desktop_off.png deleted file mode 100644 index 20a38774c2..0000000000 Binary files a/res/drawable-hdpi/ic_qs_expanded_desktop_off.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_expanded_desktop_on.png b/res/drawable-hdpi/ic_qs_expanded_desktop_on.png deleted file mode 100644 index 17c85e9463..0000000000 Binary files a/res/drawable-hdpi/ic_qs_expanded_desktop_on.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_gps_disable.png b/res/drawable-hdpi/ic_qs_gps_disable.png deleted file mode 100644 index d2a4a49992..0000000000 Binary files a/res/drawable-hdpi/ic_qs_gps_disable.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_gps_enable.png b/res/drawable-hdpi/ic_qs_gps_enable.png deleted file mode 100644 index 851b60b3aa..0000000000 Binary files a/res/drawable-hdpi/ic_qs_gps_enable.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_gps_locked.png b/res/drawable-hdpi/ic_qs_gps_locked.png deleted file mode 100644 index 7e671710c5..0000000000 Binary files a/res/drawable-hdpi/ic_qs_gps_locked.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_gravitybox.png b/res/drawable-hdpi/ic_qs_gravitybox.png index db28d4c528..c4f1ade218 100644 Binary files a/res/drawable-hdpi/ic_qs_gravitybox.png and b/res/drawable-hdpi/ic_qs_gravitybox.png differ diff --git a/res/drawable-hdpi/ic_qs_lte.png b/res/drawable-hdpi/ic_qs_lte.png index e79be20525..24e9786ae1 100644 Binary files a/res/drawable-hdpi/ic_qs_lte.png and b/res/drawable-hdpi/ic_qs_lte.png differ diff --git a/res/drawable-hdpi/ic_qs_qr_playing.png b/res/drawable-hdpi/ic_qs_qr_playing.png index 69a8b8d472..8a11552afe 100644 Binary files a/res/drawable-hdpi/ic_qs_qr_playing.png and b/res/drawable-hdpi/ic_qs_qr_playing.png differ diff --git a/res/drawable-hdpi/ic_qs_qr_record.png b/res/drawable-hdpi/ic_qs_qr_record.png index 6b186d80d1..aa71832200 100644 Binary files a/res/drawable-hdpi/ic_qs_qr_record.png and b/res/drawable-hdpi/ic_qs_qr_record.png differ diff --git a/res/drawable-hdpi/ic_qs_qr_recorded.png b/res/drawable-hdpi/ic_qs_qr_recorded.png new file mode 100644 index 0000000000..63894e1b2c Binary files /dev/null and b/res/drawable-hdpi/ic_qs_qr_recorded.png differ diff --git a/res/drawable-hdpi/ic_qs_qr_recording.png b/res/drawable-hdpi/ic_qs_qr_recording.png index 36cd796a9a..300f0fae8b 100644 Binary files a/res/drawable-hdpi/ic_qs_qr_recording.png and b/res/drawable-hdpi/ic_qs_qr_recording.png differ diff --git a/res/drawable-hdpi/ic_qs_qr_saved.png b/res/drawable-hdpi/ic_qs_qr_saved.png deleted file mode 100644 index 944f48aaa0..0000000000 Binary files a/res/drawable-hdpi/ic_qs_qr_saved.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_quiet_hours.png b/res/drawable-hdpi/ic_qs_quiet_hours.png new file mode 100644 index 0000000000..d5997c34aa Binary files /dev/null and b/res/drawable-hdpi/ic_qs_quiet_hours.png differ diff --git a/res/drawable-hdpi/ic_qs_quiet_hours_auto.png b/res/drawable-hdpi/ic_qs_quiet_hours_auto.png new file mode 100644 index 0000000000..7c60566524 Binary files /dev/null and b/res/drawable-hdpi/ic_qs_quiet_hours_auto.png differ diff --git a/res/drawable-hdpi/ic_qs_quiet_hours_wear.png b/res/drawable-hdpi/ic_qs_quiet_hours_wear.png new file mode 100644 index 0000000000..6a33251dd9 Binary files /dev/null and b/res/drawable-hdpi/ic_qs_quiet_hours_wear.png differ diff --git a/res/drawable-hdpi/ic_qs_ring_off.png b/res/drawable-hdpi/ic_qs_ring_off.png deleted file mode 100644 index be065da890..0000000000 Binary files a/res/drawable-hdpi/ic_qs_ring_off.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_ring_on.png b/res/drawable-hdpi/ic_qs_ring_on.png deleted file mode 100644 index 2e4b5772b8..0000000000 Binary files a/res/drawable-hdpi/ic_qs_ring_on.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_ring_vibrate_on.png b/res/drawable-hdpi/ic_qs_ring_vibrate_on.png deleted file mode 100644 index 64c942b8d0..0000000000 Binary files a/res/drawable-hdpi/ic_qs_ring_vibrate_on.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_screenshot.png b/res/drawable-hdpi/ic_qs_screenshot.png deleted file mode 100644 index d19504fb1e..0000000000 Binary files a/res/drawable-hdpi/ic_qs_screenshot.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_signal_data_off.png b/res/drawable-hdpi/ic_qs_signal_data_off.png deleted file mode 100644 index 3c4cd4e453..0000000000 Binary files a/res/drawable-hdpi/ic_qs_signal_data_off.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_sleep.png b/res/drawable-hdpi/ic_qs_sleep.png index e7d8da3455..f0b59987fa 100644 Binary files a/res/drawable-hdpi/ic_qs_sleep.png and b/res/drawable-hdpi/ic_qs_sleep.png differ diff --git a/res/drawable-hdpi/ic_qs_smart_radio_normal.png b/res/drawable-hdpi/ic_qs_smart_radio_normal.png new file mode 100644 index 0000000000..54837671d8 Binary files /dev/null and b/res/drawable-hdpi/ic_qs_smart_radio_normal.png differ diff --git a/res/drawable-hdpi/ic_qs_smart_radio_saving.png b/res/drawable-hdpi/ic_qs_smart_radio_saving.png new file mode 100644 index 0000000000..993c16315d Binary files /dev/null and b/res/drawable-hdpi/ic_qs_smart_radio_saving.png differ diff --git a/res/drawable-hdpi/ic_qs_stayawake_off.png b/res/drawable-hdpi/ic_qs_stayawake_off.png deleted file mode 100644 index cf4ec19674..0000000000 Binary files a/res/drawable-hdpi/ic_qs_stayawake_off.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_stayawake_on.png b/res/drawable-hdpi/ic_qs_stayawake_on.png deleted file mode 100644 index 2bb50a6b61..0000000000 Binary files a/res/drawable-hdpi/ic_qs_stayawake_on.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_sync_off.png b/res/drawable-hdpi/ic_qs_sync_off.png deleted file mode 100644 index 85cd2d903c..0000000000 Binary files a/res/drawable-hdpi/ic_qs_sync_off.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_sync_on.png b/res/drawable-hdpi/ic_qs_sync_on.png deleted file mode 100644 index 1ab8307ddd..0000000000 Binary files a/res/drawable-hdpi/ic_qs_sync_on.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_torch_off.png b/res/drawable-hdpi/ic_qs_torch_off.png deleted file mode 100644 index 14f3c85e32..0000000000 Binary files a/res/drawable-hdpi/ic_qs_torch_off.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_torch_on.png b/res/drawable-hdpi/ic_qs_torch_on.png deleted file mode 100644 index 5d01f2d63b..0000000000 Binary files a/res/drawable-hdpi/ic_qs_torch_on.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_unexpected_network.png b/res/drawable-hdpi/ic_qs_unexpected_network.png index 5a2f132e39..2638ca4e77 100644 Binary files a/res/drawable-hdpi/ic_qs_unexpected_network.png and b/res/drawable-hdpi/ic_qs_unexpected_network.png differ diff --git a/res/drawable-hdpi/ic_qs_usb_tether_off.png b/res/drawable-hdpi/ic_qs_usb_tether_off.png new file mode 100644 index 0000000000..555bb6e5c0 Binary files /dev/null and b/res/drawable-hdpi/ic_qs_usb_tether_off.png differ diff --git a/res/drawable-hdpi/ic_qs_usb_tether_on.png b/res/drawable-hdpi/ic_qs_usb_tether_on.png new file mode 100644 index 0000000000..d4b169ca6c Binary files /dev/null and b/res/drawable-hdpi/ic_qs_usb_tether_on.png differ diff --git a/res/drawable-hdpi/ic_qs_vibrate_on.png b/res/drawable-hdpi/ic_qs_vibrate_on.png deleted file mode 100644 index 298feff1da..0000000000 Binary files a/res/drawable-hdpi/ic_qs_vibrate_on.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_volume.png b/res/drawable-hdpi/ic_qs_volume.png deleted file mode 100644 index f5e9c2f222..0000000000 Binary files a/res/drawable-hdpi/ic_qs_volume.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_wifi_0.png b/res/drawable-hdpi/ic_qs_wifi_0.png deleted file mode 100644 index 7e7d0688a7..0000000000 Binary files a/res/drawable-hdpi/ic_qs_wifi_0.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_wifi_1.png b/res/drawable-hdpi/ic_qs_wifi_1.png deleted file mode 100644 index b7207207f2..0000000000 Binary files a/res/drawable-hdpi/ic_qs_wifi_1.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_wifi_2.png b/res/drawable-hdpi/ic_qs_wifi_2.png deleted file mode 100644 index 1a4c6d1ce6..0000000000 Binary files a/res/drawable-hdpi/ic_qs_wifi_2.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_wifi_3.png b/res/drawable-hdpi/ic_qs_wifi_3.png deleted file mode 100644 index 96cd8ab826..0000000000 Binary files a/res/drawable-hdpi/ic_qs_wifi_3.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_wifi_4.png b/res/drawable-hdpi/ic_qs_wifi_4.png deleted file mode 100644 index 54bab4dd15..0000000000 Binary files a/res/drawable-hdpi/ic_qs_wifi_4.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_wifi_ap_neutral.png b/res/drawable-hdpi/ic_qs_wifi_ap_neutral.png deleted file mode 100644 index 49347f007d..0000000000 Binary files a/res/drawable-hdpi/ic_qs_wifi_ap_neutral.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_wifi_ap_off.png b/res/drawable-hdpi/ic_qs_wifi_ap_off.png deleted file mode 100644 index 4b8c68bec9..0000000000 Binary files a/res/drawable-hdpi/ic_qs_wifi_ap_off.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_wifi_ap_on.png b/res/drawable-hdpi/ic_qs_wifi_ap_on.png deleted file mode 100644 index c91b118148..0000000000 Binary files a/res/drawable-hdpi/ic_qs_wifi_ap_on.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_wifi_full_1.png b/res/drawable-hdpi/ic_qs_wifi_full_1.png deleted file mode 100644 index 0a31297365..0000000000 Binary files a/res/drawable-hdpi/ic_qs_wifi_full_1.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_wifi_full_2.png b/res/drawable-hdpi/ic_qs_wifi_full_2.png deleted file mode 100644 index 3e712ad2c9..0000000000 Binary files a/res/drawable-hdpi/ic_qs_wifi_full_2.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_wifi_full_3.png b/res/drawable-hdpi/ic_qs_wifi_full_3.png deleted file mode 100644 index 565ae54f44..0000000000 Binary files a/res/drawable-hdpi/ic_qs_wifi_full_3.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_wifi_full_4.png b/res/drawable-hdpi/ic_qs_wifi_full_4.png deleted file mode 100644 index 2c30f8ebfb..0000000000 Binary files a/res/drawable-hdpi/ic_qs_wifi_full_4.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_qs_wifi_off.png b/res/drawable-hdpi/ic_qs_wifi_off.png deleted file mode 100644 index 6e4276fc35..0000000000 Binary files a/res/drawable-hdpi/ic_qs_wifi_off.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_shortcut_alarm.png b/res/drawable-hdpi/ic_shortcut_alarm.png new file mode 100644 index 0000000000..a4e5c64d39 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_alarm.png differ diff --git a/res/drawable-hdpi/ic_shortcut_andy.png b/res/drawable-hdpi/ic_shortcut_andy.png new file mode 100644 index 0000000000..2d15293c0c Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_andy.png differ diff --git a/res/drawable-hdpi/ic_shortcut_battery.png b/res/drawable-hdpi/ic_shortcut_battery.png new file mode 100644 index 0000000000..dfd969e843 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_battery.png differ diff --git a/res/drawable-hdpi/ic_shortcut_browser.png b/res/drawable-hdpi/ic_shortcut_browser.png new file mode 100644 index 0000000000..7d4baffba9 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_browser.png differ diff --git a/res/drawable-hdpi/ic_shortcut_calculator.png b/res/drawable-hdpi/ic_shortcut_calculator.png new file mode 100644 index 0000000000..9f89dd79f0 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_calculator.png differ diff --git a/res/drawable-hdpi/ic_shortcut_calendar.png b/res/drawable-hdpi/ic_shortcut_calendar.png new file mode 100644 index 0000000000..6098a7510c Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_calendar.png differ diff --git a/res/drawable-hdpi/ic_shortcut_camera.png b/res/drawable-hdpi/ic_shortcut_camera.png new file mode 100644 index 0000000000..a6d14451d1 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_camera.png differ diff --git a/res/drawable-hdpi/ic_shortcut_chrome.png b/res/drawable-hdpi/ic_shortcut_chrome.png new file mode 100644 index 0000000000..7a72cb6ec8 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_chrome.png differ diff --git a/res/drawable-hdpi/ic_shortcut_cloud.png b/res/drawable-hdpi/ic_shortcut_cloud.png new file mode 100644 index 0000000000..e66a36cde2 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_cloud.png differ diff --git a/res/drawable-hdpi/ic_shortcut_contact.png b/res/drawable-hdpi/ic_shortcut_contact.png new file mode 100644 index 0000000000..d860114e38 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_contact.png differ diff --git a/res/drawable-hdpi/ic_shortcut_directdial.png b/res/drawable-hdpi/ic_shortcut_directdial.png new file mode 100644 index 0000000000..6fa8753615 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_directdial.png differ diff --git a/res/drawable-hdpi/ic_shortcut_directmessage.png b/res/drawable-hdpi/ic_shortcut_directmessage.png new file mode 100644 index 0000000000..b34f346892 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_directmessage.png differ diff --git a/res/drawable-hdpi/ic_shortcut_drive.png b/res/drawable-hdpi/ic_shortcut_drive.png new file mode 100644 index 0000000000..bf52cc13cd Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_drive.png differ diff --git a/res/drawable-hdpi/ic_shortcut_dropbox.png b/res/drawable-hdpi/ic_shortcut_dropbox.png new file mode 100644 index 0000000000..88fbd0ac3c Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_dropbox.png differ diff --git a/res/drawable-hdpi/ic_shortcut_email.png b/res/drawable-hdpi/ic_shortcut_email.png new file mode 100644 index 0000000000..cb2041d732 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_email.png differ diff --git a/res/drawable-hdpi/ic_shortcut_email2.png b/res/drawable-hdpi/ic_shortcut_email2.png new file mode 100644 index 0000000000..73449acc14 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_email2.png differ diff --git a/res/drawable-hdpi/ic_shortcut_evernote.png b/res/drawable-hdpi/ic_shortcut_evernote.png new file mode 100644 index 0000000000..ae2cb53c5b Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_evernote.png differ diff --git a/res/drawable-hdpi/ic_shortcut_facebook.png b/res/drawable-hdpi/ic_shortcut_facebook.png new file mode 100644 index 0000000000..4c69cb175c Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_facebook.png differ diff --git a/res/drawable-hdpi/ic_shortcut_favorite.png b/res/drawable-hdpi/ic_shortcut_favorite.png new file mode 100644 index 0000000000..452a4ad9f8 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_favorite.png differ diff --git a/res/drawable-hdpi/ic_shortcut_file_browser.png b/res/drawable-hdpi/ic_shortcut_file_browser.png new file mode 100644 index 0000000000..5b72791678 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_file_browser.png differ diff --git a/res/drawable-hdpi/ic_shortcut_file_browser2.png b/res/drawable-hdpi/ic_shortcut_file_browser2.png new file mode 100644 index 0000000000..7e6a9410d9 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_file_browser2.png differ diff --git a/res/drawable-hdpi/ic_shortcut_fitness.png b/res/drawable-hdpi/ic_shortcut_fitness.png new file mode 100644 index 0000000000..1c89536175 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_fitness.png differ diff --git a/res/drawable-hdpi/ic_shortcut_gallery.png b/res/drawable-hdpi/ic_shortcut_gallery.png new file mode 100644 index 0000000000..ae49e5dd82 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_gallery.png differ diff --git a/res/drawable-hdpi/ic_shortcut_gear.png b/res/drawable-hdpi/ic_shortcut_gear.png new file mode 100644 index 0000000000..270b98a7d2 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_gear.png differ diff --git a/res/drawable-hdpi/ic_shortcut_google_small.png b/res/drawable-hdpi/ic_shortcut_google_small.png new file mode 100644 index 0000000000..190a00093f Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_google_small.png differ diff --git a/res/drawable-hdpi/ic_shortcut_gplus.png b/res/drawable-hdpi/ic_shortcut_gplus.png new file mode 100644 index 0000000000..e7bc537aaf Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_gplus.png differ diff --git a/res/drawable-hdpi/ic_shortcut_gtalk.png b/res/drawable-hdpi/ic_shortcut_gtalk.png new file mode 100644 index 0000000000..eb67f76d3c Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_gtalk.png differ diff --git a/res/drawable-hdpi/ic_shortcut_help.png b/res/drawable-hdpi/ic_shortcut_help.png new file mode 100644 index 0000000000..c23036957b Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_help.png differ diff --git a/res/drawable-hdpi/ic_shortcut_joystick.png b/res/drawable-hdpi/ic_shortcut_joystick.png new file mode 100644 index 0000000000..ebe244b95e Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_joystick.png differ diff --git a/res/drawable-hdpi/ic_shortcut_key.png b/res/drawable-hdpi/ic_shortcut_key.png new file mode 100644 index 0000000000..295340fc64 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_key.png differ diff --git a/res/drawable-hdpi/ic_shortcut_laptop.png b/res/drawable-hdpi/ic_shortcut_laptop.png new file mode 100644 index 0000000000..0d8769be96 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_laptop.png differ diff --git a/res/drawable-hdpi/ic_shortcut_luggage.png b/res/drawable-hdpi/ic_shortcut_luggage.png new file mode 100644 index 0000000000..5547c036d6 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_luggage.png differ diff --git a/res/drawable-hdpi/ic_shortcut_maps.png b/res/drawable-hdpi/ic_shortcut_maps.png new file mode 100644 index 0000000000..fcdfa025b2 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_maps.png differ diff --git a/res/drawable-hdpi/ic_shortcut_market.png b/res/drawable-hdpi/ic_shortcut_market.png new file mode 100644 index 0000000000..453cb12f79 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_market.png differ diff --git a/res/drawable-hdpi/ic_shortcut_movie.png b/res/drawable-hdpi/ic_shortcut_movie.png new file mode 100644 index 0000000000..42755e8153 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_movie.png differ diff --git a/res/drawable-hdpi/ic_shortcut_music.png b/res/drawable-hdpi/ic_shortcut_music.png new file mode 100644 index 0000000000..c19178d841 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_music.png differ diff --git a/res/drawable-hdpi/ic_shortcut_nav.png b/res/drawable-hdpi/ic_shortcut_nav.png new file mode 100644 index 0000000000..8ae8ae6e43 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_nav.png differ diff --git a/res/drawable-hdpi/ic_shortcut_notes.png b/res/drawable-hdpi/ic_shortcut_notes.png new file mode 100644 index 0000000000..ea17d9754e Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_notes.png differ diff --git a/res/drawable-hdpi/ic_shortcut_package.png b/res/drawable-hdpi/ic_shortcut_package.png new file mode 100644 index 0000000000..b6dc80feab Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_package.png differ diff --git a/res/drawable-hdpi/ic_shortcut_phone.png b/res/drawable-hdpi/ic_shortcut_phone.png new file mode 100644 index 0000000000..c79c86d051 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_phone.png differ diff --git a/res/drawable-hdpi/ic_shortcut_pinterest.png b/res/drawable-hdpi/ic_shortcut_pinterest.png new file mode 100644 index 0000000000..b3828a4e4a Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_pinterest.png differ diff --git a/res/drawable-hdpi/ic_shortcut_play.png b/res/drawable-hdpi/ic_shortcut_play.png new file mode 100644 index 0000000000..723fd93563 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_play.png differ diff --git a/res/drawable-hdpi/ic_shortcut_pocket.png b/res/drawable-hdpi/ic_shortcut_pocket.png new file mode 100644 index 0000000000..dfdf1bcdf2 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_pocket.png differ diff --git a/res/drawable-hdpi/ic_shortcut_quicksettings.png b/res/drawable-hdpi/ic_shortcut_quicksettings.png new file mode 100644 index 0000000000..6ab92875be Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_quicksettings.png differ diff --git a/res/drawable-hdpi/ic_shortcut_rss.png b/res/drawable-hdpi/ic_shortcut_rss.png new file mode 100644 index 0000000000..1e8298e00f Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_rss.png differ diff --git a/res/drawable-hdpi/ic_shortcut_sdcard.png b/res/drawable-hdpi/ic_shortcut_sdcard.png new file mode 100644 index 0000000000..95ecb2fe26 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_sdcard.png differ diff --git a/res/drawable-hdpi/ic_shortcut_search.png b/res/drawable-hdpi/ic_shortcut_search.png new file mode 100644 index 0000000000..dbee92e686 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_search.png differ diff --git a/res/drawable-hdpi/ic_shortcut_skype.png b/res/drawable-hdpi/ic_shortcut_skype.png new file mode 100644 index 0000000000..365e97f885 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_skype.png differ diff --git a/res/drawable-hdpi/ic_shortcut_sms.png b/res/drawable-hdpi/ic_shortcut_sms.png new file mode 100644 index 0000000000..1bb8a26da8 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_sms.png differ diff --git a/res/drawable-hdpi/ic_shortcut_snapchat.png b/res/drawable-hdpi/ic_shortcut_snapchat.png new file mode 100644 index 0000000000..5bbb64387b Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_snapchat.png differ diff --git a/res/drawable-hdpi/ic_shortcut_spotify.png b/res/drawable-hdpi/ic_shortcut_spotify.png new file mode 100644 index 0000000000..9d3e60c48b Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_spotify.png differ diff --git a/res/drawable-hdpi/ic_shortcut_tapatalk.png b/res/drawable-hdpi/ic_shortcut_tapatalk.png new file mode 100644 index 0000000000..76e498a856 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_tapatalk.png differ diff --git a/res/drawable-hdpi/ic_shortcut_tasks.png b/res/drawable-hdpi/ic_shortcut_tasks.png new file mode 100644 index 0000000000..b03f01a7c9 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_tasks.png differ diff --git a/res/drawable-hdpi/ic_shortcut_terminal.png b/res/drawable-hdpi/ic_shortcut_terminal.png new file mode 100644 index 0000000000..a1ce8ad5f0 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_terminal.png differ diff --git a/res/drawable-hdpi/ic_shortcut_transit.png b/res/drawable-hdpi/ic_shortcut_transit.png new file mode 100644 index 0000000000..ec75c61d3b Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_transit.png differ diff --git a/res/drawable-hdpi/ic_shortcut_tv.png b/res/drawable-hdpi/ic_shortcut_tv.png new file mode 100644 index 0000000000..b885b10870 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_tv.png differ diff --git a/res/drawable-hdpi/ic_shortcut_twitter.png b/res/drawable-hdpi/ic_shortcut_twitter.png new file mode 100644 index 0000000000..4a98b4f71e Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_twitter.png differ diff --git a/res/drawable-hdpi/ic_shortcut_unlock.png b/res/drawable-hdpi/ic_shortcut_unlock.png new file mode 100644 index 0000000000..038e099eb3 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_unlock.png differ diff --git a/res/drawable-hdpi/ic_shortcut_viber.png b/res/drawable-hdpi/ic_shortcut_viber.png new file mode 100644 index 0000000000..d96e392eed Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_viber.png differ diff --git a/res/drawable-hdpi/ic_shortcut_whatsapp.png b/res/drawable-hdpi/ic_shortcut_whatsapp.png new file mode 100644 index 0000000000..6cc31af0a5 Binary files /dev/null and b/res/drawable-hdpi/ic_shortcut_whatsapp.png differ diff --git a/res/drawable-hdpi/ic_sysbar_apps.png b/res/drawable-hdpi/ic_sysbar_apps.png index 7cadbe8408..0035e514ec 100644 Binary files a/res/drawable-hdpi/ic_sysbar_apps.png and b/res/drawable-hdpi/ic_sysbar_apps.png differ diff --git a/res/drawable-hdpi/ic_sysbar_apps2.png b/res/drawable-hdpi/ic_sysbar_apps2.png new file mode 100644 index 0000000000..a1906743d8 Binary files /dev/null and b/res/drawable-hdpi/ic_sysbar_apps2.png differ diff --git a/res/drawable-hdpi/ic_sysbar_camera.png b/res/drawable-hdpi/ic_sysbar_camera.png new file mode 100644 index 0000000000..c6f03c495e Binary files /dev/null and b/res/drawable-hdpi/ic_sysbar_camera.png differ diff --git a/res/drawable-hdpi/ic_sysbar_ime_left.png b/res/drawable-hdpi/ic_sysbar_ime_left.png new file mode 100644 index 0000000000..3a9a6e512f Binary files /dev/null and b/res/drawable-hdpi/ic_sysbar_ime_left.png differ diff --git a/res/drawable-hdpi/ic_sysbar_ime_right.png b/res/drawable-hdpi/ic_sysbar_ime_right.png new file mode 100644 index 0000000000..a46fd7de4d Binary files /dev/null and b/res/drawable-hdpi/ic_sysbar_ime_right.png differ diff --git a/res/drawable-hdpi/ic_text_dot.png b/res/drawable-hdpi/ic_text_dot.png new file mode 100644 index 0000000000..fa69c69adb Binary files /dev/null and b/res/drawable-hdpi/ic_text_dot.png differ diff --git a/res/drawable-hdpi/ic_sysbar_search_side.png b/res/drawable-hdpi/pie_search.png similarity index 100% rename from res/drawable-hdpi/ic_sysbar_search_side.png rename to res/drawable-hdpi/pie_search.png diff --git a/res/drawable-hdpi/shortcut_airplane_mode.png b/res/drawable-hdpi/shortcut_airplane_mode.png new file mode 100644 index 0000000000..5016c70786 Binary files /dev/null and b/res/drawable-hdpi/shortcut_airplane_mode.png differ diff --git a/res/drawable-hdpi/shortcut_airplane_mode_disable.png b/res/drawable-hdpi/shortcut_airplane_mode_disable.png new file mode 100644 index 0000000000..78feb0326a Binary files /dev/null and b/res/drawable-hdpi/shortcut_airplane_mode_disable.png differ diff --git a/res/drawable-hdpi/shortcut_airplane_mode_enable.png b/res/drawable-hdpi/shortcut_airplane_mode_enable.png new file mode 100644 index 0000000000..c71bc9cd6f Binary files /dev/null and b/res/drawable-hdpi/shortcut_airplane_mode_enable.png differ diff --git a/res/drawable-hdpi/shortcut_app_launcher.png b/res/drawable-hdpi/shortcut_app_launcher.png new file mode 100644 index 0000000000..e15738525b Binary files /dev/null and b/res/drawable-hdpi/shortcut_app_launcher.png differ diff --git a/res/drawable-hdpi/shortcut_auto_brightness.png b/res/drawable-hdpi/shortcut_auto_brightness.png new file mode 100644 index 0000000000..7ccb107c8f Binary files /dev/null and b/res/drawable-hdpi/shortcut_auto_brightness.png differ diff --git a/res/drawable-hdpi/shortcut_auto_brightness_disable.png b/res/drawable-hdpi/shortcut_auto_brightness_disable.png new file mode 100644 index 0000000000..eca85ee440 Binary files /dev/null and b/res/drawable-hdpi/shortcut_auto_brightness_disable.png differ diff --git a/res/drawable-hdpi/shortcut_auto_brightness_enable.png b/res/drawable-hdpi/shortcut_auto_brightness_enable.png new file mode 100644 index 0000000000..2bd97fd386 Binary files /dev/null and b/res/drawable-hdpi/shortcut_auto_brightness_enable.png differ diff --git a/res/drawable-hdpi/shortcut_bluetooth.png b/res/drawable-hdpi/shortcut_bluetooth.png new file mode 100644 index 0000000000..48ab42f8c9 Binary files /dev/null and b/res/drawable-hdpi/shortcut_bluetooth.png differ diff --git a/res/drawable-hdpi/shortcut_bluetooth_disable.png b/res/drawable-hdpi/shortcut_bluetooth_disable.png new file mode 100644 index 0000000000..5e867f65f8 Binary files /dev/null and b/res/drawable-hdpi/shortcut_bluetooth_disable.png differ diff --git a/res/drawable-hdpi/shortcut_bluetooth_enable.png b/res/drawable-hdpi/shortcut_bluetooth_enable.png new file mode 100644 index 0000000000..106a8033b1 Binary files /dev/null and b/res/drawable-hdpi/shortcut_bluetooth_enable.png differ diff --git a/res/drawable-hdpi/shortcut_expanded_desktop.png b/res/drawable-hdpi/shortcut_expanded_desktop.png new file mode 100644 index 0000000000..4659a025fb Binary files /dev/null and b/res/drawable-hdpi/shortcut_expanded_desktop.png differ diff --git a/res/drawable-hdpi/shortcut_expanded_desktop_disable.png b/res/drawable-hdpi/shortcut_expanded_desktop_disable.png new file mode 100644 index 0000000000..8e9ca5941e Binary files /dev/null and b/res/drawable-hdpi/shortcut_expanded_desktop_disable.png differ diff --git a/res/drawable-hdpi/shortcut_expanded_desktop_enable.png b/res/drawable-hdpi/shortcut_expanded_desktop_enable.png new file mode 100644 index 0000000000..e59e00b67e Binary files /dev/null and b/res/drawable-hdpi/shortcut_expanded_desktop_enable.png differ diff --git a/res/drawable-hdpi/shortcut_google_now.png b/res/drawable-hdpi/shortcut_google_now.png new file mode 100644 index 0000000000..71e61c06de Binary files /dev/null and b/res/drawable-hdpi/shortcut_google_now.png differ diff --git a/res/drawable-hdpi/shortcut_gps_high.png b/res/drawable-hdpi/shortcut_gps_high.png new file mode 100644 index 0000000000..6470592790 Binary files /dev/null and b/res/drawable-hdpi/shortcut_gps_high.png differ diff --git a/res/drawable-hdpi/shortcut_gps_off.png b/res/drawable-hdpi/shortcut_gps_off.png new file mode 100644 index 0000000000..5d95b012c9 Binary files /dev/null and b/res/drawable-hdpi/shortcut_gps_off.png differ diff --git a/res/drawable-hdpi/shortcut_gps_saving.png b/res/drawable-hdpi/shortcut_gps_saving.png new file mode 100644 index 0000000000..fc5b957016 Binary files /dev/null and b/res/drawable-hdpi/shortcut_gps_saving.png differ diff --git a/res/drawable-hdpi/shortcut_gps_sensors.png b/res/drawable-hdpi/shortcut_gps_sensors.png new file mode 100644 index 0000000000..195d6c3f21 Binary files /dev/null and b/res/drawable-hdpi/shortcut_gps_sensors.png differ diff --git a/res/drawable-hdpi/shortcut_home.png b/res/drawable-hdpi/shortcut_home.png new file mode 100644 index 0000000000..0ddbf2ab03 Binary files /dev/null and b/res/drawable-hdpi/shortcut_home.png differ diff --git a/res/drawable-hdpi/shortcut_kill_app.png b/res/drawable-hdpi/shortcut_kill_app.png new file mode 100644 index 0000000000..6ce586a93e Binary files /dev/null and b/res/drawable-hdpi/shortcut_kill_app.png differ diff --git a/res/drawable-hdpi/shortcut_launcher_drawer.png b/res/drawable-hdpi/shortcut_launcher_drawer.png new file mode 100644 index 0000000000..a5e71769f1 Binary files /dev/null and b/res/drawable-hdpi/shortcut_launcher_drawer.png differ diff --git a/res/drawable-hdpi/shortcut_media_next.png b/res/drawable-hdpi/shortcut_media_next.png new file mode 100644 index 0000000000..c3f892c1e8 Binary files /dev/null and b/res/drawable-hdpi/shortcut_media_next.png differ diff --git a/res/drawable-hdpi/shortcut_media_play_pause.png b/res/drawable-hdpi/shortcut_media_play_pause.png new file mode 100644 index 0000000000..b6a31272b4 Binary files /dev/null and b/res/drawable-hdpi/shortcut_media_play_pause.png differ diff --git a/res/drawable-hdpi/shortcut_media_previous.png b/res/drawable-hdpi/shortcut_media_previous.png new file mode 100644 index 0000000000..8851c51373 Binary files /dev/null and b/res/drawable-hdpi/shortcut_media_previous.png differ diff --git a/res/drawable-hdpi/shortcut_mobile_data.png b/res/drawable-hdpi/shortcut_mobile_data.png new file mode 100644 index 0000000000..d787322a0c Binary files /dev/null and b/res/drawable-hdpi/shortcut_mobile_data.png differ diff --git a/res/drawable-hdpi/shortcut_mobile_data_disable.png b/res/drawable-hdpi/shortcut_mobile_data_disable.png new file mode 100644 index 0000000000..95fc931b0b Binary files /dev/null and b/res/drawable-hdpi/shortcut_mobile_data_disable.png differ diff --git a/res/drawable-hdpi/shortcut_mobile_data_enable.png b/res/drawable-hdpi/shortcut_mobile_data_enable.png new file mode 100644 index 0000000000..a956adb331 Binary files /dev/null and b/res/drawable-hdpi/shortcut_mobile_data_enable.png differ diff --git a/res/drawable-hdpi/shortcut_network_mode.png b/res/drawable-hdpi/shortcut_network_mode.png new file mode 100644 index 0000000000..4391f97d5f Binary files /dev/null and b/res/drawable-hdpi/shortcut_network_mode.png differ diff --git a/res/drawable-hdpi/shortcut_network_mode_2g.png b/res/drawable-hdpi/shortcut_network_mode_2g.png new file mode 100644 index 0000000000..0ac40cd95b Binary files /dev/null and b/res/drawable-hdpi/shortcut_network_mode_2g.png differ diff --git a/res/drawable-hdpi/shortcut_network_mode_2g3g.png b/res/drawable-hdpi/shortcut_network_mode_2g3g.png new file mode 100644 index 0000000000..384897c43e Binary files /dev/null and b/res/drawable-hdpi/shortcut_network_mode_2g3g.png differ diff --git a/res/drawable-hdpi/shortcut_network_mode_3g.png b/res/drawable-hdpi/shortcut_network_mode_3g.png new file mode 100644 index 0000000000..92c4aa25f3 Binary files /dev/null and b/res/drawable-hdpi/shortcut_network_mode_3g.png differ diff --git a/res/drawable-hdpi/shortcut_network_mode_3g2g.png b/res/drawable-hdpi/shortcut_network_mode_3g2g.png new file mode 100644 index 0000000000..7018637388 Binary files /dev/null and b/res/drawable-hdpi/shortcut_network_mode_3g2g.png differ diff --git a/res/drawable-hdpi/shortcut_network_mode_cdma.png b/res/drawable-hdpi/shortcut_network_mode_cdma.png new file mode 100644 index 0000000000..95f0bffd39 Binary files /dev/null and b/res/drawable-hdpi/shortcut_network_mode_cdma.png differ diff --git a/res/drawable-hdpi/shortcut_network_mode_cdma_evdo.png b/res/drawable-hdpi/shortcut_network_mode_cdma_evdo.png new file mode 100644 index 0000000000..1ecdae0a62 Binary files /dev/null and b/res/drawable-hdpi/shortcut_network_mode_cdma_evdo.png differ diff --git a/res/drawable-hdpi/shortcut_network_mode_evdo.png b/res/drawable-hdpi/shortcut_network_mode_evdo.png new file mode 100644 index 0000000000..f555243a3f Binary files /dev/null and b/res/drawable-hdpi/shortcut_network_mode_evdo.png differ diff --git a/res/drawable-hdpi/shortcut_network_mode_lte_cdma.png b/res/drawable-hdpi/shortcut_network_mode_lte_cdma.png new file mode 100644 index 0000000000..afa17f819e Binary files /dev/null and b/res/drawable-hdpi/shortcut_network_mode_lte_cdma.png differ diff --git a/res/drawable-hdpi/shortcut_network_mode_lte_global.png b/res/drawable-hdpi/shortcut_network_mode_lte_global.png new file mode 100644 index 0000000000..0aeafa596c Binary files /dev/null and b/res/drawable-hdpi/shortcut_network_mode_lte_global.png differ diff --git a/res/drawable-hdpi/shortcut_network_mode_lte_gsm.png b/res/drawable-hdpi/shortcut_network_mode_lte_gsm.png new file mode 100644 index 0000000000..9d36ad85d7 Binary files /dev/null and b/res/drawable-hdpi/shortcut_network_mode_lte_gsm.png differ diff --git a/res/drawable-hdpi/shortcut_nfc.png b/res/drawable-hdpi/shortcut_nfc.png new file mode 100644 index 0000000000..b8383518bb Binary files /dev/null and b/res/drawable-hdpi/shortcut_nfc.png differ diff --git a/res/drawable-hdpi/shortcut_nfc_disable.png b/res/drawable-hdpi/shortcut_nfc_disable.png new file mode 100644 index 0000000000..df08137da3 Binary files /dev/null and b/res/drawable-hdpi/shortcut_nfc_disable.png differ diff --git a/res/drawable-hdpi/shortcut_nfc_enable.png b/res/drawable-hdpi/shortcut_nfc_enable.png new file mode 100644 index 0000000000..0b51b566a4 Binary files /dev/null and b/res/drawable-hdpi/shortcut_nfc_enable.png differ diff --git a/res/drawable-hdpi/shortcut_notif_clear.png b/res/drawable-hdpi/shortcut_notif_clear.png new file mode 100644 index 0000000000..8edce6c56f Binary files /dev/null and b/res/drawable-hdpi/shortcut_notif_clear.png differ diff --git a/res/drawable-hdpi/shortcut_notifications.png b/res/drawable-hdpi/shortcut_notifications.png new file mode 100644 index 0000000000..5b89f8d80c Binary files /dev/null and b/res/drawable-hdpi/shortcut_notifications.png differ diff --git a/res/drawable-hdpi/shortcut_notifications_collapse.png b/res/drawable-hdpi/shortcut_notifications_collapse.png new file mode 100644 index 0000000000..84db60208e Binary files /dev/null and b/res/drawable-hdpi/shortcut_notifications_collapse.png differ diff --git a/res/drawable-hdpi/shortcut_notifications_expand.png b/res/drawable-hdpi/shortcut_notifications_expand.png new file mode 100644 index 0000000000..262fce3302 Binary files /dev/null and b/res/drawable-hdpi/shortcut_notifications_expand.png differ diff --git a/res/drawable-hdpi/shortcut_power_menu.png b/res/drawable-hdpi/shortcut_power_menu.png new file mode 100644 index 0000000000..8fd4cbb85a Binary files /dev/null and b/res/drawable-hdpi/shortcut_power_menu.png differ diff --git a/res/drawable-hdpi/shortcut_previous_app.png b/res/drawable-hdpi/shortcut_previous_app.png new file mode 100644 index 0000000000..b2ff78f101 Binary files /dev/null and b/res/drawable-hdpi/shortcut_previous_app.png differ diff --git a/res/drawable-hdpi/shortcut_quicksettings.png b/res/drawable-hdpi/shortcut_quicksettings.png new file mode 100644 index 0000000000..6d6668e0eb Binary files /dev/null and b/res/drawable-hdpi/shortcut_quicksettings.png differ diff --git a/res/drawable-hdpi/shortcut_quicksettings_collapse.png b/res/drawable-hdpi/shortcut_quicksettings_collapse.png new file mode 100644 index 0000000000..0a9747aa1f Binary files /dev/null and b/res/drawable-hdpi/shortcut_quicksettings_collapse.png differ diff --git a/res/drawable-hdpi/shortcut_quicksettings_expand.png b/res/drawable-hdpi/shortcut_quicksettings_expand.png new file mode 100644 index 0000000000..1fd88af51a Binary files /dev/null and b/res/drawable-hdpi/shortcut_quicksettings_expand.png differ diff --git a/res/drawable-hdpi/shortcut_quiet_hours.png b/res/drawable-hdpi/shortcut_quiet_hours.png new file mode 100644 index 0000000000..58c0659d3a Binary files /dev/null and b/res/drawable-hdpi/shortcut_quiet_hours.png differ diff --git a/res/drawable-hdpi/shortcut_quiet_hours_auto.png b/res/drawable-hdpi/shortcut_quiet_hours_auto.png new file mode 100644 index 0000000000..6078733105 Binary files /dev/null and b/res/drawable-hdpi/shortcut_quiet_hours_auto.png differ diff --git a/res/drawable-hdpi/shortcut_quiet_hours_disable.png b/res/drawable-hdpi/shortcut_quiet_hours_disable.png new file mode 100644 index 0000000000..662888a75d Binary files /dev/null and b/res/drawable-hdpi/shortcut_quiet_hours_disable.png differ diff --git a/res/drawable-hdpi/shortcut_quiet_hours_enable.png b/res/drawable-hdpi/shortcut_quiet_hours_enable.png new file mode 100644 index 0000000000..1a04783fb4 Binary files /dev/null and b/res/drawable-hdpi/shortcut_quiet_hours_enable.png differ diff --git a/res/drawable-hdpi/shortcut_quiet_hours_wear.png b/res/drawable-hdpi/shortcut_quiet_hours_wear.png new file mode 100644 index 0000000000..a117ae9598 Binary files /dev/null and b/res/drawable-hdpi/shortcut_quiet_hours_wear.png differ diff --git a/res/drawable-hdpi/shortcut_recent_apps.png b/res/drawable-hdpi/shortcut_recent_apps.png new file mode 100644 index 0000000000..51894cb9ae Binary files /dev/null and b/res/drawable-hdpi/shortcut_recent_apps.png differ diff --git a/res/drawable-hdpi/shortcut_ringer_ring.png b/res/drawable-hdpi/shortcut_ringer_ring.png new file mode 100644 index 0000000000..4c495913ad Binary files /dev/null and b/res/drawable-hdpi/shortcut_ringer_ring.png differ diff --git a/res/drawable-hdpi/shortcut_ringer_ring_vibrate.png b/res/drawable-hdpi/shortcut_ringer_ring_vibrate.png new file mode 100644 index 0000000000..27979b21c2 Binary files /dev/null and b/res/drawable-hdpi/shortcut_ringer_ring_vibrate.png differ diff --git a/res/drawable-hdpi/shortcut_ringer_silent.png b/res/drawable-hdpi/shortcut_ringer_silent.png new file mode 100644 index 0000000000..249c74317a Binary files /dev/null and b/res/drawable-hdpi/shortcut_ringer_silent.png differ diff --git a/res/drawable-hdpi/shortcut_ringer_vibrate.png b/res/drawable-hdpi/shortcut_ringer_vibrate.png new file mode 100644 index 0000000000..27c70ad114 Binary files /dev/null and b/res/drawable-hdpi/shortcut_ringer_vibrate.png differ diff --git a/res/drawable-hdpi/shortcut_rotation_lock.png b/res/drawable-hdpi/shortcut_rotation_lock.png new file mode 100644 index 0000000000..20d5917424 Binary files /dev/null and b/res/drawable-hdpi/shortcut_rotation_lock.png differ diff --git a/res/drawable-hdpi/shortcut_rotation_lock_disable.png b/res/drawable-hdpi/shortcut_rotation_lock_disable.png new file mode 100644 index 0000000000..28ecfe9ff2 Binary files /dev/null and b/res/drawable-hdpi/shortcut_rotation_lock_disable.png differ diff --git a/res/drawable-hdpi/shortcut_rotation_lock_enable.png b/res/drawable-hdpi/shortcut_rotation_lock_enable.png new file mode 100644 index 0000000000..c76b8c650b Binary files /dev/null and b/res/drawable-hdpi/shortcut_rotation_lock_enable.png differ diff --git a/res/drawable-hdpi/shortcut_screenrecord.png b/res/drawable-hdpi/shortcut_screenrecord.png new file mode 100644 index 0000000000..ca07c075b3 Binary files /dev/null and b/res/drawable-hdpi/shortcut_screenrecord.png differ diff --git a/res/drawable-hdpi/shortcut_screenshot.png b/res/drawable-hdpi/shortcut_screenshot.png new file mode 100644 index 0000000000..29045c0d8d Binary files /dev/null and b/res/drawable-hdpi/shortcut_screenshot.png differ diff --git a/res/drawable-hdpi/shortcut_sleep.png b/res/drawable-hdpi/shortcut_sleep.png new file mode 100644 index 0000000000..9343c6a69b Binary files /dev/null and b/res/drawable-hdpi/shortcut_sleep.png differ diff --git a/res/drawable-hdpi/shortcut_sm_data_sim_1.png b/res/drawable-hdpi/shortcut_sm_data_sim_1.png new file mode 100644 index 0000000000..83899311af Binary files /dev/null and b/res/drawable-hdpi/shortcut_sm_data_sim_1.png differ diff --git a/res/drawable-hdpi/shortcut_sm_data_sim_2.png b/res/drawable-hdpi/shortcut_sm_data_sim_2.png new file mode 100644 index 0000000000..433a5f7701 Binary files /dev/null and b/res/drawable-hdpi/shortcut_sm_data_sim_2.png differ diff --git a/res/drawable-hdpi/shortcut_sm_data_sim_ui.png b/res/drawable-hdpi/shortcut_sm_data_sim_ui.png new file mode 100644 index 0000000000..ba440c13df Binary files /dev/null and b/res/drawable-hdpi/shortcut_sm_data_sim_ui.png differ diff --git a/res/drawable-hdpi/shortcut_sm_settings.png b/res/drawable-hdpi/shortcut_sm_settings.png new file mode 100644 index 0000000000..c5adf5ed4f Binary files /dev/null and b/res/drawable-hdpi/shortcut_sm_settings.png differ diff --git a/res/drawable-hdpi/shortcut_sm_sms_sim_1.png b/res/drawable-hdpi/shortcut_sm_sms_sim_1.png new file mode 100644 index 0000000000..7eefbd562d Binary files /dev/null and b/res/drawable-hdpi/shortcut_sm_sms_sim_1.png differ diff --git a/res/drawable-hdpi/shortcut_sm_sms_sim_2.png b/res/drawable-hdpi/shortcut_sm_sms_sim_2.png new file mode 100644 index 0000000000..93f31abfd3 Binary files /dev/null and b/res/drawable-hdpi/shortcut_sm_sms_sim_2.png differ diff --git a/res/drawable-hdpi/shortcut_sm_sms_sim_ui.png b/res/drawable-hdpi/shortcut_sm_sms_sim_ui.png new file mode 100644 index 0000000000..94d9a4c5e6 Binary files /dev/null and b/res/drawable-hdpi/shortcut_sm_sms_sim_ui.png differ diff --git a/res/drawable-hdpi/shortcut_sm_voice_sim_1.png b/res/drawable-hdpi/shortcut_sm_voice_sim_1.png new file mode 100644 index 0000000000..a0c7cdf9b0 Binary files /dev/null and b/res/drawable-hdpi/shortcut_sm_voice_sim_1.png differ diff --git a/res/drawable-hdpi/shortcut_sm_voice_sim_2.png b/res/drawable-hdpi/shortcut_sm_voice_sim_2.png new file mode 100644 index 0000000000..84e98c208b Binary files /dev/null and b/res/drawable-hdpi/shortcut_sm_voice_sim_2.png differ diff --git a/res/drawable-hdpi/shortcut_sm_voice_sim_ask.png b/res/drawable-hdpi/shortcut_sm_voice_sim_ask.png new file mode 100644 index 0000000000..891e1f4515 Binary files /dev/null and b/res/drawable-hdpi/shortcut_sm_voice_sim_ask.png differ diff --git a/res/drawable-hdpi/shortcut_sm_voice_sim_ui.png b/res/drawable-hdpi/shortcut_sm_voice_sim_ui.png new file mode 100644 index 0000000000..98da8d0446 Binary files /dev/null and b/res/drawable-hdpi/shortcut_sm_voice_sim_ui.png differ diff --git a/res/drawable-hdpi/shortcut_smart_radio.png b/res/drawable-hdpi/shortcut_smart_radio.png new file mode 100644 index 0000000000..564e138b05 Binary files /dev/null and b/res/drawable-hdpi/shortcut_smart_radio.png differ diff --git a/res/drawable-hdpi/shortcut_smart_radio_disable.png b/res/drawable-hdpi/shortcut_smart_radio_disable.png new file mode 100644 index 0000000000..d2cd64efa9 Binary files /dev/null and b/res/drawable-hdpi/shortcut_smart_radio_disable.png differ diff --git a/res/drawable-hdpi/shortcut_smart_radio_enable.png b/res/drawable-hdpi/shortcut_smart_radio_enable.png new file mode 100644 index 0000000000..fbdaa4c05f Binary files /dev/null and b/res/drawable-hdpi/shortcut_smart_radio_enable.png differ diff --git a/res/drawable-hdpi/shortcut_split_screen.png b/res/drawable-hdpi/shortcut_split_screen.png new file mode 100644 index 0000000000..2939e6b95b Binary files /dev/null and b/res/drawable-hdpi/shortcut_split_screen.png differ diff --git a/res/drawable-hdpi/shortcut_sync.png b/res/drawable-hdpi/shortcut_sync.png new file mode 100644 index 0000000000..30b5e377e7 Binary files /dev/null and b/res/drawable-hdpi/shortcut_sync.png differ diff --git a/res/drawable-hdpi/shortcut_sync_disable.png b/res/drawable-hdpi/shortcut_sync_disable.png new file mode 100644 index 0000000000..ca05be3d43 Binary files /dev/null and b/res/drawable-hdpi/shortcut_sync_disable.png differ diff --git a/res/drawable-hdpi/shortcut_sync_enable.png b/res/drawable-hdpi/shortcut_sync_enable.png new file mode 100644 index 0000000000..cd01470ff9 Binary files /dev/null and b/res/drawable-hdpi/shortcut_sync_enable.png differ diff --git a/res/drawable-hdpi/shortcut_torch.png b/res/drawable-hdpi/shortcut_torch.png new file mode 100644 index 0000000000..587e64fa3f Binary files /dev/null and b/res/drawable-hdpi/shortcut_torch.png differ diff --git a/res/drawable-hdpi/shortcut_unknown.png b/res/drawable-hdpi/shortcut_unknown.png new file mode 100644 index 0000000000..3b610aaf5d Binary files /dev/null and b/res/drawable-hdpi/shortcut_unknown.png differ diff --git a/res/drawable-hdpi/shortcut_volume_panel.png b/res/drawable-hdpi/shortcut_volume_panel.png new file mode 100644 index 0000000000..94f047a9c3 Binary files /dev/null and b/res/drawable-hdpi/shortcut_volume_panel.png differ diff --git a/res/drawable-hdpi/shortcut_wifi.png b/res/drawable-hdpi/shortcut_wifi.png new file mode 100644 index 0000000000..c80d50ac9e Binary files /dev/null and b/res/drawable-hdpi/shortcut_wifi.png differ diff --git a/res/drawable-hdpi/shortcut_wifi_ap.png b/res/drawable-hdpi/shortcut_wifi_ap.png new file mode 100644 index 0000000000..3992606794 Binary files /dev/null and b/res/drawable-hdpi/shortcut_wifi_ap.png differ diff --git a/res/drawable-hdpi/shortcut_wifi_ap_disable.png b/res/drawable-hdpi/shortcut_wifi_ap_disable.png new file mode 100644 index 0000000000..6759c92c97 Binary files /dev/null and b/res/drawable-hdpi/shortcut_wifi_ap_disable.png differ diff --git a/res/drawable-hdpi/shortcut_wifi_ap_enable.png b/res/drawable-hdpi/shortcut_wifi_ap_enable.png new file mode 100644 index 0000000000..d0cdd9ff5d Binary files /dev/null and b/res/drawable-hdpi/shortcut_wifi_ap_enable.png differ diff --git a/res/drawable-hdpi/shortcut_wifi_disable.png b/res/drawable-hdpi/shortcut_wifi_disable.png new file mode 100644 index 0000000000..ee6d83a310 Binary files /dev/null and b/res/drawable-hdpi/shortcut_wifi_disable.png differ diff --git a/res/drawable-hdpi/shortcut_wifi_enable.png b/res/drawable-hdpi/shortcut_wifi_enable.png new file mode 100644 index 0000000000..e6dc99e1a0 Binary files /dev/null and b/res/drawable-hdpi/shortcut_wifi_enable.png differ diff --git a/res/drawable-hdpi/stat_sys_alarm_jb.png b/res/drawable-hdpi/stat_sys_alarm_jb.png new file mode 100644 index 0000000000..17add4180d Binary files /dev/null and b/res/drawable-hdpi/stat_sys_alarm_jb.png differ diff --git a/res/drawable-hdpi/stat_sys_alarm_kk.png b/res/drawable-hdpi/stat_sys_alarm_kk.png deleted file mode 100644 index 2c5501786d..0000000000 Binary files a/res/drawable-hdpi/stat_sys_alarm_kk.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_battery_0.png b/res/drawable-hdpi/stat_sys_battery_0.png deleted file mode 100644 index 0046188370..0000000000 Binary files a/res/drawable-hdpi/stat_sys_battery_0.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_battery_100.png b/res/drawable-hdpi/stat_sys_battery_100.png deleted file mode 100644 index bc19eb9264..0000000000 Binary files a/res/drawable-hdpi/stat_sys_battery_100.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_battery_15.png b/res/drawable-hdpi/stat_sys_battery_15.png deleted file mode 100644 index 95dfd6457c..0000000000 Binary files a/res/drawable-hdpi/stat_sys_battery_15.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_battery_28.png b/res/drawable-hdpi/stat_sys_battery_28.png deleted file mode 100644 index c700077a27..0000000000 Binary files a/res/drawable-hdpi/stat_sys_battery_28.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_battery_43.png b/res/drawable-hdpi/stat_sys_battery_43.png deleted file mode 100644 index 3e6efd19b7..0000000000 Binary files a/res/drawable-hdpi/stat_sys_battery_43.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_battery_57.png b/res/drawable-hdpi/stat_sys_battery_57.png deleted file mode 100644 index 25e94925bb..0000000000 Binary files a/res/drawable-hdpi/stat_sys_battery_57.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_battery_71.png b/res/drawable-hdpi/stat_sys_battery_71.png deleted file mode 100644 index a368dfdcc6..0000000000 Binary files a/res/drawable-hdpi/stat_sys_battery_71.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_battery_85.png b/res/drawable-hdpi/stat_sys_battery_85.png deleted file mode 100644 index 796a2c3f87..0000000000 Binary files a/res/drawable-hdpi/stat_sys_battery_85.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_battery_charge_anim0.png b/res/drawable-hdpi/stat_sys_battery_charge_anim0.png deleted file mode 100644 index f34f162c1b..0000000000 Binary files a/res/drawable-hdpi/stat_sys_battery_charge_anim0.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_battery_charge_anim100.png b/res/drawable-hdpi/stat_sys_battery_charge_anim100.png deleted file mode 100644 index 17245012dd..0000000000 Binary files a/res/drawable-hdpi/stat_sys_battery_charge_anim100.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_battery_charge_anim15.png b/res/drawable-hdpi/stat_sys_battery_charge_anim15.png deleted file mode 100644 index a975851b61..0000000000 Binary files a/res/drawable-hdpi/stat_sys_battery_charge_anim15.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_battery_charge_anim28.png b/res/drawable-hdpi/stat_sys_battery_charge_anim28.png deleted file mode 100644 index cd485ad41a..0000000000 Binary files a/res/drawable-hdpi/stat_sys_battery_charge_anim28.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_battery_charge_anim43.png b/res/drawable-hdpi/stat_sys_battery_charge_anim43.png deleted file mode 100644 index 5ba770e56c..0000000000 Binary files a/res/drawable-hdpi/stat_sys_battery_charge_anim43.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_battery_charge_anim57.png b/res/drawable-hdpi/stat_sys_battery_charge_anim57.png deleted file mode 100644 index 7d6577085f..0000000000 Binary files a/res/drawable-hdpi/stat_sys_battery_charge_anim57.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_battery_charge_anim71.png b/res/drawable-hdpi/stat_sys_battery_charge_anim71.png deleted file mode 100644 index 9f7385d5f2..0000000000 Binary files a/res/drawable-hdpi/stat_sys_battery_charge_anim71.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_battery_charge_anim85.png b/res/drawable-hdpi/stat_sys_battery_charge_anim85.png deleted file mode 100644 index 4ff7ab1047..0000000000 Binary files a/res/drawable-hdpi/stat_sys_battery_charge_anim85.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_network_traffic_down.png b/res/drawable-hdpi/stat_sys_network_traffic_down.png new file mode 100644 index 0000000000..963ddaa8bc Binary files /dev/null and b/res/drawable-hdpi/stat_sys_network_traffic_down.png differ diff --git a/res/drawable-hdpi/stat_sys_network_traffic_up.png b/res/drawable-hdpi/stat_sys_network_traffic_up.png new file mode 100644 index 0000000000..8b1fa2cdf8 Binary files /dev/null and b/res/drawable-hdpi/stat_sys_network_traffic_up.png differ diff --git a/res/drawable-hdpi/stat_sys_network_traffic_updown.png b/res/drawable-hdpi/stat_sys_network_traffic_updown.png new file mode 100644 index 0000000000..edc66ca7be Binary files /dev/null and b/res/drawable-hdpi/stat_sys_network_traffic_updown.png differ diff --git a/res/drawable-hdpi/stat_sys_quiet_hours.png b/res/drawable-hdpi/stat_sys_quiet_hours.png new file mode 100644 index 0000000000..7a40d88f2d Binary files /dev/null and b/res/drawable-hdpi/stat_sys_quiet_hours.png differ diff --git a/res/drawable-hdpi/stat_sys_quiet_hours_wear.png b/res/drawable-hdpi/stat_sys_quiet_hours_wear.png new file mode 100644 index 0000000000..e85bbf3fd6 Binary files /dev/null and b/res/drawable-hdpi/stat_sys_quiet_hours_wear.png differ diff --git a/res/drawable-hdpi/stat_sys_ringer_silent_kk.png b/res/drawable-hdpi/stat_sys_ringer_silent_kk.png deleted file mode 100644 index 58f67d032f..0000000000 Binary files a/res/drawable-hdpi/stat_sys_ringer_silent_kk.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_ringer_vibrate_jb.png b/res/drawable-hdpi/stat_sys_ringer_vibrate_jb.png new file mode 100644 index 0000000000..85b2d8654e Binary files /dev/null and b/res/drawable-hdpi/stat_sys_ringer_vibrate_jb.png differ diff --git a/res/drawable-hdpi/stat_sys_ringer_vibrate_kk.png b/res/drawable-hdpi/stat_sys_ringer_vibrate_kk.png deleted file mode 100644 index b794c9ad61..0000000000 Binary files a/res/drawable-hdpi/stat_sys_ringer_vibrate_kk.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_signal_0.png b/res/drawable-hdpi/stat_sys_signal_0.png deleted file mode 100644 index da941c8e08..0000000000 Binary files a/res/drawable-hdpi/stat_sys_signal_0.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_signal_0_fully.png b/res/drawable-hdpi/stat_sys_signal_0_fully.png deleted file mode 100644 index 0fd09d745d..0000000000 Binary files a/res/drawable-hdpi/stat_sys_signal_0_fully.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_signal_1.png b/res/drawable-hdpi/stat_sys_signal_1.png deleted file mode 100644 index 0d75e23b00..0000000000 Binary files a/res/drawable-hdpi/stat_sys_signal_1.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_signal_1_fully.png b/res/drawable-hdpi/stat_sys_signal_1_fully.png deleted file mode 100644 index cfe43dd42c..0000000000 Binary files a/res/drawable-hdpi/stat_sys_signal_1_fully.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_signal_2.png b/res/drawable-hdpi/stat_sys_signal_2.png deleted file mode 100644 index dbb54764fa..0000000000 Binary files a/res/drawable-hdpi/stat_sys_signal_2.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_signal_2_fully.png b/res/drawable-hdpi/stat_sys_signal_2_fully.png deleted file mode 100644 index 92a5b1c1e6..0000000000 Binary files a/res/drawable-hdpi/stat_sys_signal_2_fully.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_signal_3.png b/res/drawable-hdpi/stat_sys_signal_3.png deleted file mode 100644 index 601457677e..0000000000 Binary files a/res/drawable-hdpi/stat_sys_signal_3.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_signal_3_fully.png b/res/drawable-hdpi/stat_sys_signal_3_fully.png deleted file mode 100644 index 9454cd8ab6..0000000000 Binary files a/res/drawable-hdpi/stat_sys_signal_3_fully.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_signal_4.png b/res/drawable-hdpi/stat_sys_signal_4.png deleted file mode 100644 index f4d59a1615..0000000000 Binary files a/res/drawable-hdpi/stat_sys_signal_4.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_signal_4_fully.png b/res/drawable-hdpi/stat_sys_signal_4_fully.png deleted file mode 100644 index 6cb18c74eb..0000000000 Binary files a/res/drawable-hdpi/stat_sys_signal_4_fully.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_signal_in.png b/res/drawable-hdpi/stat_sys_signal_in.png new file mode 100644 index 0000000000..461370c8ad Binary files /dev/null and b/res/drawable-hdpi/stat_sys_signal_in.png differ diff --git a/res/drawable-hdpi/stat_sys_signal_inout.png b/res/drawable-hdpi/stat_sys_signal_inout.png new file mode 100644 index 0000000000..efa093cbc0 Binary files /dev/null and b/res/drawable-hdpi/stat_sys_signal_inout.png differ diff --git a/res/drawable-hdpi/stat_sys_signal_out.png b/res/drawable-hdpi/stat_sys_signal_out.png new file mode 100644 index 0000000000..6770a649df Binary files /dev/null and b/res/drawable-hdpi/stat_sys_signal_out.png differ diff --git a/res/drawable-hdpi/stat_sys_wifi_in.png b/res/drawable-hdpi/stat_sys_wifi_in.png new file mode 100644 index 0000000000..45e8d79945 Binary files /dev/null and b/res/drawable-hdpi/stat_sys_wifi_in.png differ diff --git a/res/drawable-hdpi/stat_sys_wifi_inout.png b/res/drawable-hdpi/stat_sys_wifi_inout.png new file mode 100644 index 0000000000..b66fd7ddb3 Binary files /dev/null and b/res/drawable-hdpi/stat_sys_wifi_inout.png differ diff --git a/res/drawable-hdpi/stat_sys_wifi_out.png b/res/drawable-hdpi/stat_sys_wifi_out.png new file mode 100644 index 0000000000..5a2853768a Binary files /dev/null and b/res/drawable-hdpi/stat_sys_wifi_out.png differ diff --git a/res/drawable-hdpi/stat_sys_wifi_signal_0.png b/res/drawable-hdpi/stat_sys_wifi_signal_0.png deleted file mode 100644 index 2659d4c193..0000000000 Binary files a/res/drawable-hdpi/stat_sys_wifi_signal_0.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_wifi_signal_1.png b/res/drawable-hdpi/stat_sys_wifi_signal_1.png deleted file mode 100644 index 1cce22c83a..0000000000 Binary files a/res/drawable-hdpi/stat_sys_wifi_signal_1.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_wifi_signal_1_fully.png b/res/drawable-hdpi/stat_sys_wifi_signal_1_fully.png deleted file mode 100644 index c45519e04b..0000000000 Binary files a/res/drawable-hdpi/stat_sys_wifi_signal_1_fully.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_wifi_signal_2.png b/res/drawable-hdpi/stat_sys_wifi_signal_2.png deleted file mode 100644 index 186435fc2f..0000000000 Binary files a/res/drawable-hdpi/stat_sys_wifi_signal_2.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_wifi_signal_2_fully.png b/res/drawable-hdpi/stat_sys_wifi_signal_2_fully.png deleted file mode 100644 index 3e3b5fd0ae..0000000000 Binary files a/res/drawable-hdpi/stat_sys_wifi_signal_2_fully.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_wifi_signal_3.png b/res/drawable-hdpi/stat_sys_wifi_signal_3.png deleted file mode 100644 index d6f6649b57..0000000000 Binary files a/res/drawable-hdpi/stat_sys_wifi_signal_3.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_wifi_signal_3_fully.png b/res/drawable-hdpi/stat_sys_wifi_signal_3_fully.png deleted file mode 100644 index 244c8b83ec..0000000000 Binary files a/res/drawable-hdpi/stat_sys_wifi_signal_3_fully.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_wifi_signal_4.png b/res/drawable-hdpi/stat_sys_wifi_signal_4.png deleted file mode 100644 index 8368b689df..0000000000 Binary files a/res/drawable-hdpi/stat_sys_wifi_signal_4.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_wifi_signal_4_fully.png b/res/drawable-hdpi/stat_sys_wifi_signal_4_fully.png deleted file mode 100644 index ef40c3e35d..0000000000 Binary files a/res/drawable-hdpi/stat_sys_wifi_signal_4_fully.png and /dev/null differ diff --git a/res/drawable-hdpi/stat_sys_wifi_signal_null.png b/res/drawable-hdpi/stat_sys_wifi_signal_null.png deleted file mode 100644 index 82522c361d..0000000000 Binary files a/res/drawable-hdpi/stat_sys_wifi_signal_null.png and /dev/null differ diff --git a/res/drawable-ldrtl-hdpi/ic_sysbar_ime_left.png b/res/drawable-ldrtl-hdpi/ic_sysbar_ime_left.png new file mode 100644 index 0000000000..a46fd7de4d Binary files /dev/null and b/res/drawable-ldrtl-hdpi/ic_sysbar_ime_left.png differ diff --git a/res/drawable-ldrtl-hdpi/ic_sysbar_ime_right.png b/res/drawable-ldrtl-hdpi/ic_sysbar_ime_right.png new file mode 100644 index 0000000000..3a9a6e512f Binary files /dev/null and b/res/drawable-ldrtl-hdpi/ic_sysbar_ime_right.png differ diff --git a/res/drawable-ldrtl-hdpi/stat_sys_signal_in.png b/res/drawable-ldrtl-hdpi/stat_sys_signal_in.png new file mode 100644 index 0000000000..b56c58c6dd Binary files /dev/null and b/res/drawable-ldrtl-hdpi/stat_sys_signal_in.png differ diff --git a/res/drawable-ldrtl-hdpi/stat_sys_signal_inout.png b/res/drawable-ldrtl-hdpi/stat_sys_signal_inout.png new file mode 100644 index 0000000000..e1cebb0b46 Binary files /dev/null and b/res/drawable-ldrtl-hdpi/stat_sys_signal_inout.png differ diff --git a/res/drawable-ldrtl-hdpi/stat_sys_signal_out.png b/res/drawable-ldrtl-hdpi/stat_sys_signal_out.png new file mode 100644 index 0000000000..cc68a282fe Binary files /dev/null and b/res/drawable-ldrtl-hdpi/stat_sys_signal_out.png differ diff --git a/res/drawable-ldrtl-xhdpi/ic_sysbar_ime_left.png b/res/drawable-ldrtl-xhdpi/ic_sysbar_ime_left.png new file mode 100644 index 0000000000..c976333cc5 Binary files /dev/null and b/res/drawable-ldrtl-xhdpi/ic_sysbar_ime_left.png differ diff --git a/res/drawable-ldrtl-xhdpi/ic_sysbar_ime_right.png b/res/drawable-ldrtl-xhdpi/ic_sysbar_ime_right.png new file mode 100644 index 0000000000..8c9449ae45 Binary files /dev/null and b/res/drawable-ldrtl-xhdpi/ic_sysbar_ime_right.png differ diff --git a/res/drawable-ldrtl-xhdpi/stat_sys_signal_in.png b/res/drawable-ldrtl-xhdpi/stat_sys_signal_in.png new file mode 100644 index 0000000000..39df92e044 Binary files /dev/null and b/res/drawable-ldrtl-xhdpi/stat_sys_signal_in.png differ diff --git a/res/drawable-ldrtl-xhdpi/stat_sys_signal_inout.png b/res/drawable-ldrtl-xhdpi/stat_sys_signal_inout.png new file mode 100644 index 0000000000..12c5f56e96 Binary files /dev/null and b/res/drawable-ldrtl-xhdpi/stat_sys_signal_inout.png differ diff --git a/res/drawable-ldrtl-xhdpi/stat_sys_signal_out.png b/res/drawable-ldrtl-xhdpi/stat_sys_signal_out.png new file mode 100644 index 0000000000..68c16c775f Binary files /dev/null and b/res/drawable-ldrtl-xhdpi/stat_sys_signal_out.png differ diff --git a/res/drawable-ldrtl-xxhdpi/ic_sysbar_ime_left.png b/res/drawable-ldrtl-xxhdpi/ic_sysbar_ime_left.png new file mode 100644 index 0000000000..d9a50baaa7 Binary files /dev/null and b/res/drawable-ldrtl-xxhdpi/ic_sysbar_ime_left.png differ diff --git a/res/drawable-ldrtl-xxhdpi/ic_sysbar_ime_right.png b/res/drawable-ldrtl-xxhdpi/ic_sysbar_ime_right.png new file mode 100644 index 0000000000..75654e3b51 Binary files /dev/null and b/res/drawable-ldrtl-xxhdpi/ic_sysbar_ime_right.png differ diff --git a/res/drawable-ldrtl-xxhdpi/stat_sys_signal_in.png b/res/drawable-ldrtl-xxhdpi/stat_sys_signal_in.png new file mode 100644 index 0000000000..729ec58ea6 Binary files /dev/null and b/res/drawable-ldrtl-xxhdpi/stat_sys_signal_in.png differ diff --git a/res/drawable-ldrtl-xxhdpi/stat_sys_signal_inout.png b/res/drawable-ldrtl-xxhdpi/stat_sys_signal_inout.png new file mode 100644 index 0000000000..2904599a98 Binary files /dev/null and b/res/drawable-ldrtl-xxhdpi/stat_sys_signal_inout.png differ diff --git a/res/drawable-ldrtl-xxhdpi/stat_sys_signal_out.png b/res/drawable-ldrtl-xxhdpi/stat_sys_signal_out.png new file mode 100644 index 0000000000..8366e4dbc0 Binary files /dev/null and b/res/drawable-ldrtl-xxhdpi/stat_sys_signal_out.png differ diff --git a/res/drawable-ldrtl-xxxhdpi/ic_sysbar_ime_left.png b/res/drawable-ldrtl-xxxhdpi/ic_sysbar_ime_left.png new file mode 100644 index 0000000000..bb504062b2 Binary files /dev/null and b/res/drawable-ldrtl-xxxhdpi/ic_sysbar_ime_left.png differ diff --git a/res/drawable-ldrtl-xxxhdpi/ic_sysbar_ime_right.png b/res/drawable-ldrtl-xxxhdpi/ic_sysbar_ime_right.png new file mode 100644 index 0000000000..d244642300 Binary files /dev/null and b/res/drawable-ldrtl-xxxhdpi/ic_sysbar_ime_right.png differ diff --git a/res/drawable-nodpi/background_holo_dark.png b/res/drawable-nodpi/background_holo_dark.png deleted file mode 100644 index dfa46d62a3..0000000000 Binary files a/res/drawable-nodpi/background_holo_dark.png and /dev/null differ diff --git a/res/drawable-nodpi/background_holo_dark_solid.png b/res/drawable-nodpi/background_holo_dark_solid.png deleted file mode 100644 index 3d1e25760b..0000000000 Binary files a/res/drawable-nodpi/background_holo_dark_solid.png and /dev/null differ diff --git a/res/drawable-nodpi/background_holo_light.png b/res/drawable-nodpi/background_holo_light.png deleted file mode 100644 index ed9d0cf91d..0000000000 Binary files a/res/drawable-nodpi/background_holo_light.png and /dev/null differ diff --git a/res/drawable-xhdpi/arrow_down.png b/res/drawable-xhdpi/arrow_down.png deleted file mode 100644 index 1f6fd44000..0000000000 Binary files a/res/drawable-xhdpi/arrow_down.png and /dev/null differ diff --git a/res/drawable-xhdpi/arrow_down_alpha.png b/res/drawable-xhdpi/arrow_down_alpha.png new file mode 100644 index 0000000000..76f9af0b07 Binary files /dev/null and b/res/drawable-xhdpi/arrow_down_alpha.png differ diff --git a/res/drawable-xhdpi/arrow_up.png b/res/drawable-xhdpi/arrow_up.png deleted file mode 100644 index 1615240108..0000000000 Binary files a/res/drawable-xhdpi/arrow_up.png and /dev/null differ diff --git a/res/drawable-xhdpi/arrow_up_alpha.png b/res/drawable-xhdpi/arrow_up_alpha.png new file mode 100644 index 0000000000..4139833610 Binary files /dev/null and b/res/drawable-xhdpi/arrow_up_alpha.png differ diff --git a/res/drawable-xhdpi/ib_media_skip_next.png b/res/drawable-xhdpi/ib_media_skip_next.png new file mode 100644 index 0000000000..19c4929cca Binary files /dev/null and b/res/drawable-xhdpi/ib_media_skip_next.png differ diff --git a/res/drawable-xhdpi/ib_media_skip_previous.png b/res/drawable-xhdpi/ib_media_skip_previous.png new file mode 100644 index 0000000000..f9186c0b63 Binary files /dev/null and b/res/drawable-xhdpi/ib_media_skip_previous.png differ diff --git a/res/drawable-xhdpi/ib_media_stop.png b/res/drawable-xhdpi/ib_media_stop.png new file mode 100644 index 0000000000..5239336671 Binary files /dev/null and b/res/drawable-xhdpi/ib_media_stop.png differ diff --git a/res/drawable-xhdpi/ic_add_white_36dp.png b/res/drawable-xhdpi/ic_add_white_36dp.png new file mode 100644 index 0000000000..0fdced8fce Binary files /dev/null and b/res/drawable-xhdpi/ic_add_white_36dp.png differ diff --git a/res/drawable-xhdpi/ic_alert_orange.png b/res/drawable-xhdpi/ic_alert_orange.png new file mode 100644 index 0000000000..eb5714b36d Binary files /dev/null and b/res/drawable-xhdpi/ic_alert_orange.png differ diff --git a/res/drawable-xhdpi/ic_audio_notification_am_alpha.png b/res/drawable-xhdpi/ic_audio_notification_am_alpha.png new file mode 100644 index 0000000000..15182b9528 Binary files /dev/null and b/res/drawable-xhdpi/ic_audio_notification_am_alpha.png differ diff --git a/res/drawable-xhdpi/ic_audio_notification_mute_am_alpha.png b/res/drawable-xhdpi/ic_audio_notification_mute_am_alpha.png new file mode 100644 index 0000000000..950d1e4ebf Binary files /dev/null and b/res/drawable-xhdpi/ic_audio_notification_mute_am_alpha.png differ diff --git a/res/drawable-xhdpi/ic_delete_white_36dp.png b/res/drawable-xhdpi/ic_delete_white_36dp.png new file mode 100644 index 0000000000..3fcdfdb55e Binary files /dev/null and b/res/drawable-xhdpi/ic_delete_white_36dp.png differ diff --git a/res/drawable-xhdpi/ic_launcher.png b/res/drawable-xhdpi/ic_launcher.png index 63a03ee021..8c20ee6d38 100644 Binary files a/res/drawable-xhdpi/ic_launcher.png and b/res/drawable-xhdpi/ic_launcher.png differ diff --git a/res/drawable-xhdpi/ic_lock_bootloader.png b/res/drawable-xhdpi/ic_lock_bootloader.png new file mode 100644 index 0000000000..8cb867fbea Binary files /dev/null and b/res/drawable-xhdpi/ic_lock_bootloader.png differ diff --git a/res/drawable-xhdpi/ic_lock_reboot.png b/res/drawable-xhdpi/ic_lock_reboot.png new file mode 100644 index 0000000000..6110352d78 Binary files /dev/null and b/res/drawable-xhdpi/ic_lock_reboot.png differ diff --git a/res/drawable-xhdpi/ic_lock_reboot_soft.png b/res/drawable-xhdpi/ic_lock_reboot_soft.png new file mode 100644 index 0000000000..04c831af66 Binary files /dev/null and b/res/drawable-xhdpi/ic_lock_reboot_soft.png differ diff --git a/res/drawable-xhdpi/ic_lock_recovery.png b/res/drawable-xhdpi/ic_lock_recovery.png new file mode 100644 index 0000000000..78c3560f24 Binary files /dev/null and b/res/drawable-xhdpi/ic_lock_recovery.png differ diff --git a/res/drawable-xhdpi/ic_lock_screen_record.png b/res/drawable-xhdpi/ic_lock_screen_record.png new file mode 100644 index 0000000000..6b10b938e1 Binary files /dev/null and b/res/drawable-xhdpi/ic_lock_screen_record.png differ diff --git a/res/drawable-xhdpi/ic_lockscreen_unlock.png b/res/drawable-xhdpi/ic_lockscreen_unlock.png new file mode 100644 index 0000000000..c6fcedc313 Binary files /dev/null and b/res/drawable-xhdpi/ic_lockscreen_unlock.png differ diff --git a/res/drawable-xhdpi/ic_media_stop.png b/res/drawable-xhdpi/ic_media_stop.png new file mode 100644 index 0000000000..89f36950bf Binary files /dev/null and b/res/drawable-xhdpi/ic_media_stop.png differ diff --git a/res/drawable-xhdpi/ic_menu_alpha.png b/res/drawable-xhdpi/ic_menu_alpha.png new file mode 100644 index 0000000000..d322813072 Binary files /dev/null and b/res/drawable-xhdpi/ic_menu_alpha.png differ diff --git a/res/drawable-xhdpi/ic_notif_gravitybox.png b/res/drawable-xhdpi/ic_notif_gravitybox.png new file mode 100644 index 0000000000..397d4d7569 Binary files /dev/null and b/res/drawable-xhdpi/ic_notif_gravitybox.png differ diff --git a/res/drawable-xhdpi/ic_notification_overlay.9.png b/res/drawable-xhdpi/ic_notification_overlay.9.png new file mode 100644 index 0000000000..4bbea10072 Binary files /dev/null and b/res/drawable-xhdpi/ic_notification_overlay.9.png differ diff --git a/res/drawable-xhdpi/ic_qs_2g3g_on.png b/res/drawable-xhdpi/ic_qs_2g3g_on.png index fbfdfa0814..d7951cf639 100644 Binary files a/res/drawable-xhdpi/ic_qs_2g3g_on.png and b/res/drawable-xhdpi/ic_qs_2g3g_on.png differ diff --git a/res/drawable-xhdpi/ic_qs_2g_on.png b/res/drawable-xhdpi/ic_qs_2g_on.png index 253e135b2e..f197e61cec 100644 Binary files a/res/drawable-xhdpi/ic_qs_2g_on.png and b/res/drawable-xhdpi/ic_qs_2g_on.png differ diff --git a/res/drawable-xhdpi/ic_qs_3g2g_on.png b/res/drawable-xhdpi/ic_qs_3g2g_on.png new file mode 100644 index 0000000000..ddb3efa6d2 Binary files /dev/null and b/res/drawable-xhdpi/ic_qs_3g2g_on.png differ diff --git a/res/drawable-xhdpi/ic_qs_3g_on.png b/res/drawable-xhdpi/ic_qs_3g_on.png index 919286accb..d050f79320 100644 Binary files a/res/drawable-xhdpi/ic_qs_3g_on.png and b/res/drawable-xhdpi/ic_qs_3g_on.png differ diff --git a/res/drawable-xhdpi/ic_qs_bt_tethering.png b/res/drawable-xhdpi/ic_qs_bt_tethering.png new file mode 100644 index 0000000000..247f464f6c Binary files /dev/null and b/res/drawable-xhdpi/ic_qs_bt_tethering.png differ diff --git a/res/drawable-xhdpi/ic_qs_expanded_desktop_off.png b/res/drawable-xhdpi/ic_qs_expanded_desktop_off.png deleted file mode 100644 index 0a4b4cd0eb..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_expanded_desktop_off.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_qs_expanded_desktop_on.png b/res/drawable-xhdpi/ic_qs_expanded_desktop_on.png deleted file mode 100644 index 47d8cfe0eb..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_expanded_desktop_on.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_qs_gps_disable.png b/res/drawable-xhdpi/ic_qs_gps_disable.png deleted file mode 100644 index 9cd5067813..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_gps_disable.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_qs_gps_enable.png b/res/drawable-xhdpi/ic_qs_gps_enable.png deleted file mode 100644 index c1ca350769..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_gps_enable.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_qs_gps_locked.png b/res/drawable-xhdpi/ic_qs_gps_locked.png deleted file mode 100644 index b2033df047..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_gps_locked.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_qs_gravitybox.png b/res/drawable-xhdpi/ic_qs_gravitybox.png index 5bacd27249..37bec55f4b 100644 Binary files a/res/drawable-xhdpi/ic_qs_gravitybox.png and b/res/drawable-xhdpi/ic_qs_gravitybox.png differ diff --git a/res/drawable-xhdpi/ic_qs_lte.png b/res/drawable-xhdpi/ic_qs_lte.png index 8e8bf177f3..c4cf37a368 100644 Binary files a/res/drawable-xhdpi/ic_qs_lte.png and b/res/drawable-xhdpi/ic_qs_lte.png differ diff --git a/res/drawable-xhdpi/ic_qs_qr_playing.png b/res/drawable-xhdpi/ic_qs_qr_playing.png index 460fe2d68a..13eef016e5 100644 Binary files a/res/drawable-xhdpi/ic_qs_qr_playing.png and b/res/drawable-xhdpi/ic_qs_qr_playing.png differ diff --git a/res/drawable-xhdpi/ic_qs_qr_record.png b/res/drawable-xhdpi/ic_qs_qr_record.png index 6da221eeef..ba31bf27c2 100644 Binary files a/res/drawable-xhdpi/ic_qs_qr_record.png and b/res/drawable-xhdpi/ic_qs_qr_record.png differ diff --git a/res/drawable-xhdpi/ic_qs_qr_recorded.png b/res/drawable-xhdpi/ic_qs_qr_recorded.png index c2889118ae..ee29a7a960 100644 Binary files a/res/drawable-xhdpi/ic_qs_qr_recorded.png and b/res/drawable-xhdpi/ic_qs_qr_recorded.png differ diff --git a/res/drawable-xhdpi/ic_qs_qr_recording.png b/res/drawable-xhdpi/ic_qs_qr_recording.png index 159916513f..f76ccd6e24 100644 Binary files a/res/drawable-xhdpi/ic_qs_qr_recording.png and b/res/drawable-xhdpi/ic_qs_qr_recording.png differ diff --git a/res/drawable-xhdpi/ic_qs_quiet_hours.png b/res/drawable-xhdpi/ic_qs_quiet_hours.png new file mode 100644 index 0000000000..83052a3ad3 Binary files /dev/null and b/res/drawable-xhdpi/ic_qs_quiet_hours.png differ diff --git a/res/drawable-xhdpi/ic_qs_quiet_hours_auto.png b/res/drawable-xhdpi/ic_qs_quiet_hours_auto.png new file mode 100644 index 0000000000..2bd32d3e7b Binary files /dev/null and b/res/drawable-xhdpi/ic_qs_quiet_hours_auto.png differ diff --git a/res/drawable-xhdpi/ic_qs_quiet_hours_wear.png b/res/drawable-xhdpi/ic_qs_quiet_hours_wear.png new file mode 100644 index 0000000000..162a715435 Binary files /dev/null and b/res/drawable-xhdpi/ic_qs_quiet_hours_wear.png differ diff --git a/res/drawable-xhdpi/ic_qs_ring_off.png b/res/drawable-xhdpi/ic_qs_ring_off.png deleted file mode 100644 index fbfc09bab9..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_ring_off.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_qs_ring_on.png b/res/drawable-xhdpi/ic_qs_ring_on.png deleted file mode 100644 index 53e2cf8f05..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_ring_on.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_qs_ring_vibrate_on.png b/res/drawable-xhdpi/ic_qs_ring_vibrate_on.png deleted file mode 100644 index f4ad71bcaa..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_ring_vibrate_on.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_qs_screenshot.png b/res/drawable-xhdpi/ic_qs_screenshot.png deleted file mode 100644 index 70bb40521e..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_screenshot.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_qs_signal_data_off.png b/res/drawable-xhdpi/ic_qs_signal_data_off.png deleted file mode 100644 index 75898c6806..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_signal_data_off.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_qs_sleep.png b/res/drawable-xhdpi/ic_qs_sleep.png index c74390a054..ba03647dfb 100644 Binary files a/res/drawable-xhdpi/ic_qs_sleep.png and b/res/drawable-xhdpi/ic_qs_sleep.png differ diff --git a/res/drawable-xhdpi/ic_qs_smart_radio_normal.png b/res/drawable-xhdpi/ic_qs_smart_radio_normal.png new file mode 100644 index 0000000000..c32fb1f9df Binary files /dev/null and b/res/drawable-xhdpi/ic_qs_smart_radio_normal.png differ diff --git a/res/drawable-xhdpi/ic_qs_smart_radio_saving.png b/res/drawable-xhdpi/ic_qs_smart_radio_saving.png new file mode 100644 index 0000000000..2f336a2153 Binary files /dev/null and b/res/drawable-xhdpi/ic_qs_smart_radio_saving.png differ diff --git a/res/drawable-xhdpi/ic_qs_stayawake_off.png b/res/drawable-xhdpi/ic_qs_stayawake_off.png deleted file mode 100644 index a281e96eb9..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_stayawake_off.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_qs_stayawake_on.png b/res/drawable-xhdpi/ic_qs_stayawake_on.png deleted file mode 100644 index 9dc8fad67c..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_stayawake_on.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_qs_sync_off.png b/res/drawable-xhdpi/ic_qs_sync_off.png deleted file mode 100644 index 44844ac620..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_sync_off.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_qs_sync_on.png b/res/drawable-xhdpi/ic_qs_sync_on.png deleted file mode 100644 index c1a51f4460..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_sync_on.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_qs_torch_off.png b/res/drawable-xhdpi/ic_qs_torch_off.png deleted file mode 100644 index 77d57262ef..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_torch_off.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_qs_torch_on.png b/res/drawable-xhdpi/ic_qs_torch_on.png deleted file mode 100644 index 1a5dda78c5..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_torch_on.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_qs_unexpected_network.png b/res/drawable-xhdpi/ic_qs_unexpected_network.png index 870f721b8f..42000d9440 100644 Binary files a/res/drawable-xhdpi/ic_qs_unexpected_network.png and b/res/drawable-xhdpi/ic_qs_unexpected_network.png differ diff --git a/res/drawable-xhdpi/ic_qs_usb_tether_off.png b/res/drawable-xhdpi/ic_qs_usb_tether_off.png new file mode 100644 index 0000000000..9b73149c5d Binary files /dev/null and b/res/drawable-xhdpi/ic_qs_usb_tether_off.png differ diff --git a/res/drawable-xhdpi/ic_qs_usb_tether_on.png b/res/drawable-xhdpi/ic_qs_usb_tether_on.png new file mode 100644 index 0000000000..02a9dbedb6 Binary files /dev/null and b/res/drawable-xhdpi/ic_qs_usb_tether_on.png differ diff --git a/res/drawable-xhdpi/ic_qs_vibrate_on.png b/res/drawable-xhdpi/ic_qs_vibrate_on.png deleted file mode 100644 index adb7db6582..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_vibrate_on.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_qs_volume.png b/res/drawable-xhdpi/ic_qs_volume.png deleted file mode 100644 index bc5ba80bbd..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_volume.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_qs_wifi_0.png b/res/drawable-xhdpi/ic_qs_wifi_0.png deleted file mode 100644 index 42fdbe82bd..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_wifi_0.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_qs_wifi_1.png b/res/drawable-xhdpi/ic_qs_wifi_1.png deleted file mode 100644 index eefe7ed495..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_wifi_1.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_qs_wifi_2.png b/res/drawable-xhdpi/ic_qs_wifi_2.png deleted file mode 100644 index a2caca28fe..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_wifi_2.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_qs_wifi_3.png b/res/drawable-xhdpi/ic_qs_wifi_3.png deleted file mode 100644 index 08c1abd444..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_wifi_3.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_qs_wifi_4.png b/res/drawable-xhdpi/ic_qs_wifi_4.png deleted file mode 100644 index 8af72e5156..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_wifi_4.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_qs_wifi_ap_neutral.png b/res/drawable-xhdpi/ic_qs_wifi_ap_neutral.png deleted file mode 100644 index 96918df2e2..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_wifi_ap_neutral.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_qs_wifi_ap_off.png b/res/drawable-xhdpi/ic_qs_wifi_ap_off.png deleted file mode 100644 index 2b0355e134..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_wifi_ap_off.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_qs_wifi_ap_on.png b/res/drawable-xhdpi/ic_qs_wifi_ap_on.png deleted file mode 100644 index 518b0d9933..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_wifi_ap_on.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_qs_wifi_full_1.png b/res/drawable-xhdpi/ic_qs_wifi_full_1.png deleted file mode 100644 index 7d9f0323fc..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_wifi_full_1.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_qs_wifi_full_2.png b/res/drawable-xhdpi/ic_qs_wifi_full_2.png deleted file mode 100644 index 896eacc24b..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_wifi_full_2.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_qs_wifi_full_3.png b/res/drawable-xhdpi/ic_qs_wifi_full_3.png deleted file mode 100644 index 0224da117d..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_wifi_full_3.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_qs_wifi_full_4.png b/res/drawable-xhdpi/ic_qs_wifi_full_4.png deleted file mode 100644 index fe286717a5..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_wifi_full_4.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_qs_wifi_off.png b/res/drawable-xhdpi/ic_qs_wifi_off.png deleted file mode 100644 index 4c6f1ff1a3..0000000000 Binary files a/res/drawable-xhdpi/ic_qs_wifi_off.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_shortcut_alarm.png b/res/drawable-xhdpi/ic_shortcut_alarm.png new file mode 100644 index 0000000000..bc78c8a8c5 Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_alarm.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_andy.png b/res/drawable-xhdpi/ic_shortcut_andy.png new file mode 100644 index 0000000000..f0cf7b5cca Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_andy.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_battery.png b/res/drawable-xhdpi/ic_shortcut_battery.png new file mode 100644 index 0000000000..d71b038b7b Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_battery.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_browser.png b/res/drawable-xhdpi/ic_shortcut_browser.png new file mode 100644 index 0000000000..98410c8754 Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_browser.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_calculator.png b/res/drawable-xhdpi/ic_shortcut_calculator.png new file mode 100644 index 0000000000..1a950fa08d Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_calculator.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_calendar.png b/res/drawable-xhdpi/ic_shortcut_calendar.png new file mode 100644 index 0000000000..6c66c30319 Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_calendar.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_camera.png b/res/drawable-xhdpi/ic_shortcut_camera.png new file mode 100644 index 0000000000..10d4230400 Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_camera.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_chrome.png b/res/drawable-xhdpi/ic_shortcut_chrome.png new file mode 100644 index 0000000000..5aba7be629 Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_chrome.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_cloud.png b/res/drawable-xhdpi/ic_shortcut_cloud.png new file mode 100644 index 0000000000..420f911bda Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_cloud.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_contact.png b/res/drawable-xhdpi/ic_shortcut_contact.png new file mode 100644 index 0000000000..c3af710051 Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_contact.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_directdial.png b/res/drawable-xhdpi/ic_shortcut_directdial.png new file mode 100644 index 0000000000..a2e88622b0 Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_directdial.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_directmessage.png b/res/drawable-xhdpi/ic_shortcut_directmessage.png new file mode 100644 index 0000000000..a482598f2d Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_directmessage.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_drive.png b/res/drawable-xhdpi/ic_shortcut_drive.png new file mode 100644 index 0000000000..95502f0b8b Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_drive.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_dropbox.png b/res/drawable-xhdpi/ic_shortcut_dropbox.png new file mode 100644 index 0000000000..1a555d4991 Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_dropbox.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_email.png b/res/drawable-xhdpi/ic_shortcut_email.png new file mode 100644 index 0000000000..97f01cd69a Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_email.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_email2.png b/res/drawable-xhdpi/ic_shortcut_email2.png new file mode 100644 index 0000000000..fc5e827ce5 Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_email2.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_evernote.png b/res/drawable-xhdpi/ic_shortcut_evernote.png new file mode 100644 index 0000000000..bb74a96e96 Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_evernote.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_facebook.png b/res/drawable-xhdpi/ic_shortcut_facebook.png new file mode 100644 index 0000000000..9ee2ce0207 Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_facebook.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_favorite.png b/res/drawable-xhdpi/ic_shortcut_favorite.png new file mode 100644 index 0000000000..35914bd1bf Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_favorite.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_file_browser.png b/res/drawable-xhdpi/ic_shortcut_file_browser.png new file mode 100644 index 0000000000..c956885a22 Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_file_browser.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_file_browser2.png b/res/drawable-xhdpi/ic_shortcut_file_browser2.png new file mode 100644 index 0000000000..223d5df4f2 Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_file_browser2.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_fitness.png b/res/drawable-xhdpi/ic_shortcut_fitness.png new file mode 100644 index 0000000000..2bab0f765e Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_fitness.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_gallery.png b/res/drawable-xhdpi/ic_shortcut_gallery.png new file mode 100644 index 0000000000..76eced901e Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_gallery.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_gear.png b/res/drawable-xhdpi/ic_shortcut_gear.png new file mode 100644 index 0000000000..b5d84e1b69 Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_gear.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_google_small.png b/res/drawable-xhdpi/ic_shortcut_google_small.png new file mode 100644 index 0000000000..cd85f7aad1 Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_google_small.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_gplus.png b/res/drawable-xhdpi/ic_shortcut_gplus.png new file mode 100644 index 0000000000..72e107f64e Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_gplus.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_gtalk.png b/res/drawable-xhdpi/ic_shortcut_gtalk.png new file mode 100644 index 0000000000..1ef9c77eb4 Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_gtalk.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_help.png b/res/drawable-xhdpi/ic_shortcut_help.png new file mode 100644 index 0000000000..ff0c23a514 Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_help.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_joystick.png b/res/drawable-xhdpi/ic_shortcut_joystick.png new file mode 100644 index 0000000000..538eeb42ff Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_joystick.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_key.png b/res/drawable-xhdpi/ic_shortcut_key.png new file mode 100644 index 0000000000..02367068b9 Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_key.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_laptop.png b/res/drawable-xhdpi/ic_shortcut_laptop.png new file mode 100644 index 0000000000..e13c5af82e Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_laptop.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_luggage.png b/res/drawable-xhdpi/ic_shortcut_luggage.png new file mode 100644 index 0000000000..bb58ec8323 Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_luggage.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_maps.png b/res/drawable-xhdpi/ic_shortcut_maps.png new file mode 100644 index 0000000000..202c64621e Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_maps.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_market.png b/res/drawable-xhdpi/ic_shortcut_market.png new file mode 100644 index 0000000000..efe3ff3625 Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_market.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_movie.png b/res/drawable-xhdpi/ic_shortcut_movie.png new file mode 100644 index 0000000000..b643371e2b Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_movie.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_music.png b/res/drawable-xhdpi/ic_shortcut_music.png new file mode 100644 index 0000000000..f0ff360ddd Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_music.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_nav.png b/res/drawable-xhdpi/ic_shortcut_nav.png new file mode 100644 index 0000000000..dce7a6671c Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_nav.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_notes.png b/res/drawable-xhdpi/ic_shortcut_notes.png new file mode 100644 index 0000000000..81c52bff95 Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_notes.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_package.png b/res/drawable-xhdpi/ic_shortcut_package.png new file mode 100644 index 0000000000..5b808170f7 Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_package.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_phone.png b/res/drawable-xhdpi/ic_shortcut_phone.png new file mode 100644 index 0000000000..5770322a5e Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_phone.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_pinterest.png b/res/drawable-xhdpi/ic_shortcut_pinterest.png new file mode 100644 index 0000000000..d9e9e36d17 Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_pinterest.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_play.png b/res/drawable-xhdpi/ic_shortcut_play.png new file mode 100644 index 0000000000..eb602567ab Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_play.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_pocket.png b/res/drawable-xhdpi/ic_shortcut_pocket.png new file mode 100644 index 0000000000..9c9e652352 Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_pocket.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_quicksettings.png b/res/drawable-xhdpi/ic_shortcut_quicksettings.png new file mode 100644 index 0000000000..9af787edfe Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_quicksettings.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_rss.png b/res/drawable-xhdpi/ic_shortcut_rss.png new file mode 100644 index 0000000000..551f8dad9f Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_rss.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_sdcard.png b/res/drawable-xhdpi/ic_shortcut_sdcard.png new file mode 100644 index 0000000000..bb1f6c1bd0 Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_sdcard.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_search.png b/res/drawable-xhdpi/ic_shortcut_search.png new file mode 100644 index 0000000000..dd5466cf5f Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_search.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_skype.png b/res/drawable-xhdpi/ic_shortcut_skype.png new file mode 100644 index 0000000000..38525535aa Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_skype.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_sms.png b/res/drawable-xhdpi/ic_shortcut_sms.png new file mode 100644 index 0000000000..65a25b8d72 Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_sms.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_snapchat.png b/res/drawable-xhdpi/ic_shortcut_snapchat.png new file mode 100644 index 0000000000..8156b158c8 Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_snapchat.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_spotify.png b/res/drawable-xhdpi/ic_shortcut_spotify.png new file mode 100644 index 0000000000..11cd86aabb Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_spotify.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_tapatalk.png b/res/drawable-xhdpi/ic_shortcut_tapatalk.png new file mode 100644 index 0000000000..8220e0ae25 Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_tapatalk.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_tasks.png b/res/drawable-xhdpi/ic_shortcut_tasks.png new file mode 100644 index 0000000000..0d5d2ab76d Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_tasks.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_terminal.png b/res/drawable-xhdpi/ic_shortcut_terminal.png new file mode 100644 index 0000000000..b798e90bfc Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_terminal.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_transit.png b/res/drawable-xhdpi/ic_shortcut_transit.png new file mode 100644 index 0000000000..ae8091ff7b Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_transit.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_tv.png b/res/drawable-xhdpi/ic_shortcut_tv.png new file mode 100644 index 0000000000..dfb37d45c7 Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_tv.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_twitter.png b/res/drawable-xhdpi/ic_shortcut_twitter.png new file mode 100644 index 0000000000..61fa2f5dbd Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_twitter.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_unlock.png b/res/drawable-xhdpi/ic_shortcut_unlock.png new file mode 100644 index 0000000000..53db5b85bf Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_unlock.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_viber.png b/res/drawable-xhdpi/ic_shortcut_viber.png new file mode 100644 index 0000000000..050ee1d7a9 Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_viber.png differ diff --git a/res/drawable-xhdpi/ic_shortcut_whatsapp.png b/res/drawable-xhdpi/ic_shortcut_whatsapp.png new file mode 100644 index 0000000000..405c3bf87c Binary files /dev/null and b/res/drawable-xhdpi/ic_shortcut_whatsapp.png differ diff --git a/res/drawable-xhdpi/ic_sysbar_apps.png b/res/drawable-xhdpi/ic_sysbar_apps.png index 54931f84b9..61de4ef15c 100644 Binary files a/res/drawable-xhdpi/ic_sysbar_apps.png and b/res/drawable-xhdpi/ic_sysbar_apps.png differ diff --git a/res/drawable-xhdpi/ic_sysbar_apps2.png b/res/drawable-xhdpi/ic_sysbar_apps2.png new file mode 100644 index 0000000000..deaef3ea26 Binary files /dev/null and b/res/drawable-xhdpi/ic_sysbar_apps2.png differ diff --git a/res/drawable-xhdpi/ic_sysbar_camera.png b/res/drawable-xhdpi/ic_sysbar_camera.png new file mode 100644 index 0000000000..fbd4d6b02c Binary files /dev/null and b/res/drawable-xhdpi/ic_sysbar_camera.png differ diff --git a/res/drawable-xhdpi/ic_sysbar_ime_left.png b/res/drawable-xhdpi/ic_sysbar_ime_left.png new file mode 100644 index 0000000000..8c9449ae45 Binary files /dev/null and b/res/drawable-xhdpi/ic_sysbar_ime_left.png differ diff --git a/res/drawable-xhdpi/ic_sysbar_ime_right.png b/res/drawable-xhdpi/ic_sysbar_ime_right.png new file mode 100644 index 0000000000..c976333cc5 Binary files /dev/null and b/res/drawable-xhdpi/ic_sysbar_ime_right.png differ diff --git a/res/drawable-xhdpi/ic_text_dot.png b/res/drawable-xhdpi/ic_text_dot.png new file mode 100644 index 0000000000..869dd95bea Binary files /dev/null and b/res/drawable-xhdpi/ic_text_dot.png differ diff --git a/res/drawable-xhdpi/ic_sysbar_search_side.png b/res/drawable-xhdpi/pie_search.png similarity index 100% rename from res/drawable-xhdpi/ic_sysbar_search_side.png rename to res/drawable-xhdpi/pie_search.png diff --git a/res/drawable-xhdpi/shortcut_airplane_mode.png b/res/drawable-xhdpi/shortcut_airplane_mode.png new file mode 100644 index 0000000000..81378c04e1 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_airplane_mode.png differ diff --git a/res/drawable-xhdpi/shortcut_airplane_mode_disable.png b/res/drawable-xhdpi/shortcut_airplane_mode_disable.png new file mode 100644 index 0000000000..1d081b882d Binary files /dev/null and b/res/drawable-xhdpi/shortcut_airplane_mode_disable.png differ diff --git a/res/drawable-xhdpi/shortcut_airplane_mode_enable.png b/res/drawable-xhdpi/shortcut_airplane_mode_enable.png new file mode 100644 index 0000000000..2aa8e6cc37 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_airplane_mode_enable.png differ diff --git a/res/drawable-xhdpi/shortcut_app_launcher.png b/res/drawable-xhdpi/shortcut_app_launcher.png new file mode 100644 index 0000000000..a5ff3fd105 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_app_launcher.png differ diff --git a/res/drawable-xhdpi/shortcut_auto_brightness.png b/res/drawable-xhdpi/shortcut_auto_brightness.png new file mode 100644 index 0000000000..f895451098 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_auto_brightness.png differ diff --git a/res/drawable-xhdpi/shortcut_auto_brightness_disable.png b/res/drawable-xhdpi/shortcut_auto_brightness_disable.png new file mode 100644 index 0000000000..5a89321ef6 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_auto_brightness_disable.png differ diff --git a/res/drawable-xhdpi/shortcut_auto_brightness_enable.png b/res/drawable-xhdpi/shortcut_auto_brightness_enable.png new file mode 100644 index 0000000000..fc27176d6d Binary files /dev/null and b/res/drawable-xhdpi/shortcut_auto_brightness_enable.png differ diff --git a/res/drawable-xhdpi/shortcut_bluetooth.png b/res/drawable-xhdpi/shortcut_bluetooth.png new file mode 100644 index 0000000000..96e3e01827 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_bluetooth.png differ diff --git a/res/drawable-xhdpi/shortcut_bluetooth_disable.png b/res/drawable-xhdpi/shortcut_bluetooth_disable.png new file mode 100644 index 0000000000..0bf36085aa Binary files /dev/null and b/res/drawable-xhdpi/shortcut_bluetooth_disable.png differ diff --git a/res/drawable-xhdpi/shortcut_bluetooth_enable.png b/res/drawable-xhdpi/shortcut_bluetooth_enable.png new file mode 100644 index 0000000000..d38a194daf Binary files /dev/null and b/res/drawable-xhdpi/shortcut_bluetooth_enable.png differ diff --git a/res/drawable-xhdpi/shortcut_expanded_desktop.png b/res/drawable-xhdpi/shortcut_expanded_desktop.png new file mode 100644 index 0000000000..2da3af36f3 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_expanded_desktop.png differ diff --git a/res/drawable-xhdpi/shortcut_expanded_desktop_disable.png b/res/drawable-xhdpi/shortcut_expanded_desktop_disable.png new file mode 100644 index 0000000000..821a9e116d Binary files /dev/null and b/res/drawable-xhdpi/shortcut_expanded_desktop_disable.png differ diff --git a/res/drawable-xhdpi/shortcut_expanded_desktop_enable.png b/res/drawable-xhdpi/shortcut_expanded_desktop_enable.png new file mode 100644 index 0000000000..56ee25f294 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_expanded_desktop_enable.png differ diff --git a/res/drawable-xhdpi/shortcut_google_now.png b/res/drawable-xhdpi/shortcut_google_now.png new file mode 100644 index 0000000000..194e9c8a3a Binary files /dev/null and b/res/drawable-xhdpi/shortcut_google_now.png differ diff --git a/res/drawable-xhdpi/shortcut_gps_high.png b/res/drawable-xhdpi/shortcut_gps_high.png new file mode 100644 index 0000000000..fe7b7a3bd8 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_gps_high.png differ diff --git a/res/drawable-xhdpi/shortcut_gps_off.png b/res/drawable-xhdpi/shortcut_gps_off.png new file mode 100644 index 0000000000..1a56154384 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_gps_off.png differ diff --git a/res/drawable-xhdpi/shortcut_gps_saving.png b/res/drawable-xhdpi/shortcut_gps_saving.png new file mode 100644 index 0000000000..07b759753a Binary files /dev/null and b/res/drawable-xhdpi/shortcut_gps_saving.png differ diff --git a/res/drawable-xhdpi/shortcut_gps_sensors.png b/res/drawable-xhdpi/shortcut_gps_sensors.png new file mode 100644 index 0000000000..6863230ec3 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_gps_sensors.png differ diff --git a/res/drawable-xhdpi/shortcut_home.png b/res/drawable-xhdpi/shortcut_home.png new file mode 100644 index 0000000000..df8b003eb1 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_home.png differ diff --git a/res/drawable-xhdpi/shortcut_kill_app.png b/res/drawable-xhdpi/shortcut_kill_app.png new file mode 100644 index 0000000000..e9697ed62a Binary files /dev/null and b/res/drawable-xhdpi/shortcut_kill_app.png differ diff --git a/res/drawable-xhdpi/shortcut_launcher_drawer.png b/res/drawable-xhdpi/shortcut_launcher_drawer.png new file mode 100644 index 0000000000..6cb88746d6 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_launcher_drawer.png differ diff --git a/res/drawable-xhdpi/shortcut_media_next.png b/res/drawable-xhdpi/shortcut_media_next.png new file mode 100644 index 0000000000..d6cf5b97e4 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_media_next.png differ diff --git a/res/drawable-xhdpi/shortcut_media_play_pause.png b/res/drawable-xhdpi/shortcut_media_play_pause.png new file mode 100644 index 0000000000..7231ac6b8d Binary files /dev/null and b/res/drawable-xhdpi/shortcut_media_play_pause.png differ diff --git a/res/drawable-xhdpi/shortcut_media_previous.png b/res/drawable-xhdpi/shortcut_media_previous.png new file mode 100644 index 0000000000..0cb4417de1 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_media_previous.png differ diff --git a/res/drawable-xhdpi/shortcut_mobile_data.png b/res/drawable-xhdpi/shortcut_mobile_data.png new file mode 100644 index 0000000000..b972ebb6a7 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_mobile_data.png differ diff --git a/res/drawable-xhdpi/shortcut_mobile_data_disable.png b/res/drawable-xhdpi/shortcut_mobile_data_disable.png new file mode 100644 index 0000000000..056b448216 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_mobile_data_disable.png differ diff --git a/res/drawable-xhdpi/shortcut_mobile_data_enable.png b/res/drawable-xhdpi/shortcut_mobile_data_enable.png new file mode 100644 index 0000000000..a960859deb Binary files /dev/null and b/res/drawable-xhdpi/shortcut_mobile_data_enable.png differ diff --git a/res/drawable-xhdpi/shortcut_network_mode.png b/res/drawable-xhdpi/shortcut_network_mode.png new file mode 100644 index 0000000000..6389757081 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_network_mode.png differ diff --git a/res/drawable-xhdpi/shortcut_network_mode_2g.png b/res/drawable-xhdpi/shortcut_network_mode_2g.png new file mode 100644 index 0000000000..c920cbfcb2 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_network_mode_2g.png differ diff --git a/res/drawable-xhdpi/shortcut_network_mode_2g3g.png b/res/drawable-xhdpi/shortcut_network_mode_2g3g.png new file mode 100644 index 0000000000..fa5c9494d1 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_network_mode_2g3g.png differ diff --git a/res/drawable-xhdpi/shortcut_network_mode_3g.png b/res/drawable-xhdpi/shortcut_network_mode_3g.png new file mode 100644 index 0000000000..e0c71ca37e Binary files /dev/null and b/res/drawable-xhdpi/shortcut_network_mode_3g.png differ diff --git a/res/drawable-xhdpi/shortcut_network_mode_3g2g.png b/res/drawable-xhdpi/shortcut_network_mode_3g2g.png new file mode 100644 index 0000000000..4423191d59 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_network_mode_3g2g.png differ diff --git a/res/drawable-xhdpi/shortcut_network_mode_cdma.png b/res/drawable-xhdpi/shortcut_network_mode_cdma.png new file mode 100644 index 0000000000..32d8fe2dbf Binary files /dev/null and b/res/drawable-xhdpi/shortcut_network_mode_cdma.png differ diff --git a/res/drawable-xhdpi/shortcut_network_mode_cdma_evdo.png b/res/drawable-xhdpi/shortcut_network_mode_cdma_evdo.png new file mode 100644 index 0000000000..677973f50b Binary files /dev/null and b/res/drawable-xhdpi/shortcut_network_mode_cdma_evdo.png differ diff --git a/res/drawable-xhdpi/shortcut_network_mode_evdo.png b/res/drawable-xhdpi/shortcut_network_mode_evdo.png new file mode 100644 index 0000000000..81b00122e4 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_network_mode_evdo.png differ diff --git a/res/drawable-xhdpi/shortcut_network_mode_lte_cdma.png b/res/drawable-xhdpi/shortcut_network_mode_lte_cdma.png new file mode 100644 index 0000000000..1909d8a18f Binary files /dev/null and b/res/drawable-xhdpi/shortcut_network_mode_lte_cdma.png differ diff --git a/res/drawable-xhdpi/shortcut_network_mode_lte_global.png b/res/drawable-xhdpi/shortcut_network_mode_lte_global.png new file mode 100644 index 0000000000..44360e59c1 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_network_mode_lte_global.png differ diff --git a/res/drawable-xhdpi/shortcut_network_mode_lte_gsm.png b/res/drawable-xhdpi/shortcut_network_mode_lte_gsm.png new file mode 100644 index 0000000000..ae04ab7de2 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_network_mode_lte_gsm.png differ diff --git a/res/drawable-xhdpi/shortcut_nfc.png b/res/drawable-xhdpi/shortcut_nfc.png new file mode 100644 index 0000000000..169107a352 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_nfc.png differ diff --git a/res/drawable-xhdpi/shortcut_nfc_disable.png b/res/drawable-xhdpi/shortcut_nfc_disable.png new file mode 100644 index 0000000000..48e261c41e Binary files /dev/null and b/res/drawable-xhdpi/shortcut_nfc_disable.png differ diff --git a/res/drawable-xhdpi/shortcut_nfc_enable.png b/res/drawable-xhdpi/shortcut_nfc_enable.png new file mode 100644 index 0000000000..3294a24804 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_nfc_enable.png differ diff --git a/res/drawable-xhdpi/shortcut_notif_clear.png b/res/drawable-xhdpi/shortcut_notif_clear.png new file mode 100644 index 0000000000..d645208c80 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_notif_clear.png differ diff --git a/res/drawable-xhdpi/shortcut_notifications.png b/res/drawable-xhdpi/shortcut_notifications.png new file mode 100644 index 0000000000..1ad09c95b6 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_notifications.png differ diff --git a/res/drawable-xhdpi/shortcut_notifications_collapse.png b/res/drawable-xhdpi/shortcut_notifications_collapse.png new file mode 100644 index 0000000000..438ef765ef Binary files /dev/null and b/res/drawable-xhdpi/shortcut_notifications_collapse.png differ diff --git a/res/drawable-xhdpi/shortcut_notifications_expand.png b/res/drawable-xhdpi/shortcut_notifications_expand.png new file mode 100644 index 0000000000..815fe5a54a Binary files /dev/null and b/res/drawable-xhdpi/shortcut_notifications_expand.png differ diff --git a/res/drawable-xhdpi/shortcut_power_menu.png b/res/drawable-xhdpi/shortcut_power_menu.png new file mode 100644 index 0000000000..4d5af36972 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_power_menu.png differ diff --git a/res/drawable-xhdpi/shortcut_previous_app.png b/res/drawable-xhdpi/shortcut_previous_app.png new file mode 100644 index 0000000000..c92826a68d Binary files /dev/null and b/res/drawable-xhdpi/shortcut_previous_app.png differ diff --git a/res/drawable-xhdpi/shortcut_quicksettings.png b/res/drawable-xhdpi/shortcut_quicksettings.png new file mode 100644 index 0000000000..86e6760118 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_quicksettings.png differ diff --git a/res/drawable-xhdpi/shortcut_quicksettings_collapse.png b/res/drawable-xhdpi/shortcut_quicksettings_collapse.png new file mode 100644 index 0000000000..3dc583e762 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_quicksettings_collapse.png differ diff --git a/res/drawable-xhdpi/shortcut_quicksettings_expand.png b/res/drawable-xhdpi/shortcut_quicksettings_expand.png new file mode 100644 index 0000000000..2bffb5b80e Binary files /dev/null and b/res/drawable-xhdpi/shortcut_quicksettings_expand.png differ diff --git a/res/drawable-xhdpi/shortcut_quiet_hours.png b/res/drawable-xhdpi/shortcut_quiet_hours.png new file mode 100644 index 0000000000..faff25286b Binary files /dev/null and b/res/drawable-xhdpi/shortcut_quiet_hours.png differ diff --git a/res/drawable-xhdpi/shortcut_quiet_hours_auto.png b/res/drawable-xhdpi/shortcut_quiet_hours_auto.png new file mode 100644 index 0000000000..cb08be0016 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_quiet_hours_auto.png differ diff --git a/res/drawable-xhdpi/shortcut_quiet_hours_disable.png b/res/drawable-xhdpi/shortcut_quiet_hours_disable.png new file mode 100644 index 0000000000..1a1d8fa4c7 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_quiet_hours_disable.png differ diff --git a/res/drawable-xhdpi/shortcut_quiet_hours_enable.png b/res/drawable-xhdpi/shortcut_quiet_hours_enable.png new file mode 100644 index 0000000000..2d2a71eeb4 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_quiet_hours_enable.png differ diff --git a/res/drawable-xhdpi/shortcut_quiet_hours_wear.png b/res/drawable-xhdpi/shortcut_quiet_hours_wear.png new file mode 100644 index 0000000000..b325d9ac16 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_quiet_hours_wear.png differ diff --git a/res/drawable-xhdpi/shortcut_recent_apps.png b/res/drawable-xhdpi/shortcut_recent_apps.png new file mode 100644 index 0000000000..bf25a70e12 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_recent_apps.png differ diff --git a/res/drawable-xhdpi/shortcut_ringer_ring.png b/res/drawable-xhdpi/shortcut_ringer_ring.png new file mode 100644 index 0000000000..300b73692a Binary files /dev/null and b/res/drawable-xhdpi/shortcut_ringer_ring.png differ diff --git a/res/drawable-xhdpi/shortcut_ringer_ring_vibrate.png b/res/drawable-xhdpi/shortcut_ringer_ring_vibrate.png new file mode 100644 index 0000000000..a2cfabc479 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_ringer_ring_vibrate.png differ diff --git a/res/drawable-xhdpi/shortcut_ringer_silent.png b/res/drawable-xhdpi/shortcut_ringer_silent.png new file mode 100644 index 0000000000..d23b0be478 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_ringer_silent.png differ diff --git a/res/drawable-xhdpi/shortcut_ringer_vibrate.png b/res/drawable-xhdpi/shortcut_ringer_vibrate.png new file mode 100644 index 0000000000..a6f2eb6c01 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_ringer_vibrate.png differ diff --git a/res/drawable-xhdpi/shortcut_rotation_lock.png b/res/drawable-xhdpi/shortcut_rotation_lock.png new file mode 100644 index 0000000000..f5261dfa31 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_rotation_lock.png differ diff --git a/res/drawable-xhdpi/shortcut_rotation_lock_disable.png b/res/drawable-xhdpi/shortcut_rotation_lock_disable.png new file mode 100644 index 0000000000..567edf7b44 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_rotation_lock_disable.png differ diff --git a/res/drawable-xhdpi/shortcut_rotation_lock_enable.png b/res/drawable-xhdpi/shortcut_rotation_lock_enable.png new file mode 100644 index 0000000000..72fc53c12c Binary files /dev/null and b/res/drawable-xhdpi/shortcut_rotation_lock_enable.png differ diff --git a/res/drawable-xhdpi/shortcut_screenrecord.png b/res/drawable-xhdpi/shortcut_screenrecord.png new file mode 100644 index 0000000000..57103b08c6 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_screenrecord.png differ diff --git a/res/drawable-xhdpi/shortcut_screenshot.png b/res/drawable-xhdpi/shortcut_screenshot.png new file mode 100644 index 0000000000..132c0e0221 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_screenshot.png differ diff --git a/res/drawable-xhdpi/shortcut_sleep.png b/res/drawable-xhdpi/shortcut_sleep.png new file mode 100644 index 0000000000..7162c8669e Binary files /dev/null and b/res/drawable-xhdpi/shortcut_sleep.png differ diff --git a/res/drawable-xhdpi/shortcut_sm_data_sim_1.png b/res/drawable-xhdpi/shortcut_sm_data_sim_1.png new file mode 100644 index 0000000000..ecdf8ac5b2 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_sm_data_sim_1.png differ diff --git a/res/drawable-xhdpi/shortcut_sm_data_sim_2.png b/res/drawable-xhdpi/shortcut_sm_data_sim_2.png new file mode 100644 index 0000000000..93320b6eee Binary files /dev/null and b/res/drawable-xhdpi/shortcut_sm_data_sim_2.png differ diff --git a/res/drawable-xhdpi/shortcut_sm_data_sim_ui.png b/res/drawable-xhdpi/shortcut_sm_data_sim_ui.png new file mode 100644 index 0000000000..483d65220e Binary files /dev/null and b/res/drawable-xhdpi/shortcut_sm_data_sim_ui.png differ diff --git a/res/drawable-xhdpi/shortcut_sm_settings.png b/res/drawable-xhdpi/shortcut_sm_settings.png new file mode 100644 index 0000000000..d63531d0c3 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_sm_settings.png differ diff --git a/res/drawable-xhdpi/shortcut_sm_sms_sim_1.png b/res/drawable-xhdpi/shortcut_sm_sms_sim_1.png new file mode 100644 index 0000000000..999cf44eac Binary files /dev/null and b/res/drawable-xhdpi/shortcut_sm_sms_sim_1.png differ diff --git a/res/drawable-xhdpi/shortcut_sm_sms_sim_2.png b/res/drawable-xhdpi/shortcut_sm_sms_sim_2.png new file mode 100644 index 0000000000..9d502fd9a8 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_sm_sms_sim_2.png differ diff --git a/res/drawable-xhdpi/shortcut_sm_sms_sim_ui.png b/res/drawable-xhdpi/shortcut_sm_sms_sim_ui.png new file mode 100644 index 0000000000..7460448d7f Binary files /dev/null and b/res/drawable-xhdpi/shortcut_sm_sms_sim_ui.png differ diff --git a/res/drawable-xhdpi/shortcut_sm_voice_sim_1.png b/res/drawable-xhdpi/shortcut_sm_voice_sim_1.png new file mode 100644 index 0000000000..947f927e6b Binary files /dev/null and b/res/drawable-xhdpi/shortcut_sm_voice_sim_1.png differ diff --git a/res/drawable-xhdpi/shortcut_sm_voice_sim_2.png b/res/drawable-xhdpi/shortcut_sm_voice_sim_2.png new file mode 100644 index 0000000000..65f7c6e463 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_sm_voice_sim_2.png differ diff --git a/res/drawable-xhdpi/shortcut_sm_voice_sim_ask.png b/res/drawable-xhdpi/shortcut_sm_voice_sim_ask.png new file mode 100644 index 0000000000..a665ad0e41 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_sm_voice_sim_ask.png differ diff --git a/res/drawable-xhdpi/shortcut_sm_voice_sim_ui.png b/res/drawable-xhdpi/shortcut_sm_voice_sim_ui.png new file mode 100644 index 0000000000..8c74fcc85c Binary files /dev/null and b/res/drawable-xhdpi/shortcut_sm_voice_sim_ui.png differ diff --git a/res/drawable-xhdpi/shortcut_smart_radio.png b/res/drawable-xhdpi/shortcut_smart_radio.png new file mode 100644 index 0000000000..4dd90d2f4f Binary files /dev/null and b/res/drawable-xhdpi/shortcut_smart_radio.png differ diff --git a/res/drawable-xhdpi/shortcut_smart_radio_disable.png b/res/drawable-xhdpi/shortcut_smart_radio_disable.png new file mode 100644 index 0000000000..0a0ad6bca4 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_smart_radio_disable.png differ diff --git a/res/drawable-xhdpi/shortcut_smart_radio_enable.png b/res/drawable-xhdpi/shortcut_smart_radio_enable.png new file mode 100644 index 0000000000..4659cd23dc Binary files /dev/null and b/res/drawable-xhdpi/shortcut_smart_radio_enable.png differ diff --git a/res/drawable-xhdpi/shortcut_split_screen.png b/res/drawable-xhdpi/shortcut_split_screen.png new file mode 100644 index 0000000000..b5fe2b4acc Binary files /dev/null and b/res/drawable-xhdpi/shortcut_split_screen.png differ diff --git a/res/drawable-xhdpi/shortcut_sync.png b/res/drawable-xhdpi/shortcut_sync.png new file mode 100644 index 0000000000..f78ddccd3d Binary files /dev/null and b/res/drawable-xhdpi/shortcut_sync.png differ diff --git a/res/drawable-xhdpi/shortcut_sync_disable.png b/res/drawable-xhdpi/shortcut_sync_disable.png new file mode 100644 index 0000000000..ce09251805 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_sync_disable.png differ diff --git a/res/drawable-xhdpi/shortcut_sync_enable.png b/res/drawable-xhdpi/shortcut_sync_enable.png new file mode 100644 index 0000000000..5f261178a3 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_sync_enable.png differ diff --git a/res/drawable-xhdpi/shortcut_torch.png b/res/drawable-xhdpi/shortcut_torch.png new file mode 100644 index 0000000000..909aaf0cb0 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_torch.png differ diff --git a/res/drawable-xhdpi/shortcut_unknown.png b/res/drawable-xhdpi/shortcut_unknown.png new file mode 100644 index 0000000000..e6fb0ccfb4 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_unknown.png differ diff --git a/res/drawable-xhdpi/shortcut_volume_panel.png b/res/drawable-xhdpi/shortcut_volume_panel.png new file mode 100644 index 0000000000..5e04792dc6 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_volume_panel.png differ diff --git a/res/drawable-xhdpi/shortcut_wifi.png b/res/drawable-xhdpi/shortcut_wifi.png new file mode 100644 index 0000000000..49ab58ab8b Binary files /dev/null and b/res/drawable-xhdpi/shortcut_wifi.png differ diff --git a/res/drawable-xhdpi/shortcut_wifi_ap.png b/res/drawable-xhdpi/shortcut_wifi_ap.png new file mode 100644 index 0000000000..5a687b63a7 Binary files /dev/null and b/res/drawable-xhdpi/shortcut_wifi_ap.png differ diff --git a/res/drawable-xhdpi/shortcut_wifi_ap_disable.png b/res/drawable-xhdpi/shortcut_wifi_ap_disable.png new file mode 100644 index 0000000000..8d2f6b024c Binary files /dev/null and b/res/drawable-xhdpi/shortcut_wifi_ap_disable.png differ diff --git a/res/drawable-xhdpi/shortcut_wifi_ap_enable.png b/res/drawable-xhdpi/shortcut_wifi_ap_enable.png new file mode 100644 index 0000000000..6fa1791dde Binary files /dev/null and b/res/drawable-xhdpi/shortcut_wifi_ap_enable.png differ diff --git a/res/drawable-xhdpi/shortcut_wifi_disable.png b/res/drawable-xhdpi/shortcut_wifi_disable.png new file mode 100644 index 0000000000..cd87812cbd Binary files /dev/null and b/res/drawable-xhdpi/shortcut_wifi_disable.png differ diff --git a/res/drawable-xhdpi/shortcut_wifi_enable.png b/res/drawable-xhdpi/shortcut_wifi_enable.png new file mode 100644 index 0000000000..70b7e925ff Binary files /dev/null and b/res/drawable-xhdpi/shortcut_wifi_enable.png differ diff --git a/res/drawable-xhdpi/stat_sys_alarm_jb.png b/res/drawable-xhdpi/stat_sys_alarm_jb.png new file mode 100644 index 0000000000..55e58076b1 Binary files /dev/null and b/res/drawable-xhdpi/stat_sys_alarm_jb.png differ diff --git a/res/drawable-xhdpi/stat_sys_alarm_kk.png b/res/drawable-xhdpi/stat_sys_alarm_kk.png deleted file mode 100644 index 8bca860052..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_alarm_kk.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_battery_0.png b/res/drawable-xhdpi/stat_sys_battery_0.png deleted file mode 100644 index 20d54610d1..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_battery_0.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_battery_100.png b/res/drawable-xhdpi/stat_sys_battery_100.png deleted file mode 100644 index ffaa9eac66..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_battery_100.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_battery_15.png b/res/drawable-xhdpi/stat_sys_battery_15.png deleted file mode 100644 index d153c5ea5e..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_battery_15.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_battery_28.png b/res/drawable-xhdpi/stat_sys_battery_28.png deleted file mode 100644 index d868754688..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_battery_28.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_battery_43.png b/res/drawable-xhdpi/stat_sys_battery_43.png deleted file mode 100644 index 651443e635..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_battery_43.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_battery_57.png b/res/drawable-xhdpi/stat_sys_battery_57.png deleted file mode 100644 index 91277cb27c..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_battery_57.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_battery_71.png b/res/drawable-xhdpi/stat_sys_battery_71.png deleted file mode 100644 index 0081b3fca8..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_battery_71.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_battery_85.png b/res/drawable-xhdpi/stat_sys_battery_85.png deleted file mode 100644 index f5d5732610..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_battery_85.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_battery_charge_anim0.png b/res/drawable-xhdpi/stat_sys_battery_charge_anim0.png deleted file mode 100644 index 9bdb48051d..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_battery_charge_anim0.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_battery_charge_anim100.png b/res/drawable-xhdpi/stat_sys_battery_charge_anim100.png deleted file mode 100644 index 0c192208fa..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_battery_charge_anim100.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_battery_charge_anim15.png b/res/drawable-xhdpi/stat_sys_battery_charge_anim15.png deleted file mode 100644 index 6e517de3f5..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_battery_charge_anim15.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_battery_charge_anim28.png b/res/drawable-xhdpi/stat_sys_battery_charge_anim28.png deleted file mode 100644 index d481ee0d74..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_battery_charge_anim28.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_battery_charge_anim43.png b/res/drawable-xhdpi/stat_sys_battery_charge_anim43.png deleted file mode 100644 index c851d2334c..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_battery_charge_anim43.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_battery_charge_anim57.png b/res/drawable-xhdpi/stat_sys_battery_charge_anim57.png deleted file mode 100644 index 6341769682..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_battery_charge_anim57.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_battery_charge_anim71.png b/res/drawable-xhdpi/stat_sys_battery_charge_anim71.png deleted file mode 100644 index 3931bb0649..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_battery_charge_anim71.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_battery_charge_anim85.png b/res/drawable-xhdpi/stat_sys_battery_charge_anim85.png deleted file mode 100644 index ab5a093766..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_battery_charge_anim85.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_network_traffic_down.png b/res/drawable-xhdpi/stat_sys_network_traffic_down.png new file mode 100644 index 0000000000..b31bd3a6bc Binary files /dev/null and b/res/drawable-xhdpi/stat_sys_network_traffic_down.png differ diff --git a/res/drawable-xhdpi/stat_sys_network_traffic_up.png b/res/drawable-xhdpi/stat_sys_network_traffic_up.png new file mode 100644 index 0000000000..34338ef2f8 Binary files /dev/null and b/res/drawable-xhdpi/stat_sys_network_traffic_up.png differ diff --git a/res/drawable-xhdpi/stat_sys_network_traffic_updown.png b/res/drawable-xhdpi/stat_sys_network_traffic_updown.png new file mode 100644 index 0000000000..5bc8003623 Binary files /dev/null and b/res/drawable-xhdpi/stat_sys_network_traffic_updown.png differ diff --git a/res/drawable-xhdpi/stat_sys_quiet_hours.png b/res/drawable-xhdpi/stat_sys_quiet_hours.png new file mode 100644 index 0000000000..ca10272134 Binary files /dev/null and b/res/drawable-xhdpi/stat_sys_quiet_hours.png differ diff --git a/res/drawable-xhdpi/stat_sys_quiet_hours_wear.png b/res/drawable-xhdpi/stat_sys_quiet_hours_wear.png new file mode 100644 index 0000000000..f280c80ff6 Binary files /dev/null and b/res/drawable-xhdpi/stat_sys_quiet_hours_wear.png differ diff --git a/res/drawable-xhdpi/stat_sys_ringer_silent_kk.png b/res/drawable-xhdpi/stat_sys_ringer_silent_kk.png deleted file mode 100644 index 662d0624ce..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_ringer_silent_kk.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_ringer_vibrate_jb.png b/res/drawable-xhdpi/stat_sys_ringer_vibrate_jb.png new file mode 100644 index 0000000000..b61c674289 Binary files /dev/null and b/res/drawable-xhdpi/stat_sys_ringer_vibrate_jb.png differ diff --git a/res/drawable-xhdpi/stat_sys_ringer_vibrate_kk.png b/res/drawable-xhdpi/stat_sys_ringer_vibrate_kk.png deleted file mode 100644 index 18be9c013a..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_ringer_vibrate_kk.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_signal_0.png b/res/drawable-xhdpi/stat_sys_signal_0.png deleted file mode 100644 index a068d99fd3..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_signal_0.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_signal_0_fully.png b/res/drawable-xhdpi/stat_sys_signal_0_fully.png deleted file mode 100644 index eb89a95992..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_signal_0_fully.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_signal_1.png b/res/drawable-xhdpi/stat_sys_signal_1.png deleted file mode 100644 index 8768ce01ed..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_signal_1.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_signal_1_fully.png b/res/drawable-xhdpi/stat_sys_signal_1_fully.png deleted file mode 100644 index a1efa6409e..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_signal_1_fully.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_signal_2.png b/res/drawable-xhdpi/stat_sys_signal_2.png deleted file mode 100644 index 97a858f439..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_signal_2.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_signal_2_fully.png b/res/drawable-xhdpi/stat_sys_signal_2_fully.png deleted file mode 100644 index 7b3370a8de..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_signal_2_fully.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_signal_3.png b/res/drawable-xhdpi/stat_sys_signal_3.png deleted file mode 100644 index 85f194b1b9..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_signal_3.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_signal_3_fully.png b/res/drawable-xhdpi/stat_sys_signal_3_fully.png deleted file mode 100644 index 6ddd15c89a..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_signal_3_fully.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_signal_4.png b/res/drawable-xhdpi/stat_sys_signal_4.png deleted file mode 100644 index c31d557799..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_signal_4.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_signal_4_fully.png b/res/drawable-xhdpi/stat_sys_signal_4_fully.png deleted file mode 100644 index 91ff1377c8..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_signal_4_fully.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_signal_in.png b/res/drawable-xhdpi/stat_sys_signal_in.png new file mode 100644 index 0000000000..a8f3a4bba8 Binary files /dev/null and b/res/drawable-xhdpi/stat_sys_signal_in.png differ diff --git a/res/drawable-xhdpi/stat_sys_signal_inout.png b/res/drawable-xhdpi/stat_sys_signal_inout.png new file mode 100644 index 0000000000..52ace5de0f Binary files /dev/null and b/res/drawable-xhdpi/stat_sys_signal_inout.png differ diff --git a/res/drawable-xhdpi/stat_sys_signal_out.png b/res/drawable-xhdpi/stat_sys_signal_out.png new file mode 100644 index 0000000000..e97c7e56c3 Binary files /dev/null and b/res/drawable-xhdpi/stat_sys_signal_out.png differ diff --git a/res/drawable-xhdpi/stat_sys_wifi_in.png b/res/drawable-xhdpi/stat_sys_wifi_in.png new file mode 100644 index 0000000000..f60fb85d4e Binary files /dev/null and b/res/drawable-xhdpi/stat_sys_wifi_in.png differ diff --git a/res/drawable-xhdpi/stat_sys_wifi_inout.png b/res/drawable-xhdpi/stat_sys_wifi_inout.png new file mode 100644 index 0000000000..f591c07f32 Binary files /dev/null and b/res/drawable-xhdpi/stat_sys_wifi_inout.png differ diff --git a/res/drawable-xhdpi/stat_sys_wifi_out.png b/res/drawable-xhdpi/stat_sys_wifi_out.png new file mode 100644 index 0000000000..1fd0aabde2 Binary files /dev/null and b/res/drawable-xhdpi/stat_sys_wifi_out.png differ diff --git a/res/drawable-xhdpi/stat_sys_wifi_signal_0.png b/res/drawable-xhdpi/stat_sys_wifi_signal_0.png deleted file mode 100644 index 6b1038bad5..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_wifi_signal_0.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_wifi_signal_1.png b/res/drawable-xhdpi/stat_sys_wifi_signal_1.png deleted file mode 100644 index 1fa3288808..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_wifi_signal_1.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_wifi_signal_1_fully.png b/res/drawable-xhdpi/stat_sys_wifi_signal_1_fully.png deleted file mode 100644 index a0caf10e12..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_wifi_signal_1_fully.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_wifi_signal_2.png b/res/drawable-xhdpi/stat_sys_wifi_signal_2.png deleted file mode 100644 index 9179e634b5..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_wifi_signal_2.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_wifi_signal_2_fully.png b/res/drawable-xhdpi/stat_sys_wifi_signal_2_fully.png deleted file mode 100644 index c08d780e43..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_wifi_signal_2_fully.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_wifi_signal_3.png b/res/drawable-xhdpi/stat_sys_wifi_signal_3.png deleted file mode 100644 index 06f4401e97..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_wifi_signal_3.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_wifi_signal_3_fully.png b/res/drawable-xhdpi/stat_sys_wifi_signal_3_fully.png deleted file mode 100644 index 7601c2e4f8..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_wifi_signal_3_fully.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_wifi_signal_4.png b/res/drawable-xhdpi/stat_sys_wifi_signal_4.png deleted file mode 100644 index 58df6438dc..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_wifi_signal_4.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_wifi_signal_4_fully.png b/res/drawable-xhdpi/stat_sys_wifi_signal_4_fully.png deleted file mode 100644 index deaa3ba1f6..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_wifi_signal_4_fully.png and /dev/null differ diff --git a/res/drawable-xhdpi/stat_sys_wifi_signal_null.png b/res/drawable-xhdpi/stat_sys_wifi_signal_null.png deleted file mode 100644 index 62900f3757..0000000000 Binary files a/res/drawable-xhdpi/stat_sys_wifi_signal_null.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ib_media_skip_next.png b/res/drawable-xxhdpi/ib_media_skip_next.png new file mode 100644 index 0000000000..2928116169 Binary files /dev/null and b/res/drawable-xxhdpi/ib_media_skip_next.png differ diff --git a/res/drawable-xxhdpi/ib_media_skip_previous.png b/res/drawable-xxhdpi/ib_media_skip_previous.png new file mode 100644 index 0000000000..73e30477ca Binary files /dev/null and b/res/drawable-xxhdpi/ib_media_skip_previous.png differ diff --git a/res/drawable-xxhdpi/ib_media_stop.png b/res/drawable-xxhdpi/ib_media_stop.png new file mode 100644 index 0000000000..035ca181c4 Binary files /dev/null and b/res/drawable-xxhdpi/ib_media_stop.png differ diff --git a/res/drawable-xxhdpi/ic_add_white_36dp.png b/res/drawable-xxhdpi/ic_add_white_36dp.png new file mode 100644 index 0000000000..8b46191cc6 Binary files /dev/null and b/res/drawable-xxhdpi/ic_add_white_36dp.png differ diff --git a/res/drawable-xxhdpi/ic_alert_orange.png b/res/drawable-xxhdpi/ic_alert_orange.png new file mode 100644 index 0000000000..44dd51047c Binary files /dev/null and b/res/drawable-xxhdpi/ic_alert_orange.png differ diff --git a/res/drawable-xxhdpi/ic_audio_notification_am_alpha.png b/res/drawable-xxhdpi/ic_audio_notification_am_alpha.png new file mode 100644 index 0000000000..fb0e96e868 Binary files /dev/null and b/res/drawable-xxhdpi/ic_audio_notification_am_alpha.png differ diff --git a/res/drawable-xxhdpi/ic_audio_notification_mute_am_alpha.png b/res/drawable-xxhdpi/ic_audio_notification_mute_am_alpha.png new file mode 100644 index 0000000000..c0569b2a59 Binary files /dev/null and b/res/drawable-xxhdpi/ic_audio_notification_mute_am_alpha.png differ diff --git a/res/drawable-xxhdpi/ic_delete_white_36dp.png b/res/drawable-xxhdpi/ic_delete_white_36dp.png new file mode 100644 index 0000000000..10de0d44b1 Binary files /dev/null and b/res/drawable-xxhdpi/ic_delete_white_36dp.png differ diff --git a/res/drawable-xxhdpi/ic_launcher.png b/res/drawable-xxhdpi/ic_launcher.png index 9c4830bc4d..d7c91136ad 100644 Binary files a/res/drawable-xxhdpi/ic_launcher.png and b/res/drawable-xxhdpi/ic_launcher.png differ diff --git a/res/drawable-xxhdpi/ic_lock_bootloader.png b/res/drawable-xxhdpi/ic_lock_bootloader.png new file mode 100644 index 0000000000..1c21fdfe2a Binary files /dev/null and b/res/drawable-xxhdpi/ic_lock_bootloader.png differ diff --git a/res/drawable-xxhdpi/ic_lock_expanded_desktop.png b/res/drawable-xxhdpi/ic_lock_expanded_desktop.png new file mode 100644 index 0000000000..c6de4ab6ff Binary files /dev/null and b/res/drawable-xxhdpi/ic_lock_expanded_desktop.png differ diff --git a/res/drawable-xxhdpi/ic_lock_reboot.png b/res/drawable-xxhdpi/ic_lock_reboot.png new file mode 100644 index 0000000000..5f87674a0f Binary files /dev/null and b/res/drawable-xxhdpi/ic_lock_reboot.png differ diff --git a/res/drawable-xxhdpi/ic_lock_reboot_soft.png b/res/drawable-xxhdpi/ic_lock_reboot_soft.png new file mode 100644 index 0000000000..881edaabee Binary files /dev/null and b/res/drawable-xxhdpi/ic_lock_reboot_soft.png differ diff --git a/res/drawable-xxhdpi/ic_lock_recovery.png b/res/drawable-xxhdpi/ic_lock_recovery.png new file mode 100644 index 0000000000..b410940718 Binary files /dev/null and b/res/drawable-xxhdpi/ic_lock_recovery.png differ diff --git a/res/drawable-xxhdpi/ic_lock_screen_record.png b/res/drawable-xxhdpi/ic_lock_screen_record.png new file mode 100644 index 0000000000..4fc5b952f8 Binary files /dev/null and b/res/drawable-xxhdpi/ic_lock_screen_record.png differ diff --git a/res/drawable-xxhdpi/ic_lock_screenshot.png b/res/drawable-xxhdpi/ic_lock_screenshot.png new file mode 100644 index 0000000000..c0455a9a7b Binary files /dev/null and b/res/drawable-xxhdpi/ic_lock_screenshot.png differ diff --git a/res/drawable-xxhdpi/ic_lockscreen_unlock.png b/res/drawable-xxhdpi/ic_lockscreen_unlock.png new file mode 100644 index 0000000000..8849616026 Binary files /dev/null and b/res/drawable-xxhdpi/ic_lockscreen_unlock.png differ diff --git a/res/drawable-xxhdpi/ic_media_stop.png b/res/drawable-xxhdpi/ic_media_stop.png new file mode 100644 index 0000000000..c09989ac8c Binary files /dev/null and b/res/drawable-xxhdpi/ic_media_stop.png differ diff --git a/res/drawable-xxhdpi/ic_menu_alpha.png b/res/drawable-xxhdpi/ic_menu_alpha.png new file mode 100644 index 0000000000..00b91b01a6 Binary files /dev/null and b/res/drawable-xxhdpi/ic_menu_alpha.png differ diff --git a/res/drawable-xxhdpi/ic_notif_gravitybox.png b/res/drawable-xxhdpi/ic_notif_gravitybox.png new file mode 100644 index 0000000000..6bf9131d49 Binary files /dev/null and b/res/drawable-xxhdpi/ic_notif_gravitybox.png differ diff --git a/res/drawable-xxhdpi/ic_notification_overlay.9.png b/res/drawable-xxhdpi/ic_notification_overlay.9.png new file mode 100644 index 0000000000..6c8242ce54 Binary files /dev/null and b/res/drawable-xxhdpi/ic_notification_overlay.9.png differ diff --git a/res/drawable-xxhdpi/ic_qs_2g3g_on.png b/res/drawable-xxhdpi/ic_qs_2g3g_on.png new file mode 100644 index 0000000000..b82b1c38a5 Binary files /dev/null and b/res/drawable-xxhdpi/ic_qs_2g3g_on.png differ diff --git a/res/drawable-xxhdpi/ic_qs_2g_on.png b/res/drawable-xxhdpi/ic_qs_2g_on.png new file mode 100644 index 0000000000..2279168c45 Binary files /dev/null and b/res/drawable-xxhdpi/ic_qs_2g_on.png differ diff --git a/res/drawable-xxhdpi/ic_qs_3g2g_on.png b/res/drawable-xxhdpi/ic_qs_3g2g_on.png new file mode 100644 index 0000000000..0fe6e187f8 Binary files /dev/null and b/res/drawable-xxhdpi/ic_qs_3g2g_on.png differ diff --git a/res/drawable-xxhdpi/ic_qs_3g_on.png b/res/drawable-xxhdpi/ic_qs_3g_on.png new file mode 100644 index 0000000000..ed8459f626 Binary files /dev/null and b/res/drawable-xxhdpi/ic_qs_3g_on.png differ diff --git a/res/drawable-xxhdpi/ic_qs_bt_tethering.png b/res/drawable-xxhdpi/ic_qs_bt_tethering.png new file mode 100644 index 0000000000..ad1694cac1 Binary files /dev/null and b/res/drawable-xxhdpi/ic_qs_bt_tethering.png differ diff --git a/res/drawable-xxhdpi/ic_qs_gravitybox.png b/res/drawable-xxhdpi/ic_qs_gravitybox.png new file mode 100644 index 0000000000..06b76093a7 Binary files /dev/null and b/res/drawable-xxhdpi/ic_qs_gravitybox.png differ diff --git a/res/drawable-xxhdpi/ic_qs_lte.png b/res/drawable-xxhdpi/ic_qs_lte.png new file mode 100644 index 0000000000..d3f28e3d2c Binary files /dev/null and b/res/drawable-xxhdpi/ic_qs_lte.png differ diff --git a/res/drawable-xxhdpi/ic_qs_qr_playing.png b/res/drawable-xxhdpi/ic_qs_qr_playing.png new file mode 100644 index 0000000000..8b44560808 Binary files /dev/null and b/res/drawable-xxhdpi/ic_qs_qr_playing.png differ diff --git a/res/drawable-xxhdpi/ic_qs_qr_record.png b/res/drawable-xxhdpi/ic_qs_qr_record.png new file mode 100644 index 0000000000..9db46fc364 Binary files /dev/null and b/res/drawable-xxhdpi/ic_qs_qr_record.png differ diff --git a/res/drawable-xxhdpi/ic_qs_qr_recorded.png b/res/drawable-xxhdpi/ic_qs_qr_recorded.png new file mode 100644 index 0000000000..00a0145bd9 Binary files /dev/null and b/res/drawable-xxhdpi/ic_qs_qr_recorded.png differ diff --git a/res/drawable-xxhdpi/ic_qs_qr_recording.png b/res/drawable-xxhdpi/ic_qs_qr_recording.png new file mode 100644 index 0000000000..9e10979eb3 Binary files /dev/null and b/res/drawable-xxhdpi/ic_qs_qr_recording.png differ diff --git a/res/drawable-xxhdpi/ic_qs_quiet_hours.png b/res/drawable-xxhdpi/ic_qs_quiet_hours.png new file mode 100644 index 0000000000..2cbc822523 Binary files /dev/null and b/res/drawable-xxhdpi/ic_qs_quiet_hours.png differ diff --git a/res/drawable-xxhdpi/ic_qs_quiet_hours_auto.png b/res/drawable-xxhdpi/ic_qs_quiet_hours_auto.png new file mode 100644 index 0000000000..728ee27da1 Binary files /dev/null and b/res/drawable-xxhdpi/ic_qs_quiet_hours_auto.png differ diff --git a/res/drawable-xxhdpi/ic_qs_quiet_hours_wear.png b/res/drawable-xxhdpi/ic_qs_quiet_hours_wear.png new file mode 100644 index 0000000000..d9b1348907 Binary files /dev/null and b/res/drawable-xxhdpi/ic_qs_quiet_hours_wear.png differ diff --git a/res/drawable-xxhdpi/ic_qs_sleep.png b/res/drawable-xxhdpi/ic_qs_sleep.png new file mode 100644 index 0000000000..0287d2d2f3 Binary files /dev/null and b/res/drawable-xxhdpi/ic_qs_sleep.png differ diff --git a/res/drawable-xxhdpi/ic_qs_smart_radio_normal.png b/res/drawable-xxhdpi/ic_qs_smart_radio_normal.png new file mode 100644 index 0000000000..3691c54c98 Binary files /dev/null and b/res/drawable-xxhdpi/ic_qs_smart_radio_normal.png differ diff --git a/res/drawable-xxhdpi/ic_qs_smart_radio_saving.png b/res/drawable-xxhdpi/ic_qs_smart_radio_saving.png new file mode 100644 index 0000000000..cf719fcfbc Binary files /dev/null and b/res/drawable-xxhdpi/ic_qs_smart_radio_saving.png differ diff --git a/res/drawable-xxhdpi/ic_qs_unexpected_network.png b/res/drawable-xxhdpi/ic_qs_unexpected_network.png new file mode 100644 index 0000000000..6cd27eb681 Binary files /dev/null and b/res/drawable-xxhdpi/ic_qs_unexpected_network.png differ diff --git a/res/drawable-xxhdpi/ic_qs_usb_tether_off.png b/res/drawable-xxhdpi/ic_qs_usb_tether_off.png new file mode 100644 index 0000000000..eb677ed405 Binary files /dev/null and b/res/drawable-xxhdpi/ic_qs_usb_tether_off.png differ diff --git a/res/drawable-xxhdpi/ic_qs_usb_tether_on.png b/res/drawable-xxhdpi/ic_qs_usb_tether_on.png new file mode 100644 index 0000000000..7a6fc8088e Binary files /dev/null and b/res/drawable-xxhdpi/ic_qs_usb_tether_on.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_alarm.png b/res/drawable-xxhdpi/ic_shortcut_alarm.png new file mode 100644 index 0000000000..05c365bdaf Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_alarm.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_andy.png b/res/drawable-xxhdpi/ic_shortcut_andy.png new file mode 100644 index 0000000000..abc9afe44e Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_andy.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_battery.png b/res/drawable-xxhdpi/ic_shortcut_battery.png new file mode 100644 index 0000000000..acca196359 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_battery.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_browser.png b/res/drawable-xxhdpi/ic_shortcut_browser.png new file mode 100644 index 0000000000..6f1ba22069 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_browser.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_calculator.png b/res/drawable-xxhdpi/ic_shortcut_calculator.png new file mode 100644 index 0000000000..8d247044cb Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_calculator.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_calendar.png b/res/drawable-xxhdpi/ic_shortcut_calendar.png new file mode 100644 index 0000000000..7f12bccb18 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_calendar.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_camera.png b/res/drawable-xxhdpi/ic_shortcut_camera.png new file mode 100644 index 0000000000..68f65a0f68 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_camera.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_chrome.png b/res/drawable-xxhdpi/ic_shortcut_chrome.png new file mode 100644 index 0000000000..0b4cfaf01b Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_chrome.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_cloud.png b/res/drawable-xxhdpi/ic_shortcut_cloud.png new file mode 100644 index 0000000000..dd185e7dff Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_cloud.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_contact.png b/res/drawable-xxhdpi/ic_shortcut_contact.png new file mode 100644 index 0000000000..d9d1da35a2 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_contact.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_directdial.png b/res/drawable-xxhdpi/ic_shortcut_directdial.png new file mode 100644 index 0000000000..f37901d2a2 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_directdial.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_directmessage.png b/res/drawable-xxhdpi/ic_shortcut_directmessage.png new file mode 100644 index 0000000000..576a77ec9b Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_directmessage.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_drive.png b/res/drawable-xxhdpi/ic_shortcut_drive.png new file mode 100644 index 0000000000..cd11215402 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_drive.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_dropbox.png b/res/drawable-xxhdpi/ic_shortcut_dropbox.png new file mode 100644 index 0000000000..b421444d74 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_dropbox.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_email.png b/res/drawable-xxhdpi/ic_shortcut_email.png new file mode 100644 index 0000000000..af14f95cfb Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_email.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_email2.png b/res/drawable-xxhdpi/ic_shortcut_email2.png new file mode 100644 index 0000000000..e008350236 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_email2.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_evernote.png b/res/drawable-xxhdpi/ic_shortcut_evernote.png new file mode 100644 index 0000000000..50753acf88 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_evernote.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_facebook.png b/res/drawable-xxhdpi/ic_shortcut_facebook.png new file mode 100644 index 0000000000..510864d71c Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_facebook.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_favorite.png b/res/drawable-xxhdpi/ic_shortcut_favorite.png new file mode 100644 index 0000000000..58b4816729 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_favorite.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_file_browser.png b/res/drawable-xxhdpi/ic_shortcut_file_browser.png new file mode 100644 index 0000000000..b0ebb210b7 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_file_browser.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_file_browser2.png b/res/drawable-xxhdpi/ic_shortcut_file_browser2.png new file mode 100644 index 0000000000..9f55736f27 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_file_browser2.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_fitness.png b/res/drawable-xxhdpi/ic_shortcut_fitness.png new file mode 100644 index 0000000000..85f283c105 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_fitness.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_gallery.png b/res/drawable-xxhdpi/ic_shortcut_gallery.png new file mode 100644 index 0000000000..b91d09e57b Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_gallery.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_gear.png b/res/drawable-xxhdpi/ic_shortcut_gear.png new file mode 100644 index 0000000000..e96cb30b19 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_gear.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_google_small.png b/res/drawable-xxhdpi/ic_shortcut_google_small.png new file mode 100644 index 0000000000..cc9abc26eb Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_google_small.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_gplus.png b/res/drawable-xxhdpi/ic_shortcut_gplus.png new file mode 100644 index 0000000000..13a364e545 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_gplus.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_gtalk.png b/res/drawable-xxhdpi/ic_shortcut_gtalk.png new file mode 100644 index 0000000000..d9c821cacf Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_gtalk.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_help.png b/res/drawable-xxhdpi/ic_shortcut_help.png new file mode 100644 index 0000000000..d571e1c814 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_help.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_joystick.png b/res/drawable-xxhdpi/ic_shortcut_joystick.png new file mode 100644 index 0000000000..58930b5b23 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_joystick.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_key.png b/res/drawable-xxhdpi/ic_shortcut_key.png new file mode 100644 index 0000000000..d8c56baa74 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_key.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_laptop.png b/res/drawable-xxhdpi/ic_shortcut_laptop.png new file mode 100644 index 0000000000..6dcc21de47 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_laptop.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_luggage.png b/res/drawable-xxhdpi/ic_shortcut_luggage.png new file mode 100644 index 0000000000..3bdf1104f7 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_luggage.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_maps.png b/res/drawable-xxhdpi/ic_shortcut_maps.png new file mode 100644 index 0000000000..82310f21a9 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_maps.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_market.png b/res/drawable-xxhdpi/ic_shortcut_market.png new file mode 100644 index 0000000000..f597a14fe9 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_market.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_movie.png b/res/drawable-xxhdpi/ic_shortcut_movie.png new file mode 100644 index 0000000000..9ea6318c26 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_movie.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_music.png b/res/drawable-xxhdpi/ic_shortcut_music.png new file mode 100644 index 0000000000..a7c7d96107 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_music.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_nav.png b/res/drawable-xxhdpi/ic_shortcut_nav.png new file mode 100644 index 0000000000..ae67b454ab Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_nav.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_notes.png b/res/drawable-xxhdpi/ic_shortcut_notes.png new file mode 100644 index 0000000000..749911721d Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_notes.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_package.png b/res/drawable-xxhdpi/ic_shortcut_package.png new file mode 100644 index 0000000000..090be097d3 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_package.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_phone.png b/res/drawable-xxhdpi/ic_shortcut_phone.png new file mode 100644 index 0000000000..e3660fcf79 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_phone.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_pinterest.png b/res/drawable-xxhdpi/ic_shortcut_pinterest.png new file mode 100644 index 0000000000..1c4fc71378 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_pinterest.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_play.png b/res/drawable-xxhdpi/ic_shortcut_play.png new file mode 100644 index 0000000000..055de279f9 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_play.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_pocket.png b/res/drawable-xxhdpi/ic_shortcut_pocket.png new file mode 100644 index 0000000000..12ffe7a904 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_pocket.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_quicksettings.png b/res/drawable-xxhdpi/ic_shortcut_quicksettings.png new file mode 100644 index 0000000000..fa8caae567 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_quicksettings.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_rss.png b/res/drawable-xxhdpi/ic_shortcut_rss.png new file mode 100644 index 0000000000..6b869f13df Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_rss.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_sdcard.png b/res/drawable-xxhdpi/ic_shortcut_sdcard.png new file mode 100644 index 0000000000..7265a6df7a Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_sdcard.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_search.png b/res/drawable-xxhdpi/ic_shortcut_search.png new file mode 100644 index 0000000000..9dae8a645b Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_search.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_skype.png b/res/drawable-xxhdpi/ic_shortcut_skype.png new file mode 100644 index 0000000000..4e749bd9ae Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_skype.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_sms.png b/res/drawable-xxhdpi/ic_shortcut_sms.png new file mode 100644 index 0000000000..2458538721 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_sms.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_snapchat.png b/res/drawable-xxhdpi/ic_shortcut_snapchat.png new file mode 100644 index 0000000000..0eb51dbdf7 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_snapchat.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_spotify.png b/res/drawable-xxhdpi/ic_shortcut_spotify.png new file mode 100644 index 0000000000..2231e3ce55 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_spotify.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_tapatalk.png b/res/drawable-xxhdpi/ic_shortcut_tapatalk.png new file mode 100644 index 0000000000..cc6173ccb2 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_tapatalk.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_tasks.png b/res/drawable-xxhdpi/ic_shortcut_tasks.png new file mode 100644 index 0000000000..bb3843f062 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_tasks.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_terminal.png b/res/drawable-xxhdpi/ic_shortcut_terminal.png new file mode 100644 index 0000000000..5af2b84c5c Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_terminal.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_transit.png b/res/drawable-xxhdpi/ic_shortcut_transit.png new file mode 100644 index 0000000000..642a44f43f Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_transit.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_tv.png b/res/drawable-xxhdpi/ic_shortcut_tv.png new file mode 100644 index 0000000000..5fca8625ba Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_tv.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_twitter.png b/res/drawable-xxhdpi/ic_shortcut_twitter.png new file mode 100644 index 0000000000..288af8372b Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_twitter.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_unlock.png b/res/drawable-xxhdpi/ic_shortcut_unlock.png new file mode 100644 index 0000000000..cf314ad282 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_unlock.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_viber.png b/res/drawable-xxhdpi/ic_shortcut_viber.png new file mode 100644 index 0000000000..1e0738418a Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_viber.png differ diff --git a/res/drawable-xxhdpi/ic_shortcut_whatsapp.png b/res/drawable-xxhdpi/ic_shortcut_whatsapp.png new file mode 100644 index 0000000000..7cf4c533d9 Binary files /dev/null and b/res/drawable-xxhdpi/ic_shortcut_whatsapp.png differ diff --git a/res/drawable-xxhdpi/ic_sysbar_apps.png b/res/drawable-xxhdpi/ic_sysbar_apps.png new file mode 100644 index 0000000000..9bc86a1430 Binary files /dev/null and b/res/drawable-xxhdpi/ic_sysbar_apps.png differ diff --git a/res/drawable-xxhdpi/ic_sysbar_apps2.png b/res/drawable-xxhdpi/ic_sysbar_apps2.png new file mode 100644 index 0000000000..875965e502 Binary files /dev/null and b/res/drawable-xxhdpi/ic_sysbar_apps2.png differ diff --git a/res/drawable-xxhdpi/ic_sysbar_camera.png b/res/drawable-xxhdpi/ic_sysbar_camera.png new file mode 100644 index 0000000000..aac34287de Binary files /dev/null and b/res/drawable-xxhdpi/ic_sysbar_camera.png differ diff --git a/res/drawable-xxhdpi/ic_sysbar_ime_left.png b/res/drawable-xxhdpi/ic_sysbar_ime_left.png new file mode 100644 index 0000000000..75654e3b51 Binary files /dev/null and b/res/drawable-xxhdpi/ic_sysbar_ime_left.png differ diff --git a/res/drawable-xxhdpi/ic_sysbar_ime_right.png b/res/drawable-xxhdpi/ic_sysbar_ime_right.png new file mode 100644 index 0000000000..d9a50baaa7 Binary files /dev/null and b/res/drawable-xxhdpi/ic_sysbar_ime_right.png differ diff --git a/res/drawable-xxhdpi/ic_text_dot.png b/res/drawable-xxhdpi/ic_text_dot.png new file mode 100644 index 0000000000..a74c2862bb Binary files /dev/null and b/res/drawable-xxhdpi/ic_text_dot.png differ diff --git a/res/drawable-xxhdpi/shortcut_airplane_mode.png b/res/drawable-xxhdpi/shortcut_airplane_mode.png new file mode 100644 index 0000000000..3b01ee7b62 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_airplane_mode.png differ diff --git a/res/drawable-xxhdpi/shortcut_airplane_mode_disable.png b/res/drawable-xxhdpi/shortcut_airplane_mode_disable.png new file mode 100644 index 0000000000..34e3fc94f4 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_airplane_mode_disable.png differ diff --git a/res/drawable-xxhdpi/shortcut_airplane_mode_enable.png b/res/drawable-xxhdpi/shortcut_airplane_mode_enable.png new file mode 100644 index 0000000000..2cb5e20156 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_airplane_mode_enable.png differ diff --git a/res/drawable-xxhdpi/shortcut_app_launcher.png b/res/drawable-xxhdpi/shortcut_app_launcher.png new file mode 100644 index 0000000000..f1d4e9c2f4 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_app_launcher.png differ diff --git a/res/drawable-xxhdpi/shortcut_auto_brightness.png b/res/drawable-xxhdpi/shortcut_auto_brightness.png new file mode 100644 index 0000000000..421a30e23f Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_auto_brightness.png differ diff --git a/res/drawable-xxhdpi/shortcut_auto_brightness_disable.png b/res/drawable-xxhdpi/shortcut_auto_brightness_disable.png new file mode 100644 index 0000000000..88af5f4b15 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_auto_brightness_disable.png differ diff --git a/res/drawable-xxhdpi/shortcut_auto_brightness_enable.png b/res/drawable-xxhdpi/shortcut_auto_brightness_enable.png new file mode 100644 index 0000000000..999f5a123f Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_auto_brightness_enable.png differ diff --git a/res/drawable-xxhdpi/shortcut_bluetooth.png b/res/drawable-xxhdpi/shortcut_bluetooth.png new file mode 100644 index 0000000000..57266492ee Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_bluetooth.png differ diff --git a/res/drawable-xxhdpi/shortcut_bluetooth_disable.png b/res/drawable-xxhdpi/shortcut_bluetooth_disable.png new file mode 100644 index 0000000000..063f92ca19 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_bluetooth_disable.png differ diff --git a/res/drawable-xxhdpi/shortcut_bluetooth_enable.png b/res/drawable-xxhdpi/shortcut_bluetooth_enable.png new file mode 100644 index 0000000000..89ac11bcc5 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_bluetooth_enable.png differ diff --git a/res/drawable-xxhdpi/shortcut_expanded_desktop.png b/res/drawable-xxhdpi/shortcut_expanded_desktop.png new file mode 100644 index 0000000000..ef156d34f7 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_expanded_desktop.png differ diff --git a/res/drawable-xxhdpi/shortcut_expanded_desktop_disable.png b/res/drawable-xxhdpi/shortcut_expanded_desktop_disable.png new file mode 100644 index 0000000000..1ad41ff76d Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_expanded_desktop_disable.png differ diff --git a/res/drawable-xxhdpi/shortcut_expanded_desktop_enable.png b/res/drawable-xxhdpi/shortcut_expanded_desktop_enable.png new file mode 100644 index 0000000000..93d3caed37 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_expanded_desktop_enable.png differ diff --git a/res/drawable-xxhdpi/shortcut_google_now.png b/res/drawable-xxhdpi/shortcut_google_now.png new file mode 100644 index 0000000000..abf579c0f6 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_google_now.png differ diff --git a/res/drawable-xxhdpi/shortcut_gps_high.png b/res/drawable-xxhdpi/shortcut_gps_high.png new file mode 100644 index 0000000000..75f83bbabb Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_gps_high.png differ diff --git a/res/drawable-xxhdpi/shortcut_gps_off.png b/res/drawable-xxhdpi/shortcut_gps_off.png new file mode 100644 index 0000000000..65b9530839 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_gps_off.png differ diff --git a/res/drawable-xxhdpi/shortcut_gps_saving.png b/res/drawable-xxhdpi/shortcut_gps_saving.png new file mode 100644 index 0000000000..cc672bbe21 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_gps_saving.png differ diff --git a/res/drawable-xxhdpi/shortcut_gps_sensors.png b/res/drawable-xxhdpi/shortcut_gps_sensors.png new file mode 100644 index 0000000000..51930d1acd Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_gps_sensors.png differ diff --git a/res/drawable-xxhdpi/shortcut_home.png b/res/drawable-xxhdpi/shortcut_home.png new file mode 100644 index 0000000000..2188330c12 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_home.png differ diff --git a/res/drawable-xxhdpi/shortcut_kill_app.png b/res/drawable-xxhdpi/shortcut_kill_app.png new file mode 100644 index 0000000000..d91b4e2ffd Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_kill_app.png differ diff --git a/res/drawable-xxhdpi/shortcut_launcher_drawer.png b/res/drawable-xxhdpi/shortcut_launcher_drawer.png new file mode 100644 index 0000000000..313ee1df37 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_launcher_drawer.png differ diff --git a/res/drawable-xxhdpi/shortcut_media_next.png b/res/drawable-xxhdpi/shortcut_media_next.png new file mode 100644 index 0000000000..80bf30096e Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_media_next.png differ diff --git a/res/drawable-xxhdpi/shortcut_media_play_pause.png b/res/drawable-xxhdpi/shortcut_media_play_pause.png new file mode 100644 index 0000000000..8a4951de03 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_media_play_pause.png differ diff --git a/res/drawable-xxhdpi/shortcut_media_previous.png b/res/drawable-xxhdpi/shortcut_media_previous.png new file mode 100644 index 0000000000..c4284977d3 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_media_previous.png differ diff --git a/res/drawable-xxhdpi/shortcut_mobile_data.png b/res/drawable-xxhdpi/shortcut_mobile_data.png new file mode 100644 index 0000000000..97dac61662 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_mobile_data.png differ diff --git a/res/drawable-xxhdpi/shortcut_mobile_data_disable.png b/res/drawable-xxhdpi/shortcut_mobile_data_disable.png new file mode 100644 index 0000000000..9beb52c039 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_mobile_data_disable.png differ diff --git a/res/drawable-xxhdpi/shortcut_mobile_data_enable.png b/res/drawable-xxhdpi/shortcut_mobile_data_enable.png new file mode 100644 index 0000000000..34f6dc89d9 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_mobile_data_enable.png differ diff --git a/res/drawable-xxhdpi/shortcut_network_mode.png b/res/drawable-xxhdpi/shortcut_network_mode.png new file mode 100644 index 0000000000..0352ec5e24 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_network_mode.png differ diff --git a/res/drawable-xxhdpi/shortcut_network_mode_2g.png b/res/drawable-xxhdpi/shortcut_network_mode_2g.png new file mode 100644 index 0000000000..117c101698 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_network_mode_2g.png differ diff --git a/res/drawable-xxhdpi/shortcut_network_mode_2g3g.png b/res/drawable-xxhdpi/shortcut_network_mode_2g3g.png new file mode 100644 index 0000000000..1fb781a492 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_network_mode_2g3g.png differ diff --git a/res/drawable-xxhdpi/shortcut_network_mode_3g.png b/res/drawable-xxhdpi/shortcut_network_mode_3g.png new file mode 100644 index 0000000000..196f566a01 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_network_mode_3g.png differ diff --git a/res/drawable-xxhdpi/shortcut_network_mode_3g2g.png b/res/drawable-xxhdpi/shortcut_network_mode_3g2g.png new file mode 100644 index 0000000000..b600d2127b Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_network_mode_3g2g.png differ diff --git a/res/drawable-xxhdpi/shortcut_network_mode_cdma.png b/res/drawable-xxhdpi/shortcut_network_mode_cdma.png new file mode 100644 index 0000000000..585d5aa362 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_network_mode_cdma.png differ diff --git a/res/drawable-xxhdpi/shortcut_network_mode_cdma_evdo.png b/res/drawable-xxhdpi/shortcut_network_mode_cdma_evdo.png new file mode 100644 index 0000000000..6c83d4049f Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_network_mode_cdma_evdo.png differ diff --git a/res/drawable-xxhdpi/shortcut_network_mode_evdo.png b/res/drawable-xxhdpi/shortcut_network_mode_evdo.png new file mode 100644 index 0000000000..ac7cd7982c Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_network_mode_evdo.png differ diff --git a/res/drawable-xxhdpi/shortcut_network_mode_lte_cdma.png b/res/drawable-xxhdpi/shortcut_network_mode_lte_cdma.png new file mode 100644 index 0000000000..764184c6ae Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_network_mode_lte_cdma.png differ diff --git a/res/drawable-xxhdpi/shortcut_network_mode_lte_global.png b/res/drawable-xxhdpi/shortcut_network_mode_lte_global.png new file mode 100644 index 0000000000..c14bcea8df Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_network_mode_lte_global.png differ diff --git a/res/drawable-xxhdpi/shortcut_network_mode_lte_gsm.png b/res/drawable-xxhdpi/shortcut_network_mode_lte_gsm.png new file mode 100644 index 0000000000..d64978b6f1 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_network_mode_lte_gsm.png differ diff --git a/res/drawable-xxhdpi/shortcut_nfc.png b/res/drawable-xxhdpi/shortcut_nfc.png new file mode 100644 index 0000000000..495c5061d1 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_nfc.png differ diff --git a/res/drawable-xxhdpi/shortcut_nfc_disable.png b/res/drawable-xxhdpi/shortcut_nfc_disable.png new file mode 100644 index 0000000000..7a0575ed73 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_nfc_disable.png differ diff --git a/res/drawable-xxhdpi/shortcut_nfc_enable.png b/res/drawable-xxhdpi/shortcut_nfc_enable.png new file mode 100644 index 0000000000..849a47b782 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_nfc_enable.png differ diff --git a/res/drawable-xxhdpi/shortcut_notif_clear.png b/res/drawable-xxhdpi/shortcut_notif_clear.png new file mode 100644 index 0000000000..806216c573 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_notif_clear.png differ diff --git a/res/drawable-xxhdpi/shortcut_notifications.png b/res/drawable-xxhdpi/shortcut_notifications.png new file mode 100644 index 0000000000..2fb008a123 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_notifications.png differ diff --git a/res/drawable-xxhdpi/shortcut_notifications_collapse.png b/res/drawable-xxhdpi/shortcut_notifications_collapse.png new file mode 100644 index 0000000000..3e6a248a61 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_notifications_collapse.png differ diff --git a/res/drawable-xxhdpi/shortcut_notifications_expand.png b/res/drawable-xxhdpi/shortcut_notifications_expand.png new file mode 100644 index 0000000000..8aca38c050 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_notifications_expand.png differ diff --git a/res/drawable-xxhdpi/shortcut_power_menu.png b/res/drawable-xxhdpi/shortcut_power_menu.png new file mode 100644 index 0000000000..8362994efc Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_power_menu.png differ diff --git a/res/drawable-xxhdpi/shortcut_previous_app.png b/res/drawable-xxhdpi/shortcut_previous_app.png new file mode 100644 index 0000000000..c0c3ad772b Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_previous_app.png differ diff --git a/res/drawable-xxhdpi/shortcut_quicksettings.png b/res/drawable-xxhdpi/shortcut_quicksettings.png new file mode 100644 index 0000000000..af463c5cdf Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_quicksettings.png differ diff --git a/res/drawable-xxhdpi/shortcut_quicksettings_collapse.png b/res/drawable-xxhdpi/shortcut_quicksettings_collapse.png new file mode 100644 index 0000000000..782be2d9d2 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_quicksettings_collapse.png differ diff --git a/res/drawable-xxhdpi/shortcut_quicksettings_expand.png b/res/drawable-xxhdpi/shortcut_quicksettings_expand.png new file mode 100644 index 0000000000..d30f850a3c Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_quicksettings_expand.png differ diff --git a/res/drawable-xxhdpi/shortcut_quiet_hours.png b/res/drawable-xxhdpi/shortcut_quiet_hours.png new file mode 100644 index 0000000000..9dc575abee Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_quiet_hours.png differ diff --git a/res/drawable-xxhdpi/shortcut_quiet_hours_auto.png b/res/drawable-xxhdpi/shortcut_quiet_hours_auto.png new file mode 100644 index 0000000000..9644868df3 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_quiet_hours_auto.png differ diff --git a/res/drawable-xxhdpi/shortcut_quiet_hours_disable.png b/res/drawable-xxhdpi/shortcut_quiet_hours_disable.png new file mode 100644 index 0000000000..f576ce05c8 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_quiet_hours_disable.png differ diff --git a/res/drawable-xxhdpi/shortcut_quiet_hours_enable.png b/res/drawable-xxhdpi/shortcut_quiet_hours_enable.png new file mode 100644 index 0000000000..c3b79ab27c Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_quiet_hours_enable.png differ diff --git a/res/drawable-xxhdpi/shortcut_quiet_hours_wear.png b/res/drawable-xxhdpi/shortcut_quiet_hours_wear.png new file mode 100644 index 0000000000..2cf6372b5f Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_quiet_hours_wear.png differ diff --git a/res/drawable-xxhdpi/shortcut_recent_apps.png b/res/drawable-xxhdpi/shortcut_recent_apps.png new file mode 100644 index 0000000000..d783460bea Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_recent_apps.png differ diff --git a/res/drawable-xxhdpi/shortcut_ringer_ring.png b/res/drawable-xxhdpi/shortcut_ringer_ring.png new file mode 100644 index 0000000000..9bcdea972a Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_ringer_ring.png differ diff --git a/res/drawable-xxhdpi/shortcut_ringer_ring_vibrate.png b/res/drawable-xxhdpi/shortcut_ringer_ring_vibrate.png new file mode 100644 index 0000000000..b5e56737ac Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_ringer_ring_vibrate.png differ diff --git a/res/drawable-xxhdpi/shortcut_ringer_silent.png b/res/drawable-xxhdpi/shortcut_ringer_silent.png new file mode 100644 index 0000000000..0d8c28fe80 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_ringer_silent.png differ diff --git a/res/drawable-xxhdpi/shortcut_ringer_vibrate.png b/res/drawable-xxhdpi/shortcut_ringer_vibrate.png new file mode 100644 index 0000000000..b720d573b0 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_ringer_vibrate.png differ diff --git a/res/drawable-xxhdpi/shortcut_rotation_lock.png b/res/drawable-xxhdpi/shortcut_rotation_lock.png new file mode 100644 index 0000000000..cea66421d8 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_rotation_lock.png differ diff --git a/res/drawable-xxhdpi/shortcut_rotation_lock_disable.png b/res/drawable-xxhdpi/shortcut_rotation_lock_disable.png new file mode 100644 index 0000000000..c53d4b5ed8 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_rotation_lock_disable.png differ diff --git a/res/drawable-xxhdpi/shortcut_rotation_lock_enable.png b/res/drawable-xxhdpi/shortcut_rotation_lock_enable.png new file mode 100644 index 0000000000..c0b5698162 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_rotation_lock_enable.png differ diff --git a/res/drawable-xxhdpi/shortcut_screenrecord.png b/res/drawable-xxhdpi/shortcut_screenrecord.png new file mode 100644 index 0000000000..93e1faf4c2 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_screenrecord.png differ diff --git a/res/drawable-xxhdpi/shortcut_screenshot.png b/res/drawable-xxhdpi/shortcut_screenshot.png new file mode 100644 index 0000000000..c60828ce3a Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_screenshot.png differ diff --git a/res/drawable-xxhdpi/shortcut_sleep.png b/res/drawable-xxhdpi/shortcut_sleep.png new file mode 100644 index 0000000000..2b9401a55c Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_sleep.png differ diff --git a/res/drawable-xxhdpi/shortcut_sm_data_sim_1.png b/res/drawable-xxhdpi/shortcut_sm_data_sim_1.png new file mode 100644 index 0000000000..5ad3ca08b1 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_sm_data_sim_1.png differ diff --git a/res/drawable-xxhdpi/shortcut_sm_data_sim_2.png b/res/drawable-xxhdpi/shortcut_sm_data_sim_2.png new file mode 100644 index 0000000000..58bc68f3a3 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_sm_data_sim_2.png differ diff --git a/res/drawable-xxhdpi/shortcut_sm_data_sim_ui.png b/res/drawable-xxhdpi/shortcut_sm_data_sim_ui.png new file mode 100644 index 0000000000..3b866e4fb0 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_sm_data_sim_ui.png differ diff --git a/res/drawable-xxhdpi/shortcut_sm_settings.png b/res/drawable-xxhdpi/shortcut_sm_settings.png new file mode 100644 index 0000000000..7852b521a1 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_sm_settings.png differ diff --git a/res/drawable-xxhdpi/shortcut_sm_sms_sim_1.png b/res/drawable-xxhdpi/shortcut_sm_sms_sim_1.png new file mode 100644 index 0000000000..4cf805e9db Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_sm_sms_sim_1.png differ diff --git a/res/drawable-xxhdpi/shortcut_sm_sms_sim_2.png b/res/drawable-xxhdpi/shortcut_sm_sms_sim_2.png new file mode 100644 index 0000000000..106473e92e Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_sm_sms_sim_2.png differ diff --git a/res/drawable-xxhdpi/shortcut_sm_sms_sim_ui.png b/res/drawable-xxhdpi/shortcut_sm_sms_sim_ui.png new file mode 100644 index 0000000000..a8886f3196 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_sm_sms_sim_ui.png differ diff --git a/res/drawable-xxhdpi/shortcut_sm_voice_sim_1.png b/res/drawable-xxhdpi/shortcut_sm_voice_sim_1.png new file mode 100644 index 0000000000..80ac766812 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_sm_voice_sim_1.png differ diff --git a/res/drawable-xxhdpi/shortcut_sm_voice_sim_2.png b/res/drawable-xxhdpi/shortcut_sm_voice_sim_2.png new file mode 100644 index 0000000000..938a8ec366 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_sm_voice_sim_2.png differ diff --git a/res/drawable-xxhdpi/shortcut_sm_voice_sim_ask.png b/res/drawable-xxhdpi/shortcut_sm_voice_sim_ask.png new file mode 100644 index 0000000000..db9fcb19a3 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_sm_voice_sim_ask.png differ diff --git a/res/drawable-xxhdpi/shortcut_sm_voice_sim_ui.png b/res/drawable-xxhdpi/shortcut_sm_voice_sim_ui.png new file mode 100644 index 0000000000..b93f477ad5 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_sm_voice_sim_ui.png differ diff --git a/res/drawable-xxhdpi/shortcut_smart_radio.png b/res/drawable-xxhdpi/shortcut_smart_radio.png new file mode 100644 index 0000000000..06417e973f Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_smart_radio.png differ diff --git a/res/drawable-xxhdpi/shortcut_smart_radio_disable.png b/res/drawable-xxhdpi/shortcut_smart_radio_disable.png new file mode 100644 index 0000000000..2ab4400cf8 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_smart_radio_disable.png differ diff --git a/res/drawable-xxhdpi/shortcut_smart_radio_enable.png b/res/drawable-xxhdpi/shortcut_smart_radio_enable.png new file mode 100644 index 0000000000..70c0364ee8 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_smart_radio_enable.png differ diff --git a/res/drawable-xxhdpi/shortcut_split_screen.png b/res/drawable-xxhdpi/shortcut_split_screen.png new file mode 100644 index 0000000000..2caeec1303 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_split_screen.png differ diff --git a/res/drawable-xxhdpi/shortcut_sync.png b/res/drawable-xxhdpi/shortcut_sync.png new file mode 100644 index 0000000000..4ff900bdca Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_sync.png differ diff --git a/res/drawable-xxhdpi/shortcut_sync_disable.png b/res/drawable-xxhdpi/shortcut_sync_disable.png new file mode 100644 index 0000000000..8f93d7a22f Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_sync_disable.png differ diff --git a/res/drawable-xxhdpi/shortcut_sync_enable.png b/res/drawable-xxhdpi/shortcut_sync_enable.png new file mode 100644 index 0000000000..a2586d1a8b Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_sync_enable.png differ diff --git a/res/drawable-xxhdpi/shortcut_torch.png b/res/drawable-xxhdpi/shortcut_torch.png new file mode 100644 index 0000000000..6d92527b4e Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_torch.png differ diff --git a/res/drawable-xxhdpi/shortcut_unknown.png b/res/drawable-xxhdpi/shortcut_unknown.png new file mode 100644 index 0000000000..d4e0e85994 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_unknown.png differ diff --git a/res/drawable-xxhdpi/shortcut_volume_panel.png b/res/drawable-xxhdpi/shortcut_volume_panel.png new file mode 100644 index 0000000000..6148f62f76 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_volume_panel.png differ diff --git a/res/drawable-xxhdpi/shortcut_wifi.png b/res/drawable-xxhdpi/shortcut_wifi.png new file mode 100644 index 0000000000..56da14127a Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_wifi.png differ diff --git a/res/drawable-xxhdpi/shortcut_wifi_ap.png b/res/drawable-xxhdpi/shortcut_wifi_ap.png new file mode 100644 index 0000000000..73b4470194 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_wifi_ap.png differ diff --git a/res/drawable-xxhdpi/shortcut_wifi_ap_disable.png b/res/drawable-xxhdpi/shortcut_wifi_ap_disable.png new file mode 100644 index 0000000000..cb13374afd Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_wifi_ap_disable.png differ diff --git a/res/drawable-xxhdpi/shortcut_wifi_ap_enable.png b/res/drawable-xxhdpi/shortcut_wifi_ap_enable.png new file mode 100644 index 0000000000..5a4368dd84 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_wifi_ap_enable.png differ diff --git a/res/drawable-xxhdpi/shortcut_wifi_disable.png b/res/drawable-xxhdpi/shortcut_wifi_disable.png new file mode 100644 index 0000000000..559f377bf8 Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_wifi_disable.png differ diff --git a/res/drawable-xxhdpi/shortcut_wifi_enable.png b/res/drawable-xxhdpi/shortcut_wifi_enable.png new file mode 100644 index 0000000000..2b8babda4c Binary files /dev/null and b/res/drawable-xxhdpi/shortcut_wifi_enable.png differ diff --git a/res/drawable-xxhdpi/stat_sys_alarm_kk.png b/res/drawable-xxhdpi/stat_sys_alarm_kk.png deleted file mode 100644 index d42d9d6273..0000000000 Binary files a/res/drawable-xxhdpi/stat_sys_alarm_kk.png and /dev/null differ diff --git a/res/drawable-xxhdpi/stat_sys_network_traffic_down.png b/res/drawable-xxhdpi/stat_sys_network_traffic_down.png new file mode 100644 index 0000000000..3b23a03918 Binary files /dev/null and b/res/drawable-xxhdpi/stat_sys_network_traffic_down.png differ diff --git a/res/drawable-xxhdpi/stat_sys_network_traffic_up.png b/res/drawable-xxhdpi/stat_sys_network_traffic_up.png new file mode 100644 index 0000000000..91f127633a Binary files /dev/null and b/res/drawable-xxhdpi/stat_sys_network_traffic_up.png differ diff --git a/res/drawable-xxhdpi/stat_sys_network_traffic_updown.png b/res/drawable-xxhdpi/stat_sys_network_traffic_updown.png new file mode 100644 index 0000000000..a8aa5c51c4 Binary files /dev/null and b/res/drawable-xxhdpi/stat_sys_network_traffic_updown.png differ diff --git a/res/drawable-xxhdpi/stat_sys_quiet_hours.png b/res/drawable-xxhdpi/stat_sys_quiet_hours.png new file mode 100644 index 0000000000..bf5271270f Binary files /dev/null and b/res/drawable-xxhdpi/stat_sys_quiet_hours.png differ diff --git a/res/drawable-xxhdpi/stat_sys_quiet_hours_wear.png b/res/drawable-xxhdpi/stat_sys_quiet_hours_wear.png new file mode 100644 index 0000000000..be3c697e36 Binary files /dev/null and b/res/drawable-xxhdpi/stat_sys_quiet_hours_wear.png differ diff --git a/res/drawable-xxhdpi/stat_sys_ringer_silent_kk.png b/res/drawable-xxhdpi/stat_sys_ringer_silent_kk.png deleted file mode 100644 index aabf0aaeee..0000000000 Binary files a/res/drawable-xxhdpi/stat_sys_ringer_silent_kk.png and /dev/null differ diff --git a/res/drawable-xxhdpi/stat_sys_ringer_vibrate_kk.png b/res/drawable-xxhdpi/stat_sys_ringer_vibrate_kk.png deleted file mode 100644 index 654c2a53bb..0000000000 Binary files a/res/drawable-xxhdpi/stat_sys_ringer_vibrate_kk.png and /dev/null differ diff --git a/res/drawable-xxhdpi/stat_sys_signal_0.png b/res/drawable-xxhdpi/stat_sys_signal_0.png deleted file mode 100644 index 12c983ff28..0000000000 Binary files a/res/drawable-xxhdpi/stat_sys_signal_0.png and /dev/null differ diff --git a/res/drawable-xxhdpi/stat_sys_signal_0_fully.png b/res/drawable-xxhdpi/stat_sys_signal_0_fully.png deleted file mode 100644 index 8204d54a4d..0000000000 Binary files a/res/drawable-xxhdpi/stat_sys_signal_0_fully.png and /dev/null differ diff --git a/res/drawable-xxhdpi/stat_sys_signal_1.png b/res/drawable-xxhdpi/stat_sys_signal_1.png deleted file mode 100644 index 172596e0df..0000000000 Binary files a/res/drawable-xxhdpi/stat_sys_signal_1.png and /dev/null differ diff --git a/res/drawable-xxhdpi/stat_sys_signal_1_fully.png b/res/drawable-xxhdpi/stat_sys_signal_1_fully.png deleted file mode 100644 index 6ecc24635d..0000000000 Binary files a/res/drawable-xxhdpi/stat_sys_signal_1_fully.png and /dev/null differ diff --git a/res/drawable-xxhdpi/stat_sys_signal_2.png b/res/drawable-xxhdpi/stat_sys_signal_2.png deleted file mode 100644 index 6cef33758c..0000000000 Binary files a/res/drawable-xxhdpi/stat_sys_signal_2.png and /dev/null differ diff --git a/res/drawable-xxhdpi/stat_sys_signal_2_fully.png b/res/drawable-xxhdpi/stat_sys_signal_2_fully.png deleted file mode 100644 index cb0ea3ceed..0000000000 Binary files a/res/drawable-xxhdpi/stat_sys_signal_2_fully.png and /dev/null differ diff --git a/res/drawable-xxhdpi/stat_sys_signal_3.png b/res/drawable-xxhdpi/stat_sys_signal_3.png deleted file mode 100644 index d379802c79..0000000000 Binary files a/res/drawable-xxhdpi/stat_sys_signal_3.png and /dev/null differ diff --git a/res/drawable-xxhdpi/stat_sys_signal_3_fully.png b/res/drawable-xxhdpi/stat_sys_signal_3_fully.png deleted file mode 100644 index a02c2f3c34..0000000000 Binary files a/res/drawable-xxhdpi/stat_sys_signal_3_fully.png and /dev/null differ diff --git a/res/drawable-xxhdpi/stat_sys_signal_4.png b/res/drawable-xxhdpi/stat_sys_signal_4.png deleted file mode 100644 index 7e4de468d7..0000000000 Binary files a/res/drawable-xxhdpi/stat_sys_signal_4.png and /dev/null differ diff --git a/res/drawable-xxhdpi/stat_sys_signal_4_fully.png b/res/drawable-xxhdpi/stat_sys_signal_4_fully.png deleted file mode 100644 index ec60ef705f..0000000000 Binary files a/res/drawable-xxhdpi/stat_sys_signal_4_fully.png and /dev/null differ diff --git a/res/drawable-xxhdpi/stat_sys_signal_in.png b/res/drawable-xxhdpi/stat_sys_signal_in.png new file mode 100644 index 0000000000..631a55db23 Binary files /dev/null and b/res/drawable-xxhdpi/stat_sys_signal_in.png differ diff --git a/res/drawable-xxhdpi/stat_sys_signal_inout.png b/res/drawable-xxhdpi/stat_sys_signal_inout.png new file mode 100644 index 0000000000..a634255ee0 Binary files /dev/null and b/res/drawable-xxhdpi/stat_sys_signal_inout.png differ diff --git a/res/drawable-xxhdpi/stat_sys_signal_out.png b/res/drawable-xxhdpi/stat_sys_signal_out.png new file mode 100644 index 0000000000..5090189e17 Binary files /dev/null and b/res/drawable-xxhdpi/stat_sys_signal_out.png differ diff --git a/res/drawable-xxhdpi/stat_sys_wifi_in.png b/res/drawable-xxhdpi/stat_sys_wifi_in.png new file mode 100644 index 0000000000..fbf09819f0 Binary files /dev/null and b/res/drawable-xxhdpi/stat_sys_wifi_in.png differ diff --git a/res/drawable-xxhdpi/stat_sys_wifi_inout.png b/res/drawable-xxhdpi/stat_sys_wifi_inout.png new file mode 100644 index 0000000000..f6aa93f689 Binary files /dev/null and b/res/drawable-xxhdpi/stat_sys_wifi_inout.png differ diff --git a/res/drawable-xxhdpi/stat_sys_wifi_out.png b/res/drawable-xxhdpi/stat_sys_wifi_out.png new file mode 100644 index 0000000000..8cdfff3eee Binary files /dev/null and b/res/drawable-xxhdpi/stat_sys_wifi_out.png differ diff --git a/res/drawable-xxhdpi/stat_sys_wifi_signal_0.png b/res/drawable-xxhdpi/stat_sys_wifi_signal_0.png deleted file mode 100644 index c86ac3f7cc..0000000000 Binary files a/res/drawable-xxhdpi/stat_sys_wifi_signal_0.png and /dev/null differ diff --git a/res/drawable-xxhdpi/stat_sys_wifi_signal_1.png b/res/drawable-xxhdpi/stat_sys_wifi_signal_1.png deleted file mode 100644 index f6b01ce483..0000000000 Binary files a/res/drawable-xxhdpi/stat_sys_wifi_signal_1.png and /dev/null differ diff --git a/res/drawable-xxhdpi/stat_sys_wifi_signal_1_fully.png b/res/drawable-xxhdpi/stat_sys_wifi_signal_1_fully.png deleted file mode 100644 index cb909a42f9..0000000000 Binary files a/res/drawable-xxhdpi/stat_sys_wifi_signal_1_fully.png and /dev/null differ diff --git a/res/drawable-xxhdpi/stat_sys_wifi_signal_2.png b/res/drawable-xxhdpi/stat_sys_wifi_signal_2.png deleted file mode 100644 index c54e995a18..0000000000 Binary files a/res/drawable-xxhdpi/stat_sys_wifi_signal_2.png and /dev/null differ diff --git a/res/drawable-xxhdpi/stat_sys_wifi_signal_2_fully.png b/res/drawable-xxhdpi/stat_sys_wifi_signal_2_fully.png deleted file mode 100644 index 0878b1ccd4..0000000000 Binary files a/res/drawable-xxhdpi/stat_sys_wifi_signal_2_fully.png and /dev/null differ diff --git a/res/drawable-xxhdpi/stat_sys_wifi_signal_3.png b/res/drawable-xxhdpi/stat_sys_wifi_signal_3.png deleted file mode 100644 index 772a3e1f37..0000000000 Binary files a/res/drawable-xxhdpi/stat_sys_wifi_signal_3.png and /dev/null differ diff --git a/res/drawable-xxhdpi/stat_sys_wifi_signal_3_fully.png b/res/drawable-xxhdpi/stat_sys_wifi_signal_3_fully.png deleted file mode 100644 index 8cd534a1a3..0000000000 Binary files a/res/drawable-xxhdpi/stat_sys_wifi_signal_3_fully.png and /dev/null differ diff --git a/res/drawable-xxhdpi/stat_sys_wifi_signal_4.png b/res/drawable-xxhdpi/stat_sys_wifi_signal_4.png deleted file mode 100644 index e7e3a54aaf..0000000000 Binary files a/res/drawable-xxhdpi/stat_sys_wifi_signal_4.png and /dev/null differ diff --git a/res/drawable-xxhdpi/stat_sys_wifi_signal_4_fully.png b/res/drawable-xxhdpi/stat_sys_wifi_signal_4_fully.png deleted file mode 100644 index dedecea52e..0000000000 Binary files a/res/drawable-xxhdpi/stat_sys_wifi_signal_4_fully.png and /dev/null differ diff --git a/res/drawable-xxhdpi/stat_sys_wifi_signal_null.png b/res/drawable-xxhdpi/stat_sys_wifi_signal_null.png deleted file mode 100644 index d62df927db..0000000000 Binary files a/res/drawable-xxhdpi/stat_sys_wifi_signal_null.png and /dev/null differ diff --git a/res/drawable-xxxhdpi/ib_media_skip_next.png b/res/drawable-xxxhdpi/ib_media_skip_next.png new file mode 100644 index 0000000000..5524dd776c Binary files /dev/null and b/res/drawable-xxxhdpi/ib_media_skip_next.png differ diff --git a/res/drawable-xxxhdpi/ib_media_skip_previous.png b/res/drawable-xxxhdpi/ib_media_skip_previous.png new file mode 100644 index 0000000000..9ecac16573 Binary files /dev/null and b/res/drawable-xxxhdpi/ib_media_skip_previous.png differ diff --git a/res/drawable-xxxhdpi/ib_media_stop.png b/res/drawable-xxxhdpi/ib_media_stop.png new file mode 100644 index 0000000000..7221e0313e Binary files /dev/null and b/res/drawable-xxxhdpi/ib_media_stop.png differ diff --git a/res/drawable-xxxhdpi/ic_add_white_36dp.png b/res/drawable-xxxhdpi/ic_add_white_36dp.png new file mode 100644 index 0000000000..7e69913722 Binary files /dev/null and b/res/drawable-xxxhdpi/ic_add_white_36dp.png differ diff --git a/res/drawable-xxxhdpi/ic_delete_white_36dp.png b/res/drawable-xxxhdpi/ic_delete_white_36dp.png new file mode 100644 index 0000000000..da99df3299 Binary files /dev/null and b/res/drawable-xxxhdpi/ic_delete_white_36dp.png differ diff --git a/res/drawable-xxxhdpi/ic_launcher.png b/res/drawable-xxxhdpi/ic_launcher.png new file mode 100644 index 0000000000..db327e3d52 Binary files /dev/null and b/res/drawable-xxxhdpi/ic_launcher.png differ diff --git a/res/drawable-xxxhdpi/ic_notif_gravitybox.png b/res/drawable-xxxhdpi/ic_notif_gravitybox.png new file mode 100644 index 0000000000..8ed247b78f Binary files /dev/null and b/res/drawable-xxxhdpi/ic_notif_gravitybox.png differ diff --git a/res/drawable-xxxhdpi/ic_sysbar_apps.png b/res/drawable-xxxhdpi/ic_sysbar_apps.png new file mode 100644 index 0000000000..cec0ed48e7 Binary files /dev/null and b/res/drawable-xxxhdpi/ic_sysbar_apps.png differ diff --git a/res/drawable-xxxhdpi/ic_sysbar_apps2.png b/res/drawable-xxxhdpi/ic_sysbar_apps2.png new file mode 100644 index 0000000000..89808a25a9 Binary files /dev/null and b/res/drawable-xxxhdpi/ic_sysbar_apps2.png differ diff --git a/res/drawable-xxxhdpi/ic_sysbar_ime_left.png b/res/drawable-xxxhdpi/ic_sysbar_ime_left.png new file mode 100644 index 0000000000..d244642300 Binary files /dev/null and b/res/drawable-xxxhdpi/ic_sysbar_ime_left.png differ diff --git a/res/drawable-xxxhdpi/ic_sysbar_ime_right.png b/res/drawable-xxxhdpi/ic_sysbar_ime_right.png new file mode 100644 index 0000000000..bb504062b2 Binary files /dev/null and b/res/drawable-xxxhdpi/ic_sysbar_ime_right.png differ diff --git a/res/drawable/arrow_down.xml b/res/drawable/arrow_down.xml new file mode 100644 index 0000000000..0e470dbc1c --- /dev/null +++ b/res/drawable/arrow_down.xml @@ -0,0 +1,4 @@ + + diff --git a/res/drawable/arrow_up.xml b/res/drawable/arrow_up.xml new file mode 100644 index 0000000000..394794a1b0 --- /dev/null +++ b/res/drawable/arrow_up.xml @@ -0,0 +1,4 @@ + + diff --git a/res/drawable/ic_audio_notification.xml b/res/drawable/ic_audio_notification.xml new file mode 100644 index 0000000000..3cac3299d3 --- /dev/null +++ b/res/drawable/ic_audio_notification.xml @@ -0,0 +1,23 @@ + + + + diff --git a/res/drawable/ic_audio_notification_mute.xml b/res/drawable/ic_audio_notification_mute.xml new file mode 100644 index 0000000000..bc55954cfe --- /dev/null +++ b/res/drawable/ic_audio_notification_mute.xml @@ -0,0 +1,23 @@ + + + + diff --git a/res/drawable/ic_delete.xml b/res/drawable/ic_delete.xml new file mode 100644 index 0000000000..4e2b84536d --- /dev/null +++ b/res/drawable/ic_delete.xml @@ -0,0 +1,4 @@ + + diff --git a/res/drawable/ic_menu.xml b/res/drawable/ic_menu.xml new file mode 100644 index 0000000000..e72ab93335 --- /dev/null +++ b/res/drawable/ic_menu.xml @@ -0,0 +1,4 @@ + + diff --git a/res/drawable/ic_qs_ambientdisplay_off.xml b/res/drawable/ic_qs_ambientdisplay_off.xml new file mode 100644 index 0000000000..878db538c2 --- /dev/null +++ b/res/drawable/ic_qs_ambientdisplay_off.xml @@ -0,0 +1,58 @@ + + + + + + + diff --git a/res/drawable/ic_qs_ambientdisplay_on.xml b/res/drawable/ic_qs_ambientdisplay_on.xml new file mode 100644 index 0000000000..dcc469fbc3 --- /dev/null +++ b/res/drawable/ic_qs_ambientdisplay_on.xml @@ -0,0 +1,51 @@ + + + + + + + diff --git a/res/drawable/ic_qs_compass_off.xml b/res/drawable/ic_qs_compass_off.xml new file mode 100644 index 0000000000..c5de93abc7 --- /dev/null +++ b/res/drawable/ic_qs_compass_off.xml @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/ic_qs_compass_on.xml b/res/drawable/ic_qs_compass_on.xml new file mode 100644 index 0000000000..18de106eeb --- /dev/null +++ b/res/drawable/ic_qs_compass_on.xml @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/ic_qs_dnd_on_total_silence.xml b/res/drawable/ic_qs_dnd_on_total_silence.xml new file mode 100644 index 0000000000..fb26c096f9 --- /dev/null +++ b/res/drawable/ic_qs_dnd_on_total_silence.xml @@ -0,0 +1,29 @@ + + + + + + + diff --git a/res/drawable/ic_qs_expanded_desktop.xml b/res/drawable/ic_qs_expanded_desktop.xml new file mode 100644 index 0000000000..d36c0bdbaf --- /dev/null +++ b/res/drawable/ic_qs_expanded_desktop.xml @@ -0,0 +1,13 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/ic_qs_gps_disable.xml b/res/drawable/ic_qs_gps_disable.xml new file mode 100644 index 0000000000..880efef456 --- /dev/null +++ b/res/drawable/ic_qs_gps_disable.xml @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/ic_qs_gps_enable.xml b/res/drawable/ic_qs_gps_enable.xml new file mode 100644 index 0000000000..10321c6d4e --- /dev/null +++ b/res/drawable/ic_qs_gps_enable.xml @@ -0,0 +1,13 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/ic_qs_gps_locked.xml b/res/drawable/ic_qs_gps_locked.xml new file mode 100644 index 0000000000..0ccbac8c4a --- /dev/null +++ b/res/drawable/ic_qs_gps_locked.xml @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/ic_qs_heads_up_off.xml b/res/drawable/ic_qs_heads_up_off.xml new file mode 100644 index 0000000000..904ccdfb70 --- /dev/null +++ b/res/drawable/ic_qs_heads_up_off.xml @@ -0,0 +1,25 @@ + + + + + diff --git a/res/drawable/ic_qs_heads_up_on.xml b/res/drawable/ic_qs_heads_up_on.xml new file mode 100644 index 0000000000..9c5983d4d6 --- /dev/null +++ b/res/drawable/ic_qs_heads_up_on.xml @@ -0,0 +1,25 @@ + + + + + diff --git a/res/drawable/ic_qs_location_battery_saving.xml b/res/drawable/ic_qs_location_battery_saving.xml new file mode 100644 index 0000000000..efd8f16735 --- /dev/null +++ b/res/drawable/ic_qs_location_battery_saving.xml @@ -0,0 +1,28 @@ + + + + + + diff --git a/res/drawable/ic_qs_location_off.xml b/res/drawable/ic_qs_location_off.xml new file mode 100644 index 0000000000..04a6eca405 --- /dev/null +++ b/res/drawable/ic_qs_location_off.xml @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + diff --git a/res/drawable/ic_qs_location_on.xml b/res/drawable/ic_qs_location_on.xml new file mode 100644 index 0000000000..439851d350 --- /dev/null +++ b/res/drawable/ic_qs_location_on.xml @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + diff --git a/res/drawable/ic_qs_lock_screen_off.xml b/res/drawable/ic_qs_lock_screen_off.xml new file mode 100644 index 0000000000..a5338f23bd --- /dev/null +++ b/res/drawable/ic_qs_lock_screen_off.xml @@ -0,0 +1,13 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/ic_qs_lock_screen_on.xml b/res/drawable/ic_qs_lock_screen_on.xml new file mode 100644 index 0000000000..b4d93957e0 --- /dev/null +++ b/res/drawable/ic_qs_lock_screen_on.xml @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/ic_qs_nfc_off.xml b/res/drawable/ic_qs_nfc_off.xml new file mode 100644 index 0000000000..14dffb05be --- /dev/null +++ b/res/drawable/ic_qs_nfc_off.xml @@ -0,0 +1,15 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/ic_qs_nfc_on.xml b/res/drawable/ic_qs_nfc_on.xml new file mode 100644 index 0000000000..b6e43055da --- /dev/null +++ b/res/drawable/ic_qs_nfc_on.xml @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/ic_qs_ring_none.xml b/res/drawable/ic_qs_ring_none.xml new file mode 100644 index 0000000000..31106457bd --- /dev/null +++ b/res/drawable/ic_qs_ring_none.xml @@ -0,0 +1,25 @@ + + + + + diff --git a/res/drawable/ic_qs_ring_off.xml b/res/drawable/ic_qs_ring_off.xml new file mode 100644 index 0000000000..88cd797118 --- /dev/null +++ b/res/drawable/ic_qs_ring_off.xml @@ -0,0 +1,37 @@ + + + + + diff --git a/res/drawable/ic_qs_ring_on.xml b/res/drawable/ic_qs_ring_on.xml new file mode 100644 index 0000000000..1e5276b70a --- /dev/null +++ b/res/drawable/ic_qs_ring_on.xml @@ -0,0 +1,13 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/ic_qs_ring_vibrate_on.xml b/res/drawable/ic_qs_ring_vibrate_on.xml new file mode 100644 index 0000000000..a8ed4d4a74 --- /dev/null +++ b/res/drawable/ic_qs_ring_vibrate_on.xml @@ -0,0 +1,16 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/ic_qs_screenshot.xml b/res/drawable/ic_qs_screenshot.xml new file mode 100644 index 0000000000..350b53c307 --- /dev/null +++ b/res/drawable/ic_qs_screenshot.xml @@ -0,0 +1,16 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/ic_qs_signal_hp.xml b/res/drawable/ic_qs_signal_hp.xml new file mode 100644 index 0000000000..0b2b1156a9 --- /dev/null +++ b/res/drawable/ic_qs_signal_hp.xml @@ -0,0 +1,27 @@ + + + + + diff --git a/res/drawable/ic_qs_stayawake_on.xml b/res/drawable/ic_qs_stayawake_on.xml new file mode 100644 index 0000000000..adf675df2c --- /dev/null +++ b/res/drawable/ic_qs_stayawake_on.xml @@ -0,0 +1,16 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/ic_qs_sync_off.xml b/res/drawable/ic_qs_sync_off.xml new file mode 100644 index 0000000000..a80c0cfefe --- /dev/null +++ b/res/drawable/ic_qs_sync_off.xml @@ -0,0 +1,17 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/ic_qs_sync_on.xml b/res/drawable/ic_qs_sync_on.xml new file mode 100644 index 0000000000..de95e846f0 --- /dev/null +++ b/res/drawable/ic_qs_sync_on.xml @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/ic_qs_torch_off.xml b/res/drawable/ic_qs_torch_off.xml new file mode 100644 index 0000000000..dc0b52d2cc --- /dev/null +++ b/res/drawable/ic_qs_torch_off.xml @@ -0,0 +1,31 @@ + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_qs_torch_on.xml b/res/drawable/ic_qs_torch_on.xml new file mode 100644 index 0000000000..5514b44c14 --- /dev/null +++ b/res/drawable/ic_qs_torch_on.xml @@ -0,0 +1,28 @@ + + + + + + diff --git a/res/drawable/ic_qs_vibrate_on.xml b/res/drawable/ic_qs_vibrate_on.xml new file mode 100644 index 0000000000..a23c6f0afa --- /dev/null +++ b/res/drawable/ic_qs_vibrate_on.xml @@ -0,0 +1,25 @@ + + + + + diff --git a/res/drawable/ic_qs_volume.xml b/res/drawable/ic_qs_volume.xml new file mode 100644 index 0000000000..7ca6bd2aef --- /dev/null +++ b/res/drawable/ic_qs_volume.xml @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/ripple.xml b/res/drawable/ripple.xml new file mode 100644 index 0000000000..69fa823f89 --- /dev/null +++ b/res/drawable/ripple.xml @@ -0,0 +1,3 @@ + + diff --git a/res/drawable/stat_sys_data_fully_connected_hp.xml b/res/drawable/stat_sys_data_fully_connected_hp.xml new file mode 100644 index 0000000000..33596da31a --- /dev/null +++ b/res/drawable/stat_sys_data_fully_connected_hp.xml @@ -0,0 +1,27 @@ + + + + + diff --git a/res/layout-finger/order_tile_list_activity.xml b/res/layout-finger/order_tile_list_activity.xml deleted file mode 100644 index 7429319598..0000000000 --- a/res/layout-finger/order_tile_list_activity.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - diff --git a/res/layout-finger/order_tile_list_item.xml b/res/layout-finger/order_tile_list_item.xml deleted file mode 100644 index f294398080..0000000000 --- a/res/layout-finger/order_tile_list_item.xml +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/res/layout-hdpi/navbar_app_dialog.xml b/res/layout-hdpi/navbar_app_dialog.xml index 2c111c7921..0e45dd5f4e 100644 --- a/res/layout-hdpi/navbar_app_dialog.xml +++ b/res/layout-hdpi/navbar_app_dialog.xml @@ -18,9 +18,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="vertical" - android:paddingTop="10dp" - android:paddingLeft="5dp" - android:paddingBottom="10dp"> + android:padding="4dp" > - + android:layout_gravity="center" /> + android:layout_gravity="center" /> + android:layout_gravity="center" /> + android:layout_gravity="center" /> + android:layout_height="10dp"/> + android:layout_gravity="center" /> + android:layout_gravity="center" /> + android:layout_gravity="center" /> + android:layout_gravity="center" /> + + + + + + + + + + + + + + diff --git a/res/layout-land/dialog_color_picker.xml b/res/layout-land/dialog_color_picker.xml index 8f79aa61ff..300e2cc9ec 100644 --- a/res/layout-land/dialog_color_picker.xml +++ b/res/layout-land/dialog_color_picker.xml @@ -11,7 +11,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and limitations under the License. + See the License for the specific language governing permissions and limitations under the License. --> diff --git a/res/layout-ldrtl-land/linear_color_bar.xml b/res/layout-ldrtl-land/linear_color_bar.xml new file mode 100644 index 0000000000..d504deb5d7 --- /dev/null +++ b/res/layout-ldrtl-land/linear_color_bar.xml @@ -0,0 +1,44 @@ + + + + + + + + + + diff --git a/res/layout-ldrtl-port/linear_color_bar.xml b/res/layout-ldrtl-port/linear_color_bar.xml new file mode 100644 index 0000000000..d504deb5d7 --- /dev/null +++ b/res/layout-ldrtl-port/linear_color_bar.xml @@ -0,0 +1,44 @@ + + + + + + + + + + diff --git a/res/layout-port/linear_color_bar.xml b/res/layout-port/linear_color_bar.xml index 4a079db932..beba0c8245 100644 --- a/res/layout-port/linear_color_bar.xml +++ b/res/layout-port/linear_color_bar.xml @@ -25,18 +25,18 @@ android:layout_height="wrap_content" android:layout_weight="1" android:focusable="true" - android:gravity="left|bottom" + android:gravity="start|bottom" android:textAppearance="?android:attr/textAppearanceSmallInverse" android:textColor="#000" android:singleLine="true" /> diff --git a/res/layout-xhdpi/navbar_app_dialog.xml b/res/layout-xhdpi/navbar_app_dialog.xml index 74056c112c..d6bc67150d 100644 --- a/res/layout-xhdpi/navbar_app_dialog.xml +++ b/res/layout-xhdpi/navbar_app_dialog.xml @@ -18,9 +18,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="vertical" - android:paddingTop="10dp" - android:paddingLeft="10dp" - android:paddingBottom="10dp"> + android:padding="4dp" > + android:layout_gravity="center" /> + android:layout_gravity="center" /> + android:layout_gravity="center" /> + android:layout_gravity="center" /> + android:layout_height="10dp"/> + android:layout_gravity="center" /> + android:layout_gravity="center" /> + android:layout_gravity="center" /> + android:layout_gravity="center" /> + + + + + + + + + + + + + + diff --git a/res/layout/active_screen_activity.xml b/res/layout/active_screen_activity.xml new file mode 100644 index 0000000000..461cb18f68 --- /dev/null +++ b/res/layout/active_screen_activity.xml @@ -0,0 +1,37 @@ + + + + + + + + + diff --git a/res/layout/app_picker_preference.xml b/res/layout/app_picker_preference.xml index 027f22366d..b6f7b56e11 100644 --- a/res/layout/app_picker_preference.xml +++ b/res/layout/app_picker_preference.xml @@ -19,13 +19,21 @@ android:layout_height="match_parent" android:orientation="vertical" > + + + android:inputType="text" + android:saveEnabled="false" + android:layout_marginLeft="12dp" + android:layout_marginRight="12dp" /> + android:layout_weight="1" /> \ No newline at end of file diff --git a/res/layout/dialog_color_picker.xml b/res/layout/dialog_color_picker.xml index 2df85ae8a2..1523a2e7bf 100644 --- a/res/layout/dialog_color_picker.xml +++ b/res/layout/dialog_color_picker.xml @@ -11,7 +11,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and limitations under the License. + See the License for the specific language governing permissions and limitations under the License. --> @@ -39,7 +40,7 @@ diff --git a/res/layout/led_control_activity.xml b/res/layout/led_control_activity.xml new file mode 100644 index 0000000000..723c24e5ef --- /dev/null +++ b/res/layout/led_control_activity.xml @@ -0,0 +1,26 @@ + + + + + + + diff --git a/res/layout/led_control_list_item.xml b/res/layout/led_control_list_item.xml new file mode 100644 index 0000000000..c64067560d --- /dev/null +++ b/res/layout/led_control_list_item.xml @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + diff --git a/res/layout/led_control_main_activity.xml b/res/layout/led_control_main_activity.xml new file mode 100644 index 0000000000..221babd94a --- /dev/null +++ b/res/layout/led_control_main_activity.xml @@ -0,0 +1,37 @@ + + + + + + + + + diff --git a/res/layout/led_settings_activity.xml b/res/layout/led_settings_activity.xml new file mode 100644 index 0000000000..85ad2e35f3 --- /dev/null +++ b/res/layout/led_settings_activity.xml @@ -0,0 +1,60 @@ + + + + + + + + +