84713 Commits

Author SHA1 Message Date
Christopher Tate
f1c675bccd am c0be8c85: Merge "Refer to STAY_ON_WHILE_PLUGGED_IN in the global namespace" into jb-mr1-dev
* commit 'c0be8c85b09002359adb1fb20f2bf08e6983d146':
  Refer to STAY_ON_WHILE_PLUGGED_IN in the global namespace
2012-09-07 14:25:24 -07:00
Christopher Tate
c0be8c85b0 Merge "Refer to STAY_ON_WHILE_PLUGGED_IN in the global namespace" into jb-mr1-dev 2012-09-07 14:22:59 -07:00
Christopher Tate
ad73532041 Refer to STAY_ON_WHILE_PLUGGED_IN in the global namespace
This is the one relevant setting that moved from System to Global,
a move that we do not automatically redirect on writes.

Change-Id: I7b26d0c364695c4a10a7cd477db3dfcfe89d7ef5
2012-09-07 14:19:43 -07:00
Dianne Hackborn
00b7d2a0de am 649d0d71: Merge "More multi-user stuff:" into jb-mr1-dev
* commit '649d0d71b245d88746b78399ffa1f75da7c80974':
  More multi-user stuff:
2012-09-07 14:14:13 -07:00
Dianne Hackborn
649d0d71b2 Merge "More multi-user stuff:" into jb-mr1-dev 2012-09-07 14:11:56 -07:00
Romain Guy
f9dd3811a3 am 55e6b77b: Merge "Reduce the number of locks acquired by display lists" into jb-mr1-dev
* commit '55e6b77bda7da1684ca32493d9e03184bd441dab':
  Reduce the number of locks acquired by display lists
2012-09-07 14:04:05 -07:00
Romain Guy
55e6b77bda Merge "Reduce the number of locks acquired by display lists" into jb-mr1-dev 2012-09-07 14:01:31 -07:00
Romain Guy
58ecc204fb Reduce the number of locks acquired by display lists
Change-Id: I1123aae0355de84db705bb75042c7083fc69c9f2
2012-09-07 14:01:09 -07:00
Dianne Hackborn
5e03e2ca7d More multi-user stuff:
- New (hidden) isUserRunning() API.
- Maintain LRU list of visited users.
- New FLAG_IS_DATA_ONLY for ApplicationInfo.
- Clean up pending intent records when force-stopping a user (or package).
  (Also fixes bug #6880627: PendingIntent.getService() returns stale
  intent of force stopped app)
- Fix force-stopping when installing an app to do the force-stop across
  all users for that app.
- When selecting which processes to kill during a force stop, do this
  based on the actual packages loaded in the process, not just process
  name matching.
- You can now use --user option in am when starting activities, services,
  and instrumentation.
- The am --user option accepts "current" and "all" as arguments.
- The pm uninstall command now uninstalls for all users, so it matches
  the semantics of the install command.
- PhoneWindowManager now explicitly says to start home in the current
  user.
- Activity manager call to retrieve the MIME type from a content provider
  now takes a user argument, so it will direct this to the proper user.
- The package manager uninstall paths are now implemented around
  PackageSetting, not PackageParser.Package.  This allows them to work
  even if the application's apk has been removed (in which case it only
  exists as a PackageSetting, not the PackageParser.Package parsed from
  the apk).

Change-Id: I3522f6fcf32603090bd6e01cc90ce70b6c5aae40
2012-09-07 13:55:23 -07:00
Dianne Hackborn
15f91d9151 am 417984dc: Merge "Wrapped call to notifyAll() in a synchronized block" into jb-mr1-dev
* commit '417984dc0d27bdd1b33ae3115593f609961a0c15':
  Wrapped call to notifyAll() in a synchronized block
2012-09-07 13:30:30 -07:00
Dianne Hackborn
417984dc0d Merge "Wrapped call to notifyAll() in a synchronized block" into jb-mr1-dev 2012-09-07 13:27:47 -07:00
Adam Koch
173166a230 am 14c62518: am aa98d509: am 6525f7bf: Merge "Updates to "Displaying Bitmaps Efficiently" class. Changes: -Updated code sample (see http://ag/214812) -Updated code snippets to match updated sample -Fixed <> in code snippets -Updated disk cache section -Some other
* commit '14c625188affcce2e6db3c8b2f96b63eeb0f10a0':
  Updates to "Displaying Bitmaps Efficiently" class. Changes:  -Updated code sample (see http://ag/214812)  -Updated code snippets to match updated sample  -Fixed <> in code snippets  -Updated disk cache section  -Some other minor updates
2012-09-07 13:22:01 -07:00
Adam Koch
14c625188a am aa98d509: am 6525f7bf: Merge "Updates to "Displaying Bitmaps Efficiently" class. Changes: -Updated code sample (see http://ag/214812) -Updated code snippets to match updated sample -Fixed <> in code snippets -Updated disk cache section -Some other minor update
* commit 'aa98d509500ba963f9dcda55073f312ee643cb46':
  Updates to "Displaying Bitmaps Efficiently" class. Changes:  -Updated code sample (see http://ag/214812)  -Updated code snippets to match updated sample  -Fixed <> in code snippets  -Updated disk cache section  -Some other minor updates
2012-09-07 13:20:16 -07:00
Adam Koch
aa98d50950 am 6525f7bf: Merge "Updates to "Displaying Bitmaps Efficiently" class. Changes: -Updated code sample (see http://ag/214812) -Updated code snippets to match updated sample -Fixed <> in code snippets -Updated disk cache section -Some other minor updates" into jb-de
* commit '6525f7bfcfaf66fe0d549cb3c3d22a751535932e':
  Updates to "Displaying Bitmaps Efficiently" class. Changes:  -Updated code sample (see http://ag/214812)  -Updated code snippets to match updated sample  -Fixed <> in code snippets  -Updated disk cache section  -Some other minor updates
2012-09-07 13:17:45 -07:00
Adam Koch
6525f7bfcf Merge "Updates to "Displaying Bitmaps Efficiently" class. Changes: -Updated code sample (see http://ag/214812) -Updated code snippets to match updated sample -Fixed <> in code snippets -Updated disk cache section -Some other minor updates" into jb-dev 2012-09-07 13:15:02 -07:00
Christopher Tate
041aa46a85 am 970683c5: Merge "Further fixup of migration to global settings" into jb-mr1-dev
* commit '970683c5d42a1d8588d656d4e570ce4f0f6e0abc':
  Further fixup of migration to global settings
2012-09-07 12:58:15 -07:00
Christopher Tate
970683c5d4 Merge "Further fixup of migration to global settings" into jb-mr1-dev 2012-09-07 12:56:42 -07:00
Christopher Tate
9219874be9 Further fixup of migration to global settings
The Settings.System.STAY_ON_WHILE_PLUGGED element should have been
migrated to the global table, but wasn't.  This CL does a couple of
things around dealing with this:

(1) Tidies up the migration tables outright, so that they correctly
    reflect the intended final state

(2) Introduces the option of doing a key migration only if the element
    has not yet been moved to the new table, to allow for safe retry-
    -with-ignore.  This will make it easy to make any future alterations
    to the global vs per-user association of individual elements

(3) Migrates the STAY_ON_WHILE_PLUGGED element if it hasn't been already.

Bug 7126575

Change-Id: Ic5fa9ba45f11b09270bd5bc94c26fbbd84abc749
2012-09-07 12:00:13 -07:00
Teng-Hui Zhu
f6cc1ddc35 am 4db5d23d: Merge "Back key to dismiss full screen video" into jb-mr1-dev
* commit '4db5d23deab9ea8de34cdb1c56af31e6e3cff79b':
  Back key to dismiss full screen video
2012-09-07 11:51:51 -07:00
Teng-Hui Zhu
4db5d23dea Merge "Back key to dismiss full screen video" into jb-mr1-dev 2012-09-07 11:49:54 -07:00
Fabrice Di Meglio
8bcf577aa0 am d672d29d: Merge "Update documentation for layout direction qualifiers for Resouces" into jb-mr1-dev
* commit 'd672d29dd03ffc148b629c1abbd00bd9dc88be80':
  Update documentation for layout direction qualifiers for Resouces
2012-09-07 11:42:20 -07:00
Fabrice Di Meglio
778d7508df am bae1d478: Merge "Fix the build" into jb-mr1-dev
* commit 'bae1d478964f609f4ed37d629ed3247a12ed312e':
  Fix the build
2012-09-07 11:40:44 -07:00
Fabrice Di Meglio
d672d29dd0 Merge "Update documentation for layout direction qualifiers for Resouces" into jb-mr1-dev 2012-09-07 11:39:27 -07:00
Fabrice Di Meglio
bae1d47896 Merge "Fix the build" into jb-mr1-dev 2012-09-07 11:37:35 -07:00
Fabrice Di Meglio
c5daf84f66 Fix the build
- use fully qualified name for Javadoc

Change-Id: Ic75ce7e19d407dc40c96b585f9fa1827fb614ba1
2012-09-07 11:36:21 -07:00
Katie McCormick
2eb318e6c4 am 56b62939: am 21d8331d: am ae050d56: Merge "Doc update: Appwidgets JB additions." into jb-dev
* commit '56b6293976c37645476462e61ed554af495e3633':
  Doc update: Appwidgets JB additions.
2012-09-07 11:13:07 -07:00
Katie McCormick
56b6293976 am 21d8331d: am ae050d56: Merge "Doc update: Appwidgets JB additions." into jb-dev
* commit '21d8331d610bb641e63e9f7ff00bb5db8f97f283':
  Doc update: Appwidgets JB additions.
2012-09-07 11:10:53 -07:00
Katie McCormick
21d8331d61 am ae050d56: Merge "Doc update: Appwidgets JB additions." into jb-dev
* commit 'ae050d56247257f652fecb71e3f2ed474238e23f':
  Doc update: Appwidgets JB additions.
2012-09-07 11:08:46 -07:00
Katie McCormick
ae050d5624 Merge "Doc update: Appwidgets JB additions." into jb-dev 2012-09-07 11:06:00 -07:00
Dirk Dougherty
1e1184761a am 7629a917: am 0152a51c: am 882b267d: Merge "Doc change: fix typo in JB highlights." into jb-dev
* commit '7629a917d73d0bc51738a85129b484859cbf5553':
  Doc change: fix typo in JB highlights.
2012-09-07 10:57:26 -07:00
Dirk Dougherty
7629a917d7 am 0152a51c: am 882b267d: Merge "Doc change: fix typo in JB highlights." into jb-dev
* commit '0152a51c46743a6759711b872c80b406ae4c8a44':
  Doc change: fix typo in JB highlights.
2012-09-07 10:55:14 -07:00
Dirk Dougherty
0152a51c46 am 882b267d: Merge "Doc change: fix typo in JB highlights." into jb-dev
* commit '882b267d189bdbab02e44f7fe87c5c55aa04c493':
  Doc change: fix typo in JB highlights.
2012-09-07 10:52:37 -07:00
Dirk Dougherty
882b267d18 Merge "Doc change: fix typo in JB highlights." into jb-dev 2012-09-07 10:49:42 -07:00
Dirk Dougherty
6ca8f880bd Doc change: fix typo in JB highlights.
Change-Id: I807a8ecee5d352c8494154629b92474ba4b0e892
2012-09-07 10:48:05 -07:00
Svetoslav Ganov
eef5dc63d8 am 390a06b8: Merge "Restore accessibility focus after ListView layout." into jb-mr1-dev
* commit '390a06b882f555b73f466985067d71d856f55f2f':
  Restore accessibility focus after ListView layout.
2012-09-07 10:35:34 -07:00
Romain Guy
45aef365f6 am 6543c292: Merge "The drawables cache strikes again Bug #7117785" into jb-mr1-dev
* commit '6543c292b2d1cb3547f4565f89b7cb649ad955d6':
  The drawables cache strikes again Bug #7117785
2012-09-07 10:35:30 -07:00
Svetoslav Ganov
390a06b882 Merge "Restore accessibility focus after ListView layout." into jb-mr1-dev 2012-09-07 10:32:55 -07:00
Romain Guy
6543c292b2 Merge "The drawables cache strikes again Bug #7117785" into jb-mr1-dev 2012-09-07 10:32:55 -07:00
alanv
30ee76cf05 Restore accessibility focus after ListView layout.
Bug: 6439454
Change-Id: Ia61f5153b32c6ce5d18301f74e7e79c86349b987
2012-09-07 10:31:16 -07:00
Fabrice Di Meglio
8060ee1f11 am f6aa537c: Merge "Make ProgressBar / SeekBar / RatingBar widgets aware of layout direction" into jb-mr1-dev
* commit 'f6aa537c2dddfa9c68af161c082b5d4f316bd068':
  Make ProgressBar / SeekBar / RatingBar widgets aware of layout direction
2012-09-07 10:21:59 -07:00
Fabrice Di Meglio
c94106d7c9 am 01fcb728: Merge "Use "ldrtl" and "ldltr" config qualifiers for RTL / LTR resources" into jb-mr1-dev
* commit '01fcb728940c12498ab2c7503fe86a849725ea12':
  Use "ldrtl" and "ldltr" config qualifiers for RTL / LTR resources
2012-09-07 10:20:23 -07:00
Fabrice Di Meglio
f6aa537c2d Merge "Make ProgressBar / SeekBar / RatingBar widgets aware of layout direction" into jb-mr1-dev 2012-09-07 10:19:23 -07:00
Fabrice Di Meglio
01fcb72894 Merge "Use "ldrtl" and "ldltr" config qualifiers for RTL / LTR resources" into jb-mr1-dev 2012-09-07 10:17:55 -07:00
Mike Dodd
e0bd3fe832 am 37ee5342: Merge "Add context support to backdropper filter." into jb-mr1-dev
* commit '37ee53420ce47860807eb8eaeb454c12fa46797b':
  Add context support to backdropper filter.
2012-09-07 08:46:55 -07:00
Mike Dodd
37ee53420c Merge "Add context support to backdropper filter." into jb-mr1-dev 2012-09-07 08:43:36 -07:00
Marco Nelissen
344c2a9f50 am 41ed9104: Merge "Audio Effects test app" into jb-mr1-dev
* commit '41ed9104398d549e8eb7b3ff9b4ec3bd358207b9':
  Audio Effects test app
2012-09-07 07:43:37 -07:00
Marco Nelissen
41ed910439 Merge "Audio Effects test app" into jb-mr1-dev 2012-09-07 07:41:17 -07:00
Matthew Xie
5746a21a0f am 240a90d2: Merge "Fault tolerance in Bluedroid" into jb-mr1-dev
* commit '240a90d2789f8813bef11b499a026b8afe43bbd8':
  Fault tolerance in Bluedroid
2012-09-07 00:09:44 -07:00
Matthew Xie
240a90d278 Merge "Fault tolerance in Bluedroid" into jb-mr1-dev 2012-09-07 00:07:23 -07:00
Syed Ibrahim M
1223e5a311 Fault tolerance in Bluedroid
When bluetooth process gets crashed/killed/stopped by Android
system, BluetoothManagerService will re-start AdapterService
to recover from the crash appropriately.

Change-Id: Iacb1a06a8245089517bbbd57de1378ca8ce4b41e
2012-09-06 23:55:41 -07:00