summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Updating clings, removing ununsed clingsSunny Goyal2014-08-2537-1671/+340
| | | | | | issue: 16127412 Change-Id: I1d18515765100ff10d33439b3ac39ebfc5da35c7
* Merge "Update adjacent page hints" into ub-now-porkchopAdam Cohen2014-08-2316-0/+0
|\
| * Update adjacent page hintsAdam Cohen2014-08-2216-0/+0
| | | | | | | | | | | | -> draw the hints immediately above the workspace Change-Id: Id09070e3876516daf9650132052ab61d02a2cf4d
* | Merge "Import translations. DO NOT MERGE" into ub-now-porkchopBaligh Uddin2014-08-2255-3/+110
|\ \
| * | Import translations. DO NOT MERGEBaligh Uddin2014-08-1855-3/+110
| | | | | | | | | | | | | | | Change-Id: I36ce4b2ea07f204b6b383578d515325666782646 Auto-generated-cl: translation import
* | | Merge "Adding strings for the new clings." into ub-now-porkchopSunny Goyal2014-08-211-0/+6
|\ \ \
| * | | Adding strings for the new clings.Sunny Goyal2014-08-211-0/+6
| | |/ | |/| | | | | | | | | | | | | issue: 16127412 Change-Id: I15864b2c0b24030150e6aa1cca0b9e0dc6e1e624
* | | Adding support for managed profiles in widgetSunny Goyal2014-08-201-0/+4
| | | | | | | | | | | | | | | | | | issue: 16892811 Change-Id: If8c81f2a5a3bc846b02a5d225c5a8f27b1382dab
* | | Merge "Updating the icon click feedback" into ub-now-porkchopSunny Goyal2014-08-204-7/+3
|\ \ \ | |/ / |/| |
| * | Updating the icon click feedbackSunny Goyal2014-08-194-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | > Using BubbleTextView everywhere, removed PagedIconView > There is a brightness feedback on touch and shadow feedback on click, until app launches issue: 16878374 Change-Id: I3dc1149a123c8a75feca6210948398bf2187f1f2
* | | Unify next / prev page hints for drag and drop across devicesAdam Cohen2014-08-1940-0/+0
|/ / | | | | | | | | | | | | | | -> Eliminate the white bgs on tablets during drag (issue 15880213) -> Add stateful (active and rest) next / prev page hints (issue 15937059) -> Fix recent regression which allowed overscroll in custom content area Change-Id: I1198dc88ca8570cb9e1afd3ca939be06a8dea92e
* | Merge "Updating folder open transition for Material" into ub-now-porkchopAdam Cohen2014-08-181-1/+3
|\ \
| * | Updating folder open transition for MaterialAdam Cohen2014-08-191-1/+3
| | | | | | | | | | | | Change-Id: I2babf24a923711adc3f4f70ad3e48140a0d99a76
* | | Merge "Updating the UI for focused state of an icon/folder." into ↵Sunny Goyal2014-08-1614-13/+31
|\ \ \ | |/ / |/| | | | | ub-now-porkchop
| * | Updating the UI for focused state of an icon/folder.Sunny Goyal2014-08-1814-13/+31
| | | | | | | | | | | | | | | | | | issue: 16352129 Change-Id: If2e154dba06a0648f933f9aea38898642db9fd85
* | | Merge "Updating virtual preloader assets" into ub-now-porkchopSunny Goyal2014-08-168-0/+0
|\ \ \ | |_|/ |/| |
| * | Updating virtual preloader assetsSunny Goyal2014-08-158-0/+0
| | | | | | | | | | | | Change-Id: I05599133f534e9aa19e8d014edab5ecd6a55fd3a
* | | Merge "Import translations. DO NOT MERGE" into ub-now-porkchopBaligh Uddin2014-08-152-2/+2
|\ \ \
| * | | Import translations. DO NOT MERGEBaligh Uddin2014-08-112-2/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: Ia254c4a2ef3db8f2bc3b237969d595891c8e5f27 Auto-generated-cl: translation import
* | | | Fix issues with the new widget layoutAdam Cohen2014-08-145-9/+1
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> use first layout instead of first measure to determine size -> fix issue where we were doubly accounting for padding of AppsCustomizePagedView -> show page backgrounds by default, hide fake page by default -> stripping some dead code related to the market button and all apps cling Change-Id: I787bdf1092c821b780670098fb219a8a68914bc8
* | | Further refinement of all apps / widgets transitionAdam Cohen2014-08-132-9/+18
| |/ |/| | | | | Change-Id: Id107a9aff74f014c07f8cbea6e74951a02dbddab
* | Updating the ui for widget restore flowSunny Goyal2014-08-1211-41/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | > Pending widget show a PreloadIconDrawable to indicate installation progress > Only the concerned widgets are reinflated on package install and not the whole workspace. > Adding support for storing default package icon in IconCache issue: 10779035 issue: 16737660 Change-Id: Id787ae4a5ef72d6e01aeb5a1bae5ab8840037679
* | Updating the virtual preloader UX.Sunny Goyal2014-08-114-0/+18
|/ | | | | | | | | | | | > No click feedback when in preloader mode > No preloader UI when drawn in drag layer > The preloader consists of a background 9 patch image and a circular progress is drawn in the content region of the background. > The preloader is drawn in a slightly larget area than the actual bounds to make the circular progress more prominent compared to the icon. issue: 15835307 Change-Id: Ifec3d93ecf1fac994d1128b517da3797247e7ed6
* 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