summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Import translations. DO NOT MERGEBaligh Uddin2014-08-112-2/+2
| | | | | Change-Id: Ia254c4a2ef3db8f2bc3b237969d595891c8e5f27 Auto-generated-cl: translation import
* Merge "Updating the widget tray" into ub-now-porkchopAdam Cohen2014-08-0912-25/+41
|\
| * Updating the widget trayAdam Cohen2014-08-1112-25/+41
| | | | | | | | | | | | | | | | -> adding dark panel / associated visual updates -> cleaning up the sizing / padding / to match all apps -> fixing a couple things from previous CL -> (removed Context#getDrawable() calls, L-only) Change-Id: Ia65a6eb704b35f74e7305be9334c27971b22235a
* | Merge "Revert "Updating the widget tray"" into ub-now-porkchopMark Brophy2014-08-0812-41/+25
|\ \
| * | Revert "Updating the widget tray"Mark Brophy2014-08-1112-41/+25
| | | | | | | | | | | | | | | | | | This reverts commit b172c13dcced9226c935991ef9fe85cc920ce811. Change-Id: I375fb105e3cf6fa2c1548306cf6a109d612077de
* | | Merge "Adding support to restore widgets even for jelly beans." into ↵Sunny Goyal2014-08-101-1/+4
|\ \ \ | |/ / |/| | | | | ub-now-porkchop
| * | Adding support to restore widgets even for jelly beans.Sunny Goyal2014-08-081-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Show 'widget-not-ready' until the widget app is installed > Once the app is installed, bind a new widget id (not required on L if id-remap was received). **Remove the widget if bind failed > If the widget has no configuration screen, show the widget, otherwise show 'setup-widget'. > Clicking 'setup-widget' shows the config screen, and updates the widget on RESULT_OK. issue: 10779035 Change-Id: I2f8b06d09dd6acbc498cdd93edc59c26e5ce17af
* | | Updating the widget trayAdam Cohen2014-08-1012-25/+41
| |/ |/| | | | | | | | | | | | | -> adding dark panel / associated visual updates -> cleaning up the sizing / padding / to match all apps -> fixing a couple things from previous CL Change-Id: I4f663af7022337d687124ef25a22bac03d9d6af9
* | Polishing the AllApps transitionAdam Cohen2014-08-102-10/+24
|/ | | | | | | | | | -> separating HW layers during animation to be siblings instead of parent-child (was destroying parent layer on each frame) -> Unifying material transition with pre-L, everything is the same, just missing the reveal. Change-Id: I8f7d5e658c2d9298bea83ce8199cb35e6fc0d44e
* Remove 300 ms start delay from app launch transitionAdam Cohen2014-07-281-3/+3
| | | | | | | | -> tiny cleanup from isLmp crunch issue 16309411 Change-Id: Ib2edff84b53ca471e7d2a2a458091db1fa2f6b42
* Merge "Import translations. DO NOT MERGE" into ub-now-masterBaligh Uddin2014-07-2410-19/+10
|\
| * Import translations. DO NOT MERGEBaligh Uddin2014-07-2410-19/+10
| | | | | | | | | | Change-Id: I1427e90539940f8b07b0e64aa2bda08abe8649f7 Auto-generated-cl: translation import
* | Adding broadcast to indicate first launcher loadAdam Cohen2014-07-231-0/+3
|/ | | | | | | | -> fixing small thing from previous CL issue 16191557 Change-Id: I015859f6028066e7c8664436f291ed226a539e29
* Import translations. DO NOT MERGEBaligh Uddin2014-07-2272-183/+2224
| | | | | Change-Id: I10246228fb00843ba5c8efc553d4fd47d72453ad Auto-generated-cl: translation import
* Updating some assetsAdam Cohen2014-07-2121-0/+0
| | | | | | -> all apps, page indicators, folder / allapps background Change-Id: I400511c4f07b43df09de28080008c01a96ab9c75
* Adding app widget restore support in Launcher3 for android LSunny Goyal2014-07-214-0/+56
| | | | | | | | | | | When the app is restored, it displays placeholders for all pending widgets. These placeholders can be moved and removed similar to a widget (size is fixed to what defined in backup). Once the system notifies the launcher of the new widget ids, the place holders are replaced with actual widgets. issue: 10779035 Change-Id: I68cbe4da01e9ca2978cb4471a7c645d2aa592055
* Merge "Preliminary work on Material Transitions" into ub-now-masterAdam Cohen2014-07-194-66/+32
|\
| * Preliminary work on Material TransitionsAdam Cohen2014-07-184-66/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> Early exploration of AllApps Hero transition with circular reveal -> Stripping a bunch of dead code from AppsCustomizeTabHost -> Moved background scrim to DragLayer -> Removed "SMALL" state from workspace: replaced with NORMAL_HIDDEN and OVERVIEW_HIDDEN. This is mainly to reduce the overall usage of the z-space model between allapps/widgets and workspace. There are vestigial remains of this model, mainly due to the overview mode, and a bit for spring-loaded. Change-Id: If2302a24394f0ec66621f01ffa2fc4934aa10c3f
* | Merge "Merging Motorola's patch to disable apps when is safe mode." into ↵Sunny Goyal2014-07-181-0/+2
|\ \ | |/ |/| | | ub-now-master
| * Merging Motorola's patch to disable apps when is safe mode.Sunny Goyal2014-07-181-0/+2
| | | | | | | | | | | | issue: 16044192 Change-Id: I10069dcdf459ecc71361271e883eabb743d77822
* | Merge "Specify permission.RECEIVE_LAUNCH_BROADCASTS in String resource" into ↵Adam Cohen2014-07-181-0/+3
|\ \ | |/ |/| | | ub-now-master
| * Specify permission.RECEIVE_LAUNCH_BROADCASTS in String resourceAdam Cohen2014-07-161-0/+3
| | | | | | | | Change-Id: I2aca0108e3b41dc1db80d552dd6242a5a8d0245d
* | Adding a circular progress bar for preloader iconsSunny Goyal2014-07-163-22/+0
|/ | | | Change-Id: I1b5ba61c01a16a8cb5d3f9e31f827f8c99a1ffc9
* Enabling quantum look and feel everywhereAdam Cohen2014-07-0799-93/+57
| | | | | | | | -> _l assets become default, new folder icon look is default -> Starting to unify folder look / feel with all apps -> New page indicators Change-Id: I50b2c647fbcbe6ed27705527d8e16bd89e123d0b
* Import translations. DO NOT MERGEBaligh Uddin2014-07-0655-21/+384
| | | | | Change-Id: I1a573caae29dd7e7b6d5095121991ffa1e142c05 Auto-generated-cl: translation import
* Drop support for remove all dead promises.Chris Wren2014-07-011-9/+3
| | | | | Bug: 12764789 Change-Id: Id876b66cf8da4388cb3ed5670a0bbdcf73f2982d
* Update text on dead shortcut removal dialog.Chris Wren2014-07-011-7/+10
| | | | | Bug: 12764789 Change-Id: I9eda1abba2edc3857ce63da2c7c14e13b9a2505e
* Offer to delete broken promise icons.Chris Wren2014-06-271-0/+17
| | | | | | | | | Track state of promise in the info, not the view. Fix bugs around moving promises to folders. Fix bugs around filterign and removing promises. Bug: 12764789 Change-Id: If5e8b6d315e463154b5bafe8aef7ef4f9889bb95
* Accounting for larger search boxAdam Cohen2014-06-191-2/+2
| | | | | | | -> QSB is 8dps larger, accounting for that in GEL -> Steal 8 dps from the page indicators to keep the grid unaffected Change-Id: I39f19e69e4a34e05a149b80a8d7966ea56ccc560
* am 6ea3b116: Override app launch transition for LMP previewAdam Cohen2014-06-114-0/+94
|\ | | | | | | | | * commit '6ea3b116fc2eea7cc1a6892c548da45a4f581a1d': Override app launch transition for LMP preview
| * Override app launch transition for LMP previewAdam Cohen2014-06-114-0/+94
| | | | | | | | | | | | issue 15544569 j) Change-Id: I8aff85a154cb98d865a8834f37b13e30cd03de6c
* | am 71b0473f: Add new assets for LMP previewAdam Cohen2014-06-1144-0/+84
|\| | | | | | | | | * commit '71b0473f24a7d77263aae88139f13298a1d64b27': Add new assets for LMP preview
| * Add new assets for LMP previewAdam Cohen2014-06-1144-0/+84
| | | | | | | | | | | | issue 15544569 c), d), e) Change-Id: Ib352ef1fa7c19c3695c82f3ea31936a4b41da5aa
* | Removing some dead code / stringsAdam Cohen2014-06-022-2/+0
|/ | | | | | issue 14161836 Change-Id: I44aa0c3109b1b0efe8e1be80eb4c4f373c02994a
* Adding support for dynamically resolved default layouts.Winson Chung2014-05-166-0/+167
| | | | Change-Id: Id05c60b93423ce37dd06a126ecf33c74a0ba1d62
* Import translations. DO NOT MERGEBaligh Uddin2014-05-122-2/+2
| | | | | Change-Id: If0e29141f43f95b704036c10181eef2a399eab1f Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBaligh Uddin2014-04-281-1/+1
| | | | | Change-Id: I1b6135da81905cd0d203037d6ee7fc7cb2596d69 Auto-generated-cl: translation import
* Merge "Import translations. DO NOT MERGE" into ub-now-novaBaligh Uddin2014-04-241-2/+2
|\
| * Import translations. DO NOT MERGEBaligh Uddin2014-04-231-2/+2
| | | | | | | | | | Change-Id: I4c91fa67d3ea6c6831d685d6457cab78537aa0c1 Auto-generated-cl: translation import
* | Avoid wrapping cling titles on small screens.Jeff Sharkey2014-04-231-2/+2
|/ | | | | | | Only allow font size bump on large-screen English devices. Bug: 13340779 Change-Id: I21e10bd21b30803386fdb62b87b0fbdf8efd6731
* Merge "Allow the old launcher content URI to be overrided" into ↵Adam Cohen2014-04-171-0/+4
|\ | | | | | | ub-now-mister-ugly
| * Allow the old launcher content URI to be overridedJason Monk2014-03-211-0/+4
| | | | | | | | | | | | | | | | | | | | Move the URI used to import favorites from launcher2 to be loaded from a string resource. This allows it to be overridden. This will enable permissions fix for GoogleSearch. Bug: 12058200 Change-Id: I31243fe89f545c9771d5cceffe1c9e7668a42bc5
* | Import translations. DO NOT MERGEBaligh Uddin2014-04-091-1/+1
| | | | | | | | | | Change-Id: I79cba96f30222edc7c238c69ba39c42e5796dc94 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2014-04-0755-110/+55
| | | | | | | | | | Change-Id: I1e236770eb6f0b892aa0062eee00f9cdb918d307 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2014-04-0256-56/+111
| | | | | | | | | | Change-Id: If301cb07c8b50249a8e657c2ebe6d0f86f613b26 Auto-generated-cl: translation import
* | update strings for welcome backChris Wren2014-04-011-1/+1
| | | | | | | | | | Bug: 13531041 Change-Id: Iabcb40df50850bd91b9ec972b407e4267960e4b9
* | Import translations. DO NOT MERGEBaligh Uddin2014-03-194-5/+5
|/ | | | | Change-Id: Ie0317b94dd08597383b981fa196391728baa0b09 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEGeoff Mendal2014-03-1727-261/+131
| | | | | Change-Id: I6bcf984e6fdb29a2a3b6f449e27bf2da2b7d95b3 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBaligh Uddin2014-03-1256-1/+416
| | | | | Change-Id: Ie89bb39579db28c38425b05d1fa62cbcbf77696f Auto-generated-cl: translation import
* Merge "update promise icon status" into ub-now-mister-uglyChris Wren2014-03-112-0/+33
|\