summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update to reflect android-common no longer in framework.Dianne Hackborn2010-02-241-1/+1
|
* Supply a Context to AndroidHttpClient.newInstance(), to enableDan Egnor2010-02-101-1/+1
| | | | persistent SSL session caching.
* am 29ca9e3a: am 7f75be7e: reconcile main tree with open-source eclairThe Android Open Source Project2010-02-050-0/+0
|\ | | | | | | | | | | | | Merge commit '29ca9e3a63b63f71b0c4ab9544d0bd5361386751' * commit '29ca9e3a63b63f71b0c4ab9544d0bd5361386751': android-2.1_r1 snapshot
| * am 7f75be7e: reconcile main tree with open-source eclairThe Android Open Source Project2010-02-050-0/+0
| |\ | | | | | | | | | | | | | | | | | | Merge commit '7f75be7ea7027a2ad6e7564195333fd075c0b1a0' into eclair-plus-aosp * commit '7f75be7ea7027a2ad6e7564195333fd075c0b1a0': android-2.1_r1 snapshot
| | * reconcile main tree with open-source eclairThe Android Open Source Project2010-02-050-0/+0
| | |\
| | | * reconcile android-2.1_r1 snapshotThe Android Open Source Project2010-01-290-0/+0
| | |/|
| | | * android-2.1_r1 snapshotThe Android Open Source Project2010-01-122-5/+5
| | | |
* | | | Create a new permission that allows apps to see downloads from otherLeon Scroggins2010-02-054-29/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | applications to the SD card. Necessary for http://b/issue?id=2384554 Also create names for files by default, so they do not display as <Untitled>. Remove calls to createTitleFromFilename, which are no longer necessary. Requires a change to frameworks/base.
* | | | Grant access to downloaded packages to default container.Suchi Amalapurapu2010-01-271-3/+33
| | | | | | | | | | | | | | | | | | | | The package name is hardcoded for now but will eventually move to a separate gid guarded by a permission.
* | | | b/2383073 Use new fine-grained download status codes.Attila Bodis2010-01-261-29/+36
| | | | | | | | | | | | | | | | | | | | Takes advantage of two new download status codes (STATUS_DEVICE_NOT_FOUND_ERROR and STATUS_INSUFFICIENT_SPACE_ERROR) when reporting failed download attempts.
* | | | Revert "Download files even if there is no activity to launch them."Leon Scroggins2010-01-223-11/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 0f1aae327a9e4c68044d767e9bafbac747b6d985. I misunderstood the bug. We do not want to be able to download files for which there is currently no Activity to launch them.
* | | | Update the title of the download based on the filename.Leon Scroggins2010-01-211-6/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that the downloads page is not necessarily opened when a download starts, we need to provide a name even if the downloads page isn't shown. So when we create a notification, provide the title. Depends on a change to frameworks/base
* | | | Download files even if there is no activity to launch them.Leon Scroggins2010-01-213-68/+11
| | | | | | | | | | | | | | | | Fixes http://b/issue?id=2367247
* | | | Use the private legacy APIJean-Baptiste Queru2010-01-148-320/+336
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The public API is getting deeply reworked for forward compatibility, but since the Download Manager and the Browser need to continue using the old API, a separate copy is being kept on the side. Bug: 2245521 Change-Id: I85eff6ba9efc68600aa80e8dffa6720b0f2ed155
* | | | Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-10/+10
| | | | | | | | | | | | | | | | Bug: #2361749.
* | | | Update with latest translations.Eric Fischer2010-01-0720-45/+5
| | | |
* | | | remove ACCESS_CACHE_FILESYSTEM permissionDoug Zongker2010-01-062-24/+2
| | | | | | | | | | | | | | | | | | | | | | | | Its definition is moving to frameworks/base. Change-Id: Ieb0409c458939c14e2cc8b5bdbcef14564a59c55
* | | | explicit set an "optional" tagJean-Baptiste Queru2010-01-051-0/+2
| | | |
* | | | Merge commit 'goog/eclair-plus-aosp'Android Git Automerger2009-12-150-0/+0
|\| | |
| * | | am a61606af: Import revised translations. DO NOT MERGEEric Fischer2009-11-301-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'a61606af5d154cd6281bd5f5de9e01e7240cca53' into eclair-plus-aosp * commit 'a61606af5d154cd6281bd5f5de9e01e7240cca53': Import revised translations. DO NOT MERGE
* | | | am 31342163: am dc0accaa: Changed class paths for classes moved in ↵Paul Westbrook2009-12-141-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unbundling effort Merge commit '313421638f1fa01bf269350fd32d4e4df8afbc5e' * commit '313421638f1fa01bf269350fd32d4e4df8afbc5e': Changed class paths for classes moved in unbundling effort
| * \ \ \ am dc0accaa: Changed class paths for classes moved in unbundling effortPaul Westbrook2009-12-141-1/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'dc0accaaa66cdd7321505a8c42504b05a98ae341' into eclair-mr2-plus-aosp * commit 'dc0accaaa66cdd7321505a8c42504b05a98ae341': Changed class paths for classes moved in unbundling effort
| | * | | | Changed class paths for classes moved in unbundling effortPaul Westbrook2009-12-141-1/+2
| | | | | |
* | | | | | am e88706b9: (-s ours) am b0033a36: am a61606af: (-s ours) Import revised ↵Eric Fischer2009-12-010-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | translations. DO NOT MERGE Merge commit 'e88706b900716b2cfaa917efdd320e6bef7b21fa' * commit 'e88706b900716b2cfaa917efdd320e6bef7b21fa': Import revised translations. DO NOT MERGE
| * | | | | am b0033a36: am a61606af: (-s ours) Import revised translations. DO NOT MERGEEric Fischer2009-12-010-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'b0033a369377c3cfba1121f7ed7941165cc1c415' into eclair-mr2-plus-aosp * commit 'b0033a369377c3cfba1121f7ed7941165cc1c415': Import revised translations. DO NOT MERGE
| | * | | | am a61606af: (-s ours) Import revised translations. DO NOT MERGEEric Fischer2009-12-010-0/+0
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'a61606af5d154cd6281bd5f5de9e01e7240cca53' into eclair-mr2 * commit 'a61606af5d154cd6281bd5f5de9e01e7240cca53': Import revised translations. DO NOT MERGE
| | | * | | Import revised translations. DO NOT MERGEEric Fischer2009-11-301-1/+1
| | | | | |
* | | | | | am 5b9bcf8d: am 18c30402: Fix Download application notification timestamp ↵Lixin Yue2009-11-251-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not correct issue Merge commit '5b9bcf8d3f74b8827b2a2e1f148d8ccd574083c8' * commit '5b9bcf8d3f74b8827b2a2e1f148d8ccd574083c8': Fix Download application notification timestamp not correct issue
| * | | | | am 18c30402: Fix Download application notification timestamp not correct issueLixin Yue2009-11-251-2/+2
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '18c3040260907472a9e471e5707a5b2f8320d074' into eclair-mr2-plus-aosp * commit '18c3040260907472a9e471e5707a5b2f8320d074': Fix Download application notification timestamp not correct issue
| | * | | | Fix Download application notification timestamp not correct issueLixin Yue2009-11-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should set the value of Notification.when before calling setLatestEventInfo(). On downloading an image without exif information, the received file's timestamp is correct for main database field but incorrect for temporary display field. Root cause is that if Notification.when not set before calling setLatestEventInfo(), the timestamp value in milliseconds unit will be directly set to a field as second unit. Thus database will record the time as 1000 times forward as 2067, etc. However from UI the file's time will be just shown like "10/10/67", misleading people to think time is set backwards before system time 0(1969).
* | | | | | am caec636f: am 89f9c9b4: change ACCESS_CACHE_FILESYSTEM to signatureOrSystemDoug Zongker2009-11-171-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'caec636f568242f59196fec7487051d535c236e6' * commit 'caec636f568242f59196fec7487051d535c236e6': change ACCESS_CACHE_FILESYSTEM to signatureOrSystem
| * | | | | am 89f9c9b4: change ACCESS_CACHE_FILESYSTEM to signatureOrSystemDoug Zongker2009-11-171-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '89f9c9b4ccc22bc1f37edf5effa518970d342808' into eclair-mr2-plus-aosp * commit '89f9c9b4ccc22bc1f37edf5effa518970d342808': change ACCESS_CACHE_FILESYSTEM to signatureOrSystem
| | * | | | change ACCESS_CACHE_FILESYSTEM to signatureOrSystemDoug Zongker2009-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Needed for unbundling of google OTA.
* | | | | | am c2c3d692: merge from open-source masterJean-Baptiste Queru2009-11-150-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'c2c3d69268004ebe055dd7dfa63bed1818cc4334' * commit 'c2c3d69268004ebe055dd7dfa63bed1818cc4334': eclair snapshot
| * | | | | merge from open-source masterJean-Baptiste Queru2009-11-150-0/+0
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | merge from open-source masterJean-Baptiste Queru2009-11-150-0/+0
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Merge commit 'goog/stage-korg-master' into HEAD
| | | * \ \ \ merge from eclairJean-Baptiste Queru2009-11-1528-72/+105
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| |
| | | | * | | eclair snapshotJean-Baptiste Queru2009-11-1232-539/+621
| | | | | | |
| | * | | | | am 9d6b0fa7: Import revised translations. DO NOT MERGEEric Fischer2009-11-131-4/+4
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '9d6b0fa777f6978be741f2b34bf36cdec8cb7a41' into eclair-plus-aosp * commit '9d6b0fa777f6978be741f2b34bf36cdec8cb7a41': Import revised translations. DO NOT MERGE
| | * | | | | am 8dcf3cb2: Import revised translations. DO NOT MERGEEric Fischer2009-10-281-1/+1
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '8dcf3cb2c499612b42e9eeab9164d5be7c539169' into eclair-plus-aosp * commit '8dcf3cb2c499612b42e9eeab9164d5be7c539169': Import revised translations. DO NOT MERGE
| | * \ \ \ \ \ am 0ac5c77d: Import revised translations. DO NOT MERGEEric Fischer2009-10-213-3/+3
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '0ac5c77d8fa81cbdd10dac48f927e0886f2c5da4' into eclair-plus-aosp * commit '0ac5c77d8fa81cbdd10dac48f927e0886f2c5da4': Import revised translations. DO NOT MERGE
* | | | | | | | | am 93c36e2c: (-s ours) am 38b7e34a: am 9d6b0fa7: (-s ours) Import revised ↵Eric Fischer2009-11-130-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | translations. DO NOT MERGE Merge commit '93c36e2ca5d0f3a5a176060b945d206cf3cf5a67' * commit '93c36e2ca5d0f3a5a176060b945d206cf3cf5a67': Import revised translations. DO NOT MERGE
| * | | | | | | | am 38b7e34a: am 9d6b0fa7: (-s ours) Import revised translations. DO NOT MERGEEric Fischer2009-11-130-0/+0
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '38b7e34aacd4ab7a73c26c099fe07abe6f83a9dc' into eclair-mr2-plus-aosp * commit '38b7e34aacd4ab7a73c26c099fe07abe6f83a9dc': Import revised translations. DO NOT MERGE
| | * | | | | | | am 9d6b0fa7: (-s ours) Import revised translations. DO NOT MERGEEric Fischer2009-11-130-0/+0
| | |\ \ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '9d6b0fa777f6978be741f2b34bf36cdec8cb7a41' into eclair-mr2 * commit '9d6b0fa777f6978be741f2b34bf36cdec8cb7a41': Import revised translations. DO NOT MERGE
| | | * | | | | | Import revised translations. DO NOT MERGEEric Fischer2009-11-131-4/+4
| | | | |_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | Approver: jerryw
* | | | | | | | am d438ebb0: (-s ours) am 54d20c42: Import revised translations. DO NOT MERGEEric Fischer2009-11-060-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'd438ebb0de6fc5df12b462d7bea070c36ce39034' * commit 'd438ebb0de6fc5df12b462d7bea070c36ce39034': Import revised translations. DO NOT MERGE
| * | | | | | | am 54d20c42: Import revised translations. DO NOT MERGEEric Fischer2009-11-062-2/+2
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '54d20c42b8fe7ae73e5546a6d5810d4a87f3681e' into eclair-mr2-plus-aosp * commit '54d20c42b8fe7ae73e5546a6d5810d4a87f3681e': Import revised translations. DO NOT MERGE
| | * | | | | | Import revised translations. DO NOT MERGEEric Fischer2009-11-062-2/+2
| | | | | | | |
* | | | | | | | am 8edb9a38: (-s ours) am a1ed67b2: am 8dcf3cb2: (-s ours) Import revised ↵Eric Fischer2009-10-290-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | translations. DO NOT MERGE Merge commit '8edb9a384ef96b4dcd3ce28e93ed1453dc2c5264' * commit '8edb9a384ef96b4dcd3ce28e93ed1453dc2c5264': Import revised translations. DO NOT MERGE
| * | | | | | | am a1ed67b2: am 8dcf3cb2: (-s ours) Import revised translations. DO NOT MERGEEric Fischer2009-10-290-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'a1ed67b275f4fe40c3709beea583dfdff22b17c1' into eclair-mr2-plus-aosp * commit 'a1ed67b275f4fe40c3709beea583dfdff22b17c1': Import revised translations. DO NOT MERGE