summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | Add snap-back animation when dropping an item on a full page.Patrick Dubroy2010-11-011-8/+29
| | | | |
| * | | | Fix crash in non-xlarge configurations.Patrick Dubroy2010-11-011-3/+7
| | | | |
| * | | | Fixing issues in LauncherWinson Chung2010-11-013-11/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Now ending choice mode if a selected application is removed - Only updating apps in the customization drawer if the applications change - Adding null check when determining scrolling in PagedView Change-Id: I0b23d1383649626dc012bd70a5e8087885b77c17
| * | | | Merge "When the locale changes, flush the all apps list."Joe Onorato2010-10-302-14/+32
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | When the locale changes, flush the all apps list.Joe Onorato2010-10-292-14/+32
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3032131 Change-Id: I47659a459044fdace0a3480d216b168c18f2de37
| * | | | Fix NPE when dragging an item to a full home screenPatrick Dubroy2010-10-291-19/+23
| | | | |
| * | | | Fix: switching states during animations was brokenMichael Jurka2010-10-296-43/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - cancelling state animations on home screens before starting new ones - temporary workaround for the fact that onAnimationEnd is not called immediately when an animation is cancelled - forcing all apps zoom-in animation to complete if it's cancelled Change-Id: I3eb011f689050692e8d95f2736e01ab5420f722e
| * | | | Move drop anim into the Workspace to prevent clipping issuesPatrick Dubroy2010-10-292-108/+142
| |/ / /
| * | | Setting correct active page when shrinkingMichael Jurka2010-10-291-1/+1
| | | | | | | | | | | | | | | | | | | | Bug: 3130373 Change-Id: I5fa8772bd557b828aaac0d6433f1ff148b0d9f57
| * | | Adding initial support for dropping widgets with custom configuration data.Winson Chung2010-10-285-27/+106
| | | | | | | | | | | | | | | | Change-Id: I4a7ba51783b27e544e9a21882bc7cd582b3b43e0
| * | | Cleaning assets to match designers' treeGilles Debunne2010-10-2821-0/+0
| | | | | | | | | | | | | | | | Change-Id: Ia83ab4486a383362dcb1f19db302c252ee4734bb
| * | | -> Made outline of current page fade outAdam Cohen2010-10-287-9/+23
| | | | | | | | | | | | | | | | | | | | | | | | -> Added new assets for homescreen outlines Change-Id: Ic19b32a749fd4109bd5601c8b220759aab56603c
| * | | Increasing icons for homescreen as well as as all-apps (temporarily until we ↵Winson Chung2010-10-279-21/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | get hi-res icons). - Also fixing spacing in the portrait mode, and using the same styles for both AllApps and workspace icons. Change-Id: I222dd5d53a39d6940a85f40b57912b69c926ffd0
| * | | Initial changes to allow dragging external shortcuts to launcher using the ↵Winson Chung2010-10-276-22/+168
| | | | | | | | | | | | | | | | | | | | | | | | same InstallShortcut intent. Change-Id: I21b57115429ed37d604084ae01308d1d3f33ee7e
| * | | Merge "Generating holographic outlines in helper thread"Michael Jurka2010-10-271-76/+87
| |\ \ \
| | * | | Generating holographic outlines in helper threadMichael Jurka2010-10-271-76/+87
| | | | | | | | | | | | | | | Change-Id: Ie6fb0827b0c746d512c5baba44bf16de54e309bc
| * | | | Import revised translations.Eric Fischer2010-10-2721-246/+296
| | | | | | | | | | | | | | | | | | | | Change-Id: Idf7ef6a9edc4c63d38640fe1542d6e280cca2140
| * | | | Merge "When the launcher is paused and we reload stuff in the background, we ↵Joe Onorato2010-10-272-4/+51
| |\ \ \ \ | | | | | | | | | | | | | | | | | | need to re-re-load it in onResume."
| | * | | | When the launcher is paused and we reload stuff in the background, we need ↵Joe Onorato2010-10-272-4/+51
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to re-re-load it in onResume. Otherwise we can load widgets and other resources from the wrong Configuration. This doesn't completely fix the bug, but it makes it much less likely. We tell the launcher once at the beginning of starting a reload because of SD cards coming back, and once when we bind. cherry pick of I99ee6af38bef91e261832bad4dec978a5d4a8b3d Bug: 3126698 Change-Id: I917bdb3982e3eea4924c6e9a8f3c037fd493f415
| * | | | am 08c2c99e: (-s ours) am ec8345a1: When the launcher is paused and we ↵Joe Onorato2010-10-270-0/+0
| |\ \ \ \ | | |/ / / | |/| | | | | | | | reload stuff in the background, we need to re-re-load it in onResume.
| * | | | Merge "Don't build bitmaps when running in GL."Romain Guy2010-10-262-2/+6
| |\ \ \ \
| | * | | | Don't build bitmaps when running in GL.Romain Guy2010-10-262-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I28c93256bca748be6a00698a6c41cbab5dd4a349
| * | | | | Merge "Adding distance threshold to initiate paging regardless of velocity."Winson Chung2010-10-261-4/+11
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Adding distance threshold to initiate paging regardless of velocity.Winson Chung2010-10-251-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I275417ca69bcaa0b643dab7f3f552d973a194ce6
| * | | | | Re-enable clicking on CAB buttonsPatrick Dubroy2010-10-251-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7ac99fb1b90aad2816e371b8d4b363b7ddae057c
| * | | | | am 3f894261: (-s ours) am 188eb406: Import revised translations. DO NOT MERGEEric Fischer2010-10-250-0/+0
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '3f89426152a67d6178c9d3533b0bb43dd20f3006' * commit '3f89426152a67d6178c9d3533b0bb43dd20f3006': Import revised translations. DO NOT MERGE
| * \ \ \ \ \ Merge "Removing the Folders tab."Winson Chung2010-10-252-69/+6
| |\ \ \ \ \ \
| | * | | | | | Removing the Folders tab.Winson Chung2010-10-252-69/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5cf3aa8bf987500800340e047336233db5eb0491
| * | | | | | | Merge "Fix crash when dragging from all apps to home."Patrick Dubroy2010-10-251-2/+5
| |\ \ \ \ \ \ \
| | * | | | | | | Fix crash when dragging from all apps to home.Patrick Dubroy2010-10-251-2/+5
| | | | | | | | |
| * | | | | | | | Merge "Fixed disappearing customize button"Michael Jurka2010-10-251-4/+4
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Fixed disappearing customize buttonMichael Jurka2010-10-251-4/+4
| | |/ / / / / / | | | | | | | | | | | | | | | | Bug: 3130085
| * / / / / / / Removing Apps/Games tab.Winson Chung2010-10-252-15/+0
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib0b8d096a0ead6f1a08df14e90fde96a392c2f50
| * | | | | | Fix disappearing icons due to div-by-0 in animation.Patrick Dubroy2010-10-251-11/+8
| | | | | | |
| * | | | | | Merge "Leaving mini-workspaces in place after dropping from AllApps."Winson Chung2010-10-251-3/+0
| |\ \ \ \ \ \
| | * | | | | | Leaving mini-workspaces in place after dropping from AllApps.Winson Chung2010-10-251-3/+0
| | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | Change-Id: Iae4aba8b38e674ccda978b8280d015d4d8247147
| * / | | | | Made Launcher and AllApps use the new Tabs holo theme.Gilles Debunne2010-10-252-48/+16
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Style temp settings removed, now provided by default: https://android-git.corp.google.com/g/#change,76118 Hacks to focus first tab removed as it has been fixed in: https://android-git.corp.google.com/g/#change,75393 Bug 3008765 Change-Id: Id9121cf3bfc3be08380bec1a45cf447b5fe96422
| * | | | | Merge "Altering homescreen spacing to match design."Winson Chung2010-10-248-16/+59
| |\ \ \ \ \
| | * | | | | Altering homescreen spacing to match design.Winson Chung2010-10-248-16/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8b859992fe843d0cf688cb84bcbaab6dbeccb6fb
| * | | | | | am a3fceb1f: (-s ours) am cbf7a73e: Import revised translations. DO NOT MERGEEric Fischer2010-10-220-0/+0
| |\ \ \ \ \ \
| * | | | | | | Fixing drag to application info button in All AppsMichael Jurka2010-10-223-11/+22
| | |/ / / / / | |/| | | | | | | | | | | | Change-Id: I6f31bf3ac24366791cf84830584846d57aab9b80
| * | | | | | am 8cd002e2: (-s ours) am e314ac4f: Import revised translations. DO NOT MERGEEric Fischer2010-10-210-0/+0
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '8cd002e279431727f38e77870a3d0a67e96db023' * commit '8cd002e279431727f38e77870a3d0a67e96db023': Import revised translations. DO NOT MERGE
| * | | | | | | Correctly preserve state on orientation changesMichael Jurka2010-10-213-44/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3049975
| * | | | | | | More spacing changes to Customization Drawer.Winson Chung2010-10-216-15/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie51a0a5da6169b0651e9f70cfb28450254cf0df1
| * | | | | | | Fix bug that allowed multiple items in one cellMichael Jurka2010-10-213-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed issue where opening a folder allowed items to be placed on any cell, even if it was occupied. Bug: 3094164 Change-Id: I392e7236f9cd7ea0b09f36e249d2a57c9934dc8e
| * | | | | | | am 070a990c: (-s ours) am eceda0e7: DO NOT MERGE - Updated hotseat icons ↵Justin Ho2010-10-210-0/+0
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (mdpi and hdpi) Merge commit '070a990c7f4a05f4e34c4a6719d0fbe62e887eb7' * commit '070a990c7f4a05f4e34c4a6719d0fbe62e887eb7': DO NOT MERGE - Updated hotseat icons (mdpi and hdpi)
| * | | | | | | | fixed bug with adding items in customize modeMichael Jurka2010-10-202-45/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also, no longer mark items as checked in customize mode Bug: 3116708 Change-Id: I01b935ba8bfb450dfab9175a7eb5b7619ad187a6
| * | | | | | | | More spacing changes for AllApps.Winson Chung2010-10-2014-27/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Also testing a simple scale of existing icons in lieu of high res icons. Change-Id: Ib9758064536cd1b1704344ea885bccdc93dd3466
| * | | | | | | | Merge "Various cleanups in the drag viz code."Patrick Dubroy2010-10-204-26/+44
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Various cleanups in the drag viz code.Patrick Dubroy2010-10-204-26/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most importantly: - Don't allocate a new Paint object in CellLayout.onDraw - Scale holographic outlines based on the screen density