summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update Wallpaper picker and fix bugAdam Lesinski2010-12-1310-301/+380
| | | | | | | -Fixed b/3271838 -On a phone, Fragment would not remember its previous state and crash on rotation Change-Id: Ida923fba0c7f4622b090e2838fd932328ad68c63
* It looks like you're trying to remove the Protips widget.Daniel Sandler2010-12-131-9/+0
| | | | | | | Would you like help with that? Bug: 3248626 Change-Id: I9dbbc54ef7812d13b6234f53c181ad491c4df236
* Merge "Changing AllApps checked visualization, fixing drag offset issue in ↵Winson Chung2010-12-108-40/+64
|\ | | | | | | AllApps/Customize."
| * Changing AllApps checked visualization, fixing drag offset issue in ↵Winson Chung2010-12-098-40/+64
| | | | | | | | | | | | | | | | AllApps/Customize. - fixing previous change which clobbered pressed/focused state padding Change-Id: I229d803322554e51bc9c1f15d3687b01b0f6679f
* | Merge "Import revised translations."Eric Fischer2010-12-1080-80/+1000
|\ \ | |/ |/|
| * Import revised translations.Eric Fischer2010-12-0980-80/+1000
| | | | | | | | Change-Id: I572f320025e1b24a7a591ed7bc78942b6af10455
* | Merge "Differentiating max widget cell count and max wallpaper cell count in ↵Winson Chung2010-12-094-3/+11
|\ \ | | | | | | | | | customization drawer."
| * | Differentiating max widget cell count and max wallpaper cell count in ↵Winson Chung2010-12-094-3/+11
| |/ | | | | | | | | | | customization drawer. Change-Id: Ic649f185f9a294af38ed224e9dbb7530e7cbf29a
* | updating launcher button assetsMichael Jurka2010-12-0921-0/+0
| | | | | | also uploaded smaller background for customization mode
* | updating assetsMichael Jurka2010-12-0945-5/+5
|/
* Fixing stack overflow (issue #3270492)Adam Cohen2010-12-091-3/+8
| | | | Change-Id: I6a9c58d2c0843414fd844c8aa5bf0370da33108b
* added spring loaded mode for adding items to workspaceMichael Jurka2010-12-098-76/+409
| | | Change-Id: Ie92294fe2b1d6697d84756a2fcea91a09f72825b
* Adding animations to Customize drawerAdam Cohen2010-12-085-50/+153
| | | | | | | -When you tap to add in customize drawer the widgets / app shortcuts now animate to the mini screens Change-Id: I0a5b5ae561fda3fbbf902003273477a5ed7ca5cc
* Merge "Supporting custom wallpaper previews in Customize"Adam Cohen2010-12-081-14/+91
|\
| * Supporting custom wallpaper previews in CustomizeAdam Cohen2010-12-081-14/+91
| | | | | | | | Change-Id: Ibc16e67ca49a50032d9fcb7d5bb8dcccd7bf4397
* | fix getText() for CacheableTextViewMichael Jurka2010-12-081-0/+6
|/
* Reconciling assets from designer tree and moving assets out of drawable/ and ↵Justin Ho2010-12-08105-0/+0
| | | | | into the appropriate resolution folders Change-Id: Ib3ddd01a9b1e2c2f1cfa00bba7372308bc9edf6d
* code cleanup, preparing for spring-loaded adding to screensMichael Jurka2010-12-085-113/+85
| | | Change-Id: Ic52b8df2b4c4998272fbfe2b1b195c177cac9a23
* Merge "update to new API Remove extra arrays and allocations for manual ↵Jason Sams2010-12-062-69/+41
|\ | | | | | | allocation -> int conversions which were a legacy issue."
| * update to new APIJason Sams2010-12-062-69/+41
| | | | | | | | | | | | | | | | Remove extra arrays and allocations for manual allocation -> int conversions which were a legacy issue. Change-Id: I7c71f764e48b01bb29911c1231e8fce5df8ff2a2
* | Minor visual changesAdam Lesinski2010-12-062-1/+0
|/ | | | | | | -Updated the hdpi resource to match the mdpi (market_icon) -Removed a background color used for debugging Change-Id: I99440083b1296bca0f2f24370658f995ff209063
* Merge "Saving/restoring the current AllApps tab on orientation change."Winson Chung2010-12-061-2/+22
|\
| * Saving/restoring the current AllApps tab on orientation change.Winson Chung2010-12-061-2/+22
| | | | | | | | Change-Id: Ib89d70600d945d8d512242bfb2c14a69eb38861f
* | Temporarily disabling holographic outlines until we resolve the various ↵Winson Chung2010-12-062-0/+4
|/ | | | | | memory issues. Change-Id: If23375fbb7148d0c0572ecde96507de5bdb670ae
* Adding text layout null check.Winson Chung2010-12-041-10/+12
| | | | Change-Id: I7661aa7405b22db2d2497b39022632d4ad6aa2bc
* removing DimmableBubbleTextView and DimmableAppWidgetHostViewMichael Jurka2010-12-043-214/+1
| | | - use of DimmableBubbleTextView might also be causing NPE on user machines
* Improving the look of holographic outlinesAdam Cohen2010-12-034-47/+41
| | | | | | - The outlines are used in AllApps, Workspace and Customize Change-Id: I1c3aba81df163c98a839498a3d421a8f03c51f06
* Merge "Send live wallpaper taps."Jeff Brown2010-12-033-6/+27
|\
| * Send live wallpaper taps.Jeff Brown2010-12-023-6/+27
| | | | | | | | Change-Id: I25465e6fa7a69ef5c35e69ddc375e65797f44bc6
* | Fix for missing AllApps icons.Winson Chung2010-12-023-7/+31
|/ | | | Change-Id: Ic6c7cc3e55790d9fca1eb260bc9220442e5a9176
* Merge "Rename Indonesian and Hebrew translations to match Locale.java ↵Eric Fischer2010-12-022-0/+0
|\ | | | | | | conventions"
| * Rename Indonesian and Hebrew translations to match Locale.java conventionsEric Fischer2010-12-022-0/+0
| | | | | | | | Change-Id: I85cc2b40df1cce46b09c2fa09f0e02eec57f8319
* | Fixing crash in CacheableTextViewMichael Jurka2010-12-021-16/+20
|/ | | | Not caching text view if the width/height of the text is 0
* Removing unnecessary workaround for padding on workspace icons.Winson Chung2010-12-026-18/+0
| | | | Change-Id: I2ae6324e18db7b010c8d2ef5140e004da2f2b9f0
* Merge "Adding background protection to icons and apps button."Winson Chung2010-12-0111-46/+104
|\
| * Adding background protection to icons and apps button.Winson Chung2010-12-0111-46/+104
| | | | | | | | Change-Id: I650f9135c0ce5bc2a6f7c5f878d470d6a85e9f7e
* | Removing CAB from AllAppsAdam Cohen2010-12-017-142/+171
| | | | | | | | | | | | | | | | -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
* | Adding outlines to side pages for widgets and wallpaper pages in the ↵Winson Chung2010-12-019-41/+273
|/ | | | | | customization tray. Change-Id: Ib2ec5e630c1c861003d0e0b5672ed69ef25c0b47
* Merge "Import revised translations."Eric Fischer2010-12-0120-40/+20
|\
| * Import revised translations.Eric Fischer2010-12-0120-40/+20
| | | | | | | | Change-Id: I968f64db73d2c0b79b824e80426f0930dae808d2
* | Caching icon labels to bitmaps for better performanceMichael Jurka2010-12-014-13/+144
|/ | | Change-Id: I78a3c116c1103b5b994a47f2cfcff18c0a9b31b8
* Adding background protection for tab labels in AllApps/Customize and ↵Winson Chung2010-11-3022-16/+124
| | | | | | modified padding to match mockups. Change-Id: I7f3b37d892fdf5a702a66d68e1bbdf333068d7ec
* Merge "Caching external icons in LauncherModel"Michael Jurka2010-11-291-4/+42
|\
| * Caching external icons in LauncherModelMichael Jurka2010-11-291-4/+42
| | | | | | | | | | - Global search icon and voice search icon are loaded instantly on device rotations Change-Id: I91380849d470b181e8eb5569410ab25067b4efaf
* | Adding additional customization tray bg to match designs.Winson Chung2010-11-291-6/+27
|/ | | | Change-Id: I35caeddafb05311ea57b80988b46cecd501e4c3d
* Merge "Fix workspace outline alpha during scrolling"Adam Cohen2010-11-241-1/+5
|\
| * Fix workspace outline alpha during scrollingAdam Cohen2010-11-241-1/+5
| | | | | | | | Change-Id: Ib4e20994b2256dad6607df9c4616f06c5a0b336e
* | am 42716619: am 9aaafd6f: Merge " Fix memory Leak due to SurfaceView not ↵Jean-Baptiste Queru2010-11-241-0/+1
|\ \ | |/ |/| | | | | | | | | being detached." * commit '42716619ca1bbcb940a2c295afe832adab71e749': Fix memory Leak due to SurfaceView not being detached.
| * am 9aaafd6f: Merge " Fix memory Leak due to SurfaceView not being detached."Jean-Baptiste Queru2010-11-241-0/+1
| |\ | | | | | | | | | | | | * commit '9aaafd6f3ce36448f4215ac961cfaaf505db79fd': Fix memory Leak due to SurfaceView not being detached.
| | * Merge " Fix memory Leak due to SurfaceView not being detached."Jean-Baptiste Queru2010-11-241-0/+1
| | |\