Scott Main
6ea0d2c045
docs: udpate action bar dev guide
...
Change-Id: Iba3144d489d1468d946cedec4d1d7a3c365be482
2011-02-01 23:07:52 -08:00
Dianne Hackborn
21e7ba2451
am 15efe4cb: am a8069f34: Merge "Fixes Keyboard availability in "Providing Resources" documentation page."
...
* commit '15efe4cb4c7d5bd19266ff740b1a3c8a703cd3a9':
Fixes Keyboard availability in "Providing Resources" documentation page.
2011-01-24 13:23:43 -08:00
Scott Main
6027501a75
update sidenav, fix typos
...
Change-Id: I9da574db1ee13f511a5557f6ce4559192afc67b3
2011-01-21 18:48:09 -08:00
Scott Main
5b5cbbf857
Merge "Doc change: fixing links and code indents" into honeycomb
2011-01-21 16:19:56 -08:00
Robert Ly
070c84d9eb
Doc change: fixing links and code indents
...
Change-Id: I1fecaee28858c9b619ea41357c5313a7c39d6e13
2011-01-21 12:02:07 -08:00
Dianne Hackborn
15efe4cb4c
am a8069f34: Merge "Fixes Keyboard availability in "Providing Resources" documentation page."
...
* commit 'a8069f34f65bee858d87fd232a872a62e85a502b':
Fixes Keyboard availability in "Providing Resources" documentation page.
2011-01-21 09:55:16 -08:00
Keiji Ariyama
a84e088211
Fixes Keyboard availability in "Providing Resources" documentation page.
...
Added keyshidden value.
Change-Id: I9fb1a06971488f446ccafdfa3b0db17786b33f97
2011-01-22 01:58:25 +09:00
Scott Main
77d6fcff7b
cherrypick Change-Id: I8c52dbe5ac04dfeb1b466b163ae3aec5dc401175
...
docs: update supports-screens doc with xlargescreens attribute...
we updated the Supporting Multiple Screens document with this attribute
for gingerbread, but this document was not updated at that time.
Change-Id: I946e7eb8b93cee1a7223d400c882f415d6045815
2011-01-20 18:33:51 -08:00
Adam Powell
1264c33163
Fix bug 3362375 - API REVIEW: remove unused public 'up' id
...
Fix bug 3362453 - API REVIEW: android.app.ActionBar
Change-Id: I4e0233cd9355a47682bfe7b4a7fda39801586f1a
2011-01-20 13:25:08 -08:00
Robert Ly
f99b782b9f
Doc change: animation devguide topic
...
Change-Id: I52cdd29616f7f30784c0f8352c035493c8d413dc
2011-01-19 21:39:45 -08:00
Dianne Hackborn
17b9b81418
Remove old APIs.
...
Change-Id: If676e4e7886ad71c4959d4253db99639b49218b8
2011-01-17 17:16:02 -08:00
Scott Main
1064dd9117
docs: move the fragments dev guide into fundamentals topic
...
Change-Id: If6a9751e78db23e76256e179db99aa0e29126f85
2011-01-17 16:06:12 -08:00
Scott Main
04d0e3d188
docs: update fragment docs with revised APIs, add sample code from ApiDemos, and polish it up
...
Change-Id: Ie5fb51d6a4109acec6dd403cde2b630df8724bba
2011-01-16 21:36:42 -08:00
Scott Main
2150553dc3
cherrypick Change-Id: I1365c6c45f8e1f75ee4afbc52c32778d21b97be4 from master
...
docs: Rewrite of App Fundamentals.. Part 2.
This introduces three new docs:
Services:
Provides an introduction to using services and describes the
service lifecycle (previously in the "Component Lifecycles" section
of the fundamentals.jd document)
Bound Services:
A guide for services that offer binding.
AIDL:
A doc about using AIDL (primarily for creating a service interface)
Also includes edits to IntentService javadocs to clarify
different behaviors for some callback methods
Includes a new version of the services lifecycle diagram
and an additional diagram for determining onRebind()
These files are orphaned for now---they're not linked in the sidenav,
until I get the last couple documents submitted for the app fundamentals.
Change-Id: I7fb0a8faff1f18b7d6b9a7b59f66f55a1b6168f1
2011-01-14 14:07:29 -08:00
Dianne Hackborn
247fe74c93
Implement issue # 3255887 could CursorLoader offer...
...
...to throttle contentobserver-based requeries
Why yes, I guess it could.
This also reworks AsyncTaskLoader to not generate multiple
concurrent tasks if it is getting change notifications before
the last background task is complete.
And removes some of the old APIs that had been deprecated but
need to be gone for final release.
And fixes a few little problems with applying the wrong theme
in system code.
Change-Id: Ic7a665b666d0fb9d348e5f23595532191065884f
2011-01-08 18:25:30 -08:00
Robert Ly
293b850da6
Doc change: fixing links set 2
...
Change-Id: I8752cc7c732812a5f11f8b5f5ac83c3a87305f22
2011-01-07 18:56:10 -08:00
Scott Main
a4a0e5ee59
am cdd76cf5: am 0d1e38ef: cherrypick Change-Id: I58e21f636e15d4b1522b66b16ffd48f1eb31308c docs: misc fixes to the drawable reference
...
* commit 'cdd76cf5873ee709d04ffeda6e56c5f15bfa1bba':
cherrypick Change-Id: I58e21f636e15d4b1522b66b16ffd48f1eb31308c docs: misc fixes to the drawable reference
2010-12-20 11:33:04 -08:00
Scott Main
cdd76cf587
am 0d1e38ef: cherrypick Change-Id: I58e21f636e15d4b1522b66b16ffd48f1eb31308c docs: misc fixes to the drawable reference
...
* commit '0d1e38ef99252cb14e6bcc4b3135021da025330f':
cherrypick Change-Id: I58e21f636e15d4b1522b66b16ffd48f1eb31308c docs: misc fixes to the drawable reference
2010-12-20 11:29:32 -08:00
Glenn Kasten
334031cd07
Fix documentation errors
...
Fix typos.
Fix javadoc error.
Fix wrong instructions about new returning null.
Change-Id: I76bca22e386839007fc99667b07649a4ced4180f
2010-12-20 09:22:01 -08:00
Scott Main
207a5d2467
am c4172983: am 4ea442b4: Merge "cherrypick Change-Id: I07634c137e515068911c61c04bf3e9400c3fe0d4 docs: misc changes; add path to adb tool in sdk; fix broken link to ninepatch docs; fix and add some other links" into gingerbread
...
* commit 'c4172983fb1a5ce1eec08ae1196844bd469643e8':
cherrypick Change-Id: I07634c137e515068911c61c04bf3e9400c3fe0d4 docs: misc changes; add path to adb tool in sdk; fix broken link to ninepatch docs; fix and add some other links
2010-12-16 16:10:09 -08:00
Scott Main
c4172983fb
am 4ea442b4: Merge "cherrypick Change-Id: I07634c137e515068911c61c04bf3e9400c3fe0d4 docs: misc changes; add path to adb tool in sdk; fix broken link to ninepatch docs; fix and add some other links" into gingerbread
...
* commit '4ea442b49c2f44c180346fe780a2b8c9766b587b':
cherrypick Change-Id: I07634c137e515068911c61c04bf3e9400c3fe0d4 docs: misc changes; add path to adb tool in sdk; fix broken link to ninepatch docs; fix and add some other links
2010-12-16 16:04:54 -08:00
Scott Main
0d1e38ef99
cherrypick Change-Id: I58e21f636e15d4b1522b66b16ffd48f1eb31308c
...
docs: misc fixes to the drawable reference
Change-Id: I8b867234250ca18d5b6ee78a22b6150e1ba3e588
2010-12-16 15:48:36 -08:00
Scott Main
58d1966767
cherrypick Change-Id: I07634c137e515068911c61c04bf3e9400c3fe0d4
...
docs: misc changes;
add path to adb tool in sdk;
fix broken link to ninepatch docs;
fix and add some other links
Change-Id: I27c7284ac2db2e6020c9cb0115fb932a2f503033
2010-12-15 17:44:38 -08:00
Scott Main
9742148fb2
Merge "docs: updates to menu resource doc for new attributes"
2010-12-15 12:11:10 -08:00
Scott Main
14711b2b42
docs: updates to menu resource doc for new attributes
...
Change-Id: I6dd0553da6153839b54e4429db5e87d071e91e49
2010-12-15 12:08:25 -08:00
Scott Main
ccc15650e4
am 9278d321: am 52078255: cherrypick Change-Id: I7a0fc4863c547bd40051437a834bb50373415abd docs: fix bug 3216642
...
* commit '9278d3216837ad45eae13b87f04f050acb4ddafa':
cherrypick Change-Id: I7a0fc4863c547bd40051437a834bb50373415abd docs: fix bug 3216642
2010-12-15 12:01:58 -08:00
Scott Main
9278d32168
am 52078255: cherrypick Change-Id: I7a0fc4863c547bd40051437a834bb50373415abd docs: fix bug 3216642
...
* commit '52078255dacabe9b779613b032a4dc3706b2b5d3':
cherrypick Change-Id: I7a0fc4863c547bd40051437a834bb50373415abd docs: fix bug 3216642
2010-12-15 11:56:04 -08:00
Scott Main
52078255da
cherrypick Change-Id: I7a0fc4863c547bd40051437a834bb50373415abd
...
docs: fix bug 3216642
Change-Id: Ic42d97d4e67a09dc4e366862e2b72ff92f152b85
2010-12-15 11:49:42 -08:00
Scott Main
bb3e4cf973
am 3354f4dc: am 369c1c1f: cherrypick Change-Id: I52bc4e2d34015e6e30887590f920b580a034180e docs: anchor link fixes
...
* commit '3354f4dc3de531cf5e5039c0b9f40de4fbdac255':
cherrypick Change-Id: I52bc4e2d34015e6e30887590f920b580a034180e docs: anchor link fixes
2010-12-14 17:45:39 -08:00
Scott Main
3354f4dc3d
am 369c1c1f: cherrypick Change-Id: I52bc4e2d34015e6e30887590f920b580a034180e docs: anchor link fixes
...
* commit '369c1c1fa22802b6504c5cde533d797841700a66':
cherrypick Change-Id: I52bc4e2d34015e6e30887590f920b580a034180e docs: anchor link fixes
2010-12-14 17:42:28 -08:00
Scott Main
369c1c1fa2
cherrypick Change-Id: I52bc4e2d34015e6e30887590f920b580a034180e
...
docs: anchor link fixes
Change-Id: I41175d61bb4ee2b0e087515e609e5ebfb19b1ea1
2010-12-14 17:34:00 -08:00
Scott Main
52e0883409
am 84bf9bc7: am e9123960: cherrypick Change-Id: I00fd449b1daf5b75d6a051af46bfa6e45d131708 docs: misc doc fixes
...
* commit '84bf9bc70fba3e6adea473033c411ab145aa9698':
cherrypick Change-Id: I00fd449b1daf5b75d6a051af46bfa6e45d131708 docs: misc doc fixes
2010-12-14 16:51:53 -08:00
Scott Main
84bf9bc70f
am e9123960: cherrypick Change-Id: I00fd449b1daf5b75d6a051af46bfa6e45d131708 docs: misc doc fixes
...
* commit 'e9123960764d7b2e94fb0d68aae21fccc472abcd':
cherrypick Change-Id: I00fd449b1daf5b75d6a051af46bfa6e45d131708 docs: misc doc fixes
2010-12-14 16:48:38 -08:00
Scott Main
dc76b1c3ff
am a925b6a6: am 93d204ed: cherrypick Change-Id: Icf74572932165270a93243f4a109979807b495df docs: fix misc broken links; update some screenshots using windows bug: 3258882
...
* commit 'a925b6a64c8137804547d5cfcd97415392d667b1':
cherrypick Change-Id: Icf74572932165270a93243f4a109979807b495df docs: fix misc broken links; update some screenshots using windows bug: 3258882
2010-12-14 16:46:56 -08:00
Scott Main
a925b6a64c
am 93d204ed: cherrypick Change-Id: Icf74572932165270a93243f4a109979807b495df docs: fix misc broken links; update some screenshots using windows bug: 3258882
...
* commit '93d204ed98019322e434b714c7c0a619d69f24f5':
cherrypick Change-Id: Icf74572932165270a93243f4a109979807b495df docs: fix misc broken links; update some screenshots using windows bug: 3258882
2010-12-14 16:43:28 -08:00
Scott Main
e912396076
cherrypick Change-Id: I00fd449b1daf5b75d6a051af46bfa6e45d131708
...
docs: misc doc fixes
Change-Id: Ib5f8aaf8feb42c825bc0149ec3775999856f5f57
2010-12-14 16:42:48 -08:00
Scott Main
93d204ed98
cherrypick Change-Id: Icf74572932165270a93243f4a109979807b495df
...
docs: fix misc broken links; update some screenshots using windows
bug: 3258882
Change-Id: I3d4a2c66be4e563f4c45d72fec30c9a1b5d8fc23
2010-12-14 16:39:22 -08:00
Scott Main
0b0eb1ac11
am 178d5005: am b94df620: cherrypick Change-Id: I653e91a47979b24e7ecfcbce013c4ffaaa3c55ee docs: edit manifest samples to indicate <application> element is always last
...
* commit '178d500551c1d88a2e8ec9425d9cbfbb7d998113':
cherrypick Change-Id: I653e91a47979b24e7ecfcbce013c4ffaaa3c55ee docs: edit manifest samples to indicate <application> element is always last
2010-12-14 16:26:32 -08:00
Scott Main
178d500551
am b94df620: cherrypick Change-Id: I653e91a47979b24e7ecfcbce013c4ffaaa3c55ee docs: edit manifest samples to indicate <application> element is always last
...
* commit 'b94df620959de658990c1ed1263e2e1c42df7f6b':
cherrypick Change-Id: I653e91a47979b24e7ecfcbce013c4ffaaa3c55ee docs: edit manifest samples to indicate <application> element is always last
2010-12-14 16:22:56 -08:00
Scott Main
b94df62095
cherrypick Change-Id: I653e91a47979b24e7ecfcbce013c4ffaaa3c55ee
...
docs: edit manifest samples to indicate <application> element is always last
Change-Id: I993d130c26efd87147913d5607a2e7f15bd12fe8
2010-12-14 16:11:02 -08:00
Dirk Dougherty
904785be3b
cherry pick from gingerbread: I08a2f67d324484ed05b956c540facd69f9028563
...
Do not merge: Doc change: highlights and SDK version notes for Android 2.3 platform.
Change-Id: Iac08560728b3c6783ee6fcbd31ec6aca58b156d3
2010-12-06 16:57:09 -08:00
Adam Powell
8515ee846b
Fix bug 3240444 - add OnMenuVisibilityListener for action bar.
...
Fix bug 3180015 - leaking window handles on configuration change for
action bar dropdown menus
Rename ActionBar.NavigationCallback to something more consistent with
the rest of the API.
Change-Id: Ic1fb4c07484c57a72649b30e27d220b18cda6cdf
2010-12-01 13:03:44 -08:00
Scott Main
aa74b319e6
am 2eaa846e: am 54d21dad: docs: updates to the backup dev guide add sample code for performing restore and fix typos bug: 3180881,3125550,3125563
...
* commit '2eaa846ed34bded6889df5bce96cc17abc296cee':
docs: updates to the backup dev guide add sample code for performing restore and fix typos bug: 3180881,3125550,3125563
2010-12-01 03:37:26 -08:00
Scott Main
2eaa846ed3
am 54d21dad: docs: updates to the backup dev guide add sample code for performing restore and fix typos bug: 3180881,3125550,3125563
...
* commit '54d21dadf1aee8f58df65728a00ad57dbfeefb22':
docs: updates to the backup dev guide add sample code for performing restore and fix typos bug: 3180881,3125550,3125563
2010-11-30 13:30:33 -08:00
Scott Main
54d21dadf1
docs: updates to the backup dev guide
...
add sample code for performing restore and fix typos
bug: 3180881,3125550,3125563
Change-Id: I27dd19ede8bad03d11b8ddebe516e9dbf4fdbb89
2010-11-30 13:27:10 -08:00
Dirk Dougherty
ba5d11bdba
am 50f8445e: Do not merge: Doc change: highlights and SDK version notes for Android 2.3 platform.
...
* commit '50f8445edd14a21ad86080ff7b204eefdc2c62d5':
Do not merge: Doc change: highlights and SDK version notes for Android 2.3 platform.
2010-11-30 11:48:46 -08:00
Dirk Dougherty
50f8445edd
Do not merge: Doc change: highlights and SDK version notes for Android 2.3 platform.
...
Change-Id: I08a2f67d324484ed05b956c540facd69f9028563
2010-11-30 10:54:06 -08:00
Scott Main
b6d1832fc4
Merge "docs: more docs for action bar add drop-down navigation and action view"
2010-11-29 09:56:26 -08:00
Jesse Wilson
1318af1a47
Fixing a typo in onCreate sample code.
...
Change-Id: Ia03bf2bfcfee95fd3a856f9fb87d12cd6c99219c
2010-11-28 21:06:57 -08:00
Scott Main
50403a2033
docs: more docs for action bar
...
add drop-down navigation and action view
Change-Id: I9968def5442646263a482eb28520f099d3c7d6e0
2010-11-24 16:45:47 -08:00