Commit Graph

926 Commits

Author SHA1 Message Date
Adam Lesinski d141df7f8e Minor visual changes
-Updated the hdpi resource to match the mdpi (market_icon)
-Removed a background color used for debugging

Change-Id: I99440083b1296bca0f2f24370658f995ff209063
2010-12-06 20:01:58 -08:00
Jason Sams 4dfea09814 update to new API
Remove extra arrays and allocations for manual
allocation -> int conversions which were
a legacy issue.

Change-Id: I7c71f764e48b01bb29911c1231e8fce5df8ff2a2
2010-12-06 17:46:21 -08:00
Winson Chung a1ccb5ec7d Merge "Saving/restoring the current AllApps tab on orientation change." 2010-12-06 17:23:09 -08:00
Winson Chung 43b119dfd7 Saving/restoring the current AllApps tab on orientation change.
Change-Id: Ib89d70600d945d8d512242bfb2c14a69eb38861f
2010-12-06 16:45:57 -08:00
Winson Chung 3b823cd9e2 Temporarily disabling holographic outlines until we resolve the various memory issues.
Change-Id: If23375fbb7148d0c0572ecde96507de5bdb670ae
2010-12-06 15:25:49 -08:00
Winson Chung 07f2e81d77 Adding text layout null check.
Change-Id: I7661aa7405b22db2d2497b39022632d4ad6aa2bc
2010-12-04 18:12:47 -08:00
Michael Jurka c66a7c2759 removing DimmableBubbleTextView and DimmableAppWidgetHostView
- use of DimmableBubbleTextView might also be causing NPE on user machines
2010-12-04 11:22:18 -08:00
Adam Cohen 5bb50bdb13 Improving the look of holographic outlines
- The outlines are used in AllApps, Workspace and Customize

Change-Id: I1c3aba81df163c98a839498a3d421a8f03c51f06
2010-12-03 15:46:56 -08:00
Jeff Brown 4b67b44244 Merge "Send live wallpaper taps." 2010-12-03 11:52:49 -08:00
Jeff Brown 1d0867c8de Send live wallpaper taps.
Change-Id: I25465e6fa7a69ef5c35e69ddc375e65797f44bc6
2010-12-02 18:27:39 -08:00
Winson Chung 22c73e1b07 Fix for missing AllApps icons.
Change-Id: Ic6c7cc3e55790d9fca1eb260bc9220442e5a9176
2010-12-02 17:50:23 -08:00
Michael Jurka 8e414ee3cb Fixing crash in CacheableTextView
Not caching text view if the width/height of the text is 0
2010-12-02 13:44:08 -08:00
Winson Chung c4ebd81971 Removing unnecessary workaround for padding on workspace icons.
Change-Id: I2ae6324e18db7b010c8d2ef5140e004da2f2b9f0
2010-12-02 11:08:11 -08:00
Winson Chung 60cd600e6b Merge "Adding background protection to icons and apps button." 2010-12-01 21:58:09 -08:00
Winson Chung 656d11c882 Adding background protection to icons and apps button.
Change-Id: I650f9135c0ce5bc2a6f7c5f878d470d6a85e9f7e
2010-12-01 21:55:26 -08:00
Adam Cohen cdc30d5c07 Removing CAB from AllApps
-Removed CAB and single selection mode
-Replaced it with trash and appinfo drag targets
 at the top right of the tab view

Change-Id: Ic4acaaef7fc71dc2ca0bffd516da31e85af1be69
2010-12-01 20:30:56 -08:00
Winson Chung 29d6fea296 Adding outlines to side pages for widgets and wallpaper pages in the customization tray.
Change-Id: Ib2ec5e630c1c861003d0e0b5672ed69ef25c0b47
2010-12-01 18:58:17 -08:00
Michael Jurka 67b2f6cba5 Caching icon labels to bitmaps for better performance
Change-Id: I78a3c116c1103b5b994a47f2cfcff18c0a9b31b8
2010-12-01 16:01:02 -08:00
Winson Chung 49767aefe5 Adding background protection for tab labels in AllApps/Customize and modified padding to match mockups.
Change-Id: I7f3b37d892fdf5a702a66d68e1bbdf333068d7ec
2010-11-30 10:51:44 -08:00
Michael Jurka 016dca2030 Merge "Caching external icons in LauncherModel" 2010-11-29 18:22:45 -08:00
Michael Jurka 4ef207ba1c Caching external icons in LauncherModel
- Global search icon and voice search icon are loaded instantly on device rotations

Change-Id: I91380849d470b181e8eb5569410ab25067b4efaf
2010-11-29 17:32:54 -08:00
Winson Chung 8d006d5e14 Adding additional customization tray bg to match designs.
Change-Id: I35caeddafb05311ea57b80988b46cecd501e4c3d
2010-11-29 15:55:59 -08:00
Adam Cohen 20e24552cb Merge "Fix workspace outline alpha during scrolling" 2010-11-24 17:06:03 -08:00
Jean-Baptiste Queru 37132e956a am 42716619: am 9aaafd6f: Merge " Fix memory Leak due to SurfaceView not being detached."
* commit '42716619ca1bbcb940a2c295afe832adab71e749':
  Fix memory Leak due to SurfaceView not being detached.
2010-11-24 16:27:22 -08:00
Adam Cohen 73aa9755d3 Fix workspace outline alpha during scrolling
Change-Id: Ib4e20994b2256dad6607df9c4616f06c5a0b336e
2010-11-24 16:26:58 -08:00
Adam Cohen e0f66b5469 Modifying feel of scrolling / overscroll
-Modified overscroll on Workspace
-Added overscroll effectiveness curve to PagedView
-Modified the feel of scrolling in Workspace, AllApps,
 and Configure. Made it more sensitive to velocity.

Change-Id: I7f705e267a536c742fbb3b6556648bbf993bdd2f
2010-11-24 15:47:13 -08:00
Michael Jurka 3d79192da7 Don't allow drags to fully occupied home screens
Change-Id: Ib9f6732f2d1d35fc4496c3d2257397ddf1f7f367
2010-11-24 14:51:58 -08:00
Jean-Baptiste Queru 42716619ca am 9aaafd6f: Merge " Fix memory Leak due to SurfaceView not being detached."
* commit '9aaafd6f3ce36448f4215ac961cfaaf505db79fd':
  Fix memory Leak due to SurfaceView not being detached.
2010-11-24 14:50:45 -08:00
Michael Jurka 2dbae21ee9 Merge "ignore drop position when dragging items to small screens" 2010-11-24 14:50:01 -08:00
Michael Jurka 9c6de3d7c3 ignore drop position when dragging items to small screens
- adding plumbing for future support for spring-loaded adding of items
- also, additional minor code cleanup

Change-Id: Idb313d4cd125b4f0b315a845dc8fb853cb48885e
2010-11-24 14:48:32 -08:00
Adam Lesinski 5a05154d6b Fixed label for static wallpaper picker
Change-Id: I403950a4f4c86e5cd5d83748c15c23e38b8cb9c1
2010-11-24 14:37:53 -08:00
Adam Lesinski 37981c5648 Merge "Updating the Static Wallpaper picker for Tablet" 2010-11-24 13:38:17 -08:00
Adam Lesinski cd5d807f53 Updating the Static Wallpaper picker for Tablet
- Updated WallpaperChooser to use FragmentDialogs
- Backwards compatible with old WallpaperChooser
  UI on non XLarge screens
- There is a known bug with AlertDialogs (b/3225529)
  that prevents an AlertDialog to expand to fit its
  content. The squishing of the GridView is caused
  by that bug.

Change-Id: I49381aab4aa24362e8c92da284797fce0e63823c
2010-11-24 13:37:03 -08:00
Patrick Dubroy a669d79d0d Prevent flicker when starting a drag.
Also, animate item the view to its new position when dragging.
2010-11-24 10:00:55 -08:00
thigobr 1f43a31ba6 Fix memory Leak due to SurfaceView not being detached.
Change-Id: If3f3577eaaa33e4043e8a5e6417f663bcaaf6fbb
2010-11-24 11:11:26 -02:00
Amith Yamasani 2f5590d98e Merge "Updated assets for QSB launch and added a custom transition animation." 2010-11-23 14:30:24 -08:00
Jean-Baptiste Queru 323caa34b9 am 8c604349: Merge "Fix for a Launcher crash."
* commit '8c604349c7fabfe45f7f1474e4475646c1b9d195':
  Fix for a Launcher crash.
2010-11-23 14:12:28 -08:00
Amith Yamasani 1f878a1fc5 Updated assets for QSB launch and added a custom transition animation.
Using a fade animation for launching QSB because the standard intra-wallpaper transition
has changed.

Bug: 3223441
2010-11-23 13:43:14 -08:00
Winson Chung d28ed49ea7 Fixing improper paging of wallpaper providers in customization drawer.
Change-Id: I3f0323f2e97d4538ae9c35e17738bcbb46b5a2a7
2010-11-22 14:43:15 -08:00
Winson Chung 59fbda815e Merge "Tweaking background protection animation to match transition animations." 2010-11-22 10:43:54 -08:00
Adam Cohen faa2830513 Fix issue 3214208
-Doing an index check to avoid NPE

Change-Id: I53e4f4377f0e725e57ed9d0835b6f69af4f83a64
2010-11-19 13:08:37 -08:00
Stephen Hines b8c95ba5ae Remove unnecessary export_func pragma.
Change-Id: Ib3a9c5693bf316038f35d89d0939feed526363d1
2010-11-18 17:15:56 -08:00
Winson Chung f135c6c364 Tweaking background protection animation to match transition animations.
Change-Id: I9e0c93c5b43fe117a0fb7c1ab1c4167cc47125c4
2010-11-18 16:39:33 -08:00
Adam Cohen 68d739365b Adding overscroll to Workspace, AllApps and Customize
-Also modified the background alpha interpolation during scrolling

Change-Id: I68db8fbe80f720c507ab3208d8b3dcd8aa4f2081
2010-11-18 16:32:19 -08:00
Winson Chung b4b7fa7c03 Proper fix for missing resource in other devices.
Change-Id: Ie164e42a4c5efce763160dae86b8fe3a9da51fd9
2010-11-18 14:39:11 -08:00
Winson Chung 649a4ca7db Preventing delayed processing of old touch target in Customization drawer.
Change-Id: I982d953814e13ce195eee1aaa6739e895e328b2a
2010-11-18 10:38:45 -08:00
Winson Chung 9171e6d8a2 Adding initial background protection to AllApps/Customize drawer.
Change-Id: Id5e2b2dd82c2ee82526ae5c5179345275af246c6
2010-11-17 17:39:58 -08:00
Amith Yamasani 6d7fe506fc Separate QSB and Voice buttons, aligned with QSB app.
Add EditText style underscores for the icons.
Get VoiceSearch icon from the activity that handles the RecognizerIntent.ACTION_WEB_SEARCH
2010-11-17 16:46:14 -08:00
Adam Lesinski f74a4ecf94 Merge "Modified behavior of mini-workspace screens" 2010-11-17 16:43:50 -08:00
Adam Lesinski 49c4ba323f Modified behavior of mini-workspace screens
Behavior of mini-workspace screens in All apps
view was changed to always stay visible once
the user starts dragging mode. Visibility returns
to hidden when the user exits and re-enters
All apps

Change-Id: I6cc6692ea77a67205767fd925f73ab38306c473c
2010-11-17 16:40:19 -08:00