summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | Adding broadcast to indicate first launcher loadAdam Cohen2014-07-232-3/+21
| | | | | | | | | | | | | | | | -> fixing small thing from previous CL issue 16191557 Change-Id: I015859f6028066e7c8664436f291ed226a539e29
* | 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
* | | Merge "Adding app widget restore support in Launcher3 for android L" into ↵Sunny Goyal2014-07-197-40/+264
|\ \ \ | | | | | | | | | | | | ub-now-master
| * | | Adding app widget restore support in Launcher3 for android LSunny Goyal2014-07-217-40/+264
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-199-471/+458
|\ \ \ | |_|/ |/| |
| * | Preliminary work on Material TransitionsAdam Cohen2014-07-189-471/+458
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> 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-189-44/+136
|\ \ \ | |/ / |/| | | | | ub-now-master
| * | Merging Motorola's patch to disable apps when is safe mode.Sunny Goyal2014-07-189-44/+136
| |/ | | | | | | | | | | issue: 16044192 Change-Id: I10069dcdf459ecc71361271e883eabb743d77822
* | Merge "Specify permission.RECEIVE_LAUNCH_BROADCASTS in String resource" into ↵Adam Cohen2014-07-181-3/+7
|\ \ | |/ |/| | | ub-now-master
| * Specify permission.RECEIVE_LAUNCH_BROADCASTS in String resourceAdam Cohen2014-07-161-3/+7
| | | | | | | | Change-Id: I2aca0108e3b41dc1db80d552dd6242a5a8d0245d
* | Adding a circular progress bar for preloader iconsSunny Goyal2014-07-165-14/+203
| | | | | | | | Change-Id: I1b5ba61c01a16a8cb5d3f9e31f827f8c99a1ffc9
* | Showing icons for apps on sdcard which are not available during system boot.Sunny Goyal2014-07-162-28/+112
| | | | | | | | | | | | 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
* | Merge "Fixing background being drawn multiple times for BubbleTextView" into ↵Sunny Goyal2014-07-101-3/+9
|\ \ | |/ |/| | | ub-now-master
| * Fixing background being drawn multiple times for BubbleTextViewSunny Goyal2014-07-081-3/+9
| | | | | | | | | | | | issue 16160873 Change-Id: Ic04d54dd6541e352bf543d8acb2452ea6e0567da
* | Merge "Fixing issue where package updates were not getting propagated ↵Adam Cohen2014-07-091-1/+1
|\ \ | |/ |/| | | properly" into ub-now-master
| * Fixing issue where package updates were not getting propagated properlyAdam Cohen2014-07-091-1/+1
| | | | | | | | | | | | issue 16097189 Change-Id: I26f2d03930d9d2227017c0cd5a986a230fbe8e58
* | Merge "Fixing icon disappearing when apps are moved to sdcard" into ↵Sunny Goyal2014-07-081-2/+7
|\ \ | |/ |/| | | ub-now-master
| * Fixing icon disappearing when apps are moved to sdcardSunny Goyal2014-07-071-2/+7
| | | | | | | | | | | | | | | | | | | | For intents, external application unavailable/available, the extra argument 'replacing' is not sent for jelly beans and lower devices. Using appropriate default value issue: 15852084 Change-Id: I865aa22a16700629fffe440a4b92a634a0ba8ae7
* | Enabling quantum look and feel everywhereAdam Cohen2014-07-079-89/+44
|/ | | | | | | | -> _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
* Merge "Revert "Revert Cls stopping now-master running on googlefood"" into ↵Kenny Guy2014-07-0121-398/+173
|\ | | | | | | ub-now-master
| * Revert "Revert Cls stopping now-master running on googlefood"Kenny Guy2014-06-3021-398/+173
| | | | | | | | | | | | | | | | | | This reverts commit 7bc272a11b701a32d2ed91277341c382cbd84aeb. Conflicts: src/com/android/launcher3/BubbleTextView.java Change-Id: Id1fb2e1249e72658ce5477165c9bcacba9de2b04
* | Don't show clings in guest userAmith Yamasani2014-07-021-0/+8
| | | | | | | | | | | | | | | | If the SKIP_FIRST_USE_HINTS setting is ON, don't show clings. This is used for Guest users. Bug: 15873403 Change-Id: Icae713788c3ed26d55e8e713da7ec7d0d2b25fce
* | Drop support for remove all dead promises.Chris Wren2014-07-012-44/+9
|/ | | | | Bug: 12764789 Change-Id: Id876b66cf8da4388cb3ed5670a0bbdcf73f2982d
* Offer to delete broken promise icons.Chris Wren2014-06-276-25/+142
| | | | | | | | | 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
* enable restore by default in master (for 3.7)Chris Wren2014-06-271-1/+1
| | | | Change-Id: I3f64a9248602925c17d2e89295f02cbe64160a6a
* Fix issue where sometimes duplicate icons are added on homescreen whenSunny Goyal2014-06-271-2/+19
| | | | | | | | | | | installing a package Shortcuts placed by the user have no package in their intent. Ensure that this is accounted for when searching for duplicates. issue: 12888844 Change-Id: I2fb8b7c2b8f7cb74926904bf49a96aeb59a5a9f8
* Fix issue where focus was sometimes missing when going to all apps with keyboardAdam Cohen2014-06-231-1/+7
| | | | | | issue 15407977 Change-Id: I806c4f3d4c5951e4caa7eddaff366a68585f1cd9
* Fix problem where launcher doesn't draw after rotation w/ translucent ↵Adam Cohen2014-06-191-10/+1
| | | | | | | | | | | | | | activity above it -> Removed some code which caused this. The code was intended to fix a certain issue: "Fixing issue where we were reverting to the first page of the workspace after launching an application from all apps, rotating, and returning home" -> That bug doesn't seem to occur anymore, even with the revert -> See https://googleplex-android-review.googlesource.com/#/c/209561/1 issue 11808251 Change-Id: I14ada19a294d2e5139a9e650d55f1cd985dd00d3
* Prevent discordant state between Workspace and Launcher (issue 15409018)Adam Cohen2014-06-182-5/+5
| | | | Change-Id: I13bb3e51da18998a5dade49c50e5fbf2266022d3
* DO NOT MERGE - Catching TransactionTooLargeException in ↵Adam Cohen2014-06-181-0/+17
| | | | | | | | AppWidgetHost#startListening solution b) from issue 14255011 Change-Id: I1dc521632a132de496ff9a583b1e0b29415aacdd (cherry picked from commit 084c31873e5d5015dac9eaac722a6d8387b6dd8d)
* Fix NPE when dragging shortcut without component while app is uninstalledAdam Cohen2014-06-131-2/+2
| | | | | | issue 14601562 Change-Id: Icf0472d38c1b02de8421f146e26f2e2d79de43dd
* More defense for issue 14491953Adam Cohen2014-06-122-13/+32
| | | | Change-Id: I90de51c74e337d56aad891741233e6a857d89b62
* am 6ea3b116: Override app launch transition for LMP previewAdam Cohen2014-06-111-0/+4
|\ | | | | | | | | * commit '6ea3b116fc2eea7cc1a6892c548da45a4f581a1d': Override app launch transition for LMP preview
| * Override app launch transition for LMP previewAdam Cohen2014-06-111-0/+4
| | | | | | | | | | | | issue 15544569 j) Change-Id: I8aff85a154cb98d865a8834f37b13e30cd03de6c
* | am 71b0473f: Add new assets for LMP previewAdam Cohen2014-06-113-0/+23
|\| | | | | | | | | * commit '71b0473f24a7d77263aae88139f13298a1d64b27': Add new assets for LMP preview
| * Add new assets for LMP previewAdam Cohen2014-06-113-0/+23
| | | | | | | | | | | | issue 15544569 c), d), e) Change-Id: Ib352ef1fa7c19c3695c82f3ea31936a4b41da5aa