Commit Graph

3799 Commits

Author SHA1 Message Date
Maarten Hooft 323eefca7a Merge "Updated bug fix for Launcher reloading on mcc update." into ics-mr0 2011-10-25 11:06:02 -07:00
Reena Lee 99a73f31b7 Updated bug fix for Launcher reloading on mcc update.
Store the previousConfig's mcc value only instead of configuration object.
The mPreviousConfig object was a reference to the same object ResourceManager
was using, which can change by the time LauncherModel gets the intent for
ACTION_CONFIGURATION_CHANGED.
This was causing Launcher to not reload all apps as the currentConfig and previousConfig always matched.

Bug 5040470

Change-Id: Ie7102cc233177e05cb0e0e2ae4240309c16ebf66
2011-10-24 17:37:11 -07:00
Eric Fischer 495f9022ec Import revised translations. DO NOT MERGE
Change-Id: I3e6cdc7164ec5354748dced1569ede0d3ef58424
2011-10-24 17:08:52 -07:00
Eric Fischer f060868dd6 Merge "Import revised translations. DO NOT MERGE" into ics-mr0 2011-10-21 16:00:02 -07:00
Eric Fischer 295c5e387d Import revised translations. DO NOT MERGE
Change-Id: I27a0b164d00681bfd95f31a5faad3928552a187e
2011-10-21 14:39:21 -07:00
Winson Chung 29454729ae Merge "Adding check in when getting current tab tag to prevent crash/NPE. (Bug: 5492469)" into ics-mr0 2011-10-21 12:26:21 -07:00
Winson Chung 6a8103c7ef Adding check in when getting current tab tag to prevent crash/NPE. (Bug: 5492469)
Change-Id: I51960bafbf1a9b2201639fb34786a7415e1e57dd
2011-10-21 11:09:16 -07:00
Winson Chung 54103eb3f9 Merge "Adding additional checks to prevent launcher crash when we can't compose animation buffer. (Bug: 5478481)" into ics-mr0 2011-10-21 10:54:40 -07:00
Eric Fischer 442b53259f Merge "Import revised translations. DO NOT MERGE" into ics-mr0 2011-10-21 09:36:57 -07:00
Winson Chung 097e6c71b1 Adding additional checks to prevent launcher crash when we can't compose animation buffer. (Bug: 5478481)
Change-Id: I5671bffab8626b4e2224ef4c174204a5a3b68f97
2011-10-20 18:18:14 -07:00
Eric Fischer e6a089ef57 Import revised translations. DO NOT MERGE
Change-Id: I2d01ca36d712fa73e93926d07ac717137c550f98
2011-10-20 18:02:43 -07:00
Adam Cohen dd3a3d9cf9 Merge "Fixing AllAppsCustomize Keyboard Accessibility / NPE (issue 5483485)" into ics-mr0 2011-10-20 14:41:47 -07:00
Eric Fischer 5b2bbb7485 Merge "Import revised translations. DO NOT MERGE" into ics-mr0 2011-10-20 11:29:41 -07:00
Eric Fischer 9bb571086c Import revised translations. DO NOT MERGE
Change-Id: I98270e4794762a9dd3d00465e25a4d3a9165c674
2011-10-20 11:12:40 -07:00
Adam Cohen ae4f155e09 Fixing AllAppsCustomize Keyboard Accessibility / NPE (issue 5483485)
Change-Id: I841823e28bf419028afea2a57352c4ad45c7c4a0
2011-10-20 00:18:52 -07:00
Winson Chung b8c69f3c17 Fixing issue where holographic outlines were offset when dragging from/to folders/hotseat. (Bug: 5399792)
Change-Id: Iaa39ef1293b45a1d116210ec9d7fbde17dbc99cc
2011-10-19 23:57:04 -07:00
Winson Chung fa4656a60b Merge "Adding additional cases where we may have to recalculate the number of apps/widget pages. (Bug: 5475261)" into ics-mr0 2011-10-19 16:27:49 -07:00
Winson Chung 4b0ed8c09e Adding additional cases where we may have to recalculate the number of apps/widget pages. (Bug: 5475261)
Change-Id: Ia5f0cea7a3b8bd0a972ec3ea2fadc72eb0f7689a
2011-10-19 15:26:07 -07:00
Adam Cohen df6af5740d Fix NPE when opening a new folder if there were no folders before (issue 5482523)
Change-Id: I41fa39c4766f052c785c7e5635c8243e34af84fc
2011-10-19 14:38:16 -07:00
Adam Cohen d3357b186d Fixing all apps accessibility (issue: 5478505)
Change-Id: I8f5ba2e4acd620520a57ef0b464171c6e0966d4e
2011-10-18 14:58:50 -07:00
Adam Cohen 44fbf9de0e Merge "Fixing stutter in AllApps transition" into ics-mr0 2011-10-18 12:49:34 -07:00
Eric Fischer dc091f5d85 Merge "Import revised translations. DO NOT MERGE" into ics-mr0 2011-10-18 11:34:09 -07:00
Eric Fischer 50f6a3fbd8 Import revised translations. DO NOT MERGE
Change-Id: Iff314d2bd8cb93fb619acf1a8d9a6f3cea839d17
2011-10-18 11:11:21 -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 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
Michael Jurka 6029d75e75 Merge "Run wallpaper chooser in a separate process" into ics-mr0 2011-10-17 02:32:30 -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
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 4e01d33852 Run wallpaper chooser in a separate process
Fixes cases where the wallpaper previews were not loading due to OOM errors.
Bug #5453040

Change-Id: I96ea5e215e63f0848ca518c982a6d695d0dff75f
2011-10-13 06:07:30 -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
Winson Chung 3a02e82cff Merge "Fixing annoying issue where page outlines looked off-center." 2011-10-10 12:00:37 -07:00
Winson Chung 9b0f23bafd Fixing annoying issue where page outlines looked off-center.
- Also addressed folder icon clipping issue (Bug: 5199082)

Change-Id: Ifc76024e10e0ecf0103cd314f4d02523b068f923
2011-10-09 15:04:41 -07:00
Eric Fischer 8900eb0d5b Import revised translations.
Change-Id: I4ea822a304bf3557cb4ef2f7a6bfa4a938ccd962
2011-10-07 16:51:35 -07:00
Adam Cohen 4045eb736e Fixing folder order persistence, issue 5422712
Change-Id: I72d99274b581a803f01042e1de979c59faa4684b
2011-10-06 13:02:03 -07:00
Winson Chung 12dc6d3bc8 Merge "Updating folder cling text position for Crespo. (Bug: 5346951)" 2011-10-06 10:30:33 -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 93065f0a05 Updating folder cling text position for Crespo. (Bug: 5346951)
Change-Id: Iaa0794c84766d02f1091442e2e76418ba57002d8
2011-10-05 16:44:09 -07:00