summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* move to backup helper architectureChris Wren2013-10-073-122/+180
| | | | | | | add journals to DecoderRing, for backup debugging Bug: 10778984 Change-Id: I38e93853c05f72468b3800c172b96effc70a63e0
* Migrate to new WM.LP.flags based translucent decor API.John Spurlock2013-10-065-61/+89
| | | | | | | | Update/rename common helper class TranslucentDecor to handle both apis so behavior is correct on old and new builds. Bug:10674960 Change-Id: Id3b2d523026e9e4f2f71f0eab404792207c6d8c7
* Fix issue where TalkBack would announce Apps instead of Widgets (issue ↵Adam Cohen2013-10-041-1/+1
| | | | | | 11012666) Change-Id: Ia25c370d706055bee4a5766cfdea20b637e936b4
* First pass on accessibilityAdam Cohen2013-10-043-33/+112
| | | | | | | | -> issue 10801717 -> issue 11012432 -> issue 11012764 Change-Id: I9a687a39a358441afd57c0c46b57399ecbf23c36
* Merge "Fixing issue with numerous empty screens showing when adding a ↵Winson Chung2013-10-042-2/+7
|\ | | | | | | shortcut to a clear workspace. (Bug 10785413)" into jb-ub-now-indigo-rose
| * Fixing issue with numerous empty screens showing when adding a shortcut to a ↵Winson Chung2013-10-032-2/+7
| | | | | | | | | | | | clear workspace. (Bug 10785413) Change-Id: Ib9b5f76dc23e609b1774147a6cf760f185d9154b
* | Fix NPEMichael Jurka2013-10-041-2/+4
| | | | | | Bug: 11069853
* | check the state of launcher before running a backup.Chris Wren2013-10-042-3/+17
| | | | | | | | | | Bug: 11066273 Change-Id: Ie27a7cce4060f0bafedb06dbdb33fddf50a9cc48
* | use PNG as the transport encoding for imagesChris Wren2013-10-041-5/+6
| | | | | | | | | | Bug: 11077365 Change-Id: I0e57fcbcd93916eb04841d2abc9aeabbd40db575
* | leave the padding on the backupkeysChris Wren2013-10-041-1/+1
| | | | | | | | | | | | | | | | this was self-consistent on the device, but the host tool treats lack of padding in a different way. Bug:10778984 Change-Id: I47f653a98f23ff0ce54218d100e0c8e2f92b67fa
* | only backup widgets assets onceChris Wren2013-10-041-0/+1
| | | | | | | | | | Bug: 10778984 Change-Id: I6736f8b699c7fc5669f966a8b25819ea380480ab
* | Finalize visuals of wallpaper picker itemsMichael Jurka2013-10-033-5/+10
|/ | | | | | Also, move third-party wallpapers to end of list Bug: 10852962 Bug: 11024560
* Merge "Add a better app filtering mechanism and filter widgets" into ↵Bjorn Bringert2013-10-036-16/+59
|\ | | | | | | jb-ub-now-indigo-rose
| * Add a better app filtering mechanism and filter widgetsBjorn Bringert2013-10-036-16/+59
| | | | | | | | | | | | | | | | | | | | | | The old one didn't use the app filter when packages were added or updated, only in the initial load. The app filter is now also used for appwidget providers. Bug: 10895858 Bug: 10898990 Change-Id: Id29bbc3cf7bdb0c360edd92f768b86684bd338ed
* | Merge "Fix RTL bugs with wallpaper parallax" into jb-ub-now-indigo-roseMichael Jurka2013-10-034-33/+84
|\ \
| * | Fix RTL bugs with wallpaper parallaxMichael Jurka2013-10-034-33/+84
| |/ | | | | | | | | Bug: 10901046 Change-Id: Id4277173b0c13d25eb0507bd6fa9fa1309946510
* / Fixing issue where newly added shortcuts were not being animated in (Bug. ↵Winson Chung2013-10-031-6/+10
|/ | | | | | 11023745) Change-Id: I63d3a5fb3b41f5fc58ee44db9270772ce8458ee9
* Merge "add a proto decoder host utility" into jb-ub-now-indigo-roseChris Wren2013-10-031-2/+9
|\
| * add a proto decoder host utilityChris Wren2013-10-031-2/+9
| | | | | | | | | | Bug: 10778984 Change-Id: I1c0203a3a5b3a3b1e565af387ccdfa92b53f8335
* | Merge "Trying to come up with a simpler approach for onShow/onHide." into ↵Tom Stamm2013-10-032-50/+49
|\ \ | | | | | | | | | jb-ub-now-indigo-rose
| * | Trying to come up with a simpler approach for onShow/onHide.Adam Cohen2013-10-022-50/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> In this approach, the shown/hidden state should be tracked by the CustomContent provider and excess calls to onShow and onHide should be debounced. That is, if onShow is called twice in a row, without an intermediate onHide, the second should be discarded. Viceversa for onHide. Change-Id: I2fa48d15f28767775a9a9cb84c1d920867a12176
* | | Merge "backup widget assets." into jb-ub-now-indigo-roseChris Wren2013-10-032-10/+184
|\ \ \ | | |/ | |/|
| * | backup widget assets.Chris Wren2013-10-032-10/+184
| | | | | | | | | | | | | | | Bug: 10778984 Change-Id: I842a88c517401fa4eb3798fd03e0fbc3634e3144
* | | Add support for <include> in workspace XML.Daniel Sandler2013-10-031-0/+45
|/ / | | | | | | | | | | | | | | | | | | | | | | Note that this doesn't honor folder nesting (that is, you can't include an XML file full of shortcuts inside a <folder> node and expect them all to appear in that folder). It's really just a way to concatenate/overlay multiple XML files, making it easier to make a few tweaks/additions for certain screen sizes or locales. Bug: 10932771 Change-Id: I1fc29477d0717a8a7bc116f16729a955e6c625d5
* / Tweaking the front cling to support more verbose languages. (Bug 11015051)Winson Chung2013-10-022-2/+2
|/
* Updating widget preview tile.Winson Chung2013-10-021-1/+1
|
* Merge "backup launcher icons" into jb-ub-now-indigo-roseChris Wren2013-10-021-142/+297
|\
| * backup launcher iconsChris Wren2013-10-021-142/+297
| | | | | | | | | | | | | | | | Only allow a small number of icons to be backed up in any given pass. Also refactor common code out of favorite and screen backups. Bug: 10778984 Change-Id: I54bc769c1d1c1c9087ea4bc58f258bd15c167aea
* | Merge "Fix ArrayIndexOutOfBoundsException, (issue 11038649)" into ↵Adam Cohen2013-10-021-2/+2
|\ \ | | | | | | | | | jb-ub-now-indigo-rose
| * | Fix ArrayIndexOutOfBoundsException, (issue 11038649)Adam Cohen2013-10-021-2/+2
| | | | | | | | | | | | Change-Id: Ib7aa55b104894f12175b382fdbcfb08d95408699
* | | Don't animate showWorkspaceAndExitOverviewModeAllan Wojciechowski2013-10-021-1/+1
| |/ |/| | | | | | | | | | | | | | | We shouldn't animate from here as this only gets called when transitioning to the custom content screen and we shouldn't animate exiting overview mode. Bug: 10849624 Change-Id: I1309f2ed1f89a20a9e7b7a2fb5aec47b01f222ab
* | Merge "Making sure overview mode can't get stuck (issue 11022017)" into ↵Adam Cohen2013-10-021-10/+15
|\ \ | | | | | | | | | jb-ub-now-indigo-rose
| * | Making sure overview mode can't get stuck (issue 11022017)Adam Cohen2013-10-011-10/+15
| | | | | | | | | | | | Change-Id: Iee2088f8781d375b0b83625023fb125a869a2868
* | | Merge "Ensuring launcher is always setting "interactionBegin/End" where ↵Adam Cohen2013-10-022-6/+15
|\| | | | | | | | | | | appropriate (issue 11030735)" into jb-ub-now-indigo-rose
| * | Ensuring launcher is always setting "interactionBegin/End" where appropriate ↵Adam Cohen2013-10-012-6/+15
| |/ | | | | | | | | | | (issue 11030735) Change-Id: I16f4f6a19cdc92af6b817a658dc32e082f08660c
* | Updating page indicator assets.Winson Chung2013-10-011-1/+1
| |
* | Merge "Disable hardware layer on custom screen" into jb-ub-now-indigo-roseChris Craik2013-10-022-17/+12
|\ \
| * | Disable hardware layer on custom screenChris Craik2013-10-012-17/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whereas standard ShortcutAndWidgetContainers are static during screen transition, the custom screen may animate during its transition. Disabling the hardware layer reduces the cost of this animation significantly. bug:10810505 Change-Id: I560d209f651951f54c224862a706e8a243dc71af
* | | Merge "Upping icon font size. (Bug 10909316)" into jb-ub-now-indigo-roseAdam Cohen2013-10-011-6/+6
|\ \ \ | |_|/ |/| |
| * | Upping icon font size. (Bug 10909316)Winson Chung2013-10-011-6/+6
| | | | | | | | | | | | Change-Id: Iafc29b0b0eb98d51c9a03babff37d1dfdd53d9e0
* | | Merge "Change folder icon item overlay to white (issue 11030725)" into ↵Adam Cohen2013-10-011-1/+2
|\ \ \ | | | | | | | | | | | | jb-ub-now-indigo-rose
| * | | Change folder icon item overlay to white (issue 11030725)Adam Cohen2013-10-011-1/+2
| | | | | | | | | | | | | | | | Change-Id: I119cd06211722f86f901eb08ee9f7d1d9903e4ea
* | | | Merge "Fix NPE if workspace is not created yet" into jb-ub-now-indigo-roseDave Hawkey2013-10-011-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix NPE if workspace is not created yetDave Hawkey2013-09-301-1/+1
| | | | | | | | | | | | | | | | Change-Id: I0c8976a8497e2059ec7b2cda3d56eb965a532765
* | | | Merge "Toning down overscroll overlay (issue 11023942)" into ↵Adam Cohen2013-10-011-0/+2
|\ \ \ \ | |_|_|/ |/| | | | | | | jb-ub-now-indigo-rose
| * | | Toning down overscroll overlay (issue 11023942)Adam Cohen2013-10-011-0/+2
| | | | | | | | | | | | | | | | Change-Id: Ic019ca7b6f076236ec0b85f96446ec555e7bde1f
* | | | Make some changes for transparent system barsMichael Jurka2013-10-017-40/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Move transparent bars from just GEL to Launcher3 -When wallpaper strip animates, render it under the nav bar -Disable rotation of wallpaper picker on phones Bug: 10814785 Bug: 10852650 Bug: 10852554 Change-Id: I9efeccbc4ad1933689266a5dede201ccfd34acf4
* | | | Merge "Ensuring that snapToPage is completely aborted / cleaned up upon ↵Adam Cohen2013-10-011-0/+3
|\| | | | | | | | | | | | | | | setCurrentPage (issue 11003904)" into jb-ub-now-indigo-rose
| * | | Ensuring that snapToPage is completely aborted / cleaned up upon ↵Adam Cohen2013-10-011-0/+3
| | |/ | |/| | | | | | | | | | | | | setCurrentPage (issue 11003904) Change-Id: Iba851c297ab9406b094c8f0cbf6e39675d0ffa39
* | | Merge "Restore parallax even if Google Now isn't present" into ↵Michael Jurka2013-10-013-10/+15
|\ \ \ | | | | | | | | | | | | jb-ub-now-indigo-rose