summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Initial changes to add configurable hotseat.Winson Chung2011-07-2011-488/+568
| | | | Change-Id: I4c2ed4a1c122c057662fabc70bfef7c5c088460b
* Merge "Fxing issues with the scroll bar"Winson Chung2011-07-204-28/+92
|\
| * Fxing issues with the scroll barWinson Chung2011-07-194-28/+92
| | | | | | | | | | | | | | | | - Removing track from AllApps - Scrollbar should reach edge of track now - Fixing flashing when going from AppsCustomize to workspace and switching tabs in AppsCustomize Change-Id: Id69bd04dc503608566c3a33a1344904e3db383bf
* | Merge "Adding animations when dropping on delete / uninstall drop target"Adam Cohen2011-07-195-11/+66
|\ \
| * | Adding animations when dropping on delete / uninstall drop targetAdam Cohen2011-07-195-11/+66
| | | | | | | | | | | | | | | | | | -> issue 5043661 Change-Id: I4e4830acc15e006e637b35c3d0dcc72c23414b95
* | | Fix 5043759, cancel widget resize when screen turned offAdam Cohen2011-07-191-0/+2
|/ / | | | | | | Change-Id: I363238cbcae859060541d8c8cbf558fcc87e9272
* | Widget resizing obeys minResizeWidth/HeightAdam Cohen2011-07-191-1/+1
| | | | | | | | Change-Id: I42c8fa118b4d45ce88b4f2b724643bf471d62cd2
* | Merge "Fixing bug 4998211, widgets with configuration not dropping in ↵Adam Cohen2011-07-193-69/+83
|\ \ | | | | | | | | | correct spot"
| * | Fixing bug 4998211, widgets with configuration not dropping in correct spotAdam Cohen2011-07-183-69/+83
| | | | | | | | | | | | | | | | | | -> cleaned up some dead code in the process Change-Id: I05b20361b9f7ded0522bd4822532eaae9436ffea
* | | Merge "Fixing some issues with our use of GridLayout."Winson Chung2011-07-192-9/+5
|\ \ \
| * | | Fixing some issues with our use of GridLayout.Winson Chung2011-07-183-11/+5
| | |/ | |/| | | | | | | Change-Id: Id898258b31462f47d65f0ec674786b03a4ca326e
* | | Merge "Update the search widget icon if the global search provider changes."Narayan Kamath2011-07-193-1/+17
|\ \ \ | |_|/ |/| |
| * | Update the search widget icon if the global search provider changes.Narayan Kamath2011-07-183-1/+17
| | | | | | | | | | | | | | | | | | | | | Note that this change is necessary because the launcher might receive the PM broadcast before the SearchManagerService does. Change-Id: I5a03e2fb16dee232a83d24b834ef6bd0eaabe774
* | | Fix bug 4904696, null pointer exception for widget that's not foundAdam Cohen2011-07-181-1/+1
|/ / | | | | | | Change-Id: I3af50808e312cbe5f8e62a3b17e3e8c1f7d9e3e0
* / Fix text clipping in Launcher (bug 4980315)Adam Cohen2011-07-173-7/+33
|/ | | | Change-Id: I20c9b98b606d317ed32d49a3437f24a4cd312759
* Fixing bug which locks orientation inadvertentlyAdam Cohen2011-07-171-2/+2
| | | | Change-Id: I50dfdf6a6d1d4214e88931b3f623bc41cab333c2
* Fixing bug where you can't switch pages in springloadedAdam Cohen2011-07-171-2/+3
| | | | | | | -> Fix bug 5033543 -> Also, bug 4988105 appears to no longer be an issue Change-Id: Iffdcafb6d8b471eb18521c160b5a8f438b5cef93
* Bounding folders into their associated cell layout area, excluding dockAdam Cohen2011-07-172-20/+39
| | | | Change-Id: I220ccf1d8b08f9962c63efc92265e3c7acc137f9
* Merge "Improving adding widgets animations"Adam Cohen2011-07-172-32/+78
|\
| * Improving adding widgets animationsAdam Cohen2011-07-172-32/+78
| | | | | | | | Change-Id: I9730d3d531736bde58cdf1bf2da049392d4da83a
* | Fix folder creation bug 5037239Adam Cohen2011-07-151-2/+2
|/ | | | Change-Id: I0e629b186c94ca3ccaa188de94846d2bbbca83a4
* Fixing drag start position on workspaceAdam Cohen2011-07-141-1/+2
| | | | Change-Id: If7b31e8d11bfc7cc6612155a72465ace3b928b97
* Ensuring that we give a widget the full space requestedAdam Cohen2011-07-141-1/+11
| | | | Change-Id: I03ca7be47e427373f1efdad3f97d18db9bd3b913
* Merge "Fix a monkey crash"Michael Jurka2011-07-141-0/+3
|\
| * Fix a monkey crashMichael Jurka2011-07-131-0/+3
| |
* | Merge "Pixel perfect drag animations in workspace and folders, including ↵Adam Cohen2011-07-145-119/+120
|\ \ | | | | | | | | | springloaded"
| * | Pixel perfect drag animations in workspace and folders, including springloadedAdam Cohen2011-07-145-119/+120
| |/ | | | | | | Change-Id: I630c365bdc8e896a21dc17ebe8acb8d4664c77b5
* / Use hardware layers in more situationsMichael Jurka2011-07-134-122/+140
|/ | | | | | | | * Turn on while dragging * Fix bug: don't disable when swiping pages during drag * Fix bug: disable hardware layers on startup * Removing old state code in Workspace Change-Id: I5633dc98f2679784aea5551564dfa19504a074a6
* Merge "Logging failure to load market/search/etc icons"Michael Jurka2011-07-121-1/+3
|\
| * Logging failure to load market/search/etc iconsMichael Jurka2011-07-121-1/+3
| |
* | Merge "Cleaning up code to deal with language changes"Michael Jurka2011-07-121-6/+2
|\|
| * Cleaning up code to deal with language changesMichael Jurka2011-07-121-6/+2
| |
* | Merge "Cleaning up some drop-target issues."Winson Chung2011-07-124-8/+60
|\ \ | |/ |/|
| * Cleaning up some drop-target issues.Winson Chung2011-07-124-8/+60
| | | | | | | | | | | | | | | | - Setting text color during drag over transitions - Fixing regression in drop target padding = Using old drop-down animation where possible Change-Id: Ia1c5ec9e58fc734d28133349d9920d123ed71ae6
* | Reload workspace if language changesMichael Jurka2011-07-121-9/+16
|/
* Merge "Fix bug where All Apps wasn't always getting updated"Michael Jurka2011-07-121-1/+5
|\
| * Fix bug where All Apps wasn't always getting updatedMichael Jurka2011-07-111-1/+5
| | | | | | Bug # 4731290
* | Fixing crash when dragging item in software mode.Winson Chung2011-07-121-6/+0
| | | | | | | | Change-Id: I3d2c479061292a89355b70d07746fbef6fc4647a
* | Merge "Don't crash if global search specified bad toolbar icon."Mathew Inwood2011-07-121-0/+4
|\ \
| * | Don't crash if global search specified bad toolbar icon.Mathew Inwood2011-07-121-0/+4
| | | | | | | | | | | | | | | | | | | | | This should prevent a dodgy global search app crashing the launcher and making it unusable. Change-Id: Ia55a197a0c11de4ce24695313a3fa71fefa488e3
* | | Merge "Tweaking drop target transition to prevent flash."Winson Chung2011-07-123-3/+9
|\ \ \
| * | | Tweaking drop target transition to prevent flash.Winson Chung2011-07-113-3/+9
| | | | | | | | | | | | | | | | Change-Id: I7a0204685f1d377117b4d8e39b1c0d32e7b37a76
* | | | Merge "Fixing bug 5011917 - clearing refernce to old folders from FolderInfo"Adam Cohen2011-07-116-43/+43
|\ \ \ \
| * | | | Fixing bug 5011917 - clearing refernce to old folders from FolderInfoAdam Cohen2011-07-116-43/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> Also, ensured that unbind() gets called on all ItemInfos on rotate Change-Id: I869b68fcae5c66702ec204596f5ecabdc7a32df7
* | | | | Preventing multiple calls to loadLabel for the same info within a single load.Winson Chung2011-07-115-42/+75
| |/ / / |/| | | | | | | | | | | | | | | | | | | - Fixing mind boggling bug where we weren't even using the label cache earlier. Change-Id: I605abf4d589ad02b2426d20adfe9cd1773cc84fd
* | | | Merge "No longer generating title bitmaps for icons."Michael Jurka2011-07-112-12/+2
|\ \ \ \ | |/ / / |/| | |
| * | | No longer generating title bitmaps for icons.Winson Chung2011-07-112-12/+2
| | | | | | | | | | | | | | | | Change-Id: I857ba2a532158175396d45cba0976baa17da126f
* | | | Fix for bug 5015232, folder won't openAdam Cohen2011-07-111-0/+3
|/ / / | | | | | | | | | Change-Id: Icd0527a1afe519ebcf117587c9a61a9e933a6c47
* | | Merge "Clamping touch positions to drag layer rect to prevent dragging ↵Winson Chung2011-07-112-12/+33
|\ \ \ | |_|/ |/| | | | | outside of bounds."
| * | Clamping touch positions to drag layer rect to prevent dragging outside of ↵Winson Chung2011-07-112-12/+33
| |/ | | | | | | | | | | | | | | bounds. - Fixing small issue with default widget preview aspect ratios Change-Id: I2dca0524e8aa7c48345b424bad889736fa345386