summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Modify code so it compiles on google3Sameer Padala2014-07-293-6/+7
| | | | | | | | | | | | The diamond operator isn't supported on google3 Android projects. Change-Id: Ie7298b051330bb2cd32426d4c537882faa2f8ebd
* | Merge "Fixing spell correcton" into ub-now-masterSunny Goyal2014-07-242-4/+4
|\ \
| * | Fixing spell correctonSunny Goyal2014-07-292-4/+4
| | | | | | | | | | | | Change-Id: I29d980d8073680fafa8fcc01bc2ec81258919da2
* | | Remove 300 ms start delay from app launch transitionAdam Cohen2014-07-282-9/+6
|/ / | | | | | | | | | | | | | | -> tiny cleanup from isLmp crunch issue 16309411 Change-Id: Ib2edff84b53ca471e7d2a2a458091db1fa2f6b42
* | Fix resource issue in folders of partner layoutsAdam Cohen2014-07-251-1/+1
| | | | | | | | | | | | | | | | -> Resources in folders were not being loaded with the partner apk resources. This caused any number of weird things to appear in folders of partner default layouts Change-Id: I7d373e53028c5c327980c15d004993af997de553
* | Don't show uninstall icon when user restrictedJason Monk2014-07-251-0/+9
| | | | | | | | | | | | | | When the user can't uninstall apps from settings, also don't show the icon to let them do it from here. Change-Id: I3b203711630a4ff0ba4a5928667c9f09f9479aeb
* | 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
* | | Merge "Fixing restored icons sometimes dissapers." into ub-now-masterSunny Goyal2014-07-241-1/+2
|\ \ \
| * | | Fixing restored icons sometimes dissapers.Sunny Goyal2014-07-231-1/+2
| |/ / | | | | | | | | | Change-Id: I24153dd1a4b34b8caf1eb9de601bf54e72a3bd9f
* | | Merge "Fix SecurityException when exiting wallpaper picker early" into ↵Adam Cohen2014-07-241-4/+18
|\ \ \ | | | | | | | | | | | | ub-now-master
| * | | Fix SecurityException when exiting wallpaper picker earlyAdam Cohen2014-07-241-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | issue 16155967 Change-Id: Iba1add737089b73e6e5bbfb143dce4204fa9dc7c
* | | | Merge "Merging motorola's patch to prevent crashes on view id mess up" into ↵Sunny Goyal2014-07-241-8/+9
|\ \ \ \ | |/ / / |/| | | | | | | ub-now-master
| * | | Merging motorola's patch to prevent crashes on view id mess upSunny Goyal2014-07-241-8/+9
| | | | | | | | | | | | | | | | | | | | issue: 15517526 Change-Id: Ib15b3dc2f5ed4e488f5d172ed02ccb72741d5980
* | | | Merge "Change getBadgedLabelForUser to use CharSequence" into ub-now-masterKenny Guy2014-07-247-9/+10
|\ \ \ \
| * | | | Change getBadgedLabelForUser to use CharSequenceKenny Guy2014-07-217-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 16401636 Change-Id: I7b72a6dd53fec1c0afe6ea33803af9e3c54e597e
* | | | | Fix crash with keyboard focus in AllApps due to view refactoringAdam Cohen2014-07-242-16/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | issue 16478600 Change-Id: I0300e7ffb332b689e3412e764ab7ce59c4fc5748
* | | | | Merge "Adding broadcast to indicate first launcher load" into ub-now-masterAdam Cohen2014-07-244-4/+27
|\ \ \ \ \
| * | | | | Adding broadcast to indicate first launcher loadAdam Cohen2014-07-234-4/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> fixing small thing from previous CL issue 16191557 Change-Id: I015859f6028066e7c8664436f291ed226a539e29
* | | | | | Merge "Adding options in the partner apk to disable the default wallpaper ↵Sunny Goyal2014-07-234-87/+109
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | and provide a folder containing additional wallpapers" into ub-now-master
| * | | | | Adding options in the partner apk to disable the default wallpaper andSunny Goyal2014-07-164-87/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | provide a folder containing additional wallpapers issue: 16045459 Change-Id: Id411121ff552d0d270258a5b371d1fd756bd7884
* | | | | | When inserting directly into LauncherProvider, ensure item id and widget id ↵Adam Cohen2014-07-241-0/+43
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are valid -> We generate an item id, and allocate and bind a widget id if necessary when items are added to the LauncherProvider externally. Writing to the provider is protected by system|signature. issue 16191557 Change-Id: I09472e41ad4c8302901a5e49b5817247e9b86695
* | | | | Merge "Adding nulls check in various drop-drop events" into ub-now-masterSunny Goyal2014-07-221-1/+14
|\ \ \ \ \
| * | | | | Adding nulls check in various drop-drop eventsSunny Goyal2014-07-221-1/+14
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The original patch by motorola had another check, but the 2nd check is wrong as in that case, there would be a nullpointer exception just after the check for the same reason. issue: 15518908 issue: 15516428 Change-Id: I85c5fb3541b7f837e6c5295e97e45162a4120e39
* | | | | Merge "Merging motorola's patch to fix ClassCastException" into ub-now-masterSunny Goyal2014-07-221-3/+3
|\ \ \ \ \
| * | | | | Merging motorola's patch to fix ClassCastExceptionSunny Goyal2014-07-221-3/+3
| |/ / / / | | | | | | | | | | | | | | | | | | | | issue: 15518616 Change-Id: I7d707f12cb20be9aa24d7ea86051f3712b3534af
* | | | | Fix buildNilesh Agrawal2014-07-221-2/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: I4c19afe4da891ad1de125cbb65c494fdc0a9a165
* | | | | Import translations. DO NOT MERGEBaligh Uddin2014-07-2272-183/+2224
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I10246228fb00843ba5c8efc553d4fd47d72453ad Auto-generated-cl: translation import
* | | | | Merge "Fixing memory leak in WallpaperCropActivity" into ub-now-masterSunny Goyal2014-07-221-0/+8
|\ \ \ \ \
| * | | | | Fixing memory leak in WallpaperCropActivitySunny Goyal2014-07-221-0/+8
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | issue 15516788 Change-Id: I6feb4cb72052bc7f19e9c30957bff7dcccd5bc9d
* | | | | Updating some assetsAdam Cohen2014-07-2121-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> all apps, page indicators, folder / allapps background Change-Id: I400511c4f07b43df09de28080008c01a96ab9c75
* | | | | Merge "Adding app widget restore support in Launcher3 for android L" into ↵Sunny Goyal2014-07-1912-40/+327
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | ub-now-master
| * | | | | Adding app widget restore support in Launcher3 for android LSunny Goyal2014-07-2112-40/+327
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 "Mergin motorola patch to avoind 0 id for all apps button" into ↵Sunny Goyal2014-07-211-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | ub-now-master
| * | | | Mergin motorola patch to avoind 0 id for all apps buttonSunny Goyal2014-07-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | issue: 15518514 Change-Id: I74a16600658f9299131cfbef7ad7a49ac25b12e7
* | | | | Merge "Preliminary work on Material Transitions" into ub-now-masterAdam Cohen2014-07-1913-537/+490
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Preliminary work on Material TransitionsAdam Cohen2014-07-1813-537/+490
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> 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-1810-44/+138
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | ub-now-master
| * | | | Merging Motorola's patch to disable apps when is safe mode.Sunny Goyal2014-07-1810-44/+138
| |/ / / | | | | | | | | | | | | | | | | | | | | issue: 16044192 Change-Id: I10069dcdf459ecc71361271e883eabb743d77822
* | | | Merge "Specify permission.RECEIVE_LAUNCH_BROADCASTS in String resource" into ↵Adam Cohen2014-07-182-3/+10
|\ \ \ \ | |/ / / |/| | | | | | | ub-now-master
| * | | Specify permission.RECEIVE_LAUNCH_BROADCASTS in String resourceAdam Cohen2014-07-162-3/+10
| | | | | | | | | | | | | | | | Change-Id: I2aca0108e3b41dc1db80d552dd6242a5a8d0245d
* | | | Merge "Revert "Add uses feature managed profiles to Launcher3 manifest."" ↵Sander Alewijnse2014-07-171-2/+0
|\ \ \ \ | |_|/ / |/| | | | | | | into ub-now-master
| * | | Revert "Add uses feature managed profiles to Launcher3 manifest."Sander Alewijnse2014-07-161-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 4224758a546aafee4f6b6ce932bfb0d7586d8521. Change-Id: I65ddcc2cac41120e0feb0020c4709cdc5a862f10
* | | | Adding a circular progress bar for preloader iconsSunny Goyal2014-07-169-36/+208
| | | | | | | | | | | | | | | | Change-Id: I1b5ba61c01a16a8cb5d3f9e31f827f8c99a1ffc9
* | | | Showing icons for apps on sdcard which are not available during system boot.Sunny Goyal2014-07-163-28/+120
| | | | | | | | | | | | | | | | | | | | | | | | issue 15852084 Change-Id: I1e6f59a413581ae3af4219ab32cb5af3d726d382
* | | | Merge "Include user handle for uninstall intents." into ub-now-masterKenny Guy2014-07-163-16/+25
|\ \ \ \
| * | | | Include user handle for uninstall intents.Kenny Guy2014-07-163-16/+25
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Add support for uninstalling apps from other profiles. Bug: 14127299 Change-Id: I1a3724a45c95cf93b958d23a57829efcedfc4291
* | | | Merge "Allow custom content to lock the workspace" into ub-now-masterJan-Willem Maarse2014-07-152-2/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | Allow custom content to lock the workspaceJan-Willem Maarse2014-07-142-2/+13
| |/ / | | | | | | | | | Change-Id: Ic337df1b2cd54b99d4ef02dcfaca955c90297df0
* | | Add uses feature managed profiles to Launcher3 manifest.Sander Alewijnse2014-07-151-0/+2
| | | | | | | | | | | | Change-Id: If2143424f0d89cc1ed4e504d37106ea52e067e1f