summaryrefslogtreecommitdiffstats
path: root/res/values
Commit message (Collapse)AuthorAgeFilesLines
* Adding small padding between icons in AllApps.Winson2017-03-261-0/+2
| | | | | Bug: 23948851 Change-Id: If7daf84be0c5b314c5afd896d2601028ee243c80
* Trebuchet: Add runtime storage perm check for wallpaper pickercretin452017-03-261-0/+2
| | | | | | Issue-id: FEIJ-441 Change-Id: Iac9a2c249de595568f68313335d337410928d19e
* Show apps as unavailable when on unmounted storaged34d2017-03-261-0/+3
| | | | | | | | | | | This patch allows shortcuts to apps that are currently unavailable due to being on unmounted external storage to remain on the workspace and in folders. The icons will be disabled and grayed out until the external storage is mounted. Issue-id: CYNGNOS-1344 Change-Id: I971483806b27e3a75ef0d5bb89d8dfb86f97511e
* Trebuchet: Fix hidden folder name colorMichael Bestas2017-03-261-1/+0
| | | | | | * Use the same colors as the normal folder view Change-Id: I4b8144710dfb0646617440eea8e7a015f5535da3
* Themes: Expose hard coded colors from layoutsBryan Owens2017-03-261-0/+23
| | | | | Change-Id: I4913f57fb44f234fd140b9c2e0fe59cba49fe702 Signed-off-by: Bryan Owens <djbryan3540@gmail.com>
* Trebuchet: Move allow rotation pref to overlay panelcretin452017-03-262-1/+1
| | | | Change-Id: I83feccbf5aac5de53ca578c4d62a25561d72b3ee
* Trebuchet: Don't resize BubbleTextView based on all apps prefcretin452017-03-261-2/+0
| | | | | | Issue-id: CYNGNOS-1427 Change-Id: I3bb5107fa24b85e5713d7f6403a332246609804b
* Trebuchet: Add ability to disable the scroller completelyMartin Herndl2017-03-262-1/+3
| | | | | | | | | This change adds another toggle to the drawer settings which disables the app drawer scroller completely. There is already a setting which toggles between horizontal and vertical scroller, but I like my drawer if it's even cleaner and uses no scroller at all. Change-Id: Iad3efdafee264852f52e728341fd86d60452b05b
* Add app drawer search bar toggle to settingsMartin Herndl2017-03-261-0/+1
| | | | | | | | | | | This adds the possibility to enable or disable the search bar on top of the app drawer. In the Launcher class it will be created with the View.GONE visibility to avoid taking up space if disabled. Per default it behaves like before and is enabled. PS3: Make sure the hasSearchBar boolean is set. Change-Id: I48711aea2b15bf535815d0e453ac33079af26eca
* Reimplement CM Settings Overview Panel Part 5Yvonne Wong2017-03-261-1/+3
| | | | | | | | - Enable default screen button - Make UI changes to settings panel - Add a broadcast receiver for hide/unhide search bar setting Change-Id: I849dd412231795b894e7af7ee575e60feb618c70
* Trebuchet: Add app drawer settingscretin452017-03-262-0/+13
| | | | Change-Id: I040420608de64bedc6e9832268796cdf801f5c21
* Reimplement CM Settings Overview Panel Part 3Yvonne Wong2017-03-263-2/+11
| | | | | | - Enable dynamic grid resizing Change-Id: I95a7f20da48e037a94ce5b6191c5597490d91d9d
* Re-Implementation of hidden foldersVineet Patil2017-03-262-0/+15
| | | | Change-Id: I2cdb881eb6a2608279d30a1cdfc1327a89ae7693
* Reimplement CM Settings Overview Panel in the new Launcher Part 1Yvonne Wong2017-03-265-1/+69
| | | | | | | | | - Adds vertical sliding panel and animations associated with opening and closing the panel - Adds the views for settings and animation for the drawer arrow - Enables hiding workspace icon labels, hiding drawer icon labels, scrolling wallpaper, and larger icons - Changes how ragged grid custom icon sizes gets defined Change-Id: I1a82215a09486b4770494e665e598efdbabd1d3e
* Update default workspace to GMS 3.0 reqAbhisek Devkota2017-03-261-0/+26
| | | | | | CYNGNOS-1284 Change-Id: If74f7dc1b81e48d00c80b71cef4994d6f5172b59
* Reimplement the CM scrubber against the new Launchercretin452017-03-263-2/+24
| | | | | | PS4: Implement RTL support Change-Id: I4456d54b5924913d1b36e1cfa9a2269150f6fb3e
* Implementation of folder animation changes as per cm-13.0Vineet Patil2017-03-264-3/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Folder animations in parity with cm. Folder Layout Revision Updated the folder layout to reflect design revisions based on community feedback Change-Id: Ica1bb796dfccf779a954cf0903a1ae94a010ea1a Conflicts: res/drawable-hdpi/folder_bg.9.png res/drawable-hdpi/folder_fill_highlight.9.png res/drawable-mdpi/folder_bg.9.png res/drawable-mdpi/folder_fill_highlight.9.png res/drawable-xhdpi/folder_bg.9.png res/drawable-xhdpi/folder_fill_highlight.9.png res/drawable-xxhdpi/folder_bg.9.png res/drawable-xxhdpi/folder_fill_highlight.9.png res/layout-land/launcher.xml res/layout-port/launcher.xml res/layout-sw720dp/launcher.xml res/layout/user_folder.xml res/values/dimens.xml src/com/android/launcher3/Folder.java src/com/android/launcher3/FolderIcon.java src/com/android/launcher3/Launcher.java Folder animation changes as per cm-13.0 Change-Id: I019511a58bd9f6a60a3c9b68c826726881cec83f Implementing folder animations Change-Id: I83f17c996ecc894ce22fd195b9b33caf58e2e822
* Merge "Adding graphic for all apps empty search screen." into ↵Winson Chung2015-08-281-0/+4
|\ | | | | | | ub-launcher3-burnaby
| * Adding graphic for all apps empty search screen.Winson2015-08-281-0/+4
| | | | | | | | Change-Id: I976a327a5984790c458b0f36d33c0b1ac16ec59c
* | Revert "Adding viewId for the QSB"Sunny Goyal2015-08-271-0/+3
|/ | | | | | | | Using QSB widget id from xml This reverts commit 995685913955f33b05fdc0b473df901f2b0652c0. Change-Id: I33c48cf074f2dc1cf509c2d9f1f19b40b91f6a22
* Fixing widgets container inactive scroll bar color.Winson2015-08-241-1/+0
| | | | | Bug: 20035978 Change-Id: Ia267ff8f171f7c4cde00593bd69cf69c1660c431
* Updating the scrollbar to make the fastscroller more visible.Winson2015-08-202-4/+4
| | | | | Bug: 20035978 Change-Id: I56a865262cd07e6af11b4374a7e6354710116dcd
* Updating the UI for the pending widget viewSunny Goyal2015-08-171-0/+4
| | | | | Bug: 23183034 Change-Id: I2b3f6f765a51edf75e666186650bbd3cf7b66a7a
* Adding market search.Winson Chung2015-08-062-2/+6
| | | | Change-Id: Id41615653cd4fa76213add4595418ad0cc6e7852
* Fixing overview mode scale calculations.Winson Chung2015-07-101-2/+2
| | | | | | | - Making the overview scale apply just like the spring loaded scale factor - Tweaking overview scale to make it not so small Change-Id: If93bac08609b0cfd9c9d9f8f6057498957378b56
* Moving prediction icons back into recycler view.Winson Chung2015-07-061-3/+3
| | | | | | | | - Fixes two accessibility issues with the prediction bar being separate from the rest of the list of icons related to scrolling and switch access. Bug: 21725276 Change-Id: Ibc48e5028cace9a77000e6646b951f021910465d
* Using RGB_565 for low-res iconsSunny Goyal2015-07-011-2/+1
| | | | | | | | | > Using a non-transparent image with flat background for low-res icons > Changing the scale factor from 8 to 5 > The overall size change is 1/50 instead of 1/64 Bug: 22204941 Change-Id: I6cda4b4b3450c23a7bb8218ebd2de2b09af9c414
* Enabling translation for preference stringSunny Goyal2015-06-251-3/+1
| | | | | | | > Removing description string Bug: 22065032 Change-Id: I8acb51b113066924f028b4dd891b508027e7cb6a
* Working around overscroll issues in AllApps.Winson Chung2015-06-231-0/+7
| | | | | | | | | - For the time being, we are going to do custom drawing to ensure that we get the touch events in the right order, while still allowing the recycler view to draw the overscroll effect on top of the prediction bar. Bug: 21335369 Change-Id: I6bf64e5c1e9aa634a953223a5decf74942e4fb57
* Refactoring fast scroller.Winson Chung2015-06-232-12/+18
| | | | | | | | | | | | | - Fixing issue with fast scroller not fitting name width. - Refactoring fast scrolling/scroll bar code out of base recycler view - Adding animations to fast scroller to match design - Smooth scrolling when jumping between app rows - Fixing issue with fast scroller jumping when you first pick it up - Fixing issue with wrong background paddings being used Bug: 21874346 Bug: 22031923 Change-Id: I9f011b1f375751f437604b900e95a2942d3f4601
* Using material style overscroll effect for workspace and foldersSunny Goyal2015-06-191-0/+3
| | | | | Bug: 21335369 Change-Id: I53cc6edfa87334b9326f1dedd90c3e2222beade5
* Refactored section names to only draw when there is space.Winson Chung2015-06-161-2/+2
| | | | | | | | | - This CL removes all space for section names in both phones and tablets. And when there are no section names, the layout will automatically fully merge the sections. Bug: 20222023 Change-Id: Ic7c751d86f095e5cbd690bfd4f94bb5b00ff8ae4
* Merge "Refactoring all apps search to support external search bar." into ↵Winson Chung2015-06-151-4/+5
|\ | | | | | | ub-launcher3-burnaby
| * Refactoring all apps search to support external search bar.Winson Chung2015-06-151-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adding support for an external search bar that can be used to search a container view. This adds a new interface AllAppsSearchController which manages the external search bar. Each controller will have its own search implementation which means that we no longer need a common AppSearchManager interface. - Removing elevation controller as we no longer have a builtin search bar in all apps - Refactoring container view insets so that they behave the same in all containers. - Refactoring apps view to ensure that we only update the number of columns with the available width - Cleaning up LauncherCallbacks interface Bug: 20127840 Bug: 21494973 Change-Id: I710b8e18196961d77d8a29f0c345531d480936fe
* | Merge "Work profile badge alignment b/21336417" into ub-launcher3-burnabyHyunyoung Song2015-06-151-1/+1
|\ \
| * | Work profile badge alignmentHyunyoung Song2015-06-151-1/+1
| |/ | | | | | | | | | | b/21336417 Change-Id: Icd54320fa0d0976cac0ae66d180cc2c99ddd0c1c
* / Using content provider to update launcher settingsSunny Goyal2015-06-121-3/+0
|/ | | | | | | | > Removing cross process preference file > Removed broadcast listener management for settings changes > Defining content provider method to get/set laucnehr preferences Change-Id: Ida36eac0ab17c1d48fedc9404817a53a89b36c4f
* Merge "Ensuring that we use the screen width more optimally in AllApps." ↵Winson Chung2015-06-051-2/+3
|\ | | | | | | into ub-launcher3-burnaby
| * Ensuring that we use the screen width more optimally in AllApps.Winson Chung2015-06-051-2/+3
| | | | | | | | | | | | | | | | | | | | | | - Fixing issue with prediction bar height being calculated incorrectly - Fixing issue where the prediction bar divider was not drawn exactly between the bar and the first row of apps - Removing padding to allow scrollbars to reach full height Bug: 20222023 Bug: 21335377 Change-Id: I2c0614a36e2294d0d6184a6bff4847876ffe971e
* | Use a broadcast receiver instead of a settings observer.Rahul Chaturvedi2015-06-041-0/+3
|/ | | | | | | | Settings observer doesn't work if a setting is modified in another process, hence we instead register a receiver which listens for a signal from the settings process that the rotation preference has changed. Change-Id: I570e3c67bb64a32347e84ca00a8ac31d9010eac3
* Merge "Adding back icon size dimen" into ub-launcher3-burnabySunny Goyal2015-06-041-0/+2
|\
| * Adding back icon size dimenSunny Goyal2015-06-041-0/+2
| | | | | | | | | | Bug: 21638256 Change-Id: I522a8e59e63e4a49a087e4fb3aac102595ea6818
* | Merge "Consistent scrolling experience for All apps and widget tray" into ↵Hyunyoung Song2015-06-041-1/+0
|\ \ | |/ |/| | | ub-launcher3-burnaby
| * Consistent scrolling experience for All apps and widget trayHyunyoung Song2015-06-041-1/+0
| | | | | | | | | | | | b/21375339 Change-Id: I8362b3ca94b7c4e75932d42cd09a989e0e3919c0
* | Fixing different bitmap sizes in different orientationsSunny Goyal2015-06-031-2/+0
| | | | | | | | | | | | | | | | | | > Using a single bitmap icon size > Picking up appropriate density for satisfy the required icon size > Fixing some icon size assumptions during icon animations Bug: 19514688 Change-Id: Ia7a1d0d2c03a9d39ccc241fa4ae3eb8a0f374585
* | Folder UI fixesSunny Goyal2015-06-011-1/+0
| | | | | | | | | | | | | | | | | | | | > Fixing top padding (b/21304523) > Alinging the label and page indicators to the icons > Fixing folder label alingment in RTL (b/21445821) > Updating footer animation (b/21336853) Bug: 21304523, 21445821, 21336853 Change-Id: I2cf3a48c76653b19437b31252d6ee559ce798094
* | Merge "Add the Allow Rotation setting to Launcher3." into ub-launcher3-burnabyRahul Chaturvedi2015-06-011-0/+6
|\ \ | |/ |/|
| * Add the Allow Rotation setting to Launcher3.Rahul Chaturvedi2015-06-011-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | This CL adds a Settings activity along with the code needed to provide a "Allow Rotation" setting to all phones and tablets. This setting is set to false for phones and true for tablets. On changing the setting from unlocked to locked, the launcher (and the Settings activity) will get locked to the orientation the user was in when he disabled "Allow Rotation". This is consistent with how the natural rotation feature of Android works. Change-Id: I8a1c59d1fa0bb9262530cad96e0a9bdbab0d9344
* | Fixing page background not displayed when dragging from all appsSunny Goyal2015-05-271-0/+1
|/ | | | | | | | | > Adding empty page synchronously, instead of waiting for a frame > Changing launcher state from widgets screen in the same frame, similar to all apps > Removing DragEnforcer, and moving that logic in side the workspace, disabled by a flag > Using first page to get page bounds in drag layer, as last page may not have been measured Change-Id: I172ba4e5ce44648ac55402d49994542c6e10f101
* Moving all apps code into sub package.Winson Chung2015-05-225-81/+49
| | | | | | | - Renaming resources, dimens, etc to be more consistent - Removing old AppsCustomize resources and other unused code Change-Id: I15ce35e7cb7a9b9344fc7103963e4e4c9e45d89a