summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* Trebuchet: Revise protected app folders UIcretin452016-02-102-118/+0
| | | | | | Issue-id: CYNGNOS-1881 Change-Id: I5cbc5d9fe9358fdf2708376bfe5d7bf2108a0897
* Port Remote Folder from 12.1 to 13.Tyson Miller2016-01-285-7/+23
| | | | Change-Id: If8cf9d5f054e8948ead702883b79f28db26c4d8b
* Trebuchet: Fix hidden folder name colorMichael Bestas2016-01-261-1/+2
| | | | | | * Use the same colors as the normal folder view Change-Id: I4b8144710dfb0646617440eea8e7a015f5535da3
* Themes: Expose hard coded colors from layoutsBryan Owens2016-01-199-20/+20
| | | | | Change-Id: I4913f57fb44f234fd140b9c2e0fe59cba49fe702 Signed-off-by: Bryan Owens <djbryan3540@gmail.com>
* Trebuchet: Fix hidden folder list text colorcretin452015-12-181-1/+1
| | | | | | Issue-id: CYNGNOS-1464 Change-Id: I4bedab037c2e3adf4169152c53ce0beabcd0e255
* Trebuchet: Add scrubber to widget viewstaging/cm-13.0cretin452015-12-101-16/+24
| | | | Change-Id: I68711e95ed31a962b47e995e979e32de37570b44
* Reimplement CM Settings Overview Panel Part 5Yvonne Wong2015-12-102-8/+16
| | | | | | | | - Enable default screen button - Make UI changes to settings panel - Add a broadcast receiver for hide/unhide search bar setting Change-Id: I849dd412231795b894e7af7ee575e60feb618c70
* Reimplement CM Settings Overview Panel Part 3Yvonne Wong2015-12-034-3/+135
| | | | | | - Enable dynamic grid resizing Change-Id: I95a7f20da48e037a94ce5b6191c5597490d91d9d
* Re-Implementation of hidden foldersVineet Patil2015-11-305-0/+195
| | | | Change-Id: I2cdb881eb6a2608279d30a1cdfc1327a89ae7693
* Reimplement CM Settings Overview Panel in the new Launcher Part 1Yvonne Wong2015-11-303-49/+183
| | | | | | | | | - 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
* Reimplement the CM scrubber against the new Launchercretin452015-11-234-0/+115
| | | | | | PS4: Implement RTL support Change-Id: I4456d54b5924913d1b36e1cfa9a2269150f6fb3e
* Implementation of folder animation changes as per cm-13.0Vineet Patil2015-11-182-10/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Override the overscroll color for the widget rows.Winson2015-08-281-0/+1
| | | | Change-Id: I249e13f511736ad9e874800a1b9ee1f8602434f4
* Adding graphic for all apps empty search screen.Winson2015-08-281-1/+1
| | | | Change-Id: I976a327a5984790c458b0f36d33c0b1ac16ec59c
* Updating theme to use the light theme by default, instead of wallpaper themeSunny Goyal2015-08-213-2/+4
| | | | | | | > This allows us to use all the goodness of material theme > Cursor in folder edit text is no longer 1px wide Change-Id: I705f5472ff71969ae45747dd127a8ba5253df44d
* Refactoring to ExtendedEditText.Winson2015-08-132-2/+2
|
* Merge "Ensuring that AllAppsGridAdapter is public." into ub-launcher3-burnabyWinson Chung2015-08-111-1/+1
|\
| * Ensuring that AllAppsGridAdapter is public.Winson2015-08-111-1/+1
| | | | | | | | | | | | - Also show the search action when searching all apps Change-Id: I3470b0da565e6d1bce637ce09384d966215a4ca7
* | Adding market search.Winson Chung2015-08-064-14/+70
|/ | | | Change-Id: Id41615653cd4fa76213add4595418ad0cc6e7852
* Moving prediction icons back into recycler view.Winson Chung2015-07-062-14/+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-1/+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
* Working around overscroll issues in AllApps.Winson Chung2015-06-232-0/+2
| | | | | | | | | - 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-4/+4
| | | | | | | | | | | | | - 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
* Merge "Revert resource name to what platform ui automator test defines. ↵Hyunyoung Song2015-06-182-1/+3
|\ | | | | | | b/21923650" into ub-launcher3-burnaby
| * Revert resource name to what platform ui automator test defines.Hyunyoung Song2015-06-182-1/+3
| | | | | | | | | | | | b/21923650 Change-Id: I26a9405ac0567f856a43d83886df4ece938c11a7
* | Renaming id to prevent collision.Winson Chung2015-06-171-1/+1
|/ | | | | Bug: 21878123 Change-Id: If4313d217967310ede7ed3fe11bdbe49311e1a4f
* Refactoring all apps search to support external search bar.Winson Chung2015-06-155-112/+126
| | | | | | | | | | | | | | | | | | | | | - 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 "Ensuring that we use the screen width more optimally in AllApps." ↵Winson Chung2015-06-053-2/+3
|\ | | | | | | into ub-launcher3-burnaby
| * Ensuring that we use the screen width more optimally in AllApps.Winson Chung2015-06-053-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
* | Updating assetsSunny Goyal2015-06-051-1/+1
|/ | | | | Bug: 21304080 Change-Id: I26cf435779b477f0961d8e0d56dd6b86b418a3be
* 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
* | Folder UI fixesSunny Goyal2015-06-011-3/+5
|/ | | | | | | | | | > 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
* Decrease elevation for the reveal view.Sunny Goyal2015-05-222-2/+2
| | | | | | > During the end of allApps animation, the shadow suddenly changes from 15dp to 0 Change-Id: I93bcf1220396b2bda3efea7febc2195ef556938b
* Moving all apps code into sub package.Winson Chung2015-05-228-19/+19
| | | | | | | - Renaming resources, dimens, etc to be more consistent - Removing old AppsCustomize resources and other unused code Change-Id: I15ce35e7cb7a9b9344fc7103963e4e4c9e45d89a
* Merge "Introduce scrollbar in widget tray" into ub-launcher3-burnabyHyunyoung Song2015-05-211-0/+1
|\
| * Introduce scrollbar in widget trayHyunyoung Song2015-05-211-0/+1
| | | | | | | | | | | | b/21270754 Change-Id: I82dd87193f0ed5822f8cd75ef0c785057f949015
* | Fixing issue where the prediction bar apps are not focused.Winson Chung2015-05-211-0/+2
| | | | | | | | | | | | - Also fixes issue where all apps is not accessible by keyboard when there are no other apps in the hotseat. Bug: 21334471
* | Setting drawable to droptarget in the code to avoid multiple drawable inflationSunny Goyal2015-05-201-6/+0
|/ | | | Change-Id: Ib713b3051e2707d46a4ee0090aed2db1d2e641b9
* Removing unnecessary linear layoutSunny Goyal2015-05-201-14/+7
| | | | Change-Id: I7fe423b9526805a2e84887e0437ebdc96203c263
* Merge "UX widget cell color issue" into ub-launcher3-burnabyHyunyoung Song2015-05-201-3/+3
|\
| * UX widget cell color issueHyunyoung Song2015-05-201-3/+3
| | | | | | | | | | | | | | - widget cell color is slightly brigher than the background of the widget row. - They should be the same. Change-Id: I20bda325d5d2fe7e194a453978dc74fd56a4e154
* | Merge "Adding drop shadow effect in allapps" into ub-launcher3-burnabySunny Goyal2015-05-193-4/+3
|\ \ | |/ |/|
| * Adding drop shadow effect in allappsSunny Goyal2015-05-153-4/+3
| | | | | | | | Change-Id: Ic7a9b6e23d925d27a8dcbd418d2609e43917ac45
* | Merge "Widget cell improvement" into ub-launcher3-burnabySunny Goyal2015-05-191-15/+10
|\ \
| * | Widget cell improvementSunny Goyal2015-05-191-15/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | > Using a custom view for preview, instead of extensing image view > Preventing relayout when applying preview > Removing unnecessary method calls Bug: 21133230 Change-Id: Iab12fa1e5c871ee43a9fb0e6b6af897fecfb345f
* | | Updating the widget error viewSunny Goyal2015-05-191-8/+5
|/ / | | | | | | Change-Id: I3ed6336bd9f5a795204a87feedc83663355abcf2
* | Merge "Initially set the widget container view to GONE visibility" into ↵Hyunyoung Song2015-05-161-0/+1
|\ \ | |/ |/| | | ub-launcher3-burnaby
| * Initially set the widget container view to GONE visibilityHyunyoung Song2015-05-151-0/+1
| | | | | | | | | | | | | | | | - Bitmap loading should not happen when Launcher3 is being loaded. b/21207643 Change-Id: I1b6a5f970d157d139e0e5021182048f752b67415
* | Merge "Adding padding to the folder content" into ub-launcher3-burnabySunny Goyal2015-05-151-0/+3
|\ \