summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Fixing the customize drawer tabs on large devicesMichael Jurka2011-05-251-4/+8
|
* Merge "Refactor of Launcher drag and drop to use a DragObject"Adam Cohen2011-05-249-192/+150
|\
| * Refactor of Launcher drag and drop to use a DragObjectAdam Cohen2011-05-249-192/+150
| | | | | | | | | | | | | | -> DragObject contains a bunch of parameters instead of pssing them each individually Change-Id: I709cf320fe4234d71e19325d5c761dd9a9bba405
* | Merge "Prioritizing Wallpapers and Live Wallpapers."Winson Chung2011-05-241-0/+31
|\ \
| * | Prioritizing Wallpapers and Live Wallpapers.Winson Chung2011-05-241-0/+31
| | | | | | | | | | | | Change-Id: Iec8e8b42687ce95b08b086f4e7012e0fd0737684
* | | Merge "Fixing long-press issue due to child hit-rect offset."Winson Chung2011-05-245-86/+13
|\ \ \ | |/ / |/| |
| * | Fixing long-press issue due to child hit-rect offset.Winson Chung2011-05-235-86/+13
| |/ | | | | | | | | | | - Removing some unused code Change-Id: I875e3b27372c4c507e4bbc2d36b16eba077e2121
* | Dynamically determine size of customize tray.Patrick Dubroy2011-05-235-34/+104
| | | | | | Change-Id: I13235bbd01df8c31eb9bdfe88913db55624d8b9b
* | Disabling market button in Phone UI pending final design, updating hdpi ↵Winson Chung2011-05-231-1/+1
|/ | | | | | generic market icon. Change-Id: I19a0d15d011a47651cf8cd5cd8209bd16272d50f
* Merge "Fixing clipped landscape layout and crash when tapping to add widgets."Winson Chung2011-05-231-14/+16
|\
| * Fixing clipped landscape layout and crash when tapping to add widgets.Winson Chung2011-05-231-14/+16
| | | | | | | | Change-Id: Ifcd2090cf9d374731726356b611750e1bca5c3cf
* | Merge "Dynamically determine # of rows/cols in All Apps."Patrick Dubroy2011-05-204-46/+102
|\ \
| * | Dynamically determine # of rows/cols in All Apps.Patrick Dubroy2011-05-204-46/+102
| | | | | | | | | Change-Id: Ia8c1b3915325823f7617862e0e4e0db865ea0d5d
* | | Merge "Fix index out of bounds"Michael Jurka2011-05-182-1/+2
|\ \ \
| * | | Fix index out of boundsAdam Cohen2011-05-182-1/+2
| | | | | | | | | | | | | | | | Change-Id: Id288c01ab7e39fb16e7247030dbb76183436cb79
* | | | Merge "Fixing folder bugs:"Adam Cohen2011-05-183-43/+52
|\| | |
| * | | Fixing folder bugs:Adam Cohen2011-05-183-43/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> Folders were not loading with ordering properly persisted -> When an item was put in the trash directly from a folder it was trying to remove the item from the folder again, sometimes removing an extra item from the folder -> Making sure the FolderIcon always shows the _last_ 4 items; this was not working when the launcher was being restarted -> Fixed a tiny rotation bug in the FolderIcon Change-Id: I27423f17fd2f2b396f844c055f1e7abb4f4d5d19
* | | | Minor fix to figuring out rows/columns for Customize modeMichael Jurka2011-05-181-6/+1
| |/ / |/| |
* | | Merge "Allow determining # of rows/columns for All Apps and Customize at run ↵Michael Jurka2011-05-184-29/+96
|\ \ \ | |_|/ |/| | | | | time"
| * | Allow determining # of rows/columns for All Apps and Customize at run timeMichael Jurka2011-05-184-29/+96
| | |
* | | Merge "Pushed folder inner ring drawing into workspace during animation"Adam Cohen2011-05-182-81/+61
|\ \ \ | |/ / |/| / | |/
| * Pushed folder inner ring drawing into workspace during animationAdam Cohen2011-05-182-81/+61
| | | | | | | | Change-Id: I571b71acbfdd28f921e35e989efd2dceefb54f11
* | Merge "Fixing issue where holographic icons could get out of sync in AllApps ↵Winson Chung2011-05-176-29/+60
|\ \ | |/ |/| | | (when number of pages changes)."
| * Fixing issue where holographic icons could get out of sync in AllApps (when ↵Winson Chung2011-05-176-29/+60
| | | | | | | | | | | | number of pages changes). Change-Id: I1a63d4837c5b726a90229430f5fc698aa1db5550
* | Changed folder hover animationsAdam Cohen2011-05-172-31/+153
|/ | | | | | | | -> Added outer ring to hover animation -> Fixed location of items in folder during hover animation -> Cleaned up the code Change-Id: I57c5f3cadbd2f289a18f7420a57ced6053fb06db
* Shrink-wrapped foldersAdam Cohen2011-05-167-105/+417
| | | | Change-Id: Ida1b5d0bd4d39eabfde9f8a5bee0d4b6e9b33627
* Adding check before we try and remove associated holographic icons (in the ↵Winson Chung2011-05-161-1/+5
| | | | | | case there are none generated). Change-Id: If06693f7218c3388c3ba6481a07655ed7386391d
* Determine # of rows/columns based on screen sizeMichael Jurka2011-05-132-2/+101
| | | Change-Id: I8b1266bd7a66d4a73d4a09570357688333e03d13
* Moving tablet interface to 'large' devicesMichael Jurka2011-05-1214-58/+60
| | | | | (later, we will decide this more accurately based on the width of the screen in dips, but for now keeping changes so that they can easily be backported to earlier versions of Android) Change-Id: I203addcbf19e8e3813c488af47e4fdf90dcd3115
* Merge "Adding Wallpapers tab."Winson Chung2011-05-123-34/+240
|\
| * Adding Wallpapers tab.Winson Chung2011-05-123-34/+240
| | | | | | | | Change-Id: Ic42bec30a4a3a4f8745bd1b5b164f33cc9a6c96f
* | Disabling isHardwareAccelerated check until we know when they can/can not be ↵Winson Chung2011-05-102-7/+7
|/ | | | | | made. Change-Id: I45b18df9512e4b1a86c0ac9893166a4855f0e2c9
* Merge "Adding keyboard focus support for phones."Winson Chung2011-05-096-21/+444
|\
| * Adding keyboard focus support for phones.Winson Chung2011-05-096-21/+444
| | | | | | | | Change-Id: I2daab961d0727bc5d892db6b50ad0f51fe23873c
* | Fix crash when dragging item to next page (issue 4319506)Adam Cohen2011-05-091-4/+7
|/ | | | Change-Id: I6c2bc44ab9b320afa8ef581cb49623dee1ec4ef5
* Minor changes to help address some hiccups when panning, changing tabs and ↵Winson Chung2011-05-0611-47/+87
| | | | | | | | rotating in AppsCustomize. - Also removing references to old all-apps 2d/3d Change-Id: Ibe07ad8b4facc5c57b3c82ccf0b55260be61a31b
* Merge "Cleaning up icon code."Winson Chung2011-05-055-23/+9
|\
| * Cleaning up icon code.Winson Chung2011-05-055-23/+9
| | | | | | | | | | | | - Changing long-press on homescreen to bring up wallpaper picker. Change-Id: I854b1b7dc5a102e95853732d6e9a4fa298144650
* | Fix: restoring holo outlines in paged views on tabletMichael Jurka2011-05-056-13/+9
|/ | | Change-Id: Ifb319731f76c8154e2dff5336641862b7427d836
* Merge "Deleting unused code"Michael Jurka2011-05-051-3/+4
|\
| * Deleting unused codeMichael Jurka2011-05-051-3/+4
| | | | | | Change-Id: I970b6ae64c7559cd3cbf9664f1921b92414b5e30
* | Merge "Fixing small folder bugs"Adam Cohen2011-05-051-1/+10
|\ \
| * | Fixing small folder bugsAdam Cohen2011-05-051-1/+10
| | | | | | | | | | | | | | | | | | | | | -> Preventing duplicate item adds -> Stopping touch events from falling through to workspace Change-Id: I0326a1bf442b1705d3790a701649788413e7a633
* | | Merge "Testing mixing shortcuts into widgets pane."Winson Chung2011-05-043-47/+181
|\ \ \ | |_|/ |/| |
| * | Testing mixing shortcuts into widgets pane.Winson Chung2011-05-043-47/+181
| | | | | | | | | | | | | | | | | | - Initial changes adding LRU cache to widget pane to speed up getting widget previews. Change-Id: If9ed479ba8f2fb321b3ff8c384ac5a9f87d4c689
* | | Merge "Fixing small bug in widget resizing"Adam Cohen2011-05-041-2/+2
|\ \ \ | |/ / |/| / | |/
| * Fixing small bug in widget resizingAdam Cohen2011-05-031-2/+2
| | | | | | | | Change-Id: I7bba5d09aa92437c81e1730758710c1132e26dde
* | Merge "Adding folder icon visualization"Adam Cohen2011-05-025-39/+152
|\|
| * Adding folder icon visualizationAdam Cohen2011-05-025-39/+152
| | | | | | | | | | | | -> Added new temp assets Change-Id: If1d7e8ce867b473920f40cd1cc02d189be62b8bf
* | Fixing drag and drop issues with AppsCustomize pane.Winson Chung2011-05-023-6/+50
|/ | | | | | | - Fixing issue with no-more-space error not showing - Returning to first page of AllApps when leaving and coming back Change-Id: If3fb1ba1abae9d453bb71214e44170df91a52189