summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New position indicators and icons for Launcher2.Romain Guy2009-11-0947-37/+281
| | | | Change-Id: Id444943a3cc2e9db78733614141cbe2be837fdbf
* Start listening again after LauncherProvider clears widgets.Jeff Sharkey2009-11-091-1/+36
| | | | | | | | | | After the LauncherProvider resets the database and wipes out the host info, the Launcher must tell the AppWidgetHost to listen again. Originally 87e688d8... in packages/apps/Launcher. Fixes http://b/2238470
* Merge change I0bda9c39 into eclairAndroid (Google) Code Review2009-11-081-2/+2
|\ | | | | | | | | * changes: One camera is probably sufficient
| * One camera is probably sufficientMike Cleron2009-11-081-2/+2
| |
* | Merge change I4bd71b0f into eclairAndroid (Google) Code Review2009-11-082-29/+44
|\ \ | |/ | | | | | | * changes: Fix http://b/issue?id=2203681
| * Fix http://b/issue?id=2203681Mike Cleron2009-11-082-29/+44
| | | | | | | | | | | | | | There is a race between the view system dispatching focus and mRollo being intialized. Now if AllApps is supposed to gain focus before mRollo is ready we remember that state and gain focus later.
* | Merge change I3c675fc6 into eclairAndroid (Google) Code Review2009-11-081-0/+43
|\ \ | |/ | | | | | | * changes: New defaults for Passion
| * New defaults for PassionMike Cleron2009-11-081-0/+43
| |
* | Merge change I9d34c514 into eclairAndroid (Google) Code Review2009-11-081-1/+2
|\ \ | |/ |/| | | | | * changes: Disable orientation change based on sensor in the wallpaper picker.
| * Disable orientation change based on sensor in the wallpaper picker.Romain Guy2009-11-081-1/+2
| | | | | | | | Change-Id: I9d34c514fc1eebef7fd655ce4d7eeba66a4b2412
* | Fix 2246713 - Bad offset when picking up a widget for the first time.Joe Onorato2009-11-081-2/+4
| |
* | Fix 2215274 - Duplicate widgets appearing on top of each otherJoe Onorato2009-11-081-0/+1
| | | | | | | | My fix for duplicate icons didn't account for widgets.
* | Fix bug 2242465 - Can add shortcuts while the "3d all apps" is open.Joe Onorato2009-11-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | The more I think about it, the more I think AllApps should just be a separate activity. It's not a drawer anymore and you open it by pressing a button. Also, it will want to derive from RenderScriptActivity or something, and have all that stuff dealt with automatically too. It's to late to make a change like this now, but if we do choose to do it someday, I think we'll want to reconsider the menu that's shown. For now, just close all apps when they add a shortcut or change the wallpaper.
* | Bug 2246631 - Show soft keyboard on launcher dialogsJoe Onorato2009-11-081-0/+4
|/
* Bug 2239823 - Can't focus "home" icon in 3d all appsJoe Onorato2009-11-083-57/+129
|
* Make the selection indicator and the focus indicator in 3d all apps ↵Joe Onorato2009-11-082-13/+25
| | | | different colors. Bug 2239818.
* Merge change I74688835 into eclairAndroid (Google) Code Review2009-11-061-1/+10
|\ | | | | | | | | * changes: Account for the gap at the top of the search widget when animating
| * Account for the gap at the top of the search widget when animatingMike Cleron2009-11-061-1/+10
| |
* | [Launcher2] Delete app widgets when their configuration is cancelled or ↵Romain Guy2009-11-061-4/+8
| | | | | | | | | | | | | | | | | | there's not enough room on Home. Bugs #2234228 and #2244729. Approved by mcleron Change-Id: I15e4850d8c1a821497df5d32e5fb63b3400d1e44
* | Fix launcher2 crash. We weren't initializing the list of folders. Bug 2210545.Joe Onorato2009-11-062-7/+23
| |
* | Merge change I24a40dc2 into eclairAndroid (Google) Code Review2009-11-052-4/+1
|\ \ | | | | | | | | | | | | * changes: Put launcher2 back into its own process. bug 2241963
| * | Put launcher2 back into its own process. bug 2241963Joe Onorato2009-11-052-4/+1
| |/
* | If 3 screens are good 5 will be betterMike Cleron2009-11-056-24/+73
|/
* The apps might not have finished loading by the time we're doing this. ↵Joe Onorato2009-11-051-2/+11
| | | | Fixes bug 2241755.
* Add logging to launcher2 to help diagnose 2239265 since QA keeps reassigning ↵Joe Onorato2009-11-052-0/+4
| | | | | | it to me without providing more detailed steps to reproduce.
* Fix white square bug when new apps are added while home is not active.Jason Sams2009-11-051-6/+27
|
* Merge change I44ad9fe5 into eclairAndroid (Google) Code Review2009-11-044-49/+39
|\ | | | | | | | | * changes: Add android.home.drop even for the live wallpapers.
| * Add android.home.drop even for the live wallpapers.Romain Guy2009-11-044-49/+39
| | | | | | | | Change-Id: I44ad9fe573dc3d2e5d091fed01300d44b6be9473
* | Merge change I2bbe9af6 into eclairAndroid (Google) Code Review2009-11-043-24/+23
|\ \ | | | | | | | | | | | | * changes: Update the search widget to be vertically centered within it's footprint.
| * | Update the search widget to be vertically centered within it's footprint.Mike Cleron2009-11-043-24/+23
| | |
* | | Fix bug 2236111 - right edge of widget chopped-off while draggingJoe Onorato2009-11-041-3/+1
| |/ |/| | | | | | | | | | | By using resolveSize, we're clamping the size we measure to the size of the screen, so just use our prefered size instead. Nobody is going to otherwise limit us, so this value won't be mismatched with the size we actually get.
* | Don't release the GL context when all-apps looses its surface.Jason Sams2009-11-031-15/+8
|/
* Fix 2209039 and 2220106Mike Cleron2009-11-031-46/+69
| | | | Improve trackball handling and menu interaction
* Fix 2205899 - unable to access last row using trackball scroll if last row ↵Joe Onorato2009-11-021-12/+22
| | | | | | is having less than 4 icons.
* Adjust logging of launcher2 launch times, and make all apps loading wait a ↵Joe Onorato2009-11-025-16/+40
| | | | | | | | little longer, even though usually it happens later anyway. For bug 2226555.
* Tweak the shape/size of the all apps selection glow.Joe Onorato2009-11-021-2/+2
| | | | Bug 2231227
* Fix launcher crashJoe Onorato2009-11-021-1/+4
|
* Fix bugs 2218563 and 2176751 - Not properly loading icons, and sometimes ↵Joe Onorato2009-10-312-1/+6
| | | | | | marking them as cached when they're not.
* fix 2206016 - Passion: Deleted Icons are added again after deleting folder ↵Joe Onorato2009-10-312-0/+3
| | | | on home screen
* remove unused code.Joe Onorato2009-10-311-26/+0
|
* When closing a folder, make sure to remove it from the list of drop targets.Joe Onorato2009-10-311-3/+2
| | | | This fixes the following bugs: 2222908 2208857
* Fix 2223769 - Uninstalling a widget (via adb uninstall) crashed launcher2 ↵Joe Onorato2009-10-312-20/+32
| | | | | | | | and com.cooliris.media If we haven't even initialized yet, don't respond to app list changes. I think this will fix that bug. It's possible that there's some other race in there somehow.
* Fix 2199124 - Sometimes app icons don't go away when deleting the app.Joe Onorato2009-10-311-5/+12
| | | | | | | The app list isn't sorted by component name, it's sorted by title, so we can't binary search on the component name. Duh. Linear search is fine here.
* Merge change I3134655d into eclairAndroid (Google) Code Review2009-10-302-5/+96
|\ | | | | | | | | * changes: More capabilities for default home configuration
| * More capabilities for default home configurationMike Cleron2009-10-302-5/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added support for adding appwidgets beyond clock and search to the intital configuration. Also pulled in a previous change in Launcher that allowed http shortcuts. New syntax looks like this in default_workspace.xml: <appwidget launcher:packageName="com.android.settings" launcher:className="com.android.settings.widget.SettingsAppWidgetProvider" launcher:screen="0" launcher:x="0" launcher:y="2" launcher:spanX="4" launcher:spanY="1" /> <shortcut launcher:packageName="com.android.settings" launcher:icon="@drawable/ic_launcher_appwidget" launcher:title="@string/group_folder" launcher:uri="http://www.nytimes.com" launcher:screen="2" launcher:x="2" launcher:y="2" />
* | Merge change Ia4f871c1 into eclairAndroid (Google) Code Review2009-10-301-11/+9
|\ \ | |/ |/| | | | | * changes: use table maskfilter for glow
| * use table maskfilter for glowMike Reed2009-10-301-11/+9
| | | | | | | | http://b/issue?id=2210685
* | Wrap text with the curve instead of the fade. Mipmap distant text and icons. ↵Jason Sams2009-10-292-80/+94
|/ | | | Fix two physics bugs. Snapping at end of list was inconsistant between flings and moves. Fix phyiscs boundary condition during low speed movement back to center.
* Import revised translations. DO NOT MERGEEric Fischer2009-10-283-5/+3
|
* Fix 2200739 - Crash when you click on an empty icon slot in 3d all appsJoe Onorato2009-10-281-14/+20
|