Yorke Lee
12bbe4a6ef
am 30244d92: Merge "Fix the build breakage due to incorrect javadoc link"
...
* commit '30244d92390bde94b1c87aa855fd4dd2c7cfaa20':
Fix the build breakage due to incorrect javadoc link
2013-01-15 16:49:58 -08:00
Yorke Lee
30244d9239
Merge "Fix the build breakage due to incorrect javadoc link"
2013-01-15 16:47:18 -08:00
Yorke Lee
3e839f4eed
Fix the build breakage due to incorrect javadoc link
...
Change-Id: I1789f7e324a06c45c1be4088e9bd4e5cd6879aee
2013-01-15 16:46:00 -08:00
Yorke Lee
f7aec70e8f
am be33f969: Merge "Allow supplying extras when assigning QuickContactsBadge"
...
* commit 'be33f9696a1194d9f927fb4446e07e199a468f9d':
Allow supplying extras when assigning QuickContactsBadge
2013-01-15 11:28:43 -08:00
Yorke Lee
be33f9696a
Merge "Allow supplying extras when assigning QuickContactsBadge"
2013-01-15 11:26:20 -08:00
Romain Guy
616a87736d
am 61840eb0: Merge "Preliminary Support for region clipping"
...
* commit '61840eb03882e1a964ae971725bd21229c3db42c':
Preliminary Support for region clipping
2013-01-15 10:28:01 -08:00
Romain Guy
61840eb038
Merge "Preliminary Support for region clipping"
2013-01-15 10:25:00 -08:00
Elliott Hughes
6a2650db99
am 5bd48b52: am 67ae48f3: am fc91d730: am cbfece82: Merge "Switch over to getting 12-/24-hour time formats from CLDR via icu4c."
...
* commit '5bd48b528e6477c2c3d318cb71cef861392b1b8a':
Switch over to getting 12-/24-hour time formats from CLDR via icu4c.
2013-01-14 19:30:20 -08:00
Elliott Hughes
5bd48b528e
am 67ae48f3: am fc91d730: am cbfece82: Merge "Switch over to getting 12-/24-hour time formats from CLDR via icu4c."
...
* commit '67ae48f32545791fe0a0574f02bfe714e106074b':
Switch over to getting 12-/24-hour time formats from CLDR via icu4c.
2013-01-14 19:28:20 -08:00
Elliott Hughes
67ae48f325
am fc91d730: am cbfece82: Merge "Switch over to getting 12-/24-hour time formats from CLDR via icu4c."
...
* commit 'fc91d73067d76e129869fe472238f4c80aa5d435':
Switch over to getting 12-/24-hour time formats from CLDR via icu4c.
2013-01-14 19:25:52 -08:00
Elliott Hughes
fc91d73067
am cbfece82: Merge "Switch over to getting 12-/24-hour time formats from CLDR via icu4c."
...
* commit 'cbfece8237cb9cf62547e75ab9572ccbf682369a':
Switch over to getting 12-/24-hour time formats from CLDR via icu4c.
2013-01-14 19:23:48 -08:00
Jeff Brown
31ea5707fa
am 9afb2e1a: Optimize focused input event dispatch in view root. DO NOT MERGE
...
* commit '9afb2e1a95b92d5dfb0612bbb606a09aa528ee5d':
Optimize focused input event dispatch in view root. DO NOT MERGE
2013-01-14 17:26:22 -08:00
Elliott Hughes
cbfece8237
Merge "Switch over to getting 12-/24-hour time formats from CLDR via icu4c."
2013-01-14 17:01:52 -08:00
Jeff Brown
9afb2e1a95
Optimize focused input event dispatch in view root. DO NOT MERGE
...
The efficiency of key, trackball and generic motion event
dispatch is greatly influenced by the IME dispatch cycle.
This change simplifies the dispatch of focused input events
and avoids causing event processing to be requeued on the
handler and delayed unnecessarily.
Bug: 7984576
Change-Id: Id82624a3f32c05efe6ee5c322bd55bf2ab21525d
2013-01-14 15:55:35 -08:00
Elliott Hughes
4caba61ea0
Switch over to getting 12-/24-hour time formats from CLDR via icu4c.
...
I removed the duplication in DateTimeView rather than fix that copy
of the code.
Bug: 7924970
Change-Id: I60c205d06ad3b50fd2f5d5fc432e4eb186f9c0e7
2013-01-14 15:48:27 -08:00
Jeff Brown
b2e6538c59
am 22a94cb0: Merge "Optimize focused input event dispatch in view root."
...
* commit '22a94cb03ad39c5256608e4954fe4e85179d9ed6':
Optimize focused input event dispatch in view root.
2013-01-14 15:46:16 -08:00
Jeff Brown
22a94cb03a
Merge "Optimize focused input event dispatch in view root."
2013-01-14 15:44:08 -08:00
Jeff Brown
29c0ed2c13
Optimize focused input event dispatch in view root.
...
The efficiency of key, trackball and generic motion event
dispatch is greatly influenced by the IME dispatch cycle.
This change simplifies the dispatch of focused input events
and avoids causing event processing to be requeued on the
handler and delayed unnecessarily.
Bug: 7984576
Change-Id: Id82624a3f32c05efe6ee5c322bd55bf2ab21525d
2013-01-14 15:31:36 -08:00
Romain Guy
735738c4dd
Preliminary Support for region clipping
...
Region clipping, using Canvas.clipPath or Canvas.clipRegion, requires
a stencil buffer to be always present. In addition, extra wiring is
required in JNI and display lists.
This change only adds the necessary JNI/C++ APIs and some extra
plumbing to start the real work on properly supporting region
clipping.
A new debug define called DEBUG_CLIP_REGIONS can be used to draw
the current clip region. It is off by default, as is region
clipping.
The default implementation of clipPath() and clipRegion(), now
in native, mimics the previous Dalvik implementation to prevent
regressions.
Change-Id: I7903e7cfd7412b9b9b622566d4dbfce7bdcec00c
2013-01-14 14:27:54 -08:00
Yorke Lee
02f304f721
Allow supplying extras when assigning QuickContactsBadge
...
Add assignContactFromEmail(String, boolean, Bundle)
and assignContactFromPhone(String, boolean, Bundle)
that allow the caller to provide a bundle of extras to
pre-populate the ContactEditorFragment with if a contact
is not found with the requested email address or phone number.
Bug: 7038382
Change-Id: Ib77fa484e1c39cb60d7acc27efe3a3fcf3fee62f
2013-01-14 11:38:39 -08:00
Scott Kennedy
9ab866c23e
am 57b59e02: am aebeea4c: am 5d6d6aab: am 8e45679a: am 026f9191: am 08342698: Merge "docs: Fix a bunch of issues" into jb-mr1-dev
...
* commit '57b59e025bc10056daf42cd741b626843ff344f5':
docs: Fix a bunch of issues
2013-01-14 11:21:31 -08:00
Scott Kennedy
57b59e025b
am aebeea4c: am 5d6d6aab: am 8e45679a: am 026f9191: am 08342698: Merge "docs: Fix a bunch of issues" into jb-mr1-dev
...
* commit 'aebeea4cf39acae833b1b7f27a4c08d3b55dee37':
docs: Fix a bunch of issues
2013-01-14 11:19:13 -08:00
Scott Kennedy
aebeea4cf3
am 5d6d6aab: am 8e45679a: am 026f9191: am 08342698: Merge "docs: Fix a bunch of issues" into jb-mr1-dev
...
* commit '5d6d6aab255aa17fde979d954c839402837b4243':
docs: Fix a bunch of issues
2013-01-14 11:15:55 -08:00
Scott Kennedy
5d6d6aab25
am 8e45679a: am 026f9191: am 08342698: Merge "docs: Fix a bunch of issues" into jb-mr1-dev
...
* commit '8e45679adfe03271dd1cc627d6c4542649a0446a':
docs: Fix a bunch of issues
2013-01-14 11:13:25 -08:00
Scott Kennedy
026f91915f
am 08342698: Merge "docs: Fix a bunch of issues" into jb-mr1-dev
...
* commit '083426980dbe6607a0cfc8b4ec5944d5b414ecbe':
docs: Fix a bunch of issues
2013-01-14 11:09:27 -08:00
Dianne Hackborn
4ed67a4b75
am 0d31c74b: Merge "WorkSource can now track package names."
...
* commit '0d31c74b2eff3ce37133a2fe9fb57db7d4d84a91':
WorkSource can now track package names.
2013-01-14 10:41:14 -08:00
Dianne Hackborn
0d31c74b2e
Merge "WorkSource can now track package names."
2013-01-14 10:38:14 -08:00
Scott Kennedy
7ed189e457
docs: Fix a bunch of issues
...
External tracker 42609
External tracker 42607
External tracker 42604
External tracker 42600
External tracker 42574
External tracker 42450
External tracker 41050
External tracker 40995
External tracker 40970
External tracker 40935
External tracker 40507
External tracker 40481
External tracker 40435
External tracker 40406
External tracker 40297
External tracker 40281
External tracker 39978
External tracker 39929
External tracker 39803
External tracker 39715
External tracker 39441
Change-Id: If4215cef850ba8e4e8df356a68192566806e7914
2013-01-11 23:44:11 -08:00
Irfan Sheriff
5064aaea10
am 369da18f: Merge "Handle missing static for CREATOR"
...
* commit '369da18ffb8686f66bcbe081419bd4b1aa31442c':
Handle missing static for CREATOR
2013-01-11 18:31:04 -08:00
Irfan Sheriff
369da18ffb
Merge "Handle missing static for CREATOR"
2013-01-11 18:28:12 -08:00
Dianne Hackborn
002a54e229
WorkSource can now track package names.
...
Use this to track the package name of applications
accessing GPS.
And now the app ops service can enforce that callers
must provide valid package names.
Change-Id: I842a0abe236ea85f77926d708547f0f95c24bd49
2013-01-11 17:37:04 -08:00
Christopher Tate
b7b994a66e
am 91912983: Merge "Migrate BUGREPORT_IN_POWER_MENU from Secure to Global settings"
...
* commit '919129832daa12f44295bb2751dcc1ef08203413':
Migrate BUGREPORT_IN_POWER_MENU from Secure to Global settings
2013-01-11 15:51:39 -08:00
Christopher Tate
919129832d
Merge "Migrate BUGREPORT_IN_POWER_MENU from Secure to Global settings"
2013-01-11 15:48:01 -08:00
Robert Greenwalt
66900f1d17
am a268ba51: Merge "Up our DNS server support from 2 > 4"
...
* commit 'a268ba51f77527585363e48aec1be45b9ec97061':
Up our DNS server support from 2 > 4
2013-01-11 15:41:28 -08:00
Christopher Tate
58f41ecfa5
Migrate BUGREPORT_IN_POWER_MENU from Secure to Global settings
...
Bug 7273591
Change-Id: I5790f9d18ddf22282144be1c2d96dd4d706caa14
2013-01-11 15:40:36 -08:00
Robert Greenwalt
a268ba51f7
Merge "Up our DNS server support from 2 > 4"
2013-01-11 15:38:03 -08:00
Fabrice Di Meglio
c6a207c67b
am 9003007d: Merge "Fix Volume icons for RTL languages"
...
* commit '9003007d35c6ae1cdeac4ca831a036292b7089e9':
Fix Volume icons for RTL languages
2013-01-11 11:16:49 -08:00
Fabrice Di Meglio
9003007d35
Merge "Fix Volume icons for RTL languages"
2013-01-11 11:10:00 -08:00
Jeff Sharkey
d37f3c2540
am ab82e35a: Merge "Examine widget hierarchy to find clocks."
...
* commit 'ab82e35a59fc8ebb771c4e69343d1041542a4b83':
Examine widget hierarchy to find clocks.
2013-01-11 11:00:04 -08:00
Jeff Sharkey
ab82e35a59
Merge "Examine widget hierarchy to find clocks."
2013-01-11 10:56:40 -08:00
Jeff Sharkey
06c5f8a768
Examine widget hierarchy to find clocks.
...
When switching to a widget, examine its hierarchy to determine if it
contains TextClocks that show hour and minute for the local timezone.
If so, hide the status bar clock. Doesn't fix closing walls.
Bug: 7667638
Change-Id: I1e2c40345c9e5eb0193efd70838c7ca9f779190b
2013-01-11 10:49:19 -08:00
Irfan Sheriff
97a72f6693
Handle missing static for CREATOR
...
I made a mistake of missing out on static for CREATOR on a Parcelable
and it threw a NPE which was not obvious. We do not get NoSuchFieldException
when CREATOR exists but is not static.
Change-Id: Ib06f60797c00722075255d45e8189f8cebef9ae2
2013-01-11 10:45:51 -08:00
Jonathan Dixon
f6a8bdb1ac
am c19b5497: Merge "Remove checkThread() in WebView.getFactory()"
...
* commit 'c19b54975214a12225a1669ae18b0005a1357189':
Remove checkThread() in WebView.getFactory()
2013-01-11 10:35:31 -08:00
Jonathan Dixon
c19b549752
Merge "Remove checkThread() in WebView.getFactory()"
2013-01-11 10:25:37 -08:00
Jonathan Dixon
a811c2f65c
Remove checkThread() in WebView.getFactory()
...
Bug: 7617139
WebViewFactoryProvider.getProvider() is thread safe, and when
called from findAddress() this is giving a spurious strict mode
warning.
Also removing obsolete comment while here.
Change-Id: I0b36bc23c13c9c9bec26edaf32ee83ade88982c8
2013-01-11 10:23:01 -08:00
Robert Greenwalt
3c97f944eb
Up our DNS server support from 2 > 4
...
bug:5958524
Change-Id: I81a9d9293049bcfc16c15ee856887aa7ed076638
2013-01-11 09:47:46 -08:00
Adam Cohen
45fd36ebd4
am 90a318aa: Merge "Updating new widget api to account for view type count"
...
* commit '90a318aadc68e4cd650064af1cca43664d46eeee':
Updating new widget api to account for view type count
2013-01-10 19:27:22 -08:00
Adam Cohen
90a318aadc
Merge "Updating new widget api to account for view type count"
2013-01-10 19:24:11 -08:00
Adam Cohen
b00d9f0e07
Updating new widget api to account for view type count
...
Change-Id: Iab3a905aaec0b42ef31cd23e0711f6f7bf299486
2013-01-10 19:23:39 -08:00
Romain Guy
7962964a68
am fff06e97: Merge "Add a new type of profiling graph: lines"
...
* commit 'fff06e97e3e4e22271ec41ac0c44036aad3141fe':
Add a new type of profiling graph: lines
2013-01-10 18:45:03 -08:00