Commit Graph

194 Commits

Author SHA1 Message Date
Winson Chung
557d6ed50c Fixing issues with spring loaded adding.
- Delaying until items are added
- Showing bg when going into spring loaded mode
- Fixing regression where dropping widgets on full page would not trigger a notification
- Fixing regression on tablet where pages were no longer being rotated or shown

Change-Id: Iadc0c406f0c065c5029addea1abfee395eed81b9
2011-07-11 11:38:24 -07:00
Adam Cohen
8dfcba4af7 Substantially improved performance of dragging and drop animations
-> Took DragView drawing out of the window and put it into the DragLayer
-> Added fade-in/out animations to transition between the final view
   and the DragView, after the view animates
-> Enabled hardware layers on Folder items which improves the
   performance Folder reordering

Change-Id: I4d92ca9fba172d1bab9efc215a99abcaadcdf503
2011-07-07 16:59:45 -07:00
Winson Chung
eb99f1648c Fixing bug where scroll track was showing on the tablet.
Change-Id: Id86ed481af01bb209f9116041eaa542b9e373302
2011-07-07 15:33:51 -07:00
Winson Chung
649723cfb3 Updating assets.
- Tweaking search bar layout.

Change-Id: I9624fa4284135858d3e19b8b8e4710b5dd746042
2011-07-07 14:10:47 -07:00
Winson Chung
c07918d005 Cleaning up some spring-loaded related dragging code. Allow cancel spring loaded mode.
Change-Id: Ie1f0468c563bed7abc1aa6416e222cdb0853c03a
2011-07-06 20:48:45 -07:00
Adam Cohen
d044526d82 Adding transitions during folder creation
-> Seamless* transition from dropping item onto another
   to the creation of a folder containing those items
-> Seamless* transitions when adding the third item
   to a folder
-> Cleaned up the code in FolderIcon in order to achieve
   above

Change-Id: Iaf2519ac480acfdc928cc2b7585f28bc7d50bd23
2011-07-06 11:35:56 -07:00
Adam Cohen
c9c56f4f71 Merge "Added transitions when dropping items onto Folders, fixed bugs" 2011-07-02 19:16:31 -07:00
Adam Cohen
3e8f811f31 Added transitions when dropping items onto Folders, fixed bugs
-> Changed the ordering of the FolderIcon preview to show first items first
-> Folder now closes immediately upon drop of an item from folder to workspace

Change-Id: I66361b604dc5ef81da2413b7dda53d0c4691377e
2011-07-02 18:42:25 -07:00
Winson Chung
967289b6d5 Adding new assets.
Change-Id: I20c8ceae997290781923caf195f6f87e283b1b7f
2011-07-01 12:33:32 -07:00
Winson Chung
db1138b4ef Tweaking AppsCustomize spacing to match CellLayout.
Change-Id: I5c3fa215659b51c7fc8dcda19dd1fd753d192f5e
2011-06-30 14:45:03 -07:00
Winson Chung
6a0f57dfaf Populating some more accessibility events.
Change-Id: I7813abdd6dcc0979949caec9e31029486be0396d
2011-06-29 20:11:07 -07:00
Winson Chung
3c99e77ff8 Merge "Making drop target smaller in landscape." 2011-06-28 18:23:23 -07:00
Winson Chung
b23f276181 Making drop target smaller in landscape.
Change-Id: I19b641761569d62d06eff7fb775ceb5cbcb5a845
2011-06-28 17:57:24 -07:00
Adam Cohen
a65beeea13 Fixing a couple folder bugs
-> Issue 4947774 - logic for determining workspace full
-> Issue 4967906 - hiding hint text on begin edit
-> Stripped out some no longer needed code from Workspace

Change-Id: I62b0e5c2dbf424af6b8b29af9b70270d68923eba
2011-06-28 10:19:44 -07:00
Winson Chung
4e076545e4 Cleaning up dead code.
Change-Id: I922e20b41d19ca9936c75277ba7c58a291d297fa
2011-06-23 16:08:54 -07:00
Winson Chung
74608b5dfc Removing the old dot.dot.dot page indicators at the bottom.
Change-Id: Ia501329223c5e80634b1f9e3f13ceac378217491
2011-06-23 13:23:38 -07:00
Winson Chung
4b825dcd5f Tweaking launcher grid and spacing.
Change-Id: I369a87f473d1e870b2f819221f6383aab340b067
2011-06-22 17:26:02 -07:00
Amith Yamasani
6be594922f A fullscreen wallpaper chooser for all screen sizes.
The wallpaper preview covers the whole screen,
with background protection for the gallery items and button.

Change-Id: Ice31c4fea6503d1a59b59d6fbffb5e4a28eb2143
2011-06-22 11:29:38 -07:00
Adam Cohen
2a451abcc0 Merge "Adding select all on focus to folder renaming, changed spacing" 2011-06-21 22:39:21 -07:00
Adam Cohen
4ef610fc88 Adding select all on focus to folder renaming, changed spacing
Change-Id: I34821315b168a37b9b78977adde0e93ba9db7c2e
2011-06-21 22:37:36 -07:00
Adam Cohen
6a888d2419 Merge "New folder visualization, renaming, staggering reorder" 2011-06-21 21:07:33 -07:00
Adam Cohen
76fc085d28 New folder visualization, renaming, staggering reorder
Change-Id: I62963d225e6ea5d2ec9d8ebc8a6d73099f5d6c7f
2011-06-21 18:00:21 -07:00
Winson Chung
201bc828d5 Need to remove views and not just hide them after animations.
- Removing Manage Apps button from workspace and renaming it in AppsCustomize
- Fixing foolish string play in resources from initial change for search bar
- Using proper way to get full screen dims for wallpaper fix

Change-Id: I1319d225135436468f1feb3057cd9f28eda7c89c
2011-06-20 17:14:37 -07:00
Winson Chung
eb66b14000 Fixing small issue with widget divider showing in Phone UI and Shop text showing in other languages.
- Removing some unused assets

Change-Id: I40dec108b35ed4fcc769405446664e8180cb6d41
2011-06-16 18:07:35 -07:00
Michael Jurka
f2ff7d9f3e Allow overlays to disable hw acceleration 2011-06-14 14:38:49 -07:00
Winson Chung
61fa4197c4 Fixing drop target area, and adding bg color indicators.
- Merging wallpaper fix and PagedViewIconCache key fix

Change-Id: I2a65bc4b642f020dfc4d2223a36d3ebcf41de5f5
2011-06-13 11:51:18 -07:00
Winson Chung
f0ea4d3378 Replacing AllApps/Customize in tablet UI with Apps/Customize.
Change-Id: I11a296b25472e4bf298a468865b0dff29f500aaa
2011-06-13 11:49:32 -07:00
Winson Chung
b26f3d6a8c Modifying AppsCustomize behaviour to use springloaded mode.
Change-Id: I21d181ad3d245731ee8402915f8918b91bfc4553
2011-06-08 16:42:03 -07:00
Winson Chung
e934f87c6a Merge "Adding drag target bar." 2011-06-01 17:28:46 -07:00
Winson Chung
4c98d9235d Adding drag target bar.
Change-Id: Ia00ed30264ea5f1d3c919111d15588ef441bfe20
2011-06-01 17:28:23 -07:00
Michael Jurka
7446fee6cb remove unused/redundant params to turn on HW accel 2011-06-01 15:50:22 -07:00
Winson Chung
5cf73001ae Merge "Fixing translateable attribute in strings, and click-through in AppsCustomize." 2011-06-01 12:35:55 -07:00
Winson Chung
045dca8b11 Merge "Removing wallpapers tab, adding shop icon back." 2011-06-01 11:36:23 -07:00
Winson Chung
6a26e5bed4 Removing wallpapers tab, adding shop icon back.
Change-Id: I90bb107cce033ecb78a8fe365aa99c641a492b48
2011-05-31 20:07:28 -07:00
Winson Chung
4179b4e048 Fixing translateable attribute in strings, and click-through in AppsCustomize.
Change-Id: I8ceff05f5d38021c74731cddf71391b55049b2af
2011-05-31 20:03:32 -07:00
Adam Cohen
41d5d6d076 Adding padding to widgets on large devices
Change-Id: Ib1d75687deb26008c1010ca10deb9ea3c374e8a5
2011-05-31 16:07:29 -07:00
Winson Chung
645ab1596d Merge "Changing long-press-on-workspace behaviour to show Applications & Widgets." 2011-05-26 15:28:12 -07:00
Winson Chung
5542d4c929 Merge "Adding QSB" 2011-05-26 15:18:21 -07:00
Winson Chung
55b6550e37 Changing long-press-on-workspace behaviour to show Applications & Widgets.
- Disabling tap-on-widgets-to-add in favour of long press

Change-Id: Ia82143b74216a968ab11890cba83a01c4ab72a06
2011-05-26 15:03:07 -07:00
Daniel Sandler
4e1cd23a51 Rocket Launcher!
This is an Android Dream, which is kind of like an
interactive screensaver implemented as an Activity.

The Rocket Launcher uses the Launcher's own icon cache to
show the user's installed apps in hyperspace. Tap the screen
to slow down to impulse power.  Then, tap an icon to launch.

(depends on I4559a95 for android.dreams in support lib)

Change-Id: Ie6ce34ec1c863667faeada4f39b225f3946e8633
2011-05-26 16:02:09 -04:00
Winson Chung
1cad91e625 Adding QSB
- Also changing AppsCustomize bg to black.

Change-Id: Iadd1a34dda56b02191e00502714296a1a3c8ee88
2011-05-26 11:07:58 -07:00
Winson Chung
34efdaf24d Prioritizing Wallpapers and Live Wallpapers.
Change-Id: Iec8e8b42687ce95b08b086f4e7012e0fd0737684
2011-05-24 14:42:17 -07:00
Adam Powell
483de5cce2 Add config_workspaceShrinkPercent for phone launcher configs.
Change-Id: I1a25cba72d13b337df87fb414335d9b80e4a6051
2011-05-23 12:30:17 -07:00
Adam Cohen
2801cafe62 Shrink-wrapped folders
Change-Id: Ida1b5d0bd4d39eabfde9f8a5bee0d4b6e9b33627
2011-05-16 17:17:27 -07:00
Winson Chung
46af2e8916 Adding Wallpapers tab.
Change-Id: Ic42bec30a4a3a4f8745bd1b5b164f33cc9a6c96f
2011-05-12 10:40:25 -07:00
Winson Chung
4b576be59e Adding back the widgets pane to the merged AllApps.
- Fixing issue with holographic drag outlines being drawn offset

Change-Id: Ie0e89d76ce6714b44f9cd2ddf99ad608b51bf005
2011-04-28 14:53:51 -07:00
Adam Cohen
36c8e9fb88 Merge "Adding initial folder animation" 2011-04-26 16:45:45 -07:00
Winson Chung
785d2eb2b8 Initial changes to merged AllApps/Customize pane in the Phone UI.
Change-Id: Ifa1676736033fe617dd0cca965156c38fa452948
2011-04-22 12:53:59 -07:00
Adam Cohen
7f4eabe370 Adding initial folder animation
-Changed CellLayout/CellLayoutChildren to use padding in the more
 standard way

Change-Id: I728f1b699232422be76eb29b4cf710cd5723a0aa
2011-04-21 17:14:26 -07:00
Winson Chung
20ac28bacc Adding content descriptions for items in the button bar.
Change-Id: Ibf140f80e0499777f5671cb306ead429888792ba
2011-04-14 13:07:45 -07:00