summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher/LauncherModel.java
Commit message (Collapse)AuthorAgeFilesLines
* Move com/android/launcher -> com/android/launcher2Joe Onorato2009-07-301-1482/+0
|
* Fixes #1940691. Sync packages when home receives a reinstall notification.Romain Guy2009-06-241-14/+23
| | | | | Home was only updating known activities. This change makes home also check for removed activities and added activities.
* Fixes #1937447. Home was not saving the appropriate state when losing focus.Romain Guy2009-06-231-5/+5
|
* Tweak thread priorities in Home to make first boot experience a little better.Romain Guy2009-06-111-27/+38
|
* Add gestures to Home.Romain Guy2009-06-101-10/+110
| | | | Press the Home key while in Home to enable the gestures pad.
* Fix for #1855127. When Home cannot decode an icon, it should not interrupt ↵Romain Guy2009-05-141-3/+8
| | | | the loading of the workspace, but fallback to the default package icon.
* * re-scale icons that are loaded using different denstiy metrics.Mitsuru Oshima2009-05-121-15/+19
| | | | * fix potential npe
* AI 143295: am: CL 143294 Fixes #1725672. For good this time. When Home ↵Romain Guy2009-03-271-1/+10
| | | | | | | | | starts for the first time, it spawns a loading thread for the workspace items. That loader is responsible for starting the drawer loader after it's done. Unfortunately, after a wipe data or a database upgrade, the worksapce loader could be interrupted by a ContentProvider notification change which would cause the loader to be cancelled and another workspace loader to be spawned. The new workspace loader, however, would not start the drawer loader because the appropriate flag was not set correctly. This change simply duplicates the flag from the old loader in the new one and all is well. Original author: romainguy Merged from: //branches/cupcake/... Automated import of CL 143295
* AI 143232: am: CL 143057 Don't NPE when editing a folder name.Jeffrey Sharkey2009-03-271-1/+1
| | | | | | | | Only happens when user changes orientation while editing, where getFolderById can return the wrong folder type for the given ID. Original author: jsharkey Merged from: //branches/cupcake/... Automated import of CL 143232
* AI 143187: am: CL 142933 Fixes #1725672. Rebind the drawer's content early ↵Romain Guy2009-03-271-1/+1
| | | | | | | | | to avoid the dreaded "blank drawer" bug. Original author: romainguy Merged from: //branches/cupcake/... Automated import of CL 143187
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-40/+330
|
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-131-59/+71
|
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-111-62/+71
|
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-091-25/+63
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+995
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-955/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-45/+5
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-5/+45
|
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-31/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-34/+42
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-6/+20
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-95/+257
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+802