99044 Commits

Author SHA1 Message Date
Elliott Hughes
0152360d8b am a99a9f4f: am 9fa542a5: am 727adb8b: Merge "Manual fix for some Norwegian format strings."
* commit 'a99a9f4f80ceb47db0c7b3e9e32547cef4e3ee03':
  Manual fix for some Norwegian format strings.
2013-01-14 19:28:24 -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
a99a9f4f80 am 9fa542a5: am 727adb8b: Merge "Manual fix for some Norwegian format strings."
* commit '9fa542a5032d8adc3f502cef0c5c98d8f10abbc2':
  Manual fix for some Norwegian format strings.
2013-01-14 19:25:56 -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
9fa542a503 am 727adb8b: Merge "Manual fix for some Norwegian format strings."
* commit '727adb8b4795dd4eb708c03ecec69ff64fa8d552':
  Manual fix for some Norwegian format strings.
2013-01-14 19:23:51 -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
Elliott Hughes
727adb8b47 Merge "Manual fix for some Norwegian format strings." 2013-01-14 18:06:27 -08:00
Jeff Brown
536d8861ae am 9380abe6: (-s ours) am 31ea5707: (-s ours) am 9afb2e1a: Optimize focused input event dispatch in view root. DO NOT MERGE
* commit '9380abe619c056a72b626db071a37af463e6b794':
  Optimize focused input event dispatch in view root. DO NOT MERGE
2013-01-14 18:06:04 -08:00
Xia Wang
2a769de760 am 151aa458: am 2439c921: (-s ours) am cfa979b2: am b88564d2: am 12798957: am d1a18011: Merge "Fix image processing test to include all benchmark tests -- each test case can be excuted separately -- add a test case to run all benchmarks." into jb-mr1-dev
* commit '151aa4583c2839a6a797ccf30fe1339979b1c1b7':
  Fix image processing test to include all benchmark tests -- each test case can be excuted separately -- add a test case to run all benchmarks.
2013-01-14 18:06:00 -08:00
Jeff Brown
9380abe619 am 31ea5707: (-s ours) am 9afb2e1a: Optimize focused input event dispatch in view root. DO NOT MERGE
* commit '31ea5707fa4f258533a869d58ef6f9f50cd99c65':
  Optimize focused input event dispatch in view root. DO NOT MERGE
2013-01-14 18:02:12 -08:00
Xia Wang
151aa4583c am 2439c921: (-s ours) am cfa979b2: am b88564d2: am 12798957: am d1a18011: Merge "Fix image processing test to include all benchmark tests -- each test case can be excuted separately -- add a test case to run all benchmarks." into jb-mr1-dev
* commit '2439c921fb531299730a8bb9bb9ba3c463b40b32':
  Fix image processing test to include all benchmark tests -- each test case can be excuted separately -- add a test case to run all benchmarks.
2013-01-14 18:01:34 -08:00
Elliott Hughes
bfcd162cc2 Manual fix for some Norwegian format strings.
Fixing these properly (by removing these donottranslate-cldr.xml files
completely) is blocked on icu4c, so manually fix a few strings in the
meantime.

Bug: http://code.google.com/p/android/issues/detail?id=21859
Change-Id: If91ec70ad4c9e0944deee1cb55382e94ac1b7278
2013-01-14 17:48:30 -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
Sasha Levitskiy
ca6486e7f5 Removed Throttle Manager as obsolete
Change-Id: I63e8514f34c880d0badaab33a347f54a80c84da6
2013-01-14 16:59:33 -08:00
Baligh Uddin
e42fa5405b Import translations. DO NOT MERGE
Change-Id: I6faf730c052e33dfa25acca1becde422fd4c7095
Auto-generated-cl: translation import
2013-01-14 16:45:24 -08:00
Baligh Uddin
ac074da78b Import translations. DO NOT MERGE
Change-Id: I7ab149769c739f980106c70f21c285914331c301
Auto-generated-cl: translation import
2013-01-14 16:44:06 -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
Xia Wang
2439c921fb am cfa979b2: am b88564d2: am 12798957: am d1a18011: Merge "Fix image processing test to include all benchmark tests -- each test case can be excuted separately -- add a test case to run all benchmarks." into jb-mr1-dev
* commit 'cfa979b200a016dd24e851e0da0ce956aa932e2e':
  Fix image processing test to include all benchmark tests -- each test case can be excuted separately -- add a test case to run all benchmarks.
2013-01-14 15:14:43 -08:00
Xia Wang
cfa979b200 am b88564d2: am 12798957: am d1a18011: Merge "Fix image processing test to include all benchmark tests -- each test case can be excuted separately -- add a test case to run all benchmarks." into jb-mr1-dev
* commit 'b88564d21040f86a257c15a540b847417a2c2c88':
  Fix image processing test to include all benchmark tests -- each test case can be excuted separately -- add a test case to run all benchmarks.
2013-01-14 15:11:44 -08:00
Xia Wang
b88564d210 am 12798957: am d1a18011: Merge "Fix image processing test to include all benchmark tests -- each test case can be excuted separately -- add a test case to run all benchmarks." into jb-mr1-dev
* commit '127989572079738785aecece0e9af32c9918a15b':
  Fix image processing test to include all benchmark tests -- each test case can be excuted separately -- add a test case to run all benchmarks.
2013-01-14 15:03:52 -08:00
Xia Wang
1279895720 am d1a18011: Merge "Fix image processing test to include all benchmark tests -- each test case can be excuted separately -- add a test case to run all benchmarks." into jb-mr1-dev
* commit 'd1a18011a68b2cac907d080d9044d527fd4c5853':
  Fix image processing test to include all benchmark tests -- each test case can be excuted separately -- add a test case to run all benchmarks.
2013-01-14 15:00:38 -08:00
Xia Wang
d1a18011a6 Merge "Fix image processing test to include all benchmark tests -- each test case can be excuted separately -- add a test case to run all benchmarks." into jb-mr1-dev 2013-01-14 14:56:47 -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
Xia Wang
a178d672b7 Fix image processing test to include all benchmark tests
-- each test case can be excuted separately
-- add a test case to run all benchmarks.

DO NOT MERGE

Change-Id: I3c61dfe50267a6db11bc1895a4f37ed618a9103b
2013-01-14 11:19:16 -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
8e45679adf am 026f9191: am 08342698: Merge "docs: Fix a bunch of issues" into jb-mr1-dev
* commit '026f91915f2ad710b93284b9a604d3c39161b2ed':
  docs: Fix a bunch of issues
2013-01-14 11:11:26 -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
Christopher Tate
fc752a4d40 am f0b57e61: am af77f071: am c4802638: am c8074612: Merge "Fix the spelling of "retrieves""
* commit 'f0b57e615d61207728fb4a6b57944e3b51eb9678':
  Fix the spelling of "retrieves"
2013-01-14 11:08:03 -08:00
Scott Kennedy
083426980d Merge "docs: Fix a bunch of issues" into jb-mr1-dev 2013-01-14 11:05:53 -08:00
Christopher Tate
f0b57e615d am af77f071: am c4802638: am c8074612: Merge "Fix the spelling of "retrieves""
* commit 'af77f071ff40b7f9f905dd7dd597b1da72e89b5f':
  Fix the spelling of "retrieves"
2013-01-14 11:04:54 -08:00
Christopher Tate
af77f071ff am c4802638: am c8074612: Merge "Fix the spelling of "retrieves""
* commit 'c4802638d85b563df8218873504c9f9100f67e2c':
  Fix the spelling of "retrieves"
2013-01-14 11:02:33 -08:00
Christopher Tate
c4802638d8 am c8074612: Merge "Fix the spelling of "retrieves""
* commit 'c80746125ef5bcb44e6b2f459abd2dfdc67f4f61':
  Fix the spelling of "retrieves"
2013-01-14 10:59:57 -08:00
Christopher Tate
c80746125e Merge "Fix the spelling of "retrieves"" 2013-01-14 10:47:07 -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
Scott Main
182b8c4c2a am d8c75272: am db6d8320: am cab31f21: am ad288632: am 1357617c: am 07ee7d17: docs: Hide Arabic and Hebrew badges due to translation problems
* commit 'd8c7527297798a341f60a8a943162d9189972fd5':
  docs: Hide Arabic and Hebrew badges due to translation problems
2013-01-14 10:39:50 -08:00
Dianne Hackborn
0d31c74b2e Merge "WorkSource can now track package names." 2013-01-14 10:38:14 -08:00
Scott Main
d8c7527297 am db6d8320: am cab31f21: am ad288632: am 1357617c: am 07ee7d17: docs: Hide Arabic and Hebrew badges due to translation problems
* commit 'db6d8320f27ed67912726dec669567c3de490b39':
  docs: Hide Arabic and Hebrew badges due to translation problems
2013-01-14 10:37:19 -08:00
Fabrice Di Meglio
3ec9eee241 am 7a4ffa42: Merge "Fix bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi)"
* commit '7a4ffa420ca0fc81340df1c3c6a25b3e68ff99b8':
  Fix bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi)
2013-01-14 10:37:13 -08:00
Fabrice Di Meglio
7a4ffa420c Merge "Fix bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi)" 2013-01-14 10:33:56 -08:00
Scott Main
db6d8320f2 am cab31f21: am ad288632: am 1357617c: am 07ee7d17: docs: Hide Arabic and Hebrew badges due to translation problems
* commit 'cab31f210930b12778c841a96a2c024b2dbb08b4':
  docs: Hide Arabic and Hebrew badges due to translation problems
2013-01-14 10:32:02 -08:00
Scott Main
cab31f2109 am ad288632: am 1357617c: am 07ee7d17: docs: Hide Arabic and Hebrew badges due to translation problems
* commit 'ad2886325081a47ebb173468717d66a0486dcf9c':
  docs: Hide Arabic and Hebrew badges due to translation problems
2013-01-14 10:29:35 -08:00