summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-06-20Import revised translationsandroid-sdk-tools_r7android-cts-2.2_r8android-cts-2.2_r7android-cts-2.2_r6android-cts-2.2_r5android-cts-2.2_r4android-cts-2.2_r3android-cts-2.2_r2android-cts-2.2_r1android-adt-0.9.9android-adt-0.9.8tools_r9tools_r8tools_r7froyo-plus-aospfroyoKenny Root
Change-Id: Ib8998046c6384ea458e30e4d45bdd55ba8194a3a
2010-04-03Set DBG=false in ApplicationsProviderandroid-sdk-tools_r6android-sdk-2.2_r2android-sdk-2.2_r1android-2.2_r1.3android-2.2_r1.2android-2.2_r1.1android-2.2_r1android-2.2.3_r2.1android-2.2.3_r2android-2.2.3_r1android-2.2.2_r1android-2.2.1_r2android-2.2.1_r1froyo-releaseBjorn Bringert
Bug: http://b/issue?id=2568948 Change-Id: Ic051868dd922f7fcb21a7e21ec41028291ec8943
2010-03-31Handle search intents in ApplicationsProviderBjorn Bringert
Bug http://b/issue?id=2559078 Change-Id: I1507ab28e86f46593689f4bb2c49455d5ac14170
2010-03-30Import revised translationsKenny Root
Change-Id: I7ce59fcda60c2468b469f613daa52aa31902a968
2010-03-17Import revised translationsKenny Root
Change-Id: I1eefdd9420b3d6d6f70d7834f8d3b28690539308
2010-03-16Handle SD card app changes in ApplicationsProviderBjorn Bringert
Bug: http://b/issue?id=2518879 Change-Id: Ic132fceee60943268c9d5ec3c7cb98827a5d3a18
2010-03-15Use icon names instead of resource IDs for app iconsBjorn Bringert
This should make app shortcut icons in QSB more stable when apps are upgraded. But it's not foolproof, since an app may change the resource name of its app icon. Part of http://b/issue?id=2513568 Change-Id: Ic9f07d9d5d5cf59aabcc74d21212bc1c28947dce
2010-03-08Add an empty CleanSpec.mkJean-Baptiste Queru
Change-Id: Ib5a7b0617bb601101b29a9b28ec5c72819900863
2010-03-03Close inserterBjorn Bringert
Fixes http://b/issue?id=2484650 Change-Id: I4a5e3735d8bc80ac8ffaa07b1138d8d691868b69
2010-02-23Update ApplicationsProvider on locale changesBjorn Bringert
Fixes http://b/issue?id=2175247 Change-Id: I79841c87396a5549d53c49696c68a5f3b5b8e284
2010-02-05am 407770b1: am b08657bd: reconcile main tree with open-source eclairThe Android Open Source Project
Merge commit '407770b1bf4b8eb2e254ee24a2667e5302088c12' * commit '407770b1bf4b8eb2e254ee24a2667e5302088c12': android-2.1_r1 snapshot
2010-02-05am b08657bd: reconcile main tree with open-source eclairThe Android Open Source Project
Merge commit 'b08657bdff52127bc8c4e89fa55cb39608268cb5' into eclair-plus-aosp * commit 'b08657bdff52127bc8c4e89fa55cb39608268cb5': android-2.1_r1 snapshot
2010-02-05reconcile main tree with open-source eclairandroid-sdk-tools_r5android-cts-2.1_r5android-cts-2.1_r4android-cts-2.1_r3android-cts-2.1_r2eclairThe Android Open Source Project
2010-01-29reconcile android-2.1_r1 snapshotThe Android Open Source Project
2010-01-12android-2.1_r1 snapshotThe Android Open Source Project
2010-01-07Update with latest translations.Eric Fischer
2010-01-05Do not use a user tag on apps, as it is ignored.Jean-Baptiste Queru
The build system does not honor user tags on apps, and setting it is misleading. This removes the confusion by making the makefiles behave like they read. Change-Id: Iab0f74847733323c327765eddff943ae012333f2
2009-12-15Merge commit 'goog/eclair-plus-aosp'Android Git Automerger
2009-11-17am 343d7c88: am 4ad4ad7f: am b0db30e6: Fix ANRs caused by ApplicationsProviderBjorn Bringert
Merge commit '343d7c884d79a57132531b53ae269bbb528c788c' * commit '343d7c884d79a57132531b53ae269bbb528c788c': Fix ANRs caused by ApplicationsProvider
2009-11-17am 4ad4ad7f: am b0db30e6: Fix ANRs caused by ApplicationsProviderBjorn Bringert
Merge commit '4ad4ad7f09a88454d4945fb1e2d6c0f29491d2f3' into eclair-mr2-plus-aosp * commit '4ad4ad7f09a88454d4945fb1e2d6c0f29491d2f3': Fix ANRs caused by ApplicationsProvider
2009-11-17am b0db30e6: Fix ANRs caused by ApplicationsProviderBjorn Bringert
Merge commit 'b0db30e69ba1763e2f4a5e4f61268bc4082a6180' into eclair-plus-aosp * commit 'b0db30e69ba1763e2f4a5e4f61268bc4082a6180': Fix ANRs caused by ApplicationsProvider
2009-11-17am b0db30e6: Fix ANRs caused by ApplicationsProviderBjorn Bringert
Merge commit 'b0db30e69ba1763e2f4a5e4f61268bc4082a6180' into eclair-mr2 * commit 'b0db30e69ba1763e2f4a5e4f61268bc4082a6180': Fix ANRs caused by ApplicationsProvider
2009-11-16Fix ANRs caused by ApplicationsProviderandroid-sdk-2.1_r1android-2.1_r2.1sandroid-2.1_r2.1p2android-2.1_r2.1pandroid-2.1_r2android-2.1_r1eclair-sholes-release2eclair-releaseeclair-passion-releaseBjorn Bringert
Before, ApplicationsProvider rebuilt the whole in-memory apps database every time any package was added, changed or removed. This caused it to use a lot of CPU and lock a lot of shared resources, blocking other, potentially higher-priority threads. In this change, ApplicationsProvider builds its DB on first start, and then only does incremental updates for the apps that have been added/changed/removed. Fixes (hopefully) http://b/issue?id=2261743
2009-11-15am c242ceec: merge from open-source masterJean-Baptiste Queru
Merge commit 'c242ceec4048f851acfa95a66aabaccdd03b4d9a' * commit 'c242ceec4048f851acfa95a66aabaccdd03b4d9a': eclair snapshot
2009-11-15merge from open-source masterJean-Baptiste Queru
2009-11-15merge from open-source masterJean-Baptiste Queru
Merge commit 'goog/stage-korg-master' into HEAD
2009-11-15merge from eclairJean-Baptiste Queru
2009-11-13am 184cf9e1: (-s ours) am b5a84041: (-s ours) Import revised translations. ↵Eric Fischer
DO NOT MERGE Merge commit '184cf9e135d8232188dcdfe6fe0ada9fe027a73d' * commit '184cf9e135d8232188dcdfe6fe0ada9fe027a73d': Import revised translations. DO NOT MERGE
2009-11-13am b5a84041: (-s ours) Import revised translations. DO NOT MERGEEric Fischer
Merge commit 'b5a840412e9db00dd4824f33788c666e1379d117' into eclair-mr2 * commit 'b5a840412e9db00dd4824f33788c666e1379d117': Import revised translations. DO NOT MERGE
2009-11-13Import revised translations. DO NOT MERGEandroid-sdk-2.0.1_r1android-sdk-2.0.1-docs_r1android-2.0.1_r1eclair-sholes-releaseEric Fischer
Approver: jerryw
2009-11-12eclair snapshotJean-Baptiste Queru
2009-10-13Reimport translations.Eric Fischer
Change-Id: I361bf3e1c01a2b6cc22f3aed4ebd1cfb1558d170
2009-10-13am 836bee68: am 245535f3: am d432c774: Don\'t crash when trying to launch ↵Bjorn Bringert
missing application Merge commit '836bee683aae61e69875fda2d5ba24efbcd624aa' * commit '836bee683aae61e69875fda2d5ba24efbcd624aa': Don't crash when trying to launch missing application
2009-10-13am 458348e1: (-s ours) am f63e8f3b: (-s ours) am 5bd1f9e8: (-s ours) Import ↵Eric Fischer
revised translations. DO NOT MERGE Merge commit '458348e1e0381fee373c97aad9ecccd2441618c3' * commit '458348e1e0381fee373c97aad9ecccd2441618c3': Import revised translations. DO NOT MERGE
2009-10-08am 245535f3: am d432c774: Don\'t crash when trying to launch missing applicationBjorn Bringert
Merge commit '245535f37fc9f99103c6526ed0e69c79a11eaba2' into eclair-mr2 * commit '245535f37fc9f99103c6526ed0e69c79a11eaba2': Don't crash when trying to launch missing application
2009-10-08am f63e8f3b: (-s ours) am 5bd1f9e8: (-s ours) Import revised translations. ↵Eric Fischer
DO NOT MERGE Merge commit 'f63e8f3be1fe9b124977efed8f75e886dc434151' into eclair-mr2 * commit 'f63e8f3be1fe9b124977efed8f75e886dc434151': Import revised translations. DO NOT MERGE
2009-10-08am d432c774: Don\'t crash when trying to launch missing applicationandroid-sdk-tools_r4android-sdk-tools_r3android-sdk-2.0_r1android-2.0_r1Bjorn Bringert
Merge commit 'd432c774d1fdd9b42009c4925e5c4e8fed3c6131' into eclair * commit 'd432c774d1fdd9b42009c4925e5c4e8fed3c6131': Don't crash when trying to launch missing application
2009-10-08am 5bd1f9e8: (-s ours) Import revised translations. DO NOT MERGEEric Fischer
Merge commit '5bd1f9e8a6859673d0010eef3fd03cf452f4fa9f' into eclair * commit '5bd1f9e8a6859673d0010eef3fd03cf452f4fa9f': Import revised translations. DO NOT MERGE
2009-10-01am 69f3ad88: Don\'t crash when trying to launch missing applicationBjorn Bringert
Merge commit '69f3ad88adcbcfcbbb8b25090faaca676711428a' * commit '69f3ad88adcbcfcbbb8b25090faaca676711428a': Don't crash when trying to launch missing application
2009-09-30Don't crash when trying to launch missing applicationandroid-sdk-1.6_r2android-1.6_r2donut-releasedonutBjorn Bringert
This is a cherry-pick of https://android-git.corp.google.com/g/28056 into donut-gms. Fixes http://b/issue?id=2155988 "Clicking a shortcut for an uninstalled application in Quick Search Box crashes acore, requires reboot" Change-Id: I4b1f19c15857b5905d98cb4da20c78dc4cfd6c2d
2009-09-30Don't crash when trying to launch missing applicationBjorn Bringert
Fixes http://b/issue?id=2155988 "Clicking a shortcut for an uninstalled application in Quick Search Box crashes acore, requires reboot" Change-Id: Ia32c2e90a4baaa0b6794d397db16aa136988790e
2009-09-29Import revised translations. DO NOT MERGEEric Fischer
2009-09-17am 9e02cda1: (-s ours) Import revised translations. DO NOT MERGEEric Fischer
Merge commit '9e02cda1077d86c8bf23ff4ba4b47f99b39554c9' * commit '9e02cda1077d86c8bf23ff4ba4b47f99b39554c9': Import revised translations. DO NOT MERGE
2009-09-17Import revised translations. DO NOT MERGEEric Fischer
2009-09-09am d2a43205: (-s ours) Import revised translations. DO NOT MERGEEric Fischer
Merge commit 'd2a432051af7d04d6fb635c6ea274a66a32a2c2c' * commit 'd2a432051af7d04d6fb635c6ea274a66a32a2c2c': Import revised translations. DO NOT MERGE
2009-09-08Import revised translations. DO NOT MERGEEric Fischer
2009-09-04Return correct MIME type in ApplicationsProvider.Karl Rosaen
Fixes http://b/issue?id=2041797
2009-08-03am 61ce99e7: (-s ours) Import revised translations. DO NOT MERGEEric Fischer
Merge commit '61ce99e79b4c88b8628b86afdc6c79955edba2b5' * commit '61ce99e79b4c88b8628b86afdc6c79955edba2b5': Import revised translations. DO NOT MERGE
2009-08-03Import revised translations. DO NOT MERGEandroid-sdk-tools_r2android-sdk-1.6_r1android-sdk-1.6-docs_r1android-1.6_r1.5android-1.6_r1.4android-1.6_r1.3android-1.6_r1.2android-1.6_r1.1android-1.6_r1donut-release2Eric Fischer
2009-07-30Update the list of applications asynchronously in onCreate just as we nowMike LeBeau
do when we receive a broadcast that there's been a change. Fixes http://b/2023068 This was just an omission from https://android-git.corp.google.com/g/8033 to fix http://b/1917762.