summaryrefslogtreecommitdiffstats
path: root/res/values
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-161-0/+1
|\ \ | |/ |/| | | ub-now-porkchop
| * Updating the UI for focused state of an icon/folder.Sunny Goyal2014-08-181-0/+1
| | | | | | | | | | | | issue: 16352129 Change-Id: If2e154dba06a0648f933f9aea38898642db9fd85
* | Further refinement of all apps / widgets transitionAdam Cohen2014-08-131-3/+7
|/ | | | Change-Id: Id107a9aff74f014c07f8cbea6e74951a02dbddab
* Updating the ui for widget restore flowSunny Goyal2014-08-123-5/+5
| | | | | | | | | | | | | | > 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-112-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-093-10/+5
|\
| * Updating the widget trayAdam Cohen2014-08-113-10/+5
| | | | | | | | | | | | | | | | -> 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-083-5/+10
|\ \
| * | Revert "Updating the widget tray"Mark Brophy2014-08-113-5/+10
| | | | | | | | | | | | | | | | | | 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-103-10/+5
| |/ |/| | | | | | | | | | | | | -> 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-101-1/+2
|/ | | | | | | | | | -> 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
* Adding broadcast to indicate first launcher loadAdam Cohen2014-07-231-0/+3
| | | | | | | | -> fixing small thing from previous CL issue 16191557 Change-Id: I015859f6028066e7c8664436f291ed226a539e29
* Adding app widget restore support in Launcher3 for android LSunny Goyal2014-07-212-0/+4
| | | | | | | | | | | 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-191-1/+2
|\
| * Preliminary work on Material TransitionsAdam Cohen2014-07-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> 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-161-22/+0
|/ | | | Change-Id: I1b5ba61c01a16a8cb5d3f9e31f827f8c99a1ffc9
* Enabling quantum look and feel everywhereAdam Cohen2014-07-074-5/+27
| | | | | | | | -> _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
* 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
* 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
* | update strings for welcome backChris Wren2014-04-011-1/+1
|/ | | | | Bug: 13531041 Change-Id: Iabcb40df50850bd91b9ec972b407e4267960e4b9
* update promise icon statusChris Wren2014-03-112-0/+33
| | | | | | | also fix a crash in LauncherModel.DEBUG_LOADERS Bug: 10778992 Change-Id: Iafc28c1e0c2f2a1283783a7ce27e181634b62993
* Fix issue where clings didn't appear after set up wizard (issue 13077829)Adam Cohen2014-02-211-12/+0
| | | | | | | | | | | -> Also removed the db-created as a criteria for showing the clings (this was a bit problematic in some cases and going forward) -> Instead, we use database upgrade as a signal to not show the clings. This is used instead of the above criteria (to prevent old users from seeing the migration cling and losing their data.) -> Stripped some old code related to custom clings that's no longer used. Change-Id: Ib5e5285e5ddbc60e69eb998ee9fd092ae879150d
* Merge "Replace "hotseat" with "Favorites tray" in user visible strings." ↵Adrian Roos2014-01-151-2/+2
|\ | | | | | | into jb-ub-now-kermit
| * Replace "hotseat" with "Favorites tray" in user visible strings.Adrian Roos2014-01-141-2/+2
| | | | | | | | | | Bug: 12078955 Change-Id: I824948d8820276caab18d6df095754a4cfb67640
* | Merge "Remove settings in overview mode for Launcher3." into jb-ub-now-kermitJorim Jaggi2014-01-151-1/+2
|\ \ | |/ |/|
| * Remove settings in overview mode for Launcher3.Jorim Jaggi2014-01-141-1/+2
| | | | | | | | | | | | | | | | | | | | The appereance of the settings button in overview mode is now dependent on a overridable method, such that we can have it in GEL, but not in Launcher3. This change also adjusts the logic of how wide the overview panel is, depending on how many items we have. Bug: 12441429 Change-Id: Ibf537c26602785f565292cbfa213eb123469ebcd
* | Fixing drop targets in phone / small tablet landscape (issue 12192781)Adam Cohen2014-01-141-4/+0
|/ | | | Change-Id: I4dc8a82c8cd5ef279506e7868e33a455fba5a3be
* Increasing string length for translation (Bug 12524122)Winson Chung2014-01-131-1/+1
| | | | Change-Id: I24e053790812779ec07de99c6f763965584a1bb7
* Updating assets and text for migration cling. (Bug 11973614)Winson Chung2014-01-101-5/+5
| | | | Change-Id: I69ffc1581cc43511b4f42ebb2735afe4c0b44131
* Merge "Adding migration Clings. (Bug 11973614)" into jb-ub-now-kermitWinson Chung2014-01-101-0/+8
|\
| * Adding migration Clings. (Bug 11973614)Winson Chung2014-01-101-0/+8
| | | | | | | | | | - Refactoring Launcher cling code out to LauncherClings. Change-Id: Iff4f84f5b8bfeb69b1be0b4802022c3eb20b6f2c
* | Allow DISABLE_ALL_APPS to be set using a system property.Nilesh Agrawal2014-01-091-0/+3
|/ | | | | | | | | - Moving the property to LauncherAppState - The property is only read on dogfood builds. The property can be set using setprop or /data/local.prop Change-Id: I14c7354efb12edb93f97e81687a6f920cc634e9a
* Moved paddingStart to -v17 folder.Yura2014-01-091-0/+6
| | | | | | | | This is to help get us paddingStart free to be able to work on Samsung tablets, as they crash on paddingStart when it is used outside of -v17. Bug: 8166178 Change-Id: I84879257c4e463879fd6bfc322514d30c469ca30
* Removed paddingStart and paddingEnd when they are the same.Yura2014-01-071-8/+8
| | | | | | | | This is to help get us paddingStart free to be able to work on Samsung tablets, as they crash on paddingStart when it is used outside of -v17. Bug: 8166178 Change-Id: Ic0ea256aabb68b654a3942dd19dd30e67f1b2af9
* Merge "Adjusting grid for tablets and fixing incorrect resources for large ↵Winson Chung2013-12-121-2/+0
|\ | | | | | | tablets." into jb-ub-now-kermit
| * Adjusting grid for tablets and fixing incorrect resources for large tablets.Winson Chung2013-12-101-2/+0
| | | | | | | | Change-Id: I4c2a058da934bef14f5be3c53ebda940aeb990ca
* | Revert "Revert "Move wallpaper picker code to a separate directory""Michael Jurka2013-12-114-55/+0
| | | | | | | | This reverts commit 39de459a8621abfc91382ce7b4cdd37d09aaac12.
* | Revert "Move wallpaper picker code to a separate directory"Michael Jurka2013-12-104-0/+55
| | | | | | | | This reverts commit 8e88cb84781907afb7cca80581fea2277264fd2c.