summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
...
| * Change default animation duration for all apps open and close.Hyunyoung Song2016-07-271-0/+1
| | | | | | | | | | | | > Also set different interpolator for all apps opening clicking the caret Change-Id: I7f9b764a8bf8bb7c38d94acbd964e912f22d6941
* | Updating the label for shortcuts acitonSunny Goyal2016-07-271-1/+1
|/ | | | | Bug: 30374655 Change-Id: I92d269aca8b9361356b1b2241b24fc9e17ad1074
* Match updated redlines for shortcuts.Tony2016-07-263-7/+16
| | | | | | | | | - Align shortcut icons with original icon. - Drag handle is lighter and smaller. - Shortcut pills are slightly wider to accommodate long text. Bug: 28980830 Change-Id: I8e9709e3cbdb9df86a805a4b63a696975c61df5a
* Add arrow view to deep shortcuts container.Tony2016-07-261-1/+3
| | | | | | | | | - We create a trangular path, which we use as the view's outline (for the shadow) and as its PathShape background. - We scale up the arrow as the container opens. Bug: 28980830 Change-Id: I71e566552f063dfdb69067bb7e3cee659988f934
* Added custom actions for showing the shortcuts menu and adding a quick actionSunny Goyal2016-07-252-0/+4
| | | | | | | on the home screen Bug: 30374655 Change-Id: I2f3ae31f2fb2c09f64f2a47e95a9d25435f7efe2
* Merge "Import translations. DO NOT MERGE" into ub-launcher3-calgaryTreeHugger Robot2016-07-251-1/+1
|\
| * Import translations. DO NOT MERGEBill Yi2016-07-251-1/+1
| | | | | | | | | | Change-Id: Ibe25b8c09e10130238dc0e9e73503825baaf604d Auto-generated-cl: translation import
* | Updating the search hint to contain the icon as a span object.Sunny Goyal2016-07-221-13/+1
|/ | | | | | | | | This makes the icon part of the hint text, and removes any need for custom focus event handling. Also the icon will now appear at the start of the text based on the direction of the text and not the direction of the layout Change-Id: I06c5cf99492d75b1005c69ec7c521cde0fdab010
* Animate discovery bounce for all apps pull up interactionHyunyoung Song2016-07-214-0/+111
| | | | | | | | | | | b/30221381 > Will not support landscape case. If the user knows how to enable rotation, it's very unlikely they don't know how to bring up apps drawer > If unlocked using finger unlock immediately after screen is turned off, bounce is not shown due to delay in ACTION_SCREEN_OFF broadcast Change-Id: Ia8b7e572eaa4aeab8b1add1e5660fee3a63ba21c
* Merge changes I09bce218,Id5716a34 into ub-launcher3-calgaryWinson Chung2016-07-211-1/+1
|\ | | | | | | | | | | * changes: Matching hotseat to spec. Fixing issue with shadow drawing over search bar.
| * Matching hotseat to spec.Winson2016-07-201-1/+1
| | | | | | | | | | | | | | | | | | - Fixing regression in hottest folder background getting clipped - Ensuring that the padding is correctly applied in vertical bar layout to match workspace Bug: 30021487 Change-Id: I09bce21829867f4bd4e50646e565959421e4984c
* | Change shortcut background to #FFFFFF, as per spec.Tony Wickham2016-07-201-1/+1
| | | | | | | | | | Bug: 28980830 Change-Id: Ie05ce97267cdeaebeb48691a948c61961d2a39d2
* | Merge "Add drag handle to shortcuts." into ub-launcher3-calgaryTony Wickham2016-07-213-2/+29
|\ \
| * | Add drag handle to shortcuts.Tony Wickham2016-07-203-2/+29
| |/ | | | | | | | | | | | | | | Also use short text if long text is ellipsized. Bug: 30212144 Bug: 28980830 Change-Id: I213766bca0561d284d1da883ca37b0a42d886129
* | Merge "Centered all apps search text" into ub-launcher3-calgaryHyunyoung Song2016-07-211-1/+1
|\ \ | |/ |/|
| * Centered all apps search textPeter Schiller2016-07-191-1/+1
| | | | | | | | Change-Id: I21aaec56cd2202cea284880a28d9513435877368
* | Caret background protectionPeter Schiller2016-07-202-0/+2
| | | | | | | | Change-Id: I5f902a3977677e7848932a6a60992a62f1638e39
* | Merge "Initial changes to tweak layout." into ub-launcher3-calgaryWinson Chung2016-07-2012-76/+28
|\ \
| * | Initial changes to tweak layout.Winson2016-07-2012-76/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adding DeviceProfile callback for when the launcher layout changes due to insets. This is necessary since there are now different layouts depending on which side the navigation bar is on - Consolidating hotseat and other layout into the device profile launcher layout logic - Making the all apps icons match the workspace icon height - Tweaking caret drawable to draw to the bounds specified to simplify layout in each orientation - Fixing minor issue with page indicator shifting in landscape - Centering overview buttons to the workspace page Bug: 30021487 Change-Id: I1866bce00b2948f3edd06168c0f88d81207e3f13
* | | Merge "Fixing accessibility description for apps search box" into ↵Sunny Goyal2016-07-201-0/+1
|\ \ \ | |/ / |/| | | | | ub-launcher3-calgary
| * | Fixing accessibility description for apps search boxSunny Goyal2016-07-151-0/+1
| | | | | | | | | | | | Change-Id: I9c6c85eeec5e54dd29867c58ead7ce43acdc7cb1
* | | Merge "Centered typing in search field" into ub-launcher3-calgaryPeter Schiller2016-07-201-1/+1
|\ \ \
| * | | Centered typing in search fieldPeter Schiller2016-07-191-1/+1
| | |/ | |/| | | | | | | Change-Id: Iae46722195d0d06ff88da52df4fa48ca7b157512
* / | Update shortcut animations.Tony Wickham2016-07-195-8/+21
|/ / | | | | | | | | | | | | | | | | | | | | - Open animation: shortcuts reveal using modified circular reveal (so that it reveals in the pill shape instead of a circle); slight translation away from the original icon; scale icon and text. - Hover animation: scale the shortcut pill and translate others away. Bug: 28980830 Bug: 30127368 Change-Id: I8ed05c7a082f2c2a3f6c663da7259f6cd33e394f
* | Merge "Import translations. DO NOT MERGE" into ub-launcher3-calgaryTreeHugger Robot2016-07-1977-166/+83
|\ \
| * | Import translations. DO NOT MERGEBill Yi2016-07-1977-166/+83
| |/ | | | | | | | | Change-Id: Iec88a83798bed88e16a66cae50829a4b1bd5a852 Auto-generated-cl: translation import
* / Support gray hotseat background in all apps transitionHyunyoung Song2016-07-181-8/+9
|/ | | | | | b/30201515 Change-Id: Ie4b8442ac804b4df94e9673608129e6ffc0c3360
* Adding stateful caret drawablePeter Schiller2016-07-145-28/+12
| | | | Change-Id: Iba30da09f882297f789c405f932fef10617bba89
* Merge "Preventing unnecessary layouts on search focus change" into ↵Peter Schiller2016-07-142-11/+17
|\ | | | | | | ub-launcher3-calgary
| * Preventing unnecessary layouts on search focus changeSunny Goyal2016-07-142-11/+17
| | | | | | | | | | | | | | Instead of expanding the edittext, using a separate textview which is shown/hidden as the hint text Change-Id: Ib4cedeaed9291f972be2ee407c06f4944c983e27
* | Adding a view to indicate space blocked by QSB when QSB is hiddenSunny Goyal2016-07-141-0/+20
| | | | | | | | Change-Id: Ifc6b1f2a7312e7919582887ea67bfe900668b70f
* | Import translations. DO NOT MERGEBill Yi2016-07-1377-450/+379
| | | | | | | | | | Change-Id: I78d77deeed7278ec10507d588a6a979d845b02aa Auto-generated-cl: translation import
* | Merge "Remove hotseat flicker and all apps GPU overdraw" into ↵Hyunyoung Song2016-07-141-2/+0
|\ \ | | | | | | | | | ub-launcher3-calgary
| * | Remove hotseat flicker and all apps GPU overdrawHyunyoung Song2016-07-131-2/+0
| |/ | | | | | | | | | | | | | | | | > Short story: elevation + transparency caused both flicker and overdraw b/29641308 b/29648104 Change-Id: I621ccd888fa4c7e9292336dac1371246115cd3bb
* | Merge "Moving the QSB out of the cell layout to the Drag layer" into ↵Sunny Goyal2016-07-145-1/+21
|\ \ | |/ |/| | | ub-launcher3-calgary
| * Moving the QSB out of the cell layout to the Drag layerSunny Goyal2016-07-135-1/+21
| | | | | | | | | | | | | | | | This allows better edge matching for the QSB. The QSB position is kept synchronized with the page scroll and all-apps transition. But its not visible in spring loaded and overview mode Change-Id: I4e6723607ea966ee672273a9ca67c792fd6b5661
* | Updating the content description of disabled iconsSunny Goyal2016-07-131-0/+2
|/ | | | | Bug: 27644457 Change-Id: I03aec29e0ea6017b51dcd7567967a067e478cefd
* Cleaning up scrollbar logic to properly calculate stable extents.Winson2016-07-125-19/+56
| | | | | | | | | - Removing old logic which assumed that views were the same size, especially now we can have variable dividers, etc. - Simplifying old scroll position logic. - Removing unnecessary prediction icon layout (same as normal icon) Bug: 30023608 Change-Id: I39e1126fa586a76a9bdd3ff38cd6e360ac3021e6
* Merge "Import translations. DO NOT MERGE" into ub-launcher3-calgaryTreeHugger Robot2016-07-1277-231/+462
|\
| * Import translations. DO NOT MERGEBill Yi2016-07-1277-231/+462
| | | | | | | | | | Change-Id: I07f86a6dbb45fbc38e9f8617a23ae42f6a12db66 Auto-generated-cl: translation import
* | Merge "Defining the list of predefined device profiles in xml. This allows ↵Sunny Goyal2016-07-112-0/+220
|\ \ | | | | | | | | | the profiles to be easily customized by derivatives." into ub-launcher3-calgary
| * | Defining the list of predefined device profiles in xml.Sunny Goyal2016-07-072-0/+220
| | | | | | | | | | | | | | | | | | This allows the profiles to be easily customized by derivatives. Change-Id: Iaec2b7a0eda34581c8e48b7dc44817013632dabe
* | | Merge "Consolidate all the dividers to provide same look and feel" into ↵Peter Schiller2016-07-118-80/+18
|\ \ \ | |_|/ |/| | | | | ub-launcher3-calgary
| * | Consolidate all the dividers to provide same look and feelPeter Schiller2016-07-088-80/+18
| | | | | | | | | | | | | | | Bug: 30017936 Change-Id: I072cb116dba1df555a63f3f67b730f7f9c3a235a
* | | Merge "Updating page indicator content description to indicate click target ↵Sunny Goyal2016-07-091-1/+1
|\ \ \ | | | | | | | | | | | | for apps list" into ub-launcher3-calgary
| * | | Updating page indicator content description to indicate click targetSunny Goyal2016-07-081-1/+1
| | |/ | |/| | | | | | | | | | | | | | | | for apps list Bug: 29777235 Change-Id: Ia3dc20db7ec06455429389de5752b9bcfff15555
* | | Merge "Updating the allow rotation settings text" into ub-launcher3-calgarySunny Goyal2016-07-081-2/+2
|\ \ \ | |_|/ |/| |
| * | Updating the allow rotation settings textSunny Goyal2016-07-081-2/+2
| |/ | | | | | | | | Bug: 28704055 Change-Id: I7d4780f0d90b9c98b6c5126417538cf1b014c65b
* / Updating alignment of search inputPeter Schiller2016-07-071-0/+1
|/ | | | | Bug: 30017936 Change-Id: I2f68711762872bc100b41b2b4768d33e2c0cd902
* Set the all apps nav bar to black.Hyunyoung Song2016-07-061-0/+9
| | | | | | b/29998559 Change-Id: Iba66b390f78fdf25b7eaf912012aabaf7df56476