summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* removed the temp screen rotation buttonMichael Jurka2010-08-163-37/+7
| | | Change-Id: I26d5a840270065e43d4f66b3c53c7e9d52ce4200
* Adding paging for the widget/shortcut/folder customization area and fixing bugs.Winson Chung2010-08-1618-326/+1070
| | | | | | | | | Adding pages for customization drawer with initial implementation of proposed flow layout for widgets. Fixes for keeping all apps, and widgets in sync with Launcher Model, optimizations for reloading all apps pages when invalidating. Adding some animations for tab transitions and feedback when long pressing to add certain items. Change-Id: I8d51749f3a91c964bed35681f3a9192200b0d93e
* Creating generic Workspace/CellLayout for paged views in Launcher.Winson Chung2010-08-167-49/+1683
| | | | | | | | Adding SimpleWorkspace, SimpleCellLayout and an AllApps implementation of the SimpleWorkspace. Making SimpleWorkspace support content with smaller dimensions than the workspace dimensions itself. Temporary change to AllApps tabs styling until we get new assets for tabs in general. Change-Id: Ibe3c56603223853d232816b6695e4ddd757857ba
* Use RS API for checking isNull.Jason Sams2010-08-131-1/+1
| | | | Change-Id: I840c2ac3d0fe478595f2a558b52a79886097c5b5
* fixed crash in addVacantCellMichael Jurka2010-08-133-283/+112
| | | | | | | | | | No longer precalculating vacant cells The previous way of finding empty cells for widgets/icons etc. precalculated all the possible empty spaces. Now that we have an 8x7 grid in tablet, there are too many possible empty spaces. Change-Id: Ib39113fdf755935bfad257843e1618c680ed9e72
* Adding progaurd exception for click handler that's onlyAdam Cohen2010-08-111-0/+1
| | | | | | called by reflection. Change-Id: Idac09b60605fda74334f5a2157b7369207cc7ef2
* -> Set grid to 8x7 with proper spacing for landscape/portraitAdam Cohen2010-08-118-14/+93
| | | | | | | -> Added a button to the top left of Launcher which switches between landscape and portrait. For testing purposes only. Change-Id: I01f8cfcf92c8ba7727eeba0e59a0b8ff055598fe
* Fix workspace shrinking bug caused by change in animationsPatrick Dubroy2010-08-101-0/+4
| | | | Change-Id: Ia34ae2a6cb863da28d319c46a95f61536cd31ade
* Merge "workspace bug fixes"Michael Jurka2010-08-104-30/+61
|\
| * workspace bug fixesMichael Jurka2010-08-104-30/+61
| | | | | | | | | | | | | | | | | | | | | | - fixed: pressing home sometimes left workspaces in shrunken state - fixed: position of delete zone (trash icon) - fixed: workspace unshrink sometimes looked weird when coming from all apps - fixed: clicking power button and returning left workspace in shrunken state Change-Id: Ie974202926e6880ccda26ac9fe967fb587a9b7a3
* | Import revised translations.Eric Fischer2010-08-103-4/+4
|/ | | | Change-Id: Id7dec46f0fe6f9178dbd8ea2c0c82b843bbfaa3e
* Refactor zooming animation, and apply it to customize drawer too.Patrick Dubroy2010-08-096-91/+144
| | | | Change-Id: I0bbd5a68adc82cea02dc583ac3d04e3de8c0346e
* Merge "small fixes to Launcher"Michael Jurka2010-08-067-18/+59
|\
| * small fixes to LauncherMichael Jurka2010-08-067-18/+59
| | | | | | | | | | | | | | | | | | | | | | - more robust unshrink animation - catching a resource not found exception when making widget preview - added more missing copyright headers - hiding customization drawer when long press on widget - long-pressing on widget is temporarily always springloaded to zoom in to workspace screen Change-Id: I6c92877357e907d89840fecc4662f0700b96255b
* | Import revised translations.Eric Fischer2010-08-0520-0/+260
|/ | | | Change-Id: I518526c93b6b13be68b2ab7fc4e249f770ded7d8
* Merge "fixed crash during animation to all apps"Patrick Dubroy2010-08-051-0/+5
|\
| * fixed crash during animation to all appsMichael Jurka2010-08-051-0/+5
| | | | | | | | - proguard was stripping getter/setter that was used only by reflection
* | Update to RS api chance moving constant colors to ProgramFragment.Jason Sams2010-08-052-2/+3
| | | | | | | | Change-Id: I28d436151f7a764939878676633b9acab85e919a
* | Fix incorrect offset in drag feedback, and other minor stuff.Patrick Dubroy2010-08-045-11/+24
| | | | | | | | - moved some dimens to -xlarge - enlarge AllApps so that it's not clipped
* | Fixing longpress bug on widgets with a ListViewAdam Cohen2010-08-041-0/+14
|/ | | | Change-Id: Idca7a8948ca21f1e7a1c332fd56303f903eb122d
* improved comments in strings fileMichael Jurka2010-08-044-1/+44
| | | | - also added/updated some copyright notices
* Move all apps to the new animation framework, and some other all apps changesPatrick Dubroy2010-08-045-53/+114
| | | | Change-Id: Ib4c827966423d76e62db24036bbca0cd6ee46b95
* updated Launcher2 based on recent changes to view propertiesMichael Jurka2010-08-041-10/+6
| | | | | | - fixes bugs on both N1 and stingray where workspace was seemingly disappearing Change-Id: Ica3c5aad7bbce58c35417a0022bfe0d1328c2322
* telling proguard not to strip three onClick handlersMichael Jurka2010-08-041-0/+3
| | | | | that are only used by reflection (they are referenced in layout-xlarge/launcher.xml)
* Cleaning up grid size specification in LauncherAdam Cohen2010-08-0413-500/+113
| | | | | | | | | | | | This commit eliminates the notion of in-place rotations and a bunch of associated complexities (including the notion of canonical coordinates). Further, the number of x and y cells per workspace screen is now being stored in a single location in the XML definition of Workspace. This fixes a couple bugs where incorrect values were being used. Finally, eliminated the notion of "shortAxis" and "longAxis" in terms of padding and cell count. These have been translated to corresponding x and y axis values. Change-Id: I30cfed66f82d739355b3f01730b28b6c0437989c
* fixed crash on phonesMichael Jurka2010-08-031-0/+1
| | | (didn't initialize a variable properly)
* refreshed apps/configure button, added search buttonMichael Jurka2010-08-0313-27/+121
| | | | | | | | - configure button now has a pressed state (as do the other two) - also added a cast to getX() from float->int because of changes in the view property code Change-Id: I57dc6e44838f4f4354f8977a3b542e93384b3d7d
* Merge "packages/apps/Launcher2 : added scaled hdpi version of assets that ↵Gilles Debunne2010-08-035-0/+0
|\ | | | | | | were moved to drawable-mdpi"
| * packages/apps/Launcher2 : added scaled hdpi version of assets that were ↵Gilles Debunne2010-08-035-0/+0
| | | | | | | | | | | | moved to drawable-mdpi Change-Id: I7225720c742dda03ce714d507f14ca4df8413990
* | Revert "Move pngs from drawable to drawable-mdpi in project ↵Jim Shuma2010-08-035-0/+0
| | | | | | | | | | | | packages/apps/Launcher2/" This reverts commit 921efb310af08579d5a97de7f5e350b78677c6d0.
* | Merge "Move pngs from drawable to drawable-mdpi in project ↵Gilles Debunne2010-08-025-0/+0
|\| | | | | | | packages/apps/Launcher2/"
| * Move pngs from drawable to drawable-mdpi in project packages/apps/Launcher2/Gilles Debunne2010-08-025-0/+0
| | | | | | | | Change-Id: I2eeac742b5279705938c91dee597bea9e983ba50
* | Made some temporary aesthetic improvementsMichael Jurka2010-08-025-37/+45
| | | | | | | | | | | | | | | | - icons in the customization drawer are now much more tightly spaced, and no longer use the default gallery styling - wrapped some >100 char lines - removed "Applications" from the shortcuts customization drawer
* | Fixing bugs related to starting in All Apps modeMichael Jurka2010-07-302-19/+49
|/ | | | | | | | | | | | - fixed bug where Workspace.shrinkToBottom() was not always called in showAllApps - added logic to defer call to Workspace.shrinkToBottom() after first layout call (necessary because shrinkToBottom relies on getWidth() working properly) - added ability to Workspace.shrinkToBottom() without animation Change-Id: I966141a60b6b014cf97e83b4d45725b41b16e55d
* Tapping on mini-screen in All Apps view now goes back to home screenMichael Jurka2010-07-303-4/+10
| | | | | - had to disable touch event swallowing in workspace in X-Large mode to get this to work - also changed default screen in XLarge mode to 2 (the middle one)
* fixed bugs with layout in LauncherMichael Jurka2010-07-301-40/+54
| | | | - fix bug where calling unshrink on initialization was setting all the screens' x coordinate to 0 - fix bug where mScrollX was not synched to the proper value for the mCurrentScreen it was on
* Make tabs in all apps actually filter the list of apps.Patrick Dubroy2010-07-296-26/+115
|
* Merge "Improved support for workspace screen thumbnails"Michael Jurka2010-07-283-15/+51
|\
| * Improved support for workspace screen thumbnailsMichael Jurka2010-07-283-15/+51
| | | | | | | | | | | | | | - Shrinking workspace view in All Apps - Added vertical margin for workspace screen thumnbnails - Fixed bugs in a few of the Launcher state transitions (e.g. customization to all apps) Change-Id: I9ad1c8861585d78fdb2e3bc986a614526b3cfe5f
* | Merge "Cleanup setToClient calls."Jason Sams2010-07-281-7/+2
|\ \ | |/ |/|
| * Cleanup setToClient calls.Jason Sams2010-07-281-7/+2
| | | | | | | | Change-Id: Ie2898f44d623f34e1243d62417d4884e8ca649c1
* | Home screen now shrinks while customizingMichael Jurka2010-07-276-48/+277
| | | | | | | | | | | | | | - added a shrink/fade animation on home screen when going into customization mode - made items in the customization drawer larger Change-Id: Iddbaf14aa5b1504fe94966971a1ab95c00f24331
* | isOpaque is not appropriate for AllAppsTabbed; replace with isAnimating().Patrick Dubroy2010-07-265-13/+12
| |
* | am 2d86dfec: Fix launcher updating when all of an app\'s activities disappear.Dianne Hackborn2010-07-261-15/+13
|\ \ | | | | | | | | | | | | | | | | | | Merge commit '2d86dfec5797bfd4fba78562032c14bd9b6cfa7a' * commit '2d86dfec5797bfd4fba78562032c14bd9b6cfa7a': Fix launcher updating when all of an app's activities disappear.
| * | Fix launcher updating when all of an app's activities disappear.Dianne Hackborn2010-07-241-15/+13
| | | | | | | | | | | | | | | | | | Also uses a more efficient way to get all activities for a package. Change-Id: Ic360082f0a728cf1b388af18b22122bfce866149
* | | fix 2869807: Crash on boot on trygon-userdebugPatrick Dubroy2010-07-261-2/+9
| | | | | | | | | | | | Change-Id: I59f0d653e498a69bd240232b8bb89884aa0c324d
* | | Switched to tabbed version of AllApps2D on xlarge screens.Patrick Dubroy2010-07-269-85/+373
| |/ |/| | | | | | | | | | | | | - add a temporary new zoom animation for all apps - modify AllApps2D to allow it to be transparent - other changes to dismiss the customization drawer when appropriate Change-Id: I5660ab77f256ded299c1721c589983a1b30d56a4
* | Slang made the rs_types.rsh and rs_math.rsh the default include files. ↵Shih-wei Liao2010-07-211-2/+0
| | | | | | | | | | | | Delete them in allapps.rs. Change-Id: I99f477bb779eac244315baeaef028947d85625d4
* | Fix the simulator build.Shih-wei Liao2010-07-201-0/+4
| | | | | | | | Change-Id: I7b9530320538871ede62cb361466bf397f8fdbbc
* | Merge "Ported Launcher2 to use the new Build system."Shih-wei Liao2010-07-196-354/+5
|\ \