summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixing issue where FastBitmapDrawable is not scaling the drawing into the ↵Winson Chung2013-05-281-1/+2
| | | | | | correct bounds. (Bug 9075810) Change-Id: I3a72f51d6b3c934a5fa42a3478dcb2c363047957
* Merge "Persist list of shortcuts to install on home workspace" into jb-mr2-devMichael Jurka2013-05-201-7/+106
|\
| * Persist list of shortcuts to install on home workspaceMichael Jurka2013-05-201-7/+106
| | | | | | | | | | Bug: 8707110 Change-Id: I6740350040dceb0edaf4295d6a5af62a088a3055
* | Fixing slow binding when returning to LauncherMichael Jurka2013-05-204-56/+112
|/ | | | | | Bug: 8978842 Bug: 8660324 Change-Id: Idfa37c05ed299faa465ea66de4b43d30da77ecbc
* Debug time spent in onResumeMichael Jurka2013-05-152-1/+24
| | | | | | | | Bug: 8660324 Also, fix regression where new app icons didn't bounce/animate in Bug: 8707110
* Merge "Fix bug where apps weren't appearing on workspace after being ↵Michael Jurka2013-05-142-19/+64
|\ | | | | | | installed" into jb-mr2-dev
| * Fix bug where apps weren't appearing on workspace after being installedMichael Jurka2013-05-142-19/+64
| | | | | | | | | | Bug: 8707110 Change-Id: Ib50e0c600a4a77450127f3947aa894346dc99a5a
* | Fixing NPE in Workspace.removeItemsByPackageName() (Bug 8942242)Winson Chung2013-05-131-3/+3
|/ | | | Change-Id: I1f63e548caa4b00b7166db4a53307c80650d8907
* Merge "Fixing issue where updating the visibility of one application can ↵Winson Chung2013-05-087-63/+114
|\ | | | | | | trigger all icons to disappear. (Bug 8757421)" into jb-mr2-dev
| * Fixing issue where updating the visibility of one application can trigger ↵Winson Chung2013-05-037-63/+114
| | | | | | | | | | | | | | | | all icons to disappear. (Bug 8757421) - Also queueing bindComponentsRemoved() and bindPackagesUpdated() to wait for resume (Bug 8594153) Change-Id: I44028fe79f6fa6bcd6b829e36f3f5b9ed756dc4d
* | Fix build breakage from syntax errorsMichael Jurka2013-05-081-8/+0
| |
* | Merge "DO NOT MERGE Fix bug where folder was almost transparent" into jb-mr2-devMichael Jurka2013-05-082-0/+11
|\ \
| * | DO NOT MERGE Fix bug where folder was almost transparentMichael Jurka2013-05-032-0/+11
| |/ | | | | Bug: 8775089
* / Get rid of duplicate backgroundsMichael Jurka2013-05-061-3/+1
|/ | | Bug: 8809491
* Use user restrictions instead of isLinkedUserAmith Yamasani2013-04-251-3/+7
| | | | | | | Use a different API to query if the user is likely to have fewer apps installed. Bug: 8720520 Change-Id: Ic4cbca47679627b33e08fd83653f8d20de294675
* Only postpone animations if app is visibleMichael Jurka2013-04-222-0/+19
| | | | | | | | Fixes bug where folders would remain open after returning to launcher Bug: 8681168 Change-Id: I930616f2aa006c1e23298dbdb0a80a9390ea41af
* Merge "Trim widget names" into jb-mr2-devMichael Jurka2013-04-181-0/+1
|\
| * Trim widget namesMichael Jurka2013-04-181-0/+1
| | | | | | Bug: 8617506
* | Don't set redundant content description for widgetsMichael Jurka2013-04-181-2/+0
|/ | | | | | TextView label already is used as label for accessibility Bug: 8185316
* Merge "Making folders work in RTL (issue 8569879)" into jb-mr2-devAdam Cohen2013-04-163-8/+52
|\
| * Making folders work in RTL (issue 8569879)Adam Cohen2013-04-163-8/+52
| | | | | | | | Change-Id: I3c726b96a2181c07be38cd84cf220e29e9b36f78
* | Merge "Fixing issue where accessibility was reporting items behind an open ↵Winson Chung2013-04-162-0/+35
|\ \ | |/ |/| | | folder. (Bug 8331717)" into jb-mr2-dev
| * Fixing issue where accessibility was reporting items behind an open folder. ↵Winson Chung2013-04-122-0/+35
| | | | | | | | | | | | (Bug 8331717) Change-Id: Ibaec4144ee911c6d784737cf56a4fc8a1dad2886
* | Update to match API renameAmith Yamasani2013-04-131-1/+1
| | | | | | | | Change-Id: Id5af08f9556a81d0efb778ccbe81bb70938947c1
* | Follow API change to isUserLimited()Amith Yamasani2013-04-121-3/+3
|/ | | | Change-Id: Ibbaad903c07a8e3dc96b37536d438fbee6b0356f
* Fix NPEMichael Jurka2013-04-111-1/+5
| | | | Bug: 8596760 Change-Id: I401aa0f9a1b8b1c167b502f6aad11cb0f98b7c33
* Fix bug where folder open animation gets finished earlyMichael Jurka2013-04-092-19/+49
| | | | | | | | Also, sync FirstFrameAnimatorHelper with changes made in Recents Bug: 8530231 Change-Id: Ibf1a43f67d91df89a2338f0f0c0fb52ee5496e57
* Merge "Fix occasional widget flashing" into jb-mr2-devMichael Jurka2013-04-041-13/+86
|\
| * Fix occasional widget flashingMichael Jurka2013-04-041-13/+86
| | | | | | | | | | Bug: 7619759 Change-Id: Ic07ddfcc3ee76862691f940ad018f2c271d3614a
* | Merge "Fixing issue where drag view is jumping when you scroll from hovering ↵Winson Chung2013-04-042-15/+22
|\ \ | | | | | | | | | over an edge. (Bug 8522679)" into jb-mr2-dev
| * | Fixing issue where drag view is jumping when you scroll from hovering over ↵Winson Chung2013-04-012-15/+22
| | | | | | | | | | | | | | | | | | an edge. (Bug 8522679) Change-Id: Ie523e718bd1b558db9608aa66f6c353e4b8e1a14
* | | Fix crash in draw listenerMichael Jurka2013-04-032-5/+20
| |/ |/| | | | | | | Bug: 8528246 Change-Id: Ie3600bed58dc393fcf71f735213a32b51551b52d
* | Fixing RTL issues with apps ordering and snapping to page. (Bug 8238938, Bug ↵Winson Chung2013-04-013-8/+24
|/ | | | | | 8374016, Bug 8373578) Change-Id: I57ff58a6202a2794f02cfc13ed6124b10256dbbf
* Hide clings in child modeMichael Jurka2013-03-291-0/+9
| | | | | Bug: 8349525 Change-Id: Ie92153e77f1714b88986813a689a4fa7e444d1dc
* Fix crash caused by unregistering animation listenerMichael Jurka2013-03-281-2/+6
|
* Fix jumps in the beginning of animationsMichael Jurka2013-03-2813-77/+184
| | | | | | | | | If the first draw frame of an animation is expensive, which it often is, it causes a big jump. Added a helper class which automatically adjusts the animation start time if the first frame is more than 16ms. Change-Id: I100edbc41c2abe930a32d6bcf0a782ea9735f7f9
* Don't close widget preview cache dbMichael Jurka2013-03-202-10/+0
| | | | Only one connection is ever held now, and that will be closed when the app is killed
* Fix SQLite crashes in LauncherMichael Jurka2013-03-204-24/+38
| | | | | | | | | We were using multiple SQLiteOpenHelpers, which causes problems; this change switches us to using only one Bug: 8346109 Change-Id: If7d4dff3d34edb38d9586d3b0f4e8e1747a71a75
* Improve All Apps --> Workspace performanceMichael Jurka2013-03-071-1/+1
| | | | | | | | Fix bug where HW layers were not enabled for that transition Bug: 8323765
* Merge "Prevent CellLayouts from making calls to saveLayerAlpha()" into ↵Romain Guy2013-03-071-4/+0
|\ | | | | | | jb-mr2-dev
| * Prevent CellLayouts from making calls to saveLayerAlpha()Romain Guy2013-03-061-4/+0
| | | | | | | | Change-Id: I6fe1d9b39a765f4a960f7940c7afc94c784efa16
* | Fix bug with some 1x1 widget previewsMichael Jurka2013-03-061-8/+6
|/ | | | Bug: 8310045
* Disable clipping where unnecessaryRomain Guy2013-02-252-0/+7
| | | | | | | This change prevents the renderer from using a stencil buffer to render rotated CellLayouts. Change-Id: I0414f59ed45502323ab588820ceb4a5e3ec17140
* Fix rare NPEMichael Jurka2013-02-151-3/+5
| | | Bug: 8191673
* Fix SQLite syntax errorMichael Jurka2013-02-071-2/+2
|
* Merge "Fix crash when creating preview cache table"Michael Jurka2013-02-071-1/+1
|\
| * Fix crash when creating preview cache tableMichael Jurka2013-02-071-1/+1
| |
* | Fix crash when switching between Apps/Widgets tabsMichael Jurka2013-02-074-11/+20
|/ | | | Bug: 8138894
* Merge "Fix Launcher drop targets for App remove / uninstall / info"Fabrice Di Meglio2013-02-072-11/+30
|\
| * Fix Launcher drop targets for App remove / uninstall / infoFabrice Di Meglio2013-02-062-11/+30
| | | | | | | | | | | | | | | | - make the code aware of the layout direction - use start drawables - fix animation drop rect Change-Id: I35f01b9079aef418c0a22b39e32344c7bf5a0660