summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/Launcher.java
Commit message (Collapse)AuthorAgeFilesLines
* Prevent accessing LauncherModel data structures on main thread. (5220358)Winson Chung2011-09-021-4/+3
| | | | Change-Id: Ib9de96abb0ab13ef63b9c594f6982368fd1b614f
* Unifying widget cell requirement computationsAdam Cohen2011-09-011-9/+24
| | | | Change-Id: I5b37ebdab5b3defe7d05926882a6587d4c9f1081
* Fix issue where folder wouldn't openAdam Cohen2011-08-311-2/+10
| | | | Change-Id: I0745b70bb08dae6ebfd4fd8223cb01a39094751d
* Merge "Fixing wallpaper scrolling to be consistent in springloaded"Adam Cohen2011-08-311-1/+0
|\
| * Fixing wallpaper scrolling to be consistent in springloadedAdam Cohen2011-08-311-1/+0
| | | | | | | | Change-Id: I0aabd541e07c32aaa47068047e5ecb67f89cabab
* | Padding the new market button.Winson Chung2011-08-311-2/+8
|/ | | | Change-Id: I293859d4041a05619cb144a82aa1122a70403719
* Refactor and simplify home transitionsAdam Cohen2011-08-311-48/+16
| | | | Change-Id: I499ba571c889b684a759ee84c2a626ef94977855
* Fix issue #5209847: Make launcher turn off the wallpaper in all apps.Dianne Hackborn2011-08-301-0/+16
| | | | Change-Id: If7129048dfb127057aac5761d64125505b0641b0
* Tagging where ItemInfos are created for debug purposesMichael Jurka2011-08-291-3/+3
| | | Change-Id: Iad3ed8ef4f81f4990c027ab46fd25b03b089babb
* Automatically padding widgets based on target API levelAdam Cohen2011-08-251-10/+38
| | | | Change-Id: I062c487df1067a787e9921e85558b38294a10112
* Merge "Hiding search bar buttons when qsb is disabled. (5187969, 5201453)"Winson Chung2011-08-241-0/+3
|\
| * Hiding search bar buttons when qsb is disabled. (5187969, 5201453)Winson Chung2011-08-231-0/+3
| | | | | | | | Change-Id: I23cbfac5c1a8f96eb8158fd30a1fb335b044d49c
* | Merge "Fixing issue where rotating device while in widgets pane fails to load."Winson Chung2011-08-241-0/+3
|\ \
| * | Fixing issue where rotating device while in widgets pane fails to load.Winson Chung2011-08-231-0/+3
| |/ | | | | | | | | | | - Removed some unnecessary code related to dialogs. Change-Id: I5abfc7851c78e6597fd49cc96db5b26bd0976c1c
* | Don't show cling dialogs when test harness is active.Brett Chabot2011-08-231-0/+4
|/ | | | | | Bug 5204219 Change-Id: I651b8d8c16a203f0e0fdeed97435a841de15dabf
* Merge "Cling ALL the things! (Workspace and AllApps)"Winson Chung2011-08-221-1/+52
|\
| * Cling ALL the things! (Workspace and AllApps)Winson Chung2011-08-221-1/+52
| | | | | | | | Change-Id: Iee6b38dbb4f0b2fb85f854d70fd86db1e7b1d8f7
* | Adding settings menu back... (5165175)Winson Chung2011-08-221-1/+9
|/ | | | Change-Id: Iaf413a7e9f9aecfa2c868b8700571884af7821ee
* Merge "Saving/restoring current page in AppsCustomize. (5050168)"Winson Chung2011-08-181-2/+4
|\
| * Saving/restoring current page in AppsCustomize. (5050168)Winson Chung2011-08-171-2/+4
| | | | | | | | Change-Id: Ib868033a2b71383abc4569082675f391d3e4cc76
* | Merge "Improving transition between Apps/Widgets panes (5145408)"Winson Chung2011-08-161-0/+2
|\ \
| * | Improving transition between Apps/Widgets panes (5145408)Winson Chung2011-08-161-0/+2
| |/ | | | | | | Change-Id: Id4f73a89b646bbf168ee49e8bdeb34b85a52d9d4
* | Fix issue 5064004, can't add shortcut to portal from AllAppsAdam Cohen2011-08-151-5/+16
|/ | | | Change-Id: I99cd2108af617cf5a80b417f81a86c363fac2377
* Merge "Changing menus to show Wallpapers, Manage Apps, Help. (5114668)"Winson Chung2011-08-121-13/+56
|\
| * Changing menus to show Wallpapers, Manage Apps, Help. (5114668)Winson Chung2011-08-121-13/+56
| | | | | | | | Change-Id: I7e2042245291b07fa048ca43613ca506b21b456e
* | Fixing issue where open folder placeholders were not being set to the ↵Winson Chung2011-08-111-1/+2
|/ | | | | | correct cell position. (5109754) Change-Id: I40e9371f60c492b96d7115c2eb3e3efe233612a9
* Merge "Fixing problems in spring loaded mode and adding shortcut to hotseat. ↵Winson Chung2011-08-111-2/+1
|\ | | | | | | (5144911, 5144663)"
| * Fixing problems in spring loaded mode and adding shortcut to hotseat. ↵Winson Chung2011-08-101-2/+1
| | | | | | | | | | | | (5144911, 5144663) Change-Id: Ibea34ecb17601c90c7a8f2c96abedff6c00dc4d9
* | Adding a progress bar while All Apps is loadingMichael Jurka2011-08-091-4/+24
| | | | | | | | | | - also, removing some unused imports Change-Id: Icf46beb9fa9d89bc06cba33c148ceb7d668cd402
* | Merge "Smooth fade to search activity when hard search key is pressed."Amith Yamasani2011-08-091-3/+3
|\ \
| * | Smooth fade to search activity when hard search key is pressed.Amith Yamasani2011-08-091-3/+3
| |/ | | | | | | | | Bug: 5112576 Change-Id: Ia9561de2373a3f71f8fe5acbe495e0d097857618
* | Tablet/AllApps fixes.Winson Chung2011-08-091-10/+6
|/ | | | | | | | | - Fixing regression where the power button did not dismiss Apps/Customize - Fixing regression in number of icons in portrain in AC, and removing legacy peek var for calculations (5122724) - Fixing spacing in shop button on tablet - Fixing bug where the apps pane was being changed as we were animating (5139543) Change-Id: I3a3e5f224fd92e99072c830d13423d195179e7c7
* Flash scroll indicators a bit earlier on transitionsMichael Jurka2011-08-081-1/+2
| | | | Change-Id: I456b61480299b1177d9d275f2cb4459bab02d63e
* Merge "Fixing crash and updating default layout"Winson Chung2011-08-051-1/+5
|\
| * Fixing crash and updating default layoutWinson Chung2011-08-051-1/+5
| | | | | | | | | | | | | | - Fixing dragging/rotation crash due to runnables referencing old Launcher activity (5122814) - Updating default layout to add portal and contents (4998213) Change-Id: I87658e7119a2b86aea25ebc7ecc82ee0ebcffc1e
* | Merge "Small code cleanup in folders, prevent crash issue 5082899"Michael Jurka2011-08-051-23/+27
|\ \ | |/ |/|
| * Small code cleanup in folders, prevent crash issue 5082899Adam Cohen2011-08-031-23/+27
| | | | | | | | Change-Id: Iccd4a1367f895dac7925ceae7cd7934b95e81474
* | Fixing issue where you can get into an invalid state while configuring a ↵Winson Chung2011-08-051-15/+13
| | | | | | | | | | | | shortcut or widget. (5112135) Change-Id: I3a37c3d365130925d85e2d77b3cdb3cc2b32adec
* | Updating All Apps backgroundMichael Jurka2011-08-041-0/+5
| | | | | | | | | | | | - Making background of All Apps black - Drawing background within All Apps (perf gains) Change-Id: I164274235bc347de04fab0702b7e7075e499e6c0
* | Disabling menu completely.Winson Chung2011-08-041-37/+0
|/ | | | Change-Id: I2a38baec66cb4f006da96110d93727f8edb7b647
* Fixing weird deferred click events after deleting folderAdam Cohen2011-08-021-2/+11
| | | | | | -> Fixing issue 5055487 Change-Id: I932f95f29322fa50035b13063ab51fad2d2217e8
* Multitude of launcher behaviour changes.Winson Chung2011-08-021-54/+8
| | | | | | | | | - Merging widgets and shortcuts in widgets pane - Removing legacy long press menu items (make it go straight to wallpapers) - Removing old option menu (just making it point to wallpapers) - Dropping user to workspace after adding an item (animations to be tweaked) or back to AppsCustomize only on failure/cancel Change-Id: Ia73670ce76f321dc45defb27bb5a828764240ab4
* Fixing issue 5043360, double haptic feedbackAdam Cohen2011-08-011-2/+0
| | | | | | -> Minor code cleanup in Folder.java Change-Id: I62267078bfdab9f37fdef28448a63760db1fc1fb
* Adding ability to add to hotseat from spring loaded mode (5064141).Winson Chung2011-07-291-2/+2
| | | | | | | | - Fixing regression where folder items had no text in tablet ui and assets - Fixing spring loaded frame sizing (5067335) - Making the cells 80x80 for testing again on the phone ui (5085986) Change-Id: I52a0f5eaf2dcf4adaf57c5a71da3903892c490a8
* Merge "Some launcher bugs:"Adam Cohen2011-07-281-1/+1
|\
| * Some launcher bugs:Adam Cohen2011-07-271-1/+1
| | | | | | | | | | | | | | | | -> Allowing folders to be specified in xml (issue 5032559) -> Mostly fixing issue where you can lose items when dragging out of a folder to a full screen (issue 5052078) Change-Id: I3228dd568b2b8919c14594ee518f86173430481e
* | Fix bug where Launcher would appear all blackMichael Jurka2011-07-271-37/+0
| | | | | | | | | | Bug # 5033201 Change-Id: If88406fe1ad1d56469765d1783aeb6d73f28b192
* | Updating portals visuals:Adam Cohen2011-07-261-0/+21
|/ | | | | | | | -> added leave behind asset to dock, issue 5052467 -> new assets -> modified text Change-Id: Ie395b768658dd5c02443b37c4f58a02cf3e86e59
* Fixing issue 5079169, portal overlays All AppsAdam Cohen2011-07-261-0/+4
| | | | Change-Id: Ib5536121d994f2254ae6b41a0cebd2bfca8de115
* Solving transient wallpaper flash when rotating All AppsMichael Jurka2011-07-261-10/+0
| | | | | - also cleaning up some code Change-Id: Ic9399e604aac3115d92186a70799bf80ecaf31c6