109970 Commits

Author SHA1 Message Date
Chris Craik
5e49b307eb Fix quickReject's handling of AA ramp geometry
By having quickReject round out the window-space geometry bounds, we
prevent the AA perimeter (which falls outside the local bounds passed
in) from drawing outside the clip.

Change-Id: I8ee36be9039a9c47906815ee2f0dbaa5eb910b82
2013-08-02 11:29:22 -07:00
Jeff Sharkey
aaabfe9587 Merge "Reference docs by ROOT_ID and DOC_ID; recents." 2013-08-02 18:10:09 +00:00
Jeff Sharkey
92d7e697a8 Reference docs by ROOT_ID and DOC_ID; recents.
The same document may be present with different sematics under
multiple storage roots, so always reference using both ROOT_ID and
DOC_ID.  This enables backends to revoke permissions for an entire
root, such as when an account is removed.

Start building provider to remember recently accessed documents.

Change-Id: I75befa2e61393dec12fcc7fd27f631fcddae46fa
2013-08-02 11:05:11 -07:00
David Christie
df2cab2fc4 Fix build breakage
Change-Id: Ia684fb55db301fdadaa3aae93f82b2cdcfc200af
2013-08-02 10:54:55 -07:00
Elliott Hughes
32c308a5f2 Merge "If media wants ASCII lowercasing, it needs to ask for it." 2013-08-02 17:24:41 +00:00
David Christie
474daa2b78 Merge "Add WorkSource capability to AlarmManager." 2013-08-02 17:17:38 +00:00
Elliott Hughes
dcb1a58cf9 If media wants ASCII lowercasing, it needs to ask for it.
http://elliotth.blogspot.com/2012/01/beware-convenience-methods.html

Use toLowerCase(Locale.ROOT) if you want ASCII for machine consumption,
and use toLowerCase(Locale.getDefault()) if you want the user's locale's
casing rules for human consumption.

Bug: https://code.google.com/p/android/issues/detail?id=58359
Change-Id: Id9005a17e34217a81bef3b40031b9e2e6272f45d
2013-08-02 10:03:53 -07:00
Derek Sollenberger
e242e2f236 Merge "Changes needed to support Skia at r10377." 2013-08-02 17:03:37 +00:00
Jean-Michel Trivi
045b309af7 Merge "Remove whitespace in IAudioService.aidl" 2013-08-02 17:01:26 +00:00
Elliott Hughes
e899d7c029 am 5d6b7db5: am 20c911ba: Merge "When wifi wants ASCII lowercasing, it needs to ask for it."
* commit '5d6b7db5d9cb7de5cee45dd35af18e179f01d583':
  When wifi wants ASCII lowercasing, it needs to ask for it.
2013-08-02 09:50:44 -07:00
Elliott Hughes
5d6b7db5d9 am 20c911ba: Merge "When wifi wants ASCII lowercasing, it needs to ask for it."
* commit '20c911ba071957ff5907d9a7854e7eab1cdaf907':
  When wifi wants ASCII lowercasing, it needs to ask for it.
2013-08-02 09:46:04 -07:00
Elliott Hughes
20c911ba07 Merge "When wifi wants ASCII lowercasing, it needs to ask for it." 2013-08-02 16:39:59 +00:00
Baligh Uddin
7342c66afc Merge "Import translations. DO NOT MERGE" 2013-08-02 16:29:12 +00:00
Baligh Uddin
60840d3858 Merge "Import translations. DO NOT MERGE" 2013-08-02 16:28:13 +00:00
Baligh Uddin
2be0a50dd6 Merge "Import translations. DO NOT MERGE" 2013-08-02 16:26:58 +00:00
Baligh Uddin
b44d75af38 Merge "Import translations. DO NOT MERGE" 2013-08-02 16:26:15 +00:00
Elliott Hughes
ee00b353a4 When wifi wants ASCII lowercasing, it needs to ask for it.
http://elliotth.blogspot.com/2012/01/beware-convenience-methods.html

Bug: https://code.google.com/p/android/issues/detail?id=58359
Change-Id: Ibf25d0bbc76015cf8353ec01ab2b743cbc2bde67
2013-08-02 09:07:54 -07:00
Satoshi Kataoka
02260e2141 Add a comment on the spell checker framework
Change-Id: Ibd826d68074d8524cbeaae296ce483f8b10c3d07
2013-08-02 16:22:04 +09:00
Satoshi Kataoka
cf3f35f322 Merge "Update the comment of Settings.ACTION_USER_DICTIONARY_SETTINGS" 2013-08-02 03:44:58 +00:00
Dianne Hackborn
2fc3245537 Merge "Try to improve PSS collection." 2013-08-02 03:34:06 +00:00
Dianne Hackborn
f1cca18ae4 Try to improve PSS collection.
The goal is to collect PSS data from processes when they
are in as stable a state as possible.  We now have tables
for the durations to use for PSS collection based on
process state, and scheduling of collection is all driven
by process state changes.

Change-Id: I95e076f6971b9c093118e53dc8240fb3f5bad3b2
2013-08-01 20:28:36 -07:00
Satoshi Kataoka
1a4645d030 Merge "Small cleanup on InputMethodInfo" 2013-08-02 03:22:26 +00:00
Satoshi Kataoka
660e6c96e3 Small cleanup on InputMethodInfo
Change-Id: I7879a8d9fe83fcd7362ecc4ab60460a3212ac8c4
2013-08-02 11:55:57 +09:00
Fabrice Di Meglio
25a5526e69 Update Framework resources for RTL support
- use "android:autoMirrored" when needed
- remove non needed resources and save about 227k

See bug #7034321 Need Drawable RTL support

Change-Id: Iaa4a62ae1894e2cd221714a91a5c0cd145385bb9
2013-08-01 17:40:23 -07:00
Adam Powell
066f2107a1 Merge "Fix a regression where android:windowContentOverlay did not draw properly." 2013-08-01 23:20:51 +00:00
Dirk Dougherty
882ecced5e Doc change: refresh GCM reference docs.
Change-Id: I4f79e27b9d761cb8967fb90ff8df5438e43cd39c
2013-08-01 16:15:21 -07:00
David Christie
ec37970c0d Merge "Allow a particular LocationRequest to be excluded from AppOps monitoring as long as the client as the appropriate permission (UPDATE_DEVICE_STATS)." 2013-08-01 23:13:48 +00:00
Romain Guy
7d60f45664 Merge "Fix region clipping bugs See external bug #58344" 2013-08-01 23:09:21 +00:00
Adam Powell
9b0dc2894d Fix a regression where android:windowContentOverlay did not draw properly.
This was the victim of an earlier refactoring. Have the
ActionBarOverlayLayout draw this directly over the content so that it
can stay properly in sync with any animations and also remove an extra
couple of views from the decor layout.

Some apps now expect the broken behavior in default themes. Protect
them from themselves until they bump their targetSdkVersion.

Public bug https://code.google.com/p/android/issues/detail?id=58280

Change-Id: I4284503577e322f3e68d4a7fabda8441d3749b98
2013-08-01 16:02:02 -07:00
Scott Main
265da47a4c am a5da1865: am 9210aea5: am 218120e0: Merge "dashboard update for 8/1" into jb-mr2-docs
* commit 'a5da186523620ad740608fbd864bce22e04b86d6':
  dashboard update for 8/1
2013-08-01 16:01:17 -07:00
Scott Main
a5da186523 am 9210aea5: am 218120e0: Merge "dashboard update for 8/1" into jb-mr2-docs
* commit '9210aea5accb872527ba1d54ba0760340ad8f1ba':
  dashboard update for 8/1
2013-08-01 15:58:53 -07:00
Scott Main
9210aea5ac am 218120e0: Merge "dashboard update for 8/1" into jb-mr2-docs
* commit '218120e0795bc4aee1b29a43da25a8ea7e8edf71':
  dashboard update for 8/1
2013-08-01 15:57:08 -07:00
Scott Main
218120e079 Merge "dashboard update for 8/1" into jb-mr2-docs 2013-08-01 22:54:06 +00:00
Scott Main
bf03f391ba dashboard update for 8/1
Change-Id: I8541646e13d20186f79dd8a548b1ff21602793b6
2013-08-01 15:49:20 -07:00
Scott Main
18c7decd1b am 54403d8a: am f5ad5b26: am 8709fb2a: Merge "update Getting Started class about fragments to remove support lib lesson and mention the action bar library, then update any links and add redirect bug: 10000221" into jb-mr2-docs
* commit '54403d8a271ad2e640833857d443f671547a1132':
  update Getting Started class about fragments to remove support lib lesson and mention the action bar library, then update any links and add redirect bug: 10000221
2013-08-01 15:46:50 -07:00
Scott Main
54403d8a27 am f5ad5b26: am 8709fb2a: Merge "update Getting Started class about fragments to remove support lib lesson and mention the action bar library, then update any links and add redirect bug: 10000221" into jb-mr2-docs
* commit 'f5ad5b2635d0a46c9a3e09543431a73e915ba4c6':
  update Getting Started class about fragments to remove support lib lesson and mention the action bar library, then update any links and add redirect bug: 10000221
2013-08-01 15:42:54 -07:00
Scott Main
f5ad5b2635 am 8709fb2a: Merge "update Getting Started class about fragments to remove support lib lesson and mention the action bar library, then update any links and add redirect bug: 10000221" into jb-mr2-docs
* commit '8709fb2a7175faa3b53cec7869f4b7594371b882':
  update Getting Started class about fragments to remove support lib lesson and mention the action bar library, then update any links and add redirect bug: 10000221
2013-08-01 15:39:19 -07:00
Scott Main
8709fb2a71 Merge "update Getting Started class about fragments to remove support lib lesson and mention the action bar library, then update any links and add redirect bug: 10000221" into jb-mr2-docs 2013-08-01 22:36:03 +00:00
Romain Guy
b7b93e0089 Fix region clipping bugs
See external bug #58344

Change-Id: Iecd6c41fc8076cd76add2335d3442a6dd8878f12
2013-08-01 15:35:24 -07:00
Scott Main
68c997c5e7 Merge branch 'master' of https://googleplex-android.googlesource.com/_direct/platform/frameworks/base 2013-08-01 15:27:46 -07:00
Scott Main
9eac655fb8 am eb461f9e: am 0e687767: am f0e0cf4e: fix toc link
* commit 'eb461f9e5b6171d3c61ade6cb910180551b48759':
  fix toc link
2013-08-01 15:27:41 -07:00
Fabrice Di Meglio
e0c02f1d01 Merge "Add automatic Drawable mirroring capability when in RTL layout direction" 2013-08-01 22:27:25 +00:00
Scott Main
eb461f9e5b am 0e687767: am f0e0cf4e: fix toc link
* commit '0e6877678665eed45be77a8aa118a67f95e55c9e':
  fix toc link
2013-08-01 15:25:55 -07:00
Scott Main
0e68776786 am f0e0cf4e: fix toc link
* commit 'f0e0cf4e0de6f5bd578d3d916476bb529efea895':
  fix toc link
2013-08-01 15:22:28 -07:00
Scott Main
2fd0080305 am fca04b87: am 3db57cf1: am c4c7463f: add note about VideoView "wrap_content" layout issue bug: 9364101
* commit 'fca04b873190a8e5db66de4596dbb9bc479be5af':
  add note about VideoView "wrap_content" layout issue bug: 9364101
2013-08-01 15:22:08 -07:00
Scott Main
fca04b8731 am 3db57cf1: am c4c7463f: add note about VideoView "wrap_content" layout issue bug: 9364101
* commit '3db57cf19d59d1ed39d531137f6fd698befbb348':
  add note about VideoView "wrap_content" layout issue bug: 9364101
2013-08-01 15:20:24 -07:00
Fabrice Di Meglio
3f5a90b2fb Add automatic Drawable mirroring capability when in RTL layout direction
- default value is "no mirroring"
- introduce android:autoMirrored as a new attribute for Drawable,
BitmapDrawable, LayerDrawable, StateListDrawable and NinePatchDrawable
- setting android:autoMirrored="true" means that the drawable will
be mirrored when the layout direction is RTL (right-to-left)
- also fix an issue with ImageView drawable layout direction not
updated correctly when RTL properties were changed

See bug #7034321 Need Drawable RTL support

Change-Id: If595ee5106c786f38e786d3a032e182f784a9d97
2013-08-01 15:15:10 -07:00
Scott Main
3db57cf19d am c4c7463f: add note about VideoView "wrap_content" layout issue bug: 9364101
* commit 'c4c7463f546ffb2eec7985c0a3d0203cbb8381bb':
  add note about VideoView "wrap_content" layout issue bug: 9364101
2013-08-01 15:14:52 -07:00
Jean-Michel Trivi
68d6dedcc3 Remove whitespace in IAudioService.aidl
Change-Id: I537a2ad8356b04fec25bd7a5a8934f0bc343c1f6
2013-08-01 15:14:10 -07:00
Scott Main
f0e0cf4e0d fix toc link
Change-Id: If2509e23db7f4f189f7521846598424cff2c2882
2013-08-01 15:13:06 -07:00