1377 Commits

Author SHA1 Message Date
Christopher Tate
f8997690da am 487529a: First baby steps towards settings backup
Merge commit '487529a70cd1479ae8d6bbfb356be7e72542c185'

* commit '487529a70cd1479ae8d6bbfb356be7e72542c185':
  First baby steps towards settings backup
2009-04-29 15:16:57 -07:00
Android (Google) Code Review
55a664f87b am dc67739: Merge change 741 into donut
Merge commit 'dc67739af90aa31a0b546c14bf1e68e6acbb8375'

* commit 'dc67739af90aa31a0b546c14bf1e68e6acbb8375':
  Fix typo in searchSuggestThreshold attr doc.
2009-04-29 15:16:57 -07:00
Android (Google) Code Review
b0d8abd591 am 73b7184: Merge change 748 into donut
Merge commit '73b71842dc9c943d69ce28212776ce671e54bcdb'

* commit '73b71842dc9c943d69ce28212776ce671e54bcdb':
  Fix the build.
2009-04-29 15:16:52 -07:00
The Android Open Source Project
8585e19ed4 Merge branch 'master' of ssh://android-git.corp.google.com:29418/platform/frameworks/base 2009-04-29 15:16:52 -07:00
Christopher Tate
487529a70c First baby steps towards settings backup
This change adds a sketched outline of the backup system architecture, with
all of the major pieces represented other than client-side helpers for
specific types of data.  IBackupManager and BackupService are public so that
we can write test apps against SDK-domain symbols from the outset.

What code exists in this change hasn't been tested and may crash.  It's the
beginnings of the real implementation but of course is barely begun.
2009-04-29 14:49:30 -07:00
Android (Google) Code Review
b7a64360fa Merge change 711
* changes:
  store contact id in messages table instead of contact name string; merge messages and group messages tables.
2009-04-29 14:32:10 -07:00
Android (Google) Code Review
dc67739af9 Merge change 741 into donut
* changes:
  Fix typo in searchSuggestThreshold attr doc.
2009-04-29 14:30:27 -07:00
Android (Google) Code Review
73b71842dc Merge change 748 into donut
* changes:
  Fix the build.
2009-04-29 13:51:33 -07:00
Romain Guy
2a4bf5cee3 Fix the build. 2009-04-29 13:50:54 -07:00
Android (Google) Code Review
090d32b275 am 9ae8873: Merge change 617 into donut
Merge commit '9ae8873ed83035e8527526e2cc1a189caf0e8d9e'

* commit '9ae8873ed83035e8527526e2cc1a189caf0e8d9e':
  Allow caller-supplied column aliases in queries even when a projection map is used.
2009-04-29 13:41:23 -07:00
Android (Google) Code Review
ef77be9526 am 9f98f79: Merge change 739 into donut
Merge commit '9f98f79f8eb41889dec36e0a76aaf0414b39bb3a'

* commit '9f98f79f8eb41889dec36e0a76aaf0414b39bb3a':
  Vorbis render thread was nice 0, should be nice -16.
2009-04-29 13:41:22 -07:00
Android (Google) Code Review
0f9206e01b am 649b1c6: Merge change 736 into donut
Merge commit '649b1c6ec317b6dd61a385df911e7fe543c5871a'

* commit '649b1c6ec317b6dd61a385df911e7fe543c5871a':
  CheckedTextView is abstract but can be inflated from XML. Let's be consistent and allow it to be used from Java code as well by making it non-abstract.
2009-04-29 13:41:22 -07:00
Android (Google) Code Review
e4ddb19acb am efae672: Merge change 725 into donut
Merge commit 'efae672d7303fb6682b2ae8704a62146297a0a5a'

* commit 'efae672d7303fb6682b2ae8704a62146297a0a5a':
  Add 'includeInGlobalSearch' attribute to searchable meta-data.
2009-04-29 13:41:22 -07:00
Android (Google) Code Review
cb6c7248ba am 05e4755: Merge change 724 into donut
Merge commit '05e47550bb5bcd7cff10b03c8da31e5b55ee4c91'

* commit '05e47550bb5bcd7cff10b03c8da31e5b55ee4c91':
  Split testSearchablesMocked into two tests.
2009-04-29 13:41:21 -07:00
Bjorn Bringert
6b8da4e1aa am c1f4096: Remove menu from SearchDialog.
Merge commit 'c1f40960644b461b108480b6446c89963441492d'

* commit 'c1f40960644b461b108480b6446c89963441492d':
  Remove menu from SearchDialog.
2009-04-29 13:41:21 -07:00
Android (Google) Code Review
58412a4724 am 80f3b97: Merge change 730 into donut
Merge commit '80f3b97121477e9ed62193c038772b4d020534df'

* commit '80f3b97121477e9ed62193c038772b4d020534df':
  New font that fixes the accent shape/orientation on 1EDD
2009-04-29 13:41:21 -07:00
Android (Google) Code Review
bcefcb5e95 am c5f1b92: Merge change 691 into donut
Merge commit 'c5f1b92d0a480f3119be8ea6eebbada402c17cf3'

* commit 'c5f1b92d0a480f3119be8ea6eebbada402c17cf3':
  Fixes 1819406. Take a ListView, add headers/footers, set the adapter after at least one layout pass, and the headers/footers don't know they have a parent anymore. Which causes a lot of trouble, like drawing not happening.
2009-04-29 13:41:21 -07:00
The Android Open Source Project
bff1389c9a fix conflict markers 2009-04-29 13:41:02 -07:00
The Android Open Source Project
c6e3de9e09 am 203464a: Add searchSuggestThreshold to searchable meta-data. 2009-04-29 13:40:03 -07:00
Android (Google) Code Review
adf431b54a am 493b00a: Merge change 640 into donut
Merge commit '493b00afbfd4f603939ee98540a4d8df084107fd'

* commit '493b00afbfd4f603939ee98540a4d8df084107fd':
  Add GLOBAL_SEARCH intent for finding global search provider.
2009-04-29 13:35:48 -07:00
Eric Fischer
4c4c51b78e am 7ffeac8: am a21e376: AI 147962: Import updated zh_TW translations.
Merge commit '7ffeac8db927c0179a9d24d20dbbb49087e604cc'

* commit '7ffeac8db927c0179a9d24d20dbbb49087e604cc':
  AI 147962: Import updated zh_TW translations.
2009-04-29 13:35:48 -07:00
Scott Main
eff18de604 am c13fe2c: am c804836: AI 147951: delete unused files
Merge commit 'c13fe2c00b05dfdf3b5ee220ab0327358ed04081'

* commit 'c13fe2c00b05dfdf3b5ee220ab0327358ed04081':
  AI 147951: delete unused files
2009-04-29 13:35:47 -07:00
Scott Main
c9a847a4b1 am b2b841d: am 998234e: AI 147947: update the sitemap. add disallow in r
Merge commit 'b2b841db08057a6dbc86f99fd35106ed741da126'

* commit 'b2b841db08057a6dbc86f99fd35106ed741da126':
  AI 147947: update the sitemap. add disallow in robots file for the sdk/preview/
2009-04-29 13:35:47 -07:00
Dirk Dougherty
f7af2c5b7f am 0b8c4fa: am 752aaf9: AI 147874: Fix format and link errors in docs.
Merge commit '0b8c4faee30bb06f8e5d7cd7ecb5b8a0f8ce1624'

* commit '0b8c4faee30bb06f8e5d7cd7ecb5b8a0f8ce1624':
  AI 147874: Fix format and link errors in docs.
2009-04-29 13:35:47 -07:00
Scott Main
5a2390d491 am 9eb6ac8: am 5fe696f: AI 147814: tweaks to the hello world tutorial.
Merge commit '9eb6ac878e47ba5340896cab10ac17e269b518d1'

* commit '9eb6ac878e47ba5340896cab10ac17e269b518d1':
  AI 147814: tweaks to the hello world tutorial.
2009-04-29 13:35:46 -07:00
Scott Main
e485fa5192 am 563dc08: am 2222c9e: AI 147812: close <em> tag
Merge commit '563dc08ec0d80d60926ec27385733bfe4c8c5ee2'

* commit '563dc08ec0d80d60926ec27385733bfe4c8c5ee2':
  AI 147812: close <em> tag
2009-04-29 13:35:46 -07:00
Scott Main
af0092dc7e am dfe88ae: am 0ee4f86: AI 147811: typo fixes and edits for upgrading an
Merge commit 'dfe88ae496494fb95782e3c028a53069e951f89e'

* commit 'dfe88ae496494fb95782e3c028a53069e951f89e':
  AI 147811: typo fixes and edits for upgrading and installing docs
2009-04-29 13:35:45 -07:00
Scott Main
124217d186 am 7e35614: am 263ed76: AI 147810: fix links on the homepage
Merge commit '7e35614162d0da1e2949a28d9c87f76a4c77877d'

* commit '7e35614162d0da1e2949a28d9c87f76a4c77877d':
  AI 147810: fix links on the homepage
2009-04-29 13:35:45 -07:00
Dirk Dougherty
878cffcfa8 am db24820: am 7eeb5d5: AI 147807: Miscellaneous doc fixes needed for 1.
Merge commit 'db248204f05a94a973f6de9983e594a779fdb366'

* commit 'db248204f05a94a973f6de9983e594a779fdb366':
  AI 147807: Miscellaneous doc fixes needed for 1.5 SDK push
2009-04-29 13:35:45 -07:00
Scott Main
f8b522b6d7 am 323d821: am ce878be: AI 147804: add new doc about Dialogs
Merge commit '323d82130c440b3f2327916a42eed1f1b2b1592f'

* commit '323d82130c440b3f2327916a42eed1f1b2b1592f':
  AI 147804: add new doc about Dialogs
2009-04-29 13:35:44 -07:00
Scott Main
3813fdaa8f am 8419fcd: am b8b3645: AI 147803: add docs and images for docs on Toast
Merge commit '8419fcdfaf908aec4f8fa093ef1850616c7704b4'

* commit '8419fcdfaf908aec4f8fa093ef1850616c7704b4':
  AI 147803: add docs and images for docs on Toast and  Notification docs
2009-04-29 13:35:44 -07:00
Dirk Dougherty
c7a3631498 am bce7bc9: am 596451c: AI 147796: Add widget design guidelines to new U
Merge commit 'bce7bc9286d1f470b6d141b058d5df47261827a8'

* commit 'bce7bc9286d1f470b6d141b058d5df47261827a8':
  AI 147796: Add widget design guidelines to new UI Guidelines area in dev guide.
2009-04-29 13:35:44 -07:00
Scott Main
70346c2e9e am 856d015: am 6fc27f7: AI 147793: cleanup broken links and delete all i
Merge commit '856d0150da8dffbadd17e9853bcf0847c030b9c9'

* commit '856d0150da8dffbadd17e9853bcf0847c030b9c9':
  AI 147793: cleanup broken links and delete all innacurate info in apidemo pages
2009-04-29 13:35:43 -07:00
Dirk Dougherty
28f4185402 am cbf17dd: am 47f3a7a: AI 147782: Add a link to the JET docs from media
Merge commit 'cbf17dd673f8e2519f435748fad1eeb2b7a7fd54'

* commit 'cbf17dd673f8e2519f435748fad1eeb2b7a7fd54':
  AI 147782: Add a link to the JET docs from media index page.
2009-04-29 13:35:43 -07:00
Scott Main
47565d0f47 am 0db2557: am 4afe275: AI 147780: add summary of "future-proofing your
Merge commit '0db255749155f8f56790e6683501c3d4276c915c'

* commit '0db255749155f8f56790e6683501c3d4276c915c':
  AI 147780: add summary of "future-proofing your apps" and links
2009-04-29 13:35:43 -07:00
Scott Main
80d5a8196e am 6585cc1: am 094d9af: AI 147777: add release notes links for each down
Merge commit '6585cc1bbdc49bed71d0e5ca7b9f86849a5a8b97'

* commit '6585cc1bbdc49bed71d0e5ca7b9f86849a5a8b97':
  AI 147777: add release notes links for each download page
2009-04-29 13:35:42 -07:00
Scott Main
71975b1fe6 am 5e8ead2: am 6bbf389: AI 147767: set 1.1 download page to include "not
Merge commit '5e8ead2647f37015f8265a4d7e8d99debdb852b3'

* commit '5e8ead2647f37015f8265a4d7e8d99debdb852b3':
  AI 147767: set 1.1 download page to include "not current" disclaimer
2009-04-29 13:35:42 -07:00
Dirk Dougherty
f65b2cbe68 am d41f950: am 7b54237: AI 147755: Add sizes and checksums for 1.5 SDK d
Merge commit 'd41f950acad2d70e3df243d49cf8ba725b7cd1de'

* commit 'd41f950acad2d70e3df243d49cf8ba725b7cd1de':
  AI 147755: Add sizes and checksums for 1.5 SDK downloadables.
2009-04-29 13:35:42 -07:00
Scott Main
2b5ecfca3d am 4681c01: am 6f1826c: AI 147752: dang, there was another unclosed tag.
Merge commit '4681c017a1af9cec99a0ad699a59c701f0424816'

* commit '4681c017a1af9cec99a0ad699a59c701f0424816':
  AI 147752: dang, there was another unclosed tag... tested it this time.
2009-04-29 13:35:42 -07:00
Scott Main
1e56d5fd43 am 9dfad65: am a055e5e: AI 147742: close <code> tag and remove some bold
Merge commit '9dfad65f76a7110146271e465a15b18bbc2a3fe6'

* commit '9dfad65f76a7110146271e465a15b18bbc2a3fe6':
  AI 147742: close <code> tag and remove some bolding
2009-04-29 13:35:41 -07:00
Scott Main
08f1edf235 am 073bc61: am 8a4c53a: AI 147732: fix broken links
Merge commit '073bc611ce22e798e90559689aaf771df4a8bf4c'

* commit '073bc611ce22e798e90559689aaf771df4a8bf4c':
  AI 147732: fix broken links
2009-04-29 13:35:41 -07:00
Jorg Pleumann
e07cd1a4c3 am 19aa8e0: am b867019: AI 147725: Some fixes for the CTS test runner. O
Merge commit '19aa8e01b8fe4ebd6d518bd48ea9b53ec95a49a7'

* commit '19aa8e01b8fe4ebd6d518bd48ea9b53ec95a49a7':
  AI 147725: Some fixes for the CTS test runner. One is a
2009-04-29 13:35:41 -07:00
Bill Napier
1fd11b4bdb am e17210c: am 14533d2: AI 147720: Set default language for NL to nl.
Merge commit 'e17210c17aa26d600f825e2f45c9aa66452e9988'

* commit 'e17210c17aa26d600f825e2f45c9aa66452e9988':
  AI 147720: Set default language for NL to nl.
2009-04-29 13:35:40 -07:00
Jean-Michel Trivi
51086686bd am d7ffb29: am 864750c: AI 147718: Created .jd doc file for the JetCreat
Merge commit 'd7ffb29b1f2afcad30234896e6ad1677cc149dc6'

* commit 'd7ffb29b1f2afcad30234896e6ad1677cc149dc6':
  AI 147718: Created .jd doc file for the JetCreator manual. Cleaned up the content to only use HTML tags, no more ugly Word generated tags. Removed references to visio files, converted all assets to PNG and renamed them with human understandable names. Added reference to JetPlayer javadoc.
2009-04-29 13:35:40 -07:00
Dirk Dougherty
7734dbf697 am ec82e35: am 6edea74: AI 147711: Fix link text in highlights doc. Copy
Merge commit 'ec82e353087453d6413d54ec38aa3218232cfe87'

* commit 'ec82e353087453d6413d54ec38aa3218232cfe87':
  AI 147711: Fix link text in highlights doc. Copy "New APIs" section to Version Notes doc.
2009-04-29 13:35:39 -07:00
Dirk Dougherty
a57156e7fe am 8b300f3: am d97e8dc: AI 147710: Add redirects for sdk/preview pages.
Merge commit '8b300f3db90850a8faa73bea36ce6b551c1d71a9'

* commit '8b300f3db90850a8faa73bea36ce6b551c1d71a9':
  AI 147710: Add redirects for sdk/preview pages.
2009-04-29 13:35:39 -07:00
Bill Napier
2074bc6c24 am 819c102: am 78b1511: AI 147541: Add cs as default language for cz.
Merge commit '819c102394bfee2960997fb3fa0c85d3b6427dfc'

* commit '819c102394bfee2960997fb3fa0c85d3b6427dfc':
  AI 147541: Add cs as default language for cz.
2009-04-29 13:35:39 -07:00
Scott Main
64b786f159 am af3289e: am 620986a: AI 147438: add app widget docs to dev guide
Merge commit 'af3289e4448971b38ae4e95269401452dbc6077e'

* commit 'af3289e4448971b38ae4e95269401452dbc6077e':
  AI 147438: add app widget docs to dev guide
2009-04-29 13:35:39 -07:00
Dirk Dougherty
3d31904115 am 181634f: am 134e8e4: AI 147433: Fix broken link to sdk/samples dir in
Merge commit '181634f0803d5d18ce48e811f697ea658852a95e'

* commit '181634f0803d5d18ce48e811f697ea658852a95e':
  AI 147433: Fix broken link to sdk/samples dir in the offline.html page.
2009-04-29 13:35:38 -07:00
Android (Google) Code Review
212548f634 am 76b25e5: Merge change 692 into donut
Merge commit '76b25e5e78dde3443f9c57c47e5989ad8ff43771'

* commit '76b25e5e78dde3443f9c57c47e5989ad8ff43771':
  location: Optimize use of mProviders ArrayList.
2009-04-29 13:35:38 -07:00