Amith Yamasani
fd12e7ab97
am 6df4c12b: am d59b0643: Use user restrictions instead of isLinkedUser
...
* commit '6df4c12b475aca7087f79c3fa5c3d56a2b18f8b7':
Use user restrictions instead of isLinkedUser
2013-04-25 21:23:17 -07:00
Amith Yamasani
d59b064398
Use user restrictions instead of isLinkedUser
...
Use a different API to query if the user is likely to have fewer apps installed.
Bug: 8720520
Change-Id: Ic4cbca47679627b33e08fd83653f8d20de294675
2013-04-25 15:18:12 -07:00
Michael Jurka
7d4299743b
am 506f5cc2: am 50bdf7e0: Merge "Only postpone animations if app is visible" into jb-mr2-dev
...
* commit '506f5cc24e1b5da9c66d26488909b2464671a6b9':
Only postpone animations if app is visible
2013-04-23 11:16:34 -07:00
Michael Jurka
cd496d723c
Only postpone animations if app is visible
...
Fixes bug where folders would remain open after
returning to launcher
Bug: 8681168
Change-Id: I930616f2aa006c1e23298dbdb0a80a9390ea41af
2013-04-22 16:07:43 +02:00
Michael Jurka
032e6bad1b
Clean up unused code
2013-04-22 15:08:42 +02:00
Michael Jurka
199d541c8d
Merge "Trim widget names" into jb-mr2-dev
2013-04-18 16:43:54 +00:00
Michael Jurka
fa56934a82
Don't set redundant content description for widgets
...
TextView label already is used as label for
accessibility
Bug: 8185316
2013-04-18 17:11:05 +02:00
Michael Jurka
74f0537577
Trim widget names
...
Bug: 8617506
2013-04-18 16:57:58 +02:00
Adam Cohen
02d1863c59
Merge "Making folders work in RTL (issue 8569879)" into jb-mr2-dev
2013-04-16 23:26:55 +00:00
Adam Cohen
2374abfda3
Making folders work in RTL (issue 8569879)
...
Change-Id: I3c726b96a2181c07be38cd84cf220e29e9b36f78
2013-04-16 14:57:47 -07:00
Winson Chung
5a0300783c
Merge "Fixing issue where accessibility was reporting items behind an open folder. (Bug 8331717)" into jb-mr2-dev
2013-04-16 17:15:34 +00:00
Amith Yamasani
ae45db052a
Update to match API rename
...
Change-Id: Id5af08f9556a81d0efb778ccbe81bb70938947c1
2013-04-13 16:46:23 -07:00
Amith Yamasani
9178ed862d
Follow API change to isUserLimited()
...
Change-Id: Ibbaad903c07a8e3dc96b37536d438fbee6b0356f
2013-04-12 15:16:23 -07:00
Winson Chung
83ca480941
Fixing issue where accessibility was reporting items behind an open folder. (Bug 8331717)
...
Change-Id: Ibaec4144ee911c6d784737cf56a4fc8a1dad2886
2013-04-12 15:15:07 -07:00
Michael Jurka
b68e03a83c
Fix NPE
...
Bug: 8596760
Change-Id: I401aa0f9a1b8b1c167b502f6aad11cb0f98b7c33
2013-04-11 11:40:21 -07:00
Michael Jurka
39b599e064
Fix bug where folder open animation gets finished early
...
Also, sync FirstFrameAnimatorHelper with changes
made in Recents
Bug: 8530231
Change-Id: Ibf1a43f67d91df89a2338f0f0c0fb52ee5496e57
2013-04-09 14:50:33 -07:00
Michael Jurka
78fbf9871d
Merge "Fix occasional widget flashing" into jb-mr2-dev
2013-04-04 18:11:19 +00:00
Michael Jurka
7607c2fb27
Fix occasional widget flashing
...
Bug: 7619759
Change-Id: Ic07ddfcc3ee76862691f940ad018f2c271d3614a
2013-04-04 11:10:40 -07:00
Winson Chung
c9d55c0dd0
Merge "Fixing issue where drag view is jumping when you scroll from hovering over an edge. (Bug 8522679)" into jb-mr2-dev
2013-04-04 18:10:02 +00:00
Michael Jurka
df96add095
Fix crash in draw listener
...
Bug: 8528246
Change-Id: Ie3600bed58dc393fcf71f735213a32b51551b52d
2013-04-03 16:46:07 -07:00
Winson Chung
25460a1d5c
Fixing issue where drag view is jumping when you scroll from hovering over an edge. (Bug 8522679)
...
Change-Id: Ie523e718bd1b558db9608aa66f6c353e4b8e1a14
2013-04-01 18:21:28 -07:00
Winson Chung
fe1fe268b6
Fixing RTL issues with apps ordering and snapping to page. (Bug 8238938, Bug 8374016, Bug 8373578)
...
Change-Id: I57ff58a6202a2794f02cfc13ed6124b10256dbbf
2013-04-01 17:07:39 -07:00
Michael Jurka
e233a8bf79
Hide clings in child mode
...
Bug: 8349525
Change-Id: Ie92153e77f1714b88986813a689a4fa7e444d1dc
2013-03-29 15:45:49 -07:00
Michael Jurka
98720c96ee
Fix crash caused by unregistering animation listener
2013-03-28 13:39:35 -07:00
Michael Jurka
f1ad608c28
Fix jumps in the beginning of animations
...
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
2013-03-28 12:08:18 -07:00
Michael Jurka
b8f5c401de
Don't close widget preview cache db
...
Only one connection is ever held now, and that
will be closed when the app is killed
2013-03-20 12:53:01 +01:00
Michael Jurka
d9cb4a124a
Fix SQLite crashes in Launcher
...
We were using multiple SQLiteOpenHelpers, which
causes problems; this change switches us to using
only one
Bug: 8346109
Change-Id: If7d4dff3d34edb38d9586d3b0f4e8e1747a71a75
2013-03-20 10:25:02 +01:00
Michael Jurka
315d38e977
Improve All Apps --> Workspace performance
...
Fix bug where HW layers were not enabled for that
transition
Bug: 8323765
2013-03-07 13:33:31 +01:00
Romain Guy
308703c41f
Merge "Prevent CellLayouts from making calls to saveLayerAlpha()" into jb-mr2-dev
2013-03-07 02:43:46 +00:00
Romain Guy
388e8c5dbe
Prevent CellLayouts from making calls to saveLayerAlpha()
...
Change-Id: I6fe1d9b39a765f4a960f7940c7afc94c784efa16
2013-03-06 15:31:40 -08:00
Michael Jurka
e5919c5574
Fix bug with some 1x1 widget previews
...
Bug: 8310045
2013-03-06 17:37:06 +01:00
Romain Guy
ce3cbd145b
Disable clipping where unnecessary
...
This change prevents the renderer from using a stencil buffer
to render rotated CellLayouts.
Change-Id: I0414f59ed45502323ab588820ceb4a5e3ec17140
2013-02-25 15:42:16 -08:00
Michael Jurka
5140cfaf47
Fix rare NPE
...
Bug: 8191673
2013-02-15 14:50:15 +01:00
Michael Jurka
32b7a09733
Fix SQLite syntax error
2013-02-07 20:08:41 +01:00
Michael Jurka
c4deb99929
Merge "Fix crash when creating preview cache table"
2013-02-07 14:58:59 +00:00
Michael Jurka
f0d45bdac8
Fix crash when creating preview cache table
2013-02-07 14:37:41 +01:00
Michael Jurka
ee8e99fe3b
Fix crash when switching between Apps/Widgets tabs
...
Bug: 8138894
2013-02-07 13:27:30 +01:00
Fabrice Di Meglio
b81e22ef4a
Merge "Fix Launcher drop targets for App remove / uninstall / info"
2013-02-07 00:41:18 +00:00
Fabrice Di Meglio
d6a33c6f34
Fix Launcher drop targets for App remove / uninstall / info
...
- make the code aware of the layout direction
- use start drawables
- fix animation drop rect
Change-Id: I35f01b9079aef418c0a22b39e32344c7bf5a0660
2013-02-06 15:40:46 -08:00
Michael Jurka
e4b4cd7a87
Merge "Clean up database in WidgetPreviewLoader"
2013-02-06 13:34:32 +00:00
Michael Jurka
d9ba96aab4
Merge "Fix crash caused by double loading of widget previews"
2013-02-06 13:33:57 +00:00
Michael Jurka
0247d1418d
Clean up database in WidgetPreviewLoader
2013-02-06 14:30:25 +01:00
Michael Jurka
3c69decd81
Fix crash caused by double loading of widget previews
...
Bug: 8146408
2013-02-06 13:59:10 +01:00
Winson Chung
728bd270e9
Merge "Adding RTL paging."
2013-02-06 00:17:13 +00:00
Michael Jurka
3f4e070aa5
Fix crash when rotating all apps
...
Bug: 8134296
2013-02-05 11:25:29 +01:00
Winson Chung
52aee60edc
Adding RTL paging.
...
Change-Id: Ic27d499cb76c7c30da37ed93f5372dd8441118b7
2013-02-04 16:35:52 -08:00
Michael Jurka
05713af127
Cache widget previews in a DB
...
- Smoother All Apps scroll performance
Change-Id: Id2d31a45e71c63d05a46f580667ad94403730616
2013-02-04 20:32:49 +01:00
Fabrice Di Meglio
892d023c54
Merge "Add first RTL support to Launcher"
2013-01-24 21:50:23 +00:00
Fabrice Di Meglio
cc11f74258
Add first RTL support to Launcher
...
See bug #8064062 Launcher needs to be RTL aware
Change-Id: I24b1f1977fb65246afd2005440567b5850939621
2013-01-23 18:23:06 -08:00
Michael Jurka
47639b9c1d
Use less HW layers in All Apps
...
(saves memory)
Change-Id: Ib2beda7549662a787437c7aa043e7858357c051f
2013-01-17 10:38:15 +01:00