Commit Graph

1693 Commits

Author SHA1 Message Date
Adam Cohen e75622a109 am d3357b18: Fixing all apps accessibility (issue: 5478505)
* commit 'd3357b186d55816e682b3012cfccd2d7a0680678':
  Fixing all apps accessibility (issue: 5478505)
2011-10-18 15:09:07 -07:00
Adam Cohen d3357b186d Fixing all apps accessibility (issue: 5478505)
Change-Id: I8f5ba2e4acd620520a57ef0b464171c6e0966d4e
2011-10-18 14:58:50 -07:00
Adam Cohen 15d1836b2b am 44fbf9de: Merge "Fixing stutter in AllApps transition" into ics-mr0
* commit '44fbf9de0e4694d785383b6c276cc24f86923118':
  Fixing stutter in AllApps transition
2011-10-18 12:51:56 -07:00
Adam Cohen 44fbf9de0e Merge "Fixing stutter in AllApps transition" into ics-mr0 2011-10-18 12:49:34 -07:00
Adam Cohen fdfdda9247 am 00ed85a3: Merge "Listen for ACTION_CONFIGURATION_CHANGED for an mcc change to reload AllApps" into ics-mr0
* commit '00ed85a3d613b02e3abf9f37c298661b92f3200e':
  Listen for ACTION_CONFIGURATION_CHANGED for an mcc change to reload AllApps
2011-10-17 22:03:22 -07:00
Adam Cohen 00ed85a3d6 Merge "Listen for ACTION_CONFIGURATION_CHANGED for an mcc change to reload AllApps" into ics-mr0 2011-10-17 22:02:07 -07:00
Adam Cohen b64d36e6f8 Fixing stutter in AllApps transition
-> Tightened up the interpolator and decreased the duration of the
   AllApps-in animation. This removes many excess frames at the end
   of the transition, and frees up perf for swiping AllApps:
   (issue 5359751)
-> Changed when AllApps state gets reset -- now only after
   leaving home, and then pressing home, or when the screen
   turns off.

Change-Id: I76e988102da91c12cb52af01468cf9a81fe45545
2011-10-17 21:53:41 -07:00
Reena Lee 93f824ac2f Listen for ACTION_CONFIGURATION_CHANGED for an mcc change to reload AllApps
Bug 5040470

Reload all apps in Launcher on ACTION_CONFIGURATION_CHANGED
if the config change was due to an mcc change. App icon labels
such as Gmail/GoogleMail may have mcc-based resources so must be
reloaded if the mcc has changed.

Change-Id: I02e48f9cebb73950cc563a902df850ae0db0a98f
2011-10-17 14:25:33 -07:00
Adam Cohen 72040e89ea am 7fe4f8ba: Merge "Add ability to swipe from apps to widgets in AllAppsCustomize (issue 5453016)" into ics-mr0
* commit '7fe4f8ba0a3c065773f3166940f6b34e42194389':
  Add ability to swipe from apps to widgets in AllAppsCustomize (issue 5453016)
2011-10-17 11:32:37 -07:00
Adam Cohen 7fe4f8ba0a Merge "Add ability to swipe from apps to widgets in AllAppsCustomize (issue 5453016)" into ics-mr0 2011-10-17 10:20:07 -07:00
Winson Chung eb95dde9d6 am ea45c2cb: Merge "Fix NPE" into ics-mr0
* commit 'ea45c2cb53b4d745f43850dcc4e794748425c5df':
  Fix NPE
2011-10-17 07:07:00 -07:00
Mathew Inwood 07b3b2f11f Merge "Add source bounds of QSB bar to global search intents." 2011-10-17 03:09:45 -07:00
Adam Cohen 0cd3b64e60 Add ability to swipe from apps to widgets in AllAppsCustomize (issue 5453016)
Change-Id: I4d725cf1ee11d67f5149dbd0edbcb2e0af3b80ee
2011-10-14 16:50:14 -07:00
Winson Chung ea45c2cb53 Merge "Fix NPE" into ics-mr0 2011-10-14 14:10:41 -07:00
Winson Chung d2c1f80aa7 Making Launcher tabs more consistent with system. (Bug: 5184498)
Change-Id: Idac7c14fdefcdad0bb88b1c5b34fa3e10c2733ac
2011-10-14 13:02:24 -07:00
Michael Jurka 9d906c7742 Fix NPE
Bug # 5455516

Change-Id: I61617d47d1275cfb983adb07e77b8293eb26a763
2011-10-14 06:27:52 -07:00
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
Michael Jurka 2dcda1f72c am 5130e401: Move haptic feedback on All Apps button to touch down
* commit '5130e401a005fcf6afba6e8e72a628fc45f9a287':
  Move haptic feedback on All Apps button to touch down
2011-10-13 12:43:13 -07:00
Michael Jurka 5130e401a0 Move haptic feedback on All Apps button to touch down
Bug #5453040

- Also fixing one case where db cursor wasn't closed
Bug #5453040

Change-Id: Id5e8f3c30690160900a6be2cd60c1062ff48ee54
2011-10-13 05:05:37 -07: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
Winson Chung 3f74f0cbc6 Merge "Fixing some issues with AppsCustomize" into ics-mr0 2011-10-12 14:49:45 -07:00
Winson Chung 9f36157cb5 Merge "Changing press feedback to holographic for search buttons. (Bug: 5290367)" into ics-mr0 2011-10-12 14:49:41 -07:00
Winson Chung 5fc72b3186 Fixing some issues with AppsCustomize
- Tweaking the widget page to make it a little tighter
- Altering the way we generate widget previews to make them more consistent
- Making the Apps page two line titles

Change-Id: I7bce420466c1d41fb87b423f259472482803a406
2011-10-11 18:20:33 -07:00
Winson Chung 7d3810d833 Changing press feedback to holographic for search buttons. (Bug: 5290367)
Change-Id: I50fa849abb816a98d1dbbfd9bf6611fbb87baca9
2011-10-11 17:39:07 -07: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 4045eb736e Fixing folder order persistence, issue 5422712
Change-Id: I72d99274b581a803f01042e1de979c59faa4684b
2011-10-06 13:02:03 -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
Michael Jurka 9b09219df6 Merge "Removing click delay from hotseat" 2011-10-04 15:13:44 -07:00
Michael Jurka e6235dd225 Removing click delay from hotseat
Change-Id: I9b227b387f43f2cc446ec93c65a7307ca8be53e8
2011-10-04 15:02:49 -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
Winson Chung 700eef7bc6 Merge "Fixing issue where dragging in the hotseat could trigger scrolling to side pages. (Bug: 5151006)" 2011-10-03 16:12:08 -07:00
Winson Chung 3e0839e5f8 Fixing issue where dragging in the hotseat could trigger scrolling to side pages. (Bug: 5151006)
Change-Id: I1b1b98ecc87180fa5994f46194f1b5668e618b91
2011-10-03 15:15:51 -07:00
Adam Cohen 3918640c2b Merge "Small fix in Folder text editing" 2011-09-30 20:10:20 -07:00
Adam Cohen 79568720bf Merge "Fixing issue where folder icon shows holographic outline." 2011-09-30 20:09:57 -07:00
Adam Cohen ea0818d475 Small fix in Folder text editing
Change-Id: I65c6862cbbc125b197bb6afa4951b267373832e9
2011-09-30 20:06:58 -07:00
Winson Chung a91b07de99 Merge "Workaround for stingray crash due to using old bitmaps. (Bug: 5397469)" 2011-09-30 19:49:37 -07:00
Winson Chung 8ff8713e55 Workaround for stingray crash due to using old bitmaps. (Bug: 5397469)
Change-Id: Icf7b13926aff3fdc4f658a549309ec4587ab0fa3
2011-09-30 19:41:08 -07:00
Winson Chung 1e9cbfef04 Fixing issue where folder icon shows holographic outline.
Change-Id: Iabb26cdbd25d02170f79ba030f97323120a3aa7b
2011-09-30 16:55:05 -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
Winson Chung e4a647f879 Slight change to inflate as much of the widget info as possible ahead of bg preview loading.
Change-Id: Id2a7ec79674f2d0a58afef3cfd57091dbf0bc736
2011-09-30 14:51:06 -07:00
Winson Chung 685dfb2dc6 Merge "Fixing issue where we were adding text to each scroll event. (Bug: 5328362)" 2011-09-30 12:10:29 -07:00
Winson Chung c27d1bbb26 Fixing issue where we were adding text to each scroll event. (Bug: 5328362)
Change-Id: I9e716535cdf06a2955167b53d788dffc724d1133
2011-09-30 12:10:19 -07:00
Adam Cohen 36cc09b07b Fixing issue with cancelled drag blocking cell spaces (Issue 5386523)
Change-Id: I9cfc728edeeee2237c21935517107e7a2af49646
2011-09-29 17:33:15 -07:00
Winson Chung 2f6a86e9db Merge "Tweaking size of QSB and updating cling assets." 2011-09-29 13:44:30 -07:00
Winson Chung 1a540a8364 Merge "Clean up bitmaps when necessary in the widget tray to prevent likelihood of OOM. (Bug: 5348390)" 2011-09-29 13:44:19 -07:00
Winson Chung 099459377a Clean up bitmaps when necessary in the widget tray to prevent likelihood of OOM. (Bug: 5348390)
- Removing some old code to use software layers when rendering widget preview metadata

Change-Id: I0db3daf7d1223e81dac6c901647acbe2ff490c6e
2011-09-29 12:52:22 -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