Dianne Hackborn
44b628d2f6
am ad81f4ff: am f4c4b666: Merge "Remove old APIs." into honeycomb
...
* commit 'ad81f4ffb8b8c32afea1a742dbb9bbc734b7a8a1':
Remove old APIs.
2011-01-18 07:52:19 -08:00
Dianne Hackborn
ad81f4ffb8
am f4c4b666: Merge "Remove old APIs." into honeycomb
...
* commit 'f4c4b666234d0e5c510c846b13382b77175f10e1':
Remove old APIs.
2011-01-18 07:34:09 -08:00
Scott Main
9f7344477f
am eb7dbc08: am a8e519a3: Merge "docs: move the fragments dev guide into fundamentals topic" into honeycomb
...
* commit 'eb7dbc08be837ac1cc2280c6ed55d8db35c18048':
docs: move the fragments dev guide into fundamentals topic
2011-01-17 23:31:30 -08:00
Scott Main
b61cdf0231
am 9ef6ec98: am 7ef461d2: Merge "docs: update sidenav for honeycomb preview" into honeycomb
...
* commit '9ef6ec98769b6d9a1d7aaa68dde7d4cf66285998':
docs: update sidenav for honeycomb preview
2011-01-17 23:31:16 -08:00
Dianne Hackborn
17b9b81418
Remove old APIs.
...
Change-Id: If676e4e7886ad71c4959d4253db99639b49218b8
2011-01-17 17:16:02 -08:00
Scott Main
eb7dbc08be
am a8e519a3: Merge "docs: move the fragments dev guide into fundamentals topic" into honeycomb
...
* commit 'a8e519a32291e1d964d3de71fa291d7204ef52c7':
docs: move the fragments dev guide into fundamentals topic
2011-01-17 17:04:01 -08:00
Scott Main
9ef6ec9876
am 7ef461d2: Merge "docs: update sidenav for honeycomb preview" into honeycomb
...
* commit '7ef461d2a203b79a768ddc5c292a9b58bf6ee734':
docs: update sidenav for honeycomb preview
2011-01-17 17:03:44 -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
b3180bc263
docs: update sidenav for honeycomb preview
...
Change-Id: Ifaf93335159ed36c15c9639e7b3d8f77438614af
2011-01-17 15:51:42 -08:00
Scott Main
f5a3f10e52
am 40f956bd: am 168a0e90: Merge "docs: revise offline homepage; delete developing index redirect page" into honeycomb
...
* commit '40f956bd3a732d7563e589ed9857f472f5a6911d':
docs: revise offline homepage; delete developing index redirect page
2011-01-17 15:14:15 -08:00
Scott Main
40f956bd3a
am 168a0e90: Merge "docs: revise offline homepage; delete developing index redirect page" into honeycomb
...
* commit '168a0e907d06a151678295585f063456d7bf01e5':
docs: revise offline homepage; delete developing index redirect page
2011-01-17 15:11:45 -08:00
Scott Main
e158413543
docs: revise offline homepage; delete developing index redirect page
...
Change-Id: If73a0811721fa61c6924ac4aeaaa92c81c5fe439
2011-01-17 14:48:15 -08:00
Scott Main
5c4f5f8873
am ab56c2ea: am 47cd4d52: Merge "docs: update fragment docs with revised APIs, add sample code from ApiDemos, and polish it up" into honeycomb
...
* commit 'ab56c2ea674bb35c23e4a44a54fdc5976afdea72':
docs: update fragment docs with revised APIs, add sample code from ApiDemos, and polish it up
2011-01-17 12:10:57 -08:00
Scott Main
ab56c2ea67
am 47cd4d52: Merge "docs: update fragment docs with revised APIs, add sample code from ApiDemos, and polish it up" into honeycomb
...
* commit '47cd4d521bf440042562b5cd1527facc4416b8dc':
docs: update fragment docs with revised APIs, add sample code from ApiDemos, and polish it up
2011-01-17 12:08:50 -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
9fc8bea989
am 2150553d: cherrypick Change-Id: I1365c6c45f8e1f75ee4afbc52c32778d21b97be4 from master docs: Rewrite of App Fundamentals.. Part 2. This introduces three new docs:
...
* commit '2150553dc374204a1cb3033ed3fa65c2f22dd5e7':
cherrypick Change-Id: I1365c6c45f8e1f75ee4afbc52c32778d21b97be4 from master docs: Rewrite of App Fundamentals.. Part 2. This introduces three new docs:
2011-01-14 14:10:14 -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
Scott Main
7024a313e4
resolved conflicts for merge of ac8d7926 to honeycomb-plus-aosp
...
Change-Id: I873904e7724c3822d6011b507649c9d2d9e9bfef
2011-01-11 14:51:21 -08:00
Scott Main
7a14b93bee
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: I1365c6c45f8e1f75ee4afbc52c32778d21b97be4
2011-01-10 17:46:33 -08:00
Dianne Hackborn
7079ef0824
am 5ef0a153: am 247fe74c: Implement issue # 3255887 could CursorLoader offer...
...
* commit '5ef0a153f01362a3263d3cd608ece09cc67377df':
Implement issue # 3255887 could CursorLoader offer...
2011-01-08 18:29:19 -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
3e770a7f92
resolved conflicts for merge of ec5ca94c to master
...
Change-Id: Id24be07a6a4abf1beec5f9dc6da6b752201c4838
2011-01-08 13:01:27 -08:00
Robert Ly
67c2d979e3
Doc change: fixing links set 3
...
Change-Id: Id4123a2f0685887417d0b17a6fa81368aa756b6e
2011-01-07 18:57:06 -08:00
Robert Ly
293b850da6
Doc change: fixing links set 2
...
Change-Id: I8752cc7c732812a5f11f8b5f5ac83c3a87305f22
2011-01-07 18:56:10 -08:00
Robert Ly
c74a69a89a
Doc Change: Fixing broken links and miscellaneous text revisions to support link fixing
...
Change-Id: I192595a3c7af520bf8598e80ae25d0dea289fcbd
2011-01-07 18:54:44 -08:00
Robert Ly
ec5ca94cfa
Doc change: Deleting obsolete files and adding html redirects. Modified hv and traceview docs.
...
Change-Id: Ic0c02da3205d2f8f22c8c045d859ddd1f83f7a9e
2011-01-07 18:52:01 -08:00
Scott Main
e139f4df16
resolved conflicts for merge of 96f57d6c to master
...
Change-Id: I8ed2ca9143facaec56628d51ae51d9f95da91613
2011-01-07 17:53:59 -08:00
Scott Main
60c4e039d7
cherrypick Change-Id: Id5d38a6d97323e082535e433ab64e89e8bd3d021
...
docs: catchup honeycomb to gingerbread-docs with misc changes
Change-Id: Ia192e253a1b0aca026e1809b4e68011975c1ad8c
2011-01-07 16:40:11 -08:00
Scott Main
ac8d79266b
am 9b447d12: docs: catchup gingerbread to gingerbread-docs with misc changes
...
* commit '9b447d122a2f0a4798f03749e9d93b9a58834fe3':
docs: catchup gingerbread to gingerbread-docs with misc changes
2011-01-07 15:32:04 -08:00
Scott Main
9b447d122a
docs: catchup gingerbread to gingerbread-docs with misc changes
...
Change-Id: Id5d38a6d97323e082535e433ab64e89e8bd3d021
2011-01-07 14:55:59 -08:00
Scott Main
88aa242571
am 955c63f8: cherrypick Change-Id: If65316cb08c8912ed2ad1fe10ab7d5ceee664084 docs: revise developing on a device to replace nexus one
...
* commit '955c63f8f421f7c9afcce2356eb9905df2147a76':
cherrypick Change-Id: If65316cb08c8912ed2ad1fe10ab7d5ceee664084 docs: revise developing on a device to replace nexus one
2011-01-07 14:11:53 -08:00
Scott Main
682988ddde
am 08e9a0fd: cherrypick Change-Id: I9e1b530b5cbd43043d326c04bfc30b073bf9d388 fix bug 3295540
...
* commit '08e9a0fd2e29405857c1b8c995937483a1599c4f':
cherrypick Change-Id: I9e1b530b5cbd43043d326c04bfc30b073bf9d388 fix bug 3295540
2011-01-07 13:55:31 -08:00
Scott Main
fb2ec3f3a3
am e6320bef: cherrypick Change-Id: Ic4fe5e2d1ef3082c34fb448dd1f4705f73f2235f docs: update dashboard
...
* commit 'e6320beff70f4934584facbf906ac1264041a83b':
cherrypick Change-Id: Ic4fe5e2d1ef3082c34fb448dd1f4705f73f2235f docs: update dashboard
2011-01-07 13:55:28 -08:00
Scott Main
955c63f8f4
cherrypick Change-Id: If65316cb08c8912ed2ad1fe10ab7d5ceee664084
...
docs: revise developing on a device to replace nexus one
Change-Id: I2e9945020a7b63175e0d5cf37ad4dd9bc783fa04
2011-01-07 13:50:50 -08:00
Scott Main
08e9a0fd2e
cherrypick Change-Id: I9e1b530b5cbd43043d326c04bfc30b073bf9d388
...
fix bug 3295540
Change-Id: I1835444ff6dd0351a0f66ef565fa97a15dfea53f
2011-01-07 13:38:34 -08:00
Scott Main
e6320beff7
cherrypick Change-Id: Ic4fe5e2d1ef3082c34fb448dd1f4705f73f2235f
...
docs: update dashboard
Change-Id: Ifb21e6277ca71f717e4d91fca1ec4a49a810a7dc
2011-01-07 13:37:04 -08:00
Scott Main
246a01b1de
am 3d0f0108: cherry pick Change-Id: Ic4fe5e2d1ef3082c34fb448dd1f4705f73f2235f docs: update dashboard
...
* commit '3d0f0108f9487512195c7344be2417c30a93c3fc':
cherry pick Change-Id: Ic4fe5e2d1ef3082c34fb448dd1f4705f73f2235f docs: update dashboard
2011-01-07 13:36:58 -08:00
Scott Main
f379205596
am c5602aee: fix bug 3295540
...
* commit 'c5602aeea3f4962dcb66d7a9e4a733259d5c12d5':
fix bug 3295540
2011-01-07 13:34:54 -08:00
Scott Main
3d0f0108f9
cherry pick Change-Id: Ic4fe5e2d1ef3082c34fb448dd1f4705f73f2235f
...
docs: update dashboard
Change-Id: I2b91243b28cc831348d29fcf11e23f5018838396
2011-01-07 13:31:28 -08:00
Scott Main
c5602aeea3
fix bug 3295540
...
Change-Id: I11eecd07ec8d49da4d2431f7e164555b84e8d8fc
2011-01-07 13:30:46 -08:00
Robert Ly
744d4dd847
Doc change: Deleting obsolete files and adding html redirects. Adding previously deleted hv and traceview docs.
...
Change-Id: Icee09b54ea68af78b48e8a0a46913522552da887
2011-01-06 22:26:47 -08:00
Robert Ly
e1cf80738d
Doc Change: Fixing broken links and miscellaneous text revisions to support link fixing
...
Change-Id: Ic239c4c5600a6e24e2c55825b74e165808347010
2011-01-06 17:34:06 -08:00
Robert Ly
73c7370985
Merge "Doc change: fixing links set 3"
2011-01-06 17:24:07 -08:00
Robert Ly
fb892bdca4
Merge "Doc change: fixing links set 2"
2011-01-06 17:23:58 -08:00
Robert Ly
2c26ebc099
Doc change: fixing links set 3
...
Change-Id: Ia7659a88b1187e6166549ab4d70925ab4d471a70
2011-01-05 18:30:48 -08:00
Brad Fitzpatrick
70588bf864
resolved conflicts for merge of 3a2c6bf0 to master
...
Change-Id: I1963d8fc391bb84de1054f2b20ce4e082d764cbe
2011-01-05 14:04:06 -08:00
Brad Fitzpatrick
3a2c6bf0fc
am 69ea4e15: Documentation fixes found over vacation hacking.
...
* commit '69ea4e15e52c456537575d21443ac1efdb03a902':
Documentation fixes found over vacation hacking.
2011-01-05 13:52:53 -08:00
Brad Fitzpatrick
69ea4e15e5
Documentation fixes found over vacation hacking.
...
Change-Id: I28900026465d66d950cf4f05f0c202b46c3c2d43
2011-01-05 13:07:34 -08:00
Robert Ly
1bcc56db07
Doc change: fixing links set 2
...
Change-Id: I45e11dd08355cc754a3d6f0f38a3691e89985872
2011-01-05 11:03:46 -08:00
Robert Ly
068a73555a
Merge "Doc change: deleting tips section that was merged into index.jd"
2011-01-04 12:05:40 -08:00