Commit Graph

10334 Commits

Author SHA1 Message Date
Adam Cohen 25b2995c67 Tentative fix for monkey crash, issue 5556086
Change-Id: Iea6b39133b297dc809e64a20d22156f59950db74
2011-11-02 15:52:56 -07:00
Michael Jurka e4410ec013 Merge "Potential fix for launcher lockup (5369863)" into ics-mr1 2011-11-01 13:51:39 -07:00
Adam Cohen 55f57c49cf Merge "Launcher performance optimizations: shaving about 3ms off Workspace.dispatchDraw()" into ics-mr1 2011-11-01 12:45:07 -07:00
Winson Chung 32f491c9df Merge "Fixing issue where default widget previews were not using large icons on tablet." into ics-mr1 2011-11-01 10:43:54 -07:00
Michael Jurka 132793e607 Merge "Fix stuttering animation when you press home" into ics-mr1 2011-10-31 22:53:39 -07:00
Michael Jurka cf489fe0c6 Merge "Update tablet wallpaper size" into ics-mr1 2011-10-31 22:53:34 -07:00
Michael Jurka b3e22d99c1 Potential fix for launcher lockup (5369863)
- also, removing unused parameters and doing some function renames
2011-10-31 16:33:43 -07:00
Michael Jurka bdf78559f2 Fix stuttering animation when you press home
Bug # 5533287

also removing some dead code/assets

Change-Id: I05e0a67d5b9003c76e1589a9dc54b7d17b755acf
2011-10-31 14:56:07 -07:00
Adam Cohen 73894964c2 Launcher performance optimizations: shaving about 3ms off Workspace.dispatchDraw()
-> Caching values of getChildOffset() and getChildRelativeOffset()
    -> Using fast invalidate pattern in workspace#screenscrolled
    -> eliminated updateAdjacentPageAlpha, combined with screenScrolled
       code where appropriate to take advantage of fast invalidate
    -> removed a bit of dead code (just for cleanups sake)

Change-Id: Id91542ff846d9495a0370707d02d1f647dab22d4
2011-10-31 14:52:24 -07:00
Winson Chung 0b9fcf5686 Fixing issue where default widget previews were not using large icons on tablet.
Change-Id: I66469f52172be8ee526dc71cc5b6aa797f6a3289
2011-10-31 13:05:51 -07:00
Winson Chung 0ee2a43819 Merge "Fixing issue where widget previews were being scaled up." into ics-mr1 2011-10-31 10:54:08 -07:00
Michael Jurka 6e8dc3572f Merge "Fix NPE" into ics-mr1 2011-10-30 19:41:14 -07:00
Winson Chung b5e74c8b60 Fixing issue where widget previews were being scaled up.
Change-Id: I94eaa1beb0579c8045a3b4c6ff72f7b9622a62ff
2011-10-28 16:43:21 -07:00
Michael Jurka 193080b4c6 Update tablet wallpaper size
- No wallpaper overscroll when horizontally swiping in Launcher
- No more vertical parallax
- Always setting the wallpaper offset to be centered vertically on phones
2011-10-28 16:09:52 -07:00
Michael Jurka 4da7a3e556 Fix NPE
Bug # 5340102

Change-Id: Ibcdb549f4987f67c797c0618c8f54d3b1054261f
2011-10-28 15:28:50 -07:00
Michael Jurka c5deca7c6a Merge "Asset updates" into ics-mr1 2011-10-27 11:40:13 -07:00
Peter Ng 8db7000140 Asset updates
- Change how default widget previews look (5509429)
- Improve antialiasing in portal assets

Change-Id: I9993aec46a9a9ab8a732b4fc150120c935523f02
2011-10-27 11:26:04 -07:00
Winson Chung 6a87740354 Fixing issue where we were unnecessarily center pages vertically (Bug: 5521605)
- Centering pages vertically have no real effect on the phone as the page height is
  effectively the size of the container, but on tablets, pages can be significantly
  smaller to allow tapping the empty space to dismiss it.

Change-Id: I2f5117c287df6c5357039696f456d1d9d6c2af57
2011-10-26 17:00:42 -07:00
Adam Cohen faa702dca8 Merge "Initial changes to make folders accessible" into ics-mr1 2011-10-26 14:48:57 -07:00
Winson Chung ac9abca024 Merge "Cleaning up some code related to background alpha. (Bug: 5512761)" into ics-mr1 2011-10-26 14:09:45 -07:00
Adam Cohen 3371da0159 Initial changes to make folders accessible
Change-Id: Id8c9cbc0ef200967c3b966fbccfdfde184d4211c
2011-10-26 14:08:19 -07:00
Adam Cohen 89024e04ab Merge "Fixing AppsCustomize paging effect on tablet" into ics-mr1 2011-10-25 16:24:26 -07:00
Winson Chung 1b7c1d3515 Cleaning up some code related to background alpha. (Bug: 5512761)
- Fixes problem where side pages animate in when going to/from all apps
- Fixes issue where current page outline shows on first drag after going to all apps

Change-Id: Id764ff30daf7f4e9ca6f57d3bcd939a8a20c9473
2011-10-25 16:00:10 -07:00
Adam Cohen 2591f6a520 Fixing AppsCustomize paging effect on tablet
Change-Id: I9ec1faeb4efa1b3db338bf47dceee72befbc682e
2011-10-25 14:37:45 -07:00
Ed Heyl 4f3cb091d6 Merge remote branch 'goog/ics-mr0' into ics-mr1 2011-10-25 19:50:40 +00: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
Winson Chung 0ade43ab8c am 29454729: Merge "Adding check in when getting current tab tag to prevent crash/NPE. (Bug: 5492469)" into ics-mr0
* commit '29454729ae8bda1e478537965820b88c31bd091d':
  Adding check in when getting current tab tag to prevent crash/NPE. (Bug: 5492469)
2011-10-21 14:38:29 -07:00
Winson Chung 3324335515 am 54103eb3: Merge "Adding additional checks to prevent launcher crash when we can\'t compose animation buffer. (Bug: 5478481)" into ics-mr0
* commit '54103eb3f9fb6e1fd4d1b83c784a23b80323ec75':
  Adding additional checks to prevent launcher crash when we can't compose animation buffer. (Bug: 5478481)
2011-10-21 13:59:10 -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 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
Adam Cohen b36d9a5a66 am dd3a3d9c: Merge "Fixing AllAppsCustomize Keyboard Accessibility / NPE (issue 5483485)" into ics-mr0
* commit 'dd3a3d9cf94b80c356ca1d9ca62a3b90e0d56c5c':
  Fixing AllAppsCustomize Keyboard Accessibility / NPE (issue 5483485)
2011-10-20 14:43:49 -07:00
Adam Cohen dd3a3d9cf9 Merge "Fixing AllAppsCustomize Keyboard Accessibility / NPE (issue 5483485)" into ics-mr0 2011-10-20 14:41:47 -07:00
Winson Chung 83ec7737bd am b8c69f3c: Fixing issue where holographic outlines were offset when dragging from/to folders/hotseat. (Bug: 5399792)
* commit 'b8c69f3c17a40adc2d85e8e996f754c383c293dc':
  Fixing issue where holographic outlines were offset when dragging from/to folders/hotseat. (Bug: 5399792)
2011-10-20 10:36:28 -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 a874a4643d am fa4656a6: Merge "Adding additional cases where we may have to recalculate the number of apps/widget pages. (Bug: 5475261)" into ics-mr0
* commit 'fa4656a60b6a9e2f9b21a575c11a1d5c6e6771fc':
  Adding additional cases where we may have to recalculate the number of apps/widget pages. (Bug: 5475261)
2011-10-19 16:29:34 -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 a8c462b341 am df6af574: Fix NPE when opening a new folder if there were no folders before (issue 5482523)
* commit 'df6af5740da6ee9f78e846218d71941b02fc0283':
  Fix NPE when opening a new folder if there were no folders before (issue 5482523)
2011-10-19 15:14:42 -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 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