summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixing issue where we were unnecessarily center pages vertically (Bug: 5521605)Winson Chung2011-10-261-1/+1
| | | | | | | | - 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
* Merge "Initial changes to make folders accessible" into ics-mr1Adam Cohen2011-10-264-10/+116
|\
| * Initial changes to make folders accessibleAdam Cohen2011-10-264-10/+116
| | | | | | | | Change-Id: Id8c9cbc0ef200967c3b966fbccfdfde184d4211c
* | Merge "Cleaning up some code related to background alpha. (Bug: 5512761)" ↵Winson Chung2011-10-261-40/+61
|\ \ | | | | | | | | | into ics-mr1
| * | Cleaning up some code related to background alpha. (Bug: 5512761)Winson Chung2011-10-251-40/+61
| | | | | | | | | | | | | | | | | | | | | - 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
* | | Merge "Fixing AppsCustomize paging effect on tablet" into ics-mr1Adam Cohen2011-10-252-4/+26
|\ \ \ | |/ / |/| |
| * | Fixing AppsCustomize paging effect on tabletAdam Cohen2011-10-252-4/+26
| |/ | | | | | | Change-Id: I9ec1faeb4efa1b3db338bf47dceee72befbc682e
* | Merge remote branch 'goog/ics-mr0' into ics-mr1Ed Heyl2011-10-251-5/+6
|\ \
| * | Updated bug fix for Launcher reloading on mcc update.Reena Lee2011-10-241-5/+6
| |/ | | | | | | | | | | | | | | | | | | | | | | 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
* | am 29454729: Merge "Adding check in when getting current tab tag to prevent ↵Winson Chung2011-10-211-8/+12
|\| | | | | | | | | | | | | crash/NPE. (Bug: 5492469)" into ics-mr0 * commit '29454729ae8bda1e478537965820b88c31bd091d': Adding check in when getting current tab tag to prevent crash/NPE. (Bug: 5492469)
| * Merge "Adding check in when getting current tab tag to prevent crash/NPE. ↵Winson Chung2011-10-211-8/+12
| |\ | | | | | | | | | (Bug: 5492469)" into ics-mr0
| | * Adding check in when getting current tab tag to prevent crash/NPE. (Bug: ↵Winson Chung2011-10-211-8/+12
| | | | | | | | | | | | | | | | | | 5492469) Change-Id: I51960bafbf1a9b2201639fb34786a7415e1e57dd
* | | am 54103eb3: Merge "Adding additional checks to prevent launcher crash when ↵Winson Chung2011-10-211-6/+15
|\| | | | | | | | | | | | | | | | | | | | 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)
| * | Adding additional checks to prevent launcher crash when we can't compose ↵Winson Chung2011-10-201-6/+15
| |/ | | | | | | | | | | animation buffer. (Bug: 5478481) Change-Id: I5671bffab8626b4e2224ef4c174204a5a3b68f97
* | am dd3a3d9c: Merge "Fixing AllAppsCustomize Keyboard Accessibility / NPE ↵Adam Cohen2011-10-206-63/+93
|\| | | | | | | | | | | | | (issue 5483485)" into ics-mr0 * commit 'dd3a3d9cf94b80c356ca1d9ca62a3b90e0d56c5c': Fixing AllAppsCustomize Keyboard Accessibility / NPE (issue 5483485)
| * Merge "Fixing AllAppsCustomize Keyboard Accessibility / NPE (issue 5483485)" ↵Adam Cohen2011-10-206-63/+93
| |\ | | | | | | | | | into ics-mr0
| | * Fixing AllAppsCustomize Keyboard Accessibility / NPE (issue 5483485)Adam Cohen2011-10-206-63/+93
| | | | | | | | | | | | Change-Id: I841823e28bf419028afea2a57352c4ad45c7c4a0
* | | am b8c69f3c: Fixing issue where holographic outlines were offset when ↵Winson Chung2011-10-204-27/+54
|\| | | | | | | | | | | | | | | | | | | | dragging from/to folders/hotseat. (Bug: 5399792) * commit 'b8c69f3c17a40adc2d85e8e996f754c383c293dc': Fixing issue where holographic outlines were offset when dragging from/to folders/hotseat. (Bug: 5399792)
| * | Fixing issue where holographic outlines were offset when dragging from/to ↵Winson Chung2011-10-194-27/+54
| | | | | | | | | | | | | | | | | | folders/hotseat. (Bug: 5399792) Change-Id: Iaa39ef1293b45a1d116210ec9d7fbde17dbc99cc
* | | am fa4656a6: Merge "Adding additional cases where we may have to recalculate ↵Winson Chung2011-10-192-17/+18
|\| | | | | | | | | | | | | | | | | | | | 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)
| * | Merge "Adding additional cases where we may have to recalculate the number ↵Winson Chung2011-10-192-17/+18
| |\ \ | | | | | | | | | | | | of apps/widget pages. (Bug: 5475261)" into ics-mr0
| | * | Adding additional cases where we may have to recalculate the number of ↵Winson Chung2011-10-192-17/+18
| | |/ | | | | | | | | | | | | | | | apps/widget pages. (Bug: 5475261) Change-Id: Ia5f0cea7a3b8bd0a972ec3ea2fadc72eb0f7689a
* | | am df6af574: Fix NPE when opening a new folder if there were no folders ↵Adam Cohen2011-10-191-6/+1
|\| | | | | | | | | | | | | | | | | | | | before (issue 5482523) * commit 'df6af5740da6ee9f78e846218d71941b02fc0283': Fix NPE when opening a new folder if there were no folders before (issue 5482523)
| * | Fix NPE when opening a new folder if there were no folders before (issue ↵Adam Cohen2011-10-191-6/+1
| |/ | | | | | | | | | | 5482523) Change-Id: I41fa39c4766f052c785c7e5635c8243e34af84fc
* | am d3357b18: Fixing all apps accessibility (issue: 5478505)Adam Cohen2011-10-181-2/+5
|\| | | | | | | | | * commit 'd3357b186d55816e682b3012cfccd2d7a0680678': Fixing all apps accessibility (issue: 5478505)
| * Fixing all apps accessibility (issue: 5478505)Adam Cohen2011-10-181-2/+5
| | | | | | | | Change-Id: I8f5ba2e4acd620520a57ef0b464171c6e0966d4e
* | am 44fbf9de: Merge "Fixing stutter in AllApps transition" into ics-mr0Adam Cohen2011-10-183-6/+11
|\| | | | | | | | | * commit '44fbf9de0e4694d785383b6c276cc24f86923118': Fixing stutter in AllApps transition
| * Merge "Fixing stutter in AllApps transition" into ics-mr0Adam Cohen2011-10-183-6/+11
| |\
| | * Fixing stutter in AllApps transitionAdam Cohen2011-10-173-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> 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
* | | am 00ed85a3: Merge "Listen for ACTION_CONFIGURATION_CHANGED for an mcc ↵Adam Cohen2011-10-172-25/+62
|\| | | | | | | | | | | | | | | | | | | | change to reload AllApps" into ics-mr0 * commit '00ed85a3d613b02e3abf9f37c298661b92f3200e': Listen for ACTION_CONFIGURATION_CHANGED for an mcc change to reload AllApps
| * | Merge "Listen for ACTION_CONFIGURATION_CHANGED for an mcc change to reload ↵Adam Cohen2011-10-172-25/+62
| |\ \ | | |/ | |/| | | | AllApps" into ics-mr0
| | * Listen for ACTION_CONFIGURATION_CHANGED for an mcc change to reload AllAppsReena Lee2011-10-172-25/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | am 7fe4f8ba: Merge "Add ability to swipe from apps to widgets in ↵Adam Cohen2011-10-173-186/+157
|\| | | | | | | | | | | | | | | | | | | | AllAppsCustomize (issue 5453016)" into ics-mr0 * commit '7fe4f8ba0a3c065773f3166940f6b34e42194389': Add ability to swipe from apps to widgets in AllAppsCustomize (issue 5453016)
| * | Merge "Add ability to swipe from apps to widgets in AllAppsCustomize (issue ↵Adam Cohen2011-10-173-186/+157
| |\ \ | | |/ | |/| | | | 5453016)" into ics-mr0
| | * Add ability to swipe from apps to widgets in AllAppsCustomize (issue 5453016)Adam Cohen2011-10-143-186/+157
| | | | | | | | | | | | Change-Id: I4d725cf1ee11d67f5149dbd0edbcb2e0af3b80ee
* | | am ea45c2cb: Merge "Fix NPE" into ics-mr0Winson Chung2011-10-171-1/+4
|\| | | | | | | | | | | | | | * commit 'ea45c2cb53b4d745f43850dcc4e794748425c5df': Fix NPE
| * | Merge "Fix NPE" into ics-mr0Winson Chung2011-10-141-1/+4
| |\ \
| | * | Fix NPEMichael Jurka2011-10-141-1/+4
| | | | | | | | | | | | | | | | | | | | Bug # 5455516 Change-Id: I61617d47d1275cfb983adb07e77b8293eb26a763
* | | | Merge "Add source bounds of QSB bar to global search intents."Mathew Inwood2011-10-172-1/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Add source bounds of QSB bar to global search intents.Mathew Inwood2011-10-142-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 5235747 Change-Id: I4baae02923da89826559bd133024453cd4cec661
* | | | Making Launcher tabs more consistent with system. (Bug: 5184498)Winson Chung2011-10-141-2/+7
| | | | | | | | | | | | | | | | Change-Id: Idac7c14fdefcdad0bb88b1c5b34fa3e10c2733ac
* | | | am 5130e401: Move haptic feedback on All Apps button to touch downMichael Jurka2011-10-133-3/+32
|\ \ \ \ | |/ / / |/| / / | |/ / | | | * commit '5130e401a005fcf6afba6e8e72a628fc45f9a287': Move haptic feedback on All Apps button to touch down
| * / Move haptic feedback on All Apps button to touch downMichael Jurka2011-10-133-3/+32
| |/ | | | | | | | | | | | | | | Bug #5453040 - Also fixing one case where db cursor wasn't closed Bug #5453040 Change-Id: Id5e8f3c30690160900a6be2cd60c1062ff48ee54
* / Don't ignore fast keystrokes when launching search.Mathew Inwood2011-10-131-1/+1
|/ | | | | | | | | | | | | | | | 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
* Merge "Fixing some issues with AppsCustomize" into ics-mr0Winson Chung2011-10-123-68/+75
|\
| * Fixing some issues with AppsCustomizeWinson Chung2011-10-113-68/+75
| | | | | | | | | | | | | | | | - 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
* | Merge "Changing press feedback to holographic for search buttons. (Bug: ↵Winson Chung2011-10-124-4/+176
|\ \ | | | | | | | | | 5290367)" into ics-mr0
| * | Changing press feedback to holographic for search buttons. (Bug: 5290367)Winson Chung2011-10-114-4/+176
| |/ | | | | | | Change-Id: I50fa849abb816a98d1dbbfd9bf6611fbb87baca9
* | Merge "Add haptic feedback when All Apps button is pressed" into ics-mr0Michael Jurka2011-10-112-2/+4
|\ \
| * | Add haptic feedback when All Apps button is pressedMichael Jurka2011-10-112-2/+4
| |/ | | | | | | | | Bug 5432097 Change-Id: I600054705b7c48a69ee17bb4058c91ea8cf7260d