Commit Graph

442 Commits

Author SHA1 Message Date
Mathew Inwood cf7f63bb4d Add source bounds of QSB bar to global search intents.
Bug: 5235747

Change-Id: I4baae02923da89826559bd133024453cd4cec661
2011-10-14 14:14:32 +01:00
Mathew Inwood 8193f690c2 Don't ignore fast keystrokes when launching search.
When typing fast on an external keyboard, the sequence goes thus:
1. keypress received, global search intent launched with the key included
   as the initial query
2. activity is paused
3. another keypress received, another global search intent in launched
   with this new key
4. Search activity appears, new keystrokes then end up here

Clearing the typed text immediately results in the first keystroke(s)
being ignored. Do that in onResume() instead so we don't lose them.

Bug: 5276707
Change-Id: I047293f62714ab1438894be7cf84ed127156b2ea
2011-10-13 10:16:01 +01:00
Michael Jurka 24a667c556 Merge "Add haptic feedback when All Apps button is pressed" into ics-mr0 2011-10-11 16:08:35 -07:00
Michael Jurka 2a55232840 Add haptic feedback when All Apps button is pressed
Bug 5432097

Change-Id: I600054705b7c48a69ee17bb4058c91ea8cf7260d
2011-10-11 15:45:17 -07:00
Michael Jurka c1f5d26675 Fix stutter when swiping workspace first time
Bug # 5366313

Change-Id: If4212d0cd626d0829e3e4487da52f455b0b89983
2011-10-11 11:11:36 -07:00
Adam Cohen 16d7ffc5d5 Adding some dump() logging regarding deleted widgets
Change-Id: Ia11cc27267d06d57e0e16bfabe3b5076481058e5
2011-10-05 17:51:48 -07:00
Winson Chung c51db6accf Fixing some search box issues.
- Voice search still clickable and causes crash (Bug: 5371480)
- Empty search box when QSB is disabled (Bug: 5358074)

Change-Id: I97cef678b012c8294fca9149e22458abed31075d
2011-10-05 14:30:32 -07:00
Winson Chung a182096cb2 Fixing crash when you are dragging an app and the packages change under you. (Bug: 5280181)
- Removing unused dimension for app icon content size

Change-Id: If3910010577e902937d284296479f9a699516de3
2011-10-04 11:29:11 -07:00
Adam Cohen 82ebbd2a2f Removing auto-padding of widgets, as it is now done at framework level
Change-Id: Ia3bc171e297e07eba00c447a794a28f8201dac44
2011-09-30 15:06:26 -07:00
Adam Cohen ac56cff186 Adding keyboard support to folders and fixing renaming rough edges
Change-Id: I62e1a5699e4c7e8d53f5f7d6331a854270a83aa1
2011-09-29 11:53:57 -07:00
Michael Jurka b964f9c5c2 remove references to google apps
Change-Id: Id373dc701afdd476e125936711bbb040e1451f9e
2011-09-28 15:52:34 -07:00
Adam Cohen dc16b6077e Enable auto-rotation in phone UIs in eng builds (for testing)
Change-Id: I4749a861b860dede699593b8d06a17405345b8e4
2011-09-26 15:12:33 -07:00
Winson Chung 1f74ff7eba Should be updating voice icon as well on search packages changed. (Bug: 5352338)
Change-Id: I5a30e56b871556027d50e442e3f385b1a29a2850
2011-09-21 19:24:26 -07:00
Winson Chung 7a74ac9cd6 Tweaking clings in response to usability testing. (5057945, 5056643)
- Updating assets
- Removing folder cling text
- Fading in folder cling after folder animation
- Highlighting different icon in allapps cling

Change-Id: I6e4fadf10b81a91296304f008644ee1d154ec5f8
2011-09-20 17:51:10 -07:00
Winson Chung 9d9d74f2b0 Launcher tweaks.
- Updating search bar bg
- Removing clings from the layout if they are already dismissed
- Tweaking cling description paddings for languages that are more verbase
- Tweaking wallpaper picker gallery spacing

Change-Id: I801cdf4b1d0cc49a53113318d7b9075f6fa218bd
2011-09-19 16:06:37 -07:00
Adam Cohen ff648b5512 Issue 5218087, HONEYCOMB_MR2 -> ICE_CREAM_SANDWICH for widget padding
-> Also moved a couple dimens to be consistent

Change-Id: I897e1fc0706b8dcc6f6c1efe719c97b6a3932407
2011-09-19 11:59:13 -07:00
Winson Chung 7d7541e7b4 Updating Clings. (5057945, 5056643)
Change-Id: Ifb2d37e92495aeddf9d4b3277eb8d2a846f4aa99
2011-09-18 18:38:11 -07:00
Adam Cohen 31e8624c45 Merge "Fixing widget minResizeWidth/Height interpretation (Issue 5327589)" into ics-factoryrom 2011-09-18 16:01:29 -07:00
Winson Chung 9627936d4f Merge "Updating the qsb. (5051804)" into ics-factoryrom 2011-09-18 12:20:45 -07:00
Adam Cohen cbf47e38e2 Fixing widget minResizeWidth/Height interpretation (Issue 5327589)
Change-Id: I16bf9bb20baad4fa1e0676d98bb93de758af0ebc
2011-09-16 17:40:50 -07:00
Winson Chung c7aef8ca75 Updating the qsb. (5051804)
Change-Id: I7f5745e64b96951d4ec8d5714389df7ebff30c81
2011-09-16 14:29:35 -07:00
Adam Cohen 446e940fc8 Locking orientation on phones (issue 4967793)
Change-Id: I6b5fe63547f43c408feea75f35dc0a08d06c258c
2011-09-15 20:08:40 -07:00
Adam Cohen cff6af81d7 Tuning AllApps <--> Workspace transitions
-> Removed extraneous service transactions during scrolling

Change-Id: I60a201e7a94608d6fbafd2350f39a466d7a4c003
2011-09-14 14:04:49 -07:00
Adam Cohen f4ddea3df7 Fixing bug where wallpaper disappears
Change-Id: I50f57a9cec20079c36c65f85243c1c4bc16c7fb8
2011-09-12 13:49:52 -07:00
Winson Chung 09bfc45ae8 Fixing small regression where dropping from a folder causes the search bar to flash.
Change-Id: Ifec899ea834ecd7526e5797bbda3a2feec1f9e8c
2011-09-09 11:30:37 -07:00
Winson Chung dff8ebbafd Fixing issue with search icon and new intent flags.
- Saving orientation specific global icons (5266914)
- Adding proper flags when starting new intents to Settings and other tasks (5271530)

Change-Id: I79a40f2d42b5501b90ca3f66c145598a4c43c0b5
2011-09-08 17:29:22 -07:00
Michael Jurka c9d95c5897 Cleaning up LauncherModel
- performing all DB operations immediately if called from worker thread (a previous change that did this in updateItemInDatabase fixed an outstanding bug)
- centralizing logic to do database updates
- removing old logging code

Change-Id: Idc7bfef3921828ff7c5492b8e996c0a07e1ec508
2011-09-07 16:59:07 -07:00
Winson Chung 603bcb91a0 Prevent accessing LauncherModel data structures on main thread. (5220358)
Change-Id: Ib9de96abb0ab13ef63b9c594f6982368fd1b614f
2011-09-02 17:07:46 -07:00
Adam Cohen f814aa0f33 Unifying widget cell requirement computations
Change-Id: I5b37ebdab5b3defe7d05926882a6587d4c9f1081
2011-09-01 13:54:32 -07:00
Adam Cohen 3c81a3835b Fix issue where folder wouldn't open
Change-Id: I0745b70bb08dae6ebfd4fd8223cb01a39094751d
2011-08-31 23:01:54 -07:00
Adam Cohen 3f4889e54f Merge "Fixing wallpaper scrolling to be consistent in springloaded" 2011-08-31 21:52:05 -07:00
Adam Cohen beff8c6a13 Fixing wallpaper scrolling to be consistent in springloaded
Change-Id: I0aabd541e07c32aaa47068047e5ecb67f89cabab
2011-08-31 21:36:19 -07:00
Winson Chung 128bbcd1e6 Padding the new market button.
Change-Id: I293859d4041a05619cb144a82aa1122a70403719
2011-08-31 17:06:17 -07:00
Adam Cohen 7777d967a6 Refactor and simplify home transitions
Change-Id: I499ba571c889b684a759ee84c2a626ef94977855
2011-08-31 14:20:01 -07:00
Dianne Hackborn bb003a540b Fix issue #5209847: Make launcher turn off the wallpaper in all apps.
Change-Id: If7129048dfb127057aac5761d64125505b0641b0
2011-08-30 14:56:43 -07:00
Michael Jurka b60fd0eafb Tagging where ItemInfos are created for debug purposes
Change-Id: Iad3ed8ef4f81f4990c027ab46fd25b03b089babb
2011-08-29 14:23:30 -07:00
Adam Cohen 50370f3257 Automatically padding widgets based on target API level
Change-Id: I062c487df1067a787e9921e85558b38294a10112
2011-08-25 18:57:14 -07:00
Winson Chung cf0172d56c Merge "Hiding search bar buttons when qsb is disabled. (5187969, 5201453)" 2011-08-24 13:47:55 -07:00
Winson Chung efad830598 Merge "Fixing issue where rotating device while in widgets pane fails to load." 2011-08-24 13:47:51 -07:00
Winson Chung 87acb4806b Fixing issue where rotating device while in widgets pane fails to load.
- Removed some unnecessary code related to dialogs.

Change-Id: I5abfc7851c78e6597fd49cc96db5b26bd0976c1c
2011-08-23 18:05:20 -07:00
Brett Chabot 2a9e228e6f Don't show cling dialogs when test harness is active.
Bug 5204219

Change-Id: I651b8d8c16a203f0e0fdeed97435a841de15dabf
2011-08-23 15:04:19 -07:00
Winson Chung cbf7c4d50c Hiding search bar buttons when qsb is disabled. (5187969, 5201453)
Change-Id: I23cbfac5c1a8f96eb8158fd30a1fb335b044d49c
2011-08-23 14:58:00 -07:00
Winson Chung dbb6549926 Merge "Cling ALL the things! (Workspace and AllApps)" 2011-08-22 21:25:46 -07:00
Winson Chung 82f5553a13 Cling ALL the things! (Workspace and AllApps)
Change-Id: Iee6b38dbb4f0b2fb85f854d70fd86db1e7b1d8f7
2011-08-22 21:26:06 -07:00
Winson Chung 236d431cc5 Adding settings menu back... (5165175)
Change-Id: Iaf413a7e9f9aecfa2c868b8700571884af7821ee
2011-08-22 15:13:15 -07:00
Winson Chung ed718b18a9 Merge "Saving/restoring current page in AppsCustomize. (5050168)" 2011-08-18 10:55:17 -07:00
Winson Chung 5afbf7bdd6 Saving/restoring current page in AppsCustomize. (5050168)
Change-Id: Ib868033a2b71383abc4569082675f391d3e4cc76
2011-08-17 10:48:01 -07:00
Winson Chung fafa874d8b Merge "Improving transition between Apps/Widgets panes (5145408)" 2011-08-16 15:25:12 -07:00
Winson Chung f314b0eab0 Improving transition between Apps/Widgets panes (5145408)
Change-Id: Id4f73a89b646bbf168ee49e8bdeb34b85a52d9d4
2011-08-16 12:52:39 -07:00
Adam Cohen 558baaf0a0 Fix issue 5064004, can't add shortcut to portal from AllApps
Change-Id: I99cd2108af617cf5a80b417f81a86c363fac2377
2011-08-15 15:36:38 -07:00