- 04 Apr, 2016 1 commit
-
-
Hyunyoung Song authored
mFixedSearchBarBounds is no longer used. b/25255451 Change-Id: I3e2f7511c7a418f211a8b17a62b98f2736dfc91d
-
- 29 Feb, 2016 1 commit
-
-
Geoff Mendal authored
Change-Id: I728beebf58b37229d4836f627a2227519bc28734 Auto-generated-cl: translation import
-
- 26 Feb, 2016 1 commit
-
-
Sunny Goyal authored
with support libraries Change-Id: I58f687f9ab5d6c0e42bebd4f0f75e1efc696b9fe
-
- 24 Feb, 2016 1 commit
-
-
Sunny Goyal authored
This reverts commit e1bd986d. Change-Id: I27490d0cb241b2e58ce45998f7f9e9bc8d84993c
-
- 23 Feb, 2016 1 commit
-
-
Sunny Goyal authored
Bug: 27101533 Change-Id: I18de77cffbbb234f25fb85dfe0334ed7fe113a74
-
- 19 Feb, 2016 1 commit
-
-
Sunny Goyal authored
Change-Id: I28b035beb1c7e13101ec20ff671d3cad5f757c0e
-
- 15 Feb, 2016 1 commit
-
-
Geoff Mendal authored
Change-Id: I17aa02de8c4cf240e1220dc891d5fdbb0955aaf7 Auto-generated-cl: translation import
-
- 11 Feb, 2016 1 commit
-
-
Sunny Goyal authored
> Different views with same IDs were saving state > Fixing scroll getting reset on rotation Change-Id: Iae42419b83ee5ffa1bb43959f0931c8dfb761f32
-
- 10 Feb, 2016 1 commit
-
-
Tony Wickham authored
Before, the FocusIndicatorView stayed on the widget host unless the widget had its own focus change listener, which caused a couple of problems, namely (1) it was hard to know where the focus was from a user's standpoint, and (2) the focus indicator could get stuck on the screen if you entered a widget and then long-pressed workspace. Now, the focus indicator goes away and instead the widget is framed with a white border to indicate that the focus is inside it. The frame goes away when pressing ESC or when touching the screen. Bug: 26744224 Change-Id: I14025576fd7a9f901b4d969b878af0bebad79a70
-
- 08 Feb, 2016 1 commit
-
-
Sunny Goyal authored
Change-Id: I78577124cd3c05d52669c3e52b0294d6eb1d194d
-
- 01 Feb, 2016 1 commit
-
-
Tony Wickham authored
Also fixed a broken test. Change-Id: I1c270e69617528ea30f0e26a2101673e9b9fa63c
-
- 30 Jan, 2016 1 commit
-
-
Sunny Goyal authored
> Increasing padding > Making the folder label bold and lighter color Change-Id: Ib86d711c27cd03f366cdd35222d1f63f4a542f06
-
- 19 Jan, 2016 1 commit
-
-
Sunny Goyal authored
Change-Id: I45cc23afcecb67163da99a9b81ace0021f723c9b
-
- 19 Dec, 2015 1 commit
-
-
Sunny Goyal authored
Fixing default configurations for some screen sizes. > Negative values for x and y are parsed as distance from end column and row respectively. e.g. (-1, -2) => (3, 2) in a 4x4 grid Bug: 26110981 Change-Id: I4ca30e225ed6e2a31610ab23235d2cd10e8d317c
-
- 02 Dec, 2015 1 commit
-
-
Tony Wickham authored
Change-Id: If90332098f749295da07f4faca707a7a6965666b
-
- 29 Oct, 2015 1 commit
-
-
Tony Wickham authored
- Seperate search bar height from its top and bottom paddings - Report this height plus 8dps top and bottom for the widget options - Use a separate bottom padding to adjust spacing between QSB and the workspace - Add tests to verify the height of the search bar in both normal and tall modes (ran on Nexus 6, 7, and 10) Change-Id: Ia7557785d1b38194eee869d0460456e8f33447d5
-
- 21 Oct, 2015 2 commits
-
-
Geoff Mendal authored
Change-Id: I4f645e8f071559ad56ee7963934f1039b06d6e96 Auto-generated-cl: translation import
-
Geoff Mendal authored
Change-Id: I1cea6130293678ef0d5da961d11428f14e62ee25 Auto-generated-cl: translation import
-
- 19 Oct, 2015 2 commits
-
-
Geoff Mendal authored
Change-Id: If930ef94a3abe3e27123d1fe3553b0a3a453ffec Auto-generated-cl: translation import
-
Geoff Mendal authored
Change-Id: Iee53921c75c785c7d73dd375b4e044761a5a7246 Auto-generated-cl: translation import
-
- 12 Oct, 2015 2 commits
-
-
Sunny Goyal authored
Bug: 24580949 Change-Id: Idc92f9f5979a730f43b4905af2bc47b6834dc7a7
-
Geoff Mendal authored
Change-Id: I30deecd0fedace5365a877a8333206e7cb015afb Auto-generated-cl: translation import
-
- 08 Oct, 2015 2 commits
-
-
Tony Wickham authored
The search bar can now be be normal or tall. When it is set to tall, the hotseat and page indicators move down so that the workspace isn't compressed quite as much. Change-Id: Id92a946eab3a93524999f92efd847a501a95f002
-
Tony Wickham authored
> Less than 14% of the screen is used for left/right workspace padding. (To be clear, this means 7% for the left and 7% for the right.) > Hotseat icons are the same size as workspace icons. > Far left and right hotseat edges line up with workspace edges. > All Apps button is scaled down 8dp. Bug: 24003478 Change-Id: Idb057ab0f6ba29e7fd93feac7573ca2e07c7e839
-
- 07 Oct, 2015 2 commits
-
-
Sunny Goyal authored
Change-Id: Ied1c063de3e938695493e4937f554686e0719dad
-
Geoff Mendal authored
Change-Id: Ibbe258e46dd396e9186a47b3881796e12f689e33 Auto-generated-cl: translation import
-
- 06 Oct, 2015 1 commit
-
-
Geoff Mendal authored
Auto-generated-cl: translation import Bug: 22482938 Change-Id: I758693c47b7d200da62bc1e9df4d0faaf9b147f2
-
- 05 Oct, 2015 2 commits
-
-
Sunny Goyal authored
Using itemId instead of generating a new id for each item. This is because if the process gets killed, View.generateId will get reset but we will still receive the generated item id map in onRestoreInstance. This will cause conflicts with newly generated item ids. We wrap all the generated homescreen views inside a single sparse array. This ensures that we do not cause any conflict with dynamically generated views in other parts of the UI. Bug: 16840760 Change-Id: I6fe69c2e1dd463402f51222715fae31b9d4dd240
-
Geoff Mendal authored
Change-Id: Id66043bc65557ef6a886bb1bec6ef18590a7056b Auto-generated-cl: translation import
-
- 01 Oct, 2015 1 commit
-
-
Sunny Goyal authored
Bug: 24086091 Change-Id: Id8fb024973f4affd998627d30077e2764b07edc4
-
- 30 Sep, 2015 2 commits
-
-
Geoff Mendal authored
Auto-generated-cl: translation import Bug: 22482938 Change-Id: Id607b75f77fe89ee801336c8bc3e7d7db3ad59fa
-
Geoff Mendal authored
Change-Id: I9f55cad49486a35efa5f85b54e894951b3e0964c Auto-generated-cl: translation import
-
- 25 Sep, 2015 1 commit
-
-
Sunny Goyal authored
1) Use a different content description for temporary new page 2) Use different accessibility description for add widget toast 3) Announce when an item is deleted 4) Announce when hovering over a drop target 5) Announce state during drag-n-drop and widget resize (similar to seekbar) Bug: 23573321, 24057944 Change-Id: Icabb317625e70c78e11c0b4f99b9339172d93594
-
- 23 Sep, 2015 2 commits
-
-
Winson authored
Bug: 23948851 Change-Id: If7daf84be0c5b314c5afd896d2601028ee243c80
-
Winson authored
- Hitting a ctrl key combo will actually call onPrepareOptionsMenu(), which will change the state of the workspace incorrectly. Instead, listen for the menu button, and only allow the user to enter overview mode if they are currently not dragging or in an overlay state (like all apps or widgets). - Also making the overview buttons focusable so that they are focused when you go into overview mode. Bug: 22483367 Change-Id: Ie6e9febd8a5a4e7ad25d745639d42d1c7b9801b4
-
- 14 Sep, 2015 1 commit
-
-
Winson authored
- Also fixing case where the all apps button to search for more apps was not focusable Bug: 20639227 Change-Id: Ie4d9092e654d3cafc0eb346b3bb744ec3e295e92
-
- 04 Sep, 2015 1 commit
-
-
Winson authored
Bug: 23812987 Change-Id: I66452a321c3c48661387282ba782ba948e0aae6b
-
- 28 Aug, 2015 2 commits
- 27 Aug, 2015 1 commit
-
-
Sunny Goyal authored
Using QSB widget id from xml This reverts commit 99568591. Change-Id: I33c48cf074f2dc1cf509c2d9f1f19b40b91f6a22
-