summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Call onLauncherTransitionPrepare() and End() from pinch.Tony Wickham2016-05-136-44/+48
|\| | | | | | | | | | | | | | | | | | | | | | | | | | am: f898b970cc * commit 'f898b970cc9130d629d4bc969222aaa96a8a013a': Call onLauncherTransitionPrepare() and End() from pinch. Change-Id: If4d6b6b7eb733f638c541bbb3971aac1c0a07b4e
| * | Call onLauncherTransitionPrepare() and End() from pinch.Tony Wickham2016-05-126-44/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes the pinch transition more consistent with other transitions. One immediate benefit of this is that it updates adjacent overview panels during pinch, regardless of whether they are completely visible. Previously the adjacent panels' alphas weren't always reset to 0. Specifically, if you made a small pinch from workspace, which canceled and went back to workspace, adjacent pages retained a slightly visible panel. Bug: 27676309 Change-Id: I7e79fddec31cd649e0811e4524b9a9a501c627f9
* | | Update page when scrolling/flinging in free-scroll.Tony Wickham2016-05-121-5/+15
|\| | | | | | | | | | | | | | | | | | | | | | | | | | am: 8f7ead3e94 * commit '8f7ead3e94d0550beb85b83a8c1d5e78a9abd69f': Update page when scrolling/flinging in free-scroll. Change-Id: I42ebd61a143599b5190c8452620a87f3abc5b993
| * | Update page when scrolling/flinging in free-scroll.Tony Wickham2016-05-121-5/+15
| | | | | | | | | | | | | | | Bug: 28054048 Change-Id: Ic22e7e717c3ead52dd6fb7495c37be3837e11030
* | | Simplifying view cluster by using a single int flag instead of 4 booleansSunny Goyal2016-05-111-65/+24
|\| | | | | | | | | | | | | | | | | | | | | | | | | | am: 6dc98b9dc0 * commit '6dc98b9dc01f8e5cf5729b958f348af37e0117c6': Simplifying view cluster by using a single int flag instead of 4 booleans Change-Id: Id019e3ef2ec1893b51e7b55d58c648532ddd18e6
| * | Simplifying view cluster by using a single int flag instead of 4 booleansSunny Goyal2016-05-111-65/+24
| | | | | | | | | | | | | | | | | | Also fixing the bug where dirty flgas were never being set to false Change-Id: Idbb16d07bef5a157502e1652bd1beb33ff39faaa
* | | Removing icon_type column Icon type is not used consistently. It is used ↵Sunny Goyal2016-05-119-104/+41
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | initially during the loader. Afterwards, we save both the icon and resource to the db. Instead of changing the logic to always read the shortcut-resource first, and fallback to the bitmap if the resource is not available, always write the bitmap to DB whenever the shortcut is edited. am: eb4b79935e * commit 'eb4b79935e9f75dda72e4953f45e616e252d7b03': Removing icon_type column Icon type is not used consistently. It is used initially during the loader. Afterwards, we save both the icon and resource to the db. Instead of changing the logic to always read the shortcut-resource first, and fallback to the bitmap if the resource is not available, always write the bitmap to DB whenever the shortcut is edited. Change-Id: Ied43e481b22b444dc9d088f07bde98e7dffcec74
| * | Removing icon_type columnSunny Goyal2016-05-119-104/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | Icon type is not used consistently. It is used initially during the loader. Afterwards, we save both the icon and resource to the db. Instead of changing the logic to always read the shortcut-resource first, and fallback to the bitmap if the resource is not available, always write the bitmap to DB whenever the shortcut is edited. Change-Id: I0ea5e88f8904bd3250ca669220b3e5d6aeef1bfd
* | | Merge "Fixing a crash/ Launcher3 doesn\'t have predicted apps" into ↵Hyunyoung Song2016-05-111-2/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-calgary am: 4dcd8ffecc * commit '4dcd8ffecc5bbdc5c7496cea4eb6808f4026bf9e': Fixing a crash/ Launcher3 doesn't have predicted apps Change-Id: I999591077dfd0c55f9a97533044d60864018c97b
| * | Merge "Fixing a crash/ Launcher3 doesn't have predicted apps" into ↵TreeHugger Robot2016-05-111-2/+4
| |\ \ | | | | | | | | | | | | ub-launcher3-calgary
| | * | Fixing a crash/ Launcher3 doesn't have predicted appsHyunyoung Song2016-05-111-2/+4
| | | | | | | | | | | | | | | | Change-Id: Id405e6d077f8b4c3fb399d4a613d6013dca5cddc
* | | | Merge "Changing minSDK for launcher3 to 21 (Lollipop)" into ub-launcher3-calgarySunny Goyal2016-05-113-2/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 5a874d2a3d * commit '5a874d2a3d80847917498462cdf4a1ed8e4e38a9': Changing minSDK for launcher3 to 21 (Lollipop) Change-Id: I41b783db84b6bf409be309e0ab999cd9676ef408
| * | | Merge "Changing minSDK for launcher3 to 21 (Lollipop)" into ub-launcher3-calgarySunny Goyal2016-05-113-2/+3
| |\ \ \
| | * | | Changing minSDK for launcher3 to 21 (Lollipop)Sunny Goyal2016-05-103-2/+3
| | | | | | | | | | | | | | | | | | | | Change-Id: I421a33801886bdcccb43429b571af1ca7c6b9f55
* | | | | Merge "Send predictedApps rank via user event logging" into ub-launcher3-calgaryHyunyoung Song2016-05-111-5/+14
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: da912837b3 * commit 'da912837b33629b305924a4efc5ec9511881d171': Send predictedApps rank via user event logging Change-Id: I304abac611553bedf6a63ae0a04b0999c29da7e2
| * | | | Merge "Send predictedApps rank via user event logging" into ub-launcher3-calgaryHyunyoung Song2016-05-111-5/+14
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Send predictedApps rank via user event loggingHyunyoung Song2016-05-101-5/+14
| | | | | | | | | | | | | | | | | | | | Change-Id: Ib492cb77bce0bc57f60bc4b1310df0810b63d0aa
* | | | | build fixSunny Goyal2016-05-101-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: bc543af01c * commit 'bc543af01c2b37aba61e6979ae3424e5eca72e2b': build fix Change-Id: I368cde2781ed4259828d8ee6b7d33e13caec8e2c
| * | | | build fixSunny Goyal2016-05-101-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: Ib31b7b4efa96897e7ea04412a9deae14a432b6c0
* | | | | Adding full backup handler for launcher3Sunny Goyal2016-05-106-28/+248
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: c190dbfb78 * commit 'c190dbfb784c0bca629b6966ce314d735cf98db3': Adding full backup handler for launcher3 Change-Id: I502886f8ac7bd04ae330900d284e65efd80ab5a6
| * | | | Adding full backup handler for launcher3Sunny Goyal2016-05-106-28/+248
| | |/ / | |/| | | | | | | | | | | | | | | | | | Bug: 28302573 Change-Id: If0889a3b00b88b134b19d7f790159dfafdcdb004
* | | | Merge "Removing LauncherProvider dependency in DatabaseHeler" into ↵Sunny Goyal2016-05-103-198/+155
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ub-launcher3-calgary am: 78508ec5ab * commit '78508ec5ab69367e52eef1e8c3273ad6e2c40fc6': Removing LauncherProvider dependency in DatabaseHeler Change-Id: I042a1c0351bc606017c576377e92bd8ce8a769ba
| * | | Merge "Removing LauncherProvider dependency in DatabaseHeler" into ↵Sunny Goyal2016-05-103-198/+155
| |\ \ \ | | | | | | | | | | | | | | | ub-launcher3-calgary
| | * | | Removing LauncherProvider dependency in DatabaseHelerSunny Goyal2016-05-103-198/+155
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow DatabaseHeler to easily be moved to an independent class Change-Id: I9a3d5d3380ed0af246d7a01553a492467c3096b0
* | | | | Merge "Widgets tray should preserve scroll position during screen rotation" ↵Hyunyoung Song2016-05-102-4/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into ub-launcher3-calgary am: adb8eb5a34 * commit 'adb8eb5a34ea3a31e4ac062e18aebb939e1f7567': Widgets tray should preserve scroll position during screen rotation Change-Id: I98695e133b76492d909a2ab1b0de90a49772df2a
| * | | | Merge "Widgets tray should preserve scroll position during screen rotation" ↵Hyunyoung Song2016-05-102-4/+3
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / into ub-launcher3-calgary
| | * | Widgets tray should preserve scroll position during screen rotationHyunyoung Song2016-05-102-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > This used to work, but when I got rid of preloading which was handled by linear manager to increase scrolling speed, the save and restore instance that was being handled by the linear layout manager created using Launcher context also went away. Hence, bringing back custom LinearLayoutManager. Change-Id: Ibccdf80533a5ace06cc6c6932b257c223cbac0ff
* | | | Merge "Using a separate thread for logging" into ub-launcher3-calgarySunny Goyal2016-05-101-2/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 6b360f684d * commit '6b360f684da3bf4d36643a4325dec2d659900da9': Using a separate thread for logging Change-Id: Id911cce659eeefecb33f47967ea72c3210a37c3e
| * | | Merge "Using a separate thread for logging" into ub-launcher3-calgarySunny Goyal2016-05-101-2/+7
| |\ \ \
| | * | | Using a separate thread for loggingSunny Goyal2016-05-091-2/+7
| | | | | | | | | | | | | | | | | | | | Change-Id: I85a900bd70e01a7df2c2d8bd09c82cebdec2d3be
* | | | | Merge "Removing some obsolete flags" into ub-launcher3-calgarySunny Goyal2016-05-102-17/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 7cb519bde1 * commit '7cb519bde14f33aff39350a1e4cbb17e87d53abc': Removing some obsolete flags Change-Id: I45e28a1b9d06990f72f3f0b865b2497beb7fd82a
| * | | | Merge "Removing some obsolete flags" into ub-launcher3-calgarySunny Goyal2016-05-102-17/+0
| |\ \ \ \
| | * | | | Removing some obsolete flagsSunny Goyal2016-05-092-17/+0
| | |/ / / | | | | | | | | | | | | | | | Change-Id: Id33e28ddd7341d2b494c4b2a294663091afdb157
* | | | | Updating gradle versionSunny Goyal2016-05-101-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 0292bd18fa * commit '0292bd18fa92184947ebfd4de5db56a662a98934': Updating gradle version Change-Id: I91a95276e55dd8f833813e4e0ef2717031c78006
| * | | | Updating gradle versionSunny Goyal2016-05-091-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I4f43a45576118572470703668ff3f495a25f3e3c
* | | | | Extract color for the hotseat.Tony Wickham2016-05-097-35/+176
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 462b5cca7b * commit '462b5cca7bb1d5e24fb8277b0cfe238cc2e1e980': Extract color for the hotseat. Change-Id: I83fe42945ff7e32d69885040f3eb473a12141e01
| * | | | Extract color for the hotseat.Tony Wickham2016-05-097-35/+176
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Only considers the bottom fourth of the wallpaper - Is translucent black or white depending on how dark/light the wallpaper is - Hotseat extends behind the nav bar Bug: 27230217 Change-Id: Id4ea6ee91b4dd221b4c277d22d5041cab178801d
* | | | Merge "Adding a utility class for persistant logging." into ub-launcher3-calgarySunny Goyal2016-05-097-39/+322
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 34a2d31f32 * commit '34a2d31f3208c64f6ebf403f8a0cb6ea96461747': Adding a utility class for persistant logging. Change-Id: Ib5ce8987d9271379165d34ff3829482b7509e732
| * | | Merge "Adding a utility class for persistant logging." into ub-launcher3-calgarySunny Goyal2016-05-097-39/+322
| |\ \ \
| | * | | Adding a utility class for persistant logging.Sunny Goyal2016-05-097-39/+322
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The logs are kept for at max 48 hours. It uses two log files and switches between the two based on the day of the year. Change-Id: I9a99499b3445a62f29f62a5cd13db20b1783bcd3
* | | | | Merge "Fixing bug where the widget background enters into a focused state if ↵Sunny Goyal2016-05-091-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a child calls requestFocus in xml" into ub-launcher3-calgary am: ac6d3a87ae * commit 'ac6d3a87ae9a31873a34f3eae01979910740ade1': Fixing bug where the widget background enters into a focused state if a child calls requestFocus in xml Change-Id: I768f13b539e4de683925f94d29d092023660c371
| * | | | Merge "Fixing bug where the widget background enters into a focused state if ↵Sunny Goyal2016-05-091-1/+1
| |\ \ \ \ | | |/ / / | |/| | | | | | | | a child calls requestFocus in xml" into ub-launcher3-calgary
| | * | | Fixing bug where the widget background enters into a focused stateSunny Goyal2016-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if a child calls requestFocus in xml Bug: 28562293 Change-Id: I005e23550184de29fa15eb70ab322615920b8947
* | | | | Merge "Add test size annotation." into ub-launcher3-calgaryHyunyoung Song2016-05-054-0/+8
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 3074965cdb * commit '3074965cdb63adc8f834afefb282f43d3d9e4c2f': Add test size annotation. Change-Id: Ie97ee19ea9446884ed3b4d98609778a72f1b5c50
| * | | | Merge "Add test size annotation." into ub-launcher3-calgaryHyunyoung Song2016-05-054-0/+8
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Add test size annotation.Hyunyoung Song2016-05-054-0/+8
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rational/Background: @MediumTest: An integration or functional test that validates the interaction of one or more application modules on a single machine. (should run under 1 sec: Usually get killed after 5 min) @LargeTest: A system test, integration test, or end-to-end test that verifies that a complete application works and accounts for the behavior of external subsystems. (Usually get killed after 15 min) Change-Id: I8b668af3d2ca09c43ad45c6fd72b1d0d80c6b7d3
* | | | Merge "Workaround issue where IME doesn\'t show up when tapping folder text" ↵Adam Cohen2016-05-051-2/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into ub-launcher3-calgary am: 1afc1b3d3a * commit '1afc1b3d3a6573c3729870c29bac405ef5bd6315': Workaround issue where IME doesn't show up when tapping folder text Change-Id: I8c5caea733020b0eafc34c30b9f46a4dce4cbeec
| * | | Merge "Workaround issue where IME doesn't show up when tapping folder text" ↵Adam Cohen2016-05-051-2/+7
| |\ \ \ | | |/ / | |/| | | | | | into ub-launcher3-calgary
| | * | Workaround issue where IME doesn't show up when tapping folder textAdam Cohen2016-05-031-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> Various calls on EditText don't work when calling from onFocusChange, post instead issue 28523980 Change-Id: Ib9972c3c5083450412340f27bdd231605957ae6f
* | | | Return 1f in Log(Ac/De)celerateInterpolators on a 1f input.Tony Wickham2016-05-042-2/+6
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: bd42ba73b2 * commit 'bd42ba73b23d0470b675af73a721fc1d019be39d': Return 1f in Log(Ac/De)celerateInterpolators on a 1f input. Change-Id: Iae6c49b04d4b360d3e89928643c7e96ad6caecf0