summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Update compat layer for API review changes to LauncherAppsKenny Guy2014-09-111-2/+10
| |/ / | | | | | | | | | | | | Bug:17390765 Change-Id: I15a927402a05387b14a2a6899fd513fc59a2ee41
* | | Dogfood Crash Loop : Fixing crash loop by try and catchDharmesh Mokani2014-09-111-2/+11
| | | | | | | | | | | | | | | Bug: 17467377 Change-Id: Idb2084339323b4953cbd6bbde2735f814fb75a76
* | | Catch Throwable as NoSuchMethodError isn't an Exception.Kenny Guy2014-09-112-4/+4
|/ / | | | | | | | | Bug: 17462165 Change-Id: Ifafdc882fd1020fb6468d2bcae2f219ef5cba64c
* / Fixing a couple issues with bad AllApps stateAdam Cohen2014-09-091-0/+22
|/ | | | | | Bug 17388923 Change-Id: I8f8a0163c0172d6f286a55d89793b843b092a3ca
* Prevent GNL from crashing on JBAdam Cohen2014-09-092-3/+20
| | | | | issue 17433546 Change-Id: Ie5071e516b26400a27473eaaa401023f1af1d840
* Merge "Showing clings only after the intro has completed" into ub-now-porkchopAdam Cohen2014-09-091-12/+17
|\
| * Showing clings only after the intro has completedSunny Goyal2014-09-081-12/+17
| | | | | | | | | | issue: 17408736 Change-Id: Ife2261f717003e828e8032b17c51e34b1ec02ecf
* | Launcher change corresponding to platform change.Dharmesh Mokani2014-09-083-13/+30
|/ | | | | | | | | Here is platform change : ag/540450 Added try catch block so the APK works on older builds as well. Bug: 17390424 Change-Id: Id5731c65f036e35b71aa74ce6d8ae031107ed60b
* Ensure all apps button inintialized before performing all apps transitionAdam Cohen2014-09-071-2/+8
| | | | | | | | -> Also removing text shadows in all apps and folders (bug 16955157) Bug 17400227 Change-Id: I67d361a7a1cb548c9caca4214621607feaef963a
* Second half of workaround for all apps crash in restricted profileAdam Cohen2014-09-061-4/+1
| | | | | | Bug 17363836 Change-Id: If83cf3ef73ce2f992f69d42bad5d6f41cc3b9b9e
* Workaround for all apps crash in restricted profileAdam Cohen2014-09-061-4/+1
| | | | | | Bug 17363836 Change-Id: I1c12e0300cfb1046bc7f2f3159d018ebf0a2f57d
* Merge "Fixing Intrinsic dimensions of FastBitmapDrawable" into ub-now-porkchopSunny Goyal2014-09-051-2/+2
|\
| * Fixing Intrinsic dimensions of FastBitmapDrawableSunny Goyal2014-09-051-2/+2
| | | | | | | | | | | | | | | | | | > This was changed initially to allow overriding icon size in case of PreloadIconDrawable. But the implementation of PreloadIconDrawable has changed since then and this hack is no longer required. issue: 15545872 Change-Id: I192056179837f05c5be9e24c3e1251cf7e2a7c8c
* | Don't remove content URI shortcuts during restoreSunny Goyal2014-09-051-0/+4
|/ | | | | issue: 17373897 Change-Id: I2760f779d89be76cc1ace749b0c1893da80d07e1
* Merge "Handling label and icon from SessionInfo." into ub-now-porkchopSunny Goyal2014-09-0513-206/+317
|\
| * Handling label and icon from SessionInfo.Sunny Goyal2014-09-0413-206/+317
| | | | | | | | | | | | | | | | | | > The ShortcutInfo stores state as bit flags and not as ints > Intents of auto-install shortcut are automatically updated upon installation > Icons/titles for active sessions are cached in IconCache Change-Id: I2047849f67d4a8aaf2bc346b58110325bb4807d4
* | Merge "Updating content of page description frequently." into ub-now-porkchopSunny Goyal2014-09-042-5/+5
|\ \
| * | Updating content of page description frequently.Sunny Goyal2014-08-282-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | > Removing unused search icon page indicator issue: 17256565 Change-Id: I95158cf68f98b2af847cefb4d126468b908301e2
* | | Merge "Add ability for Partner customization apk to override certain ↵Adam Cohen2014-09-043-9/+222
|\ \ \ | | | | | | | | | | | | DeviceProfile params" into ub-now-porkchop
| * | | Add ability for Partner customization apk to override certain DeviceProfile ↵Adam Cohen2014-09-043-9/+222
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | params -> Workspace row / col counts -> All apps row / col counts -> Workspace icon size issue 17208277 Change-Id: I25cfafede4da783083593b9bfeff4e5ba7751d36
* / | Potential fix for a couple bugsAdam Cohen2014-09-042-2/+10
|/ / | | | | | | | | | | | | issue 17371274 issue 17368590 Change-Id: I717f9c37613efd9d61e401540ca82aff77058022
* | Add sdk version guard to UserManager useJason Monk2014-09-021-5/+10
| | | | | | | | | | | | | | | | Also switch call to getUserRestrictions to support back to JBMR2 with one call. Bug: 17300500 Change-Id: I1205730e517c6670f6359a0d448458cae6e8a8d4
* | Merge "Give GEL a way to clear the typed text when it starts searching" into ↵Ian Parkinson2014-09-021-2/+13
|\ \ | | | | | | | | | ub-now-porkchop
| * | Give GEL a way to clear the typed text when it starts searchingIan Parkinson2014-09-011-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...otherwise it'll be re-used every time the user starts a new query. We take care not to change the way that typed text gets cleared (in onWindowVisibilityChanged()) in other cases. GEL will actually use this text in ag/537329. This CL will cause the GEL build to break until that change is submitted, so I'll be sure to submit them both close to each other. Bug: 16953058 Change-Id: I7ed613e69eb7a38b1a5e6108715ca614b59fd24d
* | | Merge "Updated calls for LauncherApps renaming." into ub-now-porkchopKenny Guy2014-09-012-8/+8
|\ \ \ | |/ / |/| |
| * | Updated calls for LauncherApps renaming.Kenny Guy2014-08-292-8/+8
| |/ | | | | | | | | Bug: 17008230 Change-Id: Id851d0b40756973be48c5ce370dd64c1dd6a3c1d
* / All apps transition workAdam Cohen2014-08-292-186/+207
|/ | | | | | | | | | | | | -> Fix icons popping in -> Fix issue 17259204 -> posting animation start and buildLayer to allow first frame to be ready. This becomes necessary with RevealAnimator on the render thread, since it can't use FirstFrameAnimatorHelper any longer. -> adding a bit better transition for K, issue 17252683 -> updating a few assets Change-Id: I0b193b4b3b511492a2fad6230cd91e3f0de634f0
* Merge "Clear the promise flag once the restore animation is run and no more ↵Sunny Goyal2014-08-282-4/+8
|\ | | | | | | restore related tasks are pending" into ub-now-porkchop
| * Clear the promise flag once the restore animation is runSunny Goyal2014-08-272-4/+8
| | | | | | | | | | | | | | | | and no more restore related tasks are pending issue: 17214102 Change-Id: I54c486ff001d74b4961f85947f41848cf92243a3
* | Merge "Clear the draginfo object once the item is dropped inside a folder" ↵Sunny Goyal2014-08-281-0/+2
|\ \ | | | | | | | | | into ub-now-porkchop
| * | Clear the draginfo object once the item is dropped inside a folderSunny Goyal2014-08-281-0/+2
| | | | | | | | | | | | | | | | | | issue: 16097189 Change-Id: I187b5ac97ecb5204040962e7b707ef2a2f022306
* | | Merge "Fix regression which was causing requestLayout in layout pass" into ↵Adam Cohen2014-08-283-5/+9
|\ \ \ | |/ / |/| | | | | ub-now-porkchop
| * | Fix regression which was causing requestLayout in layout passAdam Cohen2014-08-283-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | -> This caused funky layout issues with views not appearing on devices prior to K in addition to log spam. issue 17282728 Change-Id: Id05856ba2ef3de3a8a636ba9b4b46ddef3eff75e
* | | Removing unused cling resources.Sunny Goyal2014-08-271-42/+0
| |/ |/| | | | | Change-Id: I97ff14f436f75a6345f719ef19146b02087e2221
* | Merge "Improving restored widget behavior" into ub-now-porkchopSunny Goyal2014-08-285-95/+170
|\ \
| * | Improving restored widget behaviorSunny Goyal2014-08-275-95/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Clicking a broken widget install shows a dialog similar to an app icon > Clicking remove on the dialog removed all components for the corresponding package > Widget pending view shows 'Setup' text instead of icon, if there is enough space Change-Id: I82ec0a1ee9542c1e3b860e6e00798a80450dce3c
* | | Merge "Updating Clings UI" into ub-now-porkchopSunny Goyal2014-08-284-140/+104
|\ \ \ | |_|/ |/| |
| * | Updating Clings UISunny Goyal2014-08-274-140/+104
| |/ | | | | | | | | | | issue: 16127412 Change-Id: Ie5885cabbef086e3b08811da72af88d01c4405e7
* / Remove StopShip from UserManagerCompactVl file.Dharmesh Mokani2014-08-271-6/+1
|/ | | | | | | New getBadgedIconForUser is available to all dogfood users and droidfood users (LRW52G). GSA will crash if system build is less than LRW38. Change-Id: I8d6bf9d065fa79198fa63b110de37f84663ed940
* Updating clings, removing ununsed clingsSunny Goyal2014-08-259-1114/+293
| | | | | | issue: 16127412 Change-Id: I1d18515765100ff10d33439b3ac39ebfc5da35c7
* Merge "Changing hotseat keyboard controls" into ub-now-porkchopSunny Goyal2014-08-253-43/+84
|\
| * Changing hotseat keyboard controlsSunny Goyal2014-08-203-43/+84
| | | | | | | | | | | | | | | | | | | | > Left and right keys don not navigate to next/prev page > Down arrow on apps apps last row, do not take the focus to the end > Nagivation sounds when focus changes issue: 16352221 Change-Id: I5982f22dc80c408673092f8fa8ca1b2fc6381635
* | Fix all apps transition for transposed tablet layoutsAdam Cohen2014-08-241-7/+18
| | | | | | | | Change-Id: I33bf163bc74b3cf703cb88a5209d9a205d80dbfa
* | Merge "Update adjacent page hints" into ub-now-porkchopAdam Cohen2014-08-231-9/+20
|\ \
| * | Update adjacent page hintsAdam Cohen2014-08-221-9/+20
| | | | | | | | | | | | | | | | | | -> draw the hints immediately above the workspace Change-Id: Id09070e3876516daf9650132052ab61d02a2cf4d
* | | Merge "Change URI favorite resolving to use launch intents" into ub-now-porkchopJason Monk2014-08-211-2/+4
|\ \ \
| * | | Change URI favorite resolving to use launch intentsJason Monk2014-08-201-2/+4
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Rather than dropping the user in the middle of the app wherever our intent resolves to, add a shortcut to the launch intent of the app that handles that intent. Bug: 16459162 Change-Id: I58256cdc9dc1b3441815f60cc354b60f91fb1a16
* | / Adding support for managed profiles in widgetSunny Goyal2014-08-2011-257/+480
| |/ |/| | | | | | | | | issue: 16892811 Change-Id: If8c81f2a5a3bc846b02a5d225c5a8f27b1382dab
* | Merge "Updating the icon click feedback" into ub-now-porkchopSunny Goyal2014-08-2012-572/+390
|\ \
| * | Updating the icon click feedbackSunny Goyal2014-08-1912-572/+390
| | | | | | | | | | | | | | | | | | | | | | | | | | | > 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