summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* AI 145472: am: CL 145085 Fixes #1777943. Get rid of the Clock widget on the ↵Romain Guy2009-04-091-6/+1
| | | | | | | | | default Home configuration and bring the Search widget to the center screen. Original author: romainguy Merged from: //branches/cupcake/... Automated import of CL 145472
* AI 144912: Merge from cupcake:Eric Fischer2009-04-078-112/+56
| | | | | | | Change 144891 on 2009/04/07 by enf@ebcdic Import a bunch of revised translations. Automated import of CL 144912
* AI 144558: am: CL 144556 Pick up today's modified translations.Eric Fischer2009-04-031-1/+1
| | | | | | | Original author: enf Merged from: //branches/cupcake/... Automated import of CL 144558
* AI 144347: Reimport es_US translations in an attempt to fix the build.Eric Fischer2009-04-021-0/+6
| | | | Automated import of CL 144347
* AI 144336: am: CL 144335 Import US Spanish translations, and a few Japanese ↵Eric Fischer2009-04-021-0/+65
| | | | | | | | | changes. Original author: enf Merged from: //branches/cupcake/... Automated import of CL 144336
* AI 143908: am: CL 143907 Make search widget drop-down wider.Jeffrey Sharkey2009-03-318-0/+70
| | | | | | | Original author: jsharkey Merged from: //branches/cupcake/... Automated import of CL 143908
* AI 143792: am: CL 143746 Fix search widget assets to not overlap in ↵Jeffrey Sharkey2009-03-312-2/+11
| | | | | | | | | | landscape mode. Done by using small button framework assets, but with manual padding adjustments to bring back to original button size. Original author: jsharkey Merged from: //branches/cupcake/... Automated import of CL 143792
* AI 143776: am: CL 143622 Correctly startListening() for widget updates when ↵Jeffrey Sharkey2009-03-312-0/+48
| | | | | | | | | | | | first boot completes. During the first boot upgrade, LauncherProvider will deleteHost() to clear out any old appWidgetId bindings. During the first boot, Launcher calls AppWidgetHost.startListening() to watch for widget updates. It also calls loadUserItems(), which loads data from LauncherProvider, triggering the database creation and deleteHost() call. Because deleteHost() removes any existing callbacks, any future widget updates are dropped on the floor. (This can currently be solved by rebooting, because there isn't an upgrade on subsequent boots.) This bug was particularly evident on vfpioneer-userdebug builds, as there aren't any configuration changes that cause Launcher to be destroyed and recreated. (When destroyed and recreated, we startListening() again, and LauncherProvider doesn't call deleteHost().) To handle this special case, Launcher creates a ContentObserver pointing at a specific URI, which the LauncherProvider notifies when the AppWidgetHost is reset through deleteHost(), allowing Launcher to correctly startListening() again. Original author: jsharkey Merged from: //branches/cupcake/... Automated import of CL 143776
* AI 143685: am: CL 143547 Import revised translations.Eric Fischer2009-03-3112-84/+168
| | | | | | | Original author: enf Merged from: //branches/cupcake/... Automated import of CL 143685
* 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 143214: am: CL 143009 More work on issue #1739507 (kila-user build is too ↵Dianne Hackborn2009-03-271-29/+0
| | | | | | | | | big): remove some unused application resources I found. Original author: hackbod Merged from: //branches/cupcake/... Automated import of CL 143214
* AI 143191: am: CL 142952 Make Launcher norotate to prevent false-positive ↵Jeffrey Sharkey2009-03-271-0/+1
| | | | | | | | | rotations. Original author: jsharkey Merged from: //branches/cupcake/... Automated import of CL 143191
* AI 143187: am: CL 142933 Fixes #1725672. Rebind the drawer's content early ↵Romain Guy2009-03-272-25/+13
| | | | | | | | | to avoid the dreaded "blank drawer" bug. Original author: romainguy Merged from: //branches/cupcake/... Automated import of CL 143187
* Automated import from //branches/donutburger/...@142721,142721Jeffrey Sharkey2009-03-253-2/+7
|
* Automated import from //branches/donutburger/...@142720,142720Eric Fischer2009-03-251-9/+15
|
* Automated import from //branches/donutburger/...@142474,142474Jeffrey Sharkey2009-03-241-1/+1
|
* Automated import from //branches/donutburger/...@142040,142040Jeffrey Sharkey2009-03-241-7/+7
|
* Automated import from //branches/donutburger/...@142038,142038Jeffrey Sharkey2009-03-241-12/+12
|
* Automated import from //branches/donutburger/...@142016,142016Romain Guy2009-03-243-2/+23
|
* Automated import from //branches/donutburger/...@141885,141885Romain Guy2009-03-241-10/+1
|
* Automated import from //branches/donutburger/...@141868,141868Eric Fischer2009-03-2412-24/+12
|
* Automated import from //branches/donutburger/...@141844,141844Dianne Hackborn2009-03-242-2/+4
|
* Automated import from //branches/donutburger/...@141664,141664Romain Guy2009-03-241-1/+7
|
* Automated import from //branches/donutburger/...@141651,141651Jeffrey Sharkey2009-03-244-162/+117
|
* Automated import from //branches/donutburger/...@140670,140670Jeffrey Sharkey2009-03-241-16/+18
|
* Automated import from //branches/donutburger/...@140648,140648Romain Guy2009-03-246-13/+6
|
* Automated import from //branches/donutburger/...@140592,140592Jeffrey Sharkey2009-03-241-44/+106
|
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-1837-171/+638
|
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-135-87/+108
|
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-1117-245/+301
|
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-094-32/+66
|
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-13/+25
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03164-0/+13018
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03162-12453/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-0335-658/+142
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-0235-142/+658
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-1917-161/+102
|
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-1328-312/+198
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-1073-819/+1307
|
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-2222-66/+154
|
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-2021-12/+129
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-1513-71/+272
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-0910-65/+265
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1747-454/+2522
|
* Initial ContributionThe Android Open Source Project2008-10-21139-0/+9464