Adam Powell
bb74d8b9f6
am 783fe429: am e305e5f6: Merge "show SELECT ALL icon with text in landscape mode"
...
# By Sungmin Choi
# Via Android Git Automerger (1) and others
* commit '783fe4295372cee8d024388221414c253802c995':
show SELECT ALL icon with text in landscape mode
2013-01-28 11:41:03 -08:00
Adam Powell
783fe42953
am e305e5f6: Merge "show SELECT ALL icon with text in landscape mode"
...
# By Sungmin Choi
# Via Gerrit Code Review (1) and Sungmin Choi (1)
* commit 'e305e5f68df8338cb3c4bdcf099d23ec9abce564':
show SELECT ALL icon with text in landscape mode
2013-01-28 11:37:41 -08:00
Adam Powell
e305e5f68d
Merge "show SELECT ALL icon with text in landscape mode"
2013-01-28 18:44:10 +00:00
Kenny Root
a647281109
am 2e99d3c9: am ebb61ca2: Merge "Track libcore changes for OpenSSLKey"
...
# Via Android Git Automerger (1) and others
* commit '2e99d3c9646861ca92faf6708c18e36c7530fd93':
Track libcore changes for OpenSSLKey
2013-01-25 16:41:33 -08:00
Kenny Root
2e99d3c964
am ebb61ca2: Merge "Track libcore changes for OpenSSLKey"
...
# Via Gerrit Code Review (1) and Kenny Root (1)
* commit 'ebb61ca2ed20472d684ab1490b61482392121051':
Track libcore changes for OpenSSLKey
2013-01-25 16:39:33 -08:00
Kenny Root
ebb61ca2ed
Merge "Track libcore changes for OpenSSLKey"
2013-01-26 00:26:01 +00:00
Kenny Root
4dca394617
am df1498dc: am bf043b50: Merge "Add TLS Channel ID support to SSLCertificateSocketFactory."
...
# By Alex Klyubin
# Via Alex Klyubin (1) and others
* commit 'df1498dcbac86018b719cda8bf2e9ff3a6dedec8':
Add TLS Channel ID support to SSLCertificateSocketFactory.
2013-01-25 14:32:04 -08:00
Kenny Root
df1498dcba
am bf043b50: Merge "Add TLS Channel ID support to SSLCertificateSocketFactory."
...
# By Alex Klyubin
# Via Alex Klyubin (1) and Gerrit Code Review (1)
* commit 'bf043b505c945403752227d89b74bacd7fbcd608':
Add TLS Channel ID support to SSLCertificateSocketFactory.
2013-01-25 14:25:36 -08:00
Kenny Root
bf043b505c
Merge "Add TLS Channel ID support to SSLCertificateSocketFactory."
2013-01-25 22:08:52 +00:00
Sungmin Choi
f036920669
show SELECT ALL icon with text in landscape mode
...
Though set config_allowActionMenuItemTextWithIcon as true,
icon for the "SELECT ALL" menu on ActionBar is not shown as staring
in landscape mode.
To fix it, use "SELECT ALL" icon in onCreateActionMode() to show the
icon and text together.
To show or hide text is decided by updateTextButtonVisibility() of
core/java/com/android/internal/view/menu/ActionMenuItemView.java
STEPS TO REPRODUCE: (please be specific)
1. launch Browser/Chrome and go to google.com
2. rotate to landscape mode
3. long press on URL address
Bug: 8073761
Change-Id: Ie0e0aa45f0dff609ed8c03e4423b163bad5452ed
2013-01-25 22:06:55 +09:00
Adam Powell
a41f9cfbbd
am 53d49f17: am 17f05497: am c2469500: Merge "Touch action bar title text: you will go to space today!" into jb-mr1.1-dev
...
# Via Android Git Automerger (2) and others
* commit '53d49f1702df41a4ca342a1df6e720b16e094797':
Touch action bar title text: you will go to space today!
2013-01-23 15:48:52 -08:00
Adam Powell
53d49f1702
am 17f05497: am c2469500: Merge "Touch action bar title text: you will go to space today!" into jb-mr1.1-dev
...
# Via Adam Powell (1) and others
* commit '17f05497be90004c0263c6de173af8c19ece07b0':
Touch action bar title text: you will go to space today!
2013-01-23 15:46:20 -08:00
Adam Powell
27cba38952
Touch action bar title text: you will go to space today!
...
Title/subtitle text in an action bar is now a full alias for home/up.
Add some prototype ActionBar functionality around titles for future
API consideration.
Bug 7966136
Change-Id: I14377121dcb976d0a5f1e1862f35c3d267eb5458
2013-01-23 15:14:31 -08:00
Kenny Root
cc1fc6b6ad
Track libcore changes for OpenSSLKey
...
Change-Id: I39f60c34daa9ccc633efb02988ea238a84e6bbf1
2013-01-22 15:22:56 -08:00
John Reck
58fb00025d
am ecd3c76f: am 6458d9b1: Merge "Fix for truncated sentence in "Find on Page" field"
...
* commit 'ecd3c76f6275d0ffb0b36100936cf284ab00bee2':
Fix for truncated sentence in "Find on Page" field
2013-01-22 13:57:51 -08:00
John Reck
ecd3c76f62
am 6458d9b1: Merge "Fix for truncated sentence in "Find on Page" field"
...
* commit '6458d9b1b283590b5ced3c8982c4ea2e2a39cf2e':
Fix for truncated sentence in "Find on Page" field
2013-01-22 13:54:50 -08:00
John Reck
6458d9b1b2
Merge "Fix for truncated sentence in "Find on Page" field"
2013-01-22 21:12:49 +00:00
Dake Gu
85a06152ce
am fe88f1be: Merge "Fix bug of SimulatedTrackball" into jb-mr1-aah-dev
...
* commit 'fe88f1be3d197987a874f6c29fefdeb11db183f6':
Fix bug of SimulatedTrackball
2013-01-18 13:26:02 -08:00
Alex Klyubin
4ef6c9b6a1
Add TLS Channel ID support to SSLCertificateSocketFactory.
...
This adds a new method setChannelIdPrivateKey as a hidden API.
See http://tools.ietf.org/html/draft-balfanz-tls-channelid-00 for
more information about the TLS Channel ID extension.
Change-Id: I73c1905afdce01d4831de7faa55ea4496575b5a5
2013-01-18 12:50:39 -08:00
Dake Gu
f8739b992f
Fix bug of SimulatedTrackball
...
Simulated trackball should not generate KeyEvent if dispatchGenericMotionEvent
returns true
b/8022205
Change-Id: I1857e25407c508c98ef4db85fe146b1e25a0803e
2013-01-17 18:15:44 -08:00
Elliott Hughes
8c27d0b309
am 686fad5e: am b1e16f11: Merge "Track a typo fix in hidden libcore API."
...
* commit '686fad5e2367fe08afe6e219d460be994127fb5e':
Track a typo fix in hidden libcore API.
2013-01-17 10:32:00 -08:00
Elliott Hughes
686fad5e23
am b1e16f11: Merge "Track a typo fix in hidden libcore API."
...
* commit 'b1e16f11ffd3a391be1a44a352c122b6dad1e8a5':
Track a typo fix in hidden libcore API.
2013-01-17 10:28:43 -08:00
Elliott Hughes
26df61683a
Track a typo fix in hidden libcore API.
...
Change-Id: I6fa3c2ef7f4d73bbf6557560e46c7c11bff74a32
2013-01-17 09:24:47 -08:00
Stefan Wysocki
1c15b8d896
Fix for truncated sentence in "Find on Page" field
...
When typing a text in find on page, then deleting it again the
default text in the field "Find on Page" is truncated by
an invisible view.
This commit fixes the problem by setting the visibility of
mMatches view changes to View.GONE instead of View.INVISIBLE.
Change-Id: I9889f22a254cdabb0cbaba72bff4b14158e5c9ff
2013-01-15 14:02:53 +01: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
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
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
Dianne Hackborn
9e6575bc52
am 854458f4: am 0287ca3c: am e62fa825: Merge from master: fix issue #7966357 : Super lights out mode vs. volume dialog
...
* commit '854458f4d52937f9a1385559d759bd8019eb3294':
Merge from master: fix issue #7966357 : Super lights out mode vs. volume dialog
2013-01-09 19:01:26 -08:00
Dianne Hackborn
854458f4d5
am 0287ca3c: am e62fa825: Merge from master: fix issue #7966357 : Super lights out mode vs. volume dialog
...
* commit '0287ca3ca36ad98004ddabfa189105e6324a820e':
Merge from master: fix issue #7966357 : Super lights out mode vs. volume dialog
2013-01-09 19:00:06 -08:00
Dianne Hackborn
e62fa82579
Merge from master: fix issue #7966357 : Super lights out mode vs. volume dialog
...
The volume panel now forces us out of the UI modes while it
is up.
Change-Id: If39fa33b1c52579bf5d376ce4722408cee3ca951
2013-01-09 18:51:51 -08:00
Adam Powell
79cc4a2ab0
am d1779207: am 0bf63a9a: am d29f2d26: Merge "Make action bar title a valid touch target for up when relevant" into jb-mr1.1-dev
...
* commit 'd17792073fd3ab963bd5e0a7edcb312720fcea26':
Make action bar title a valid touch target for up when relevant
2013-01-09 11:28:27 -08:00
Adam Powell
d17792073f
am 0bf63a9a: am d29f2d26: Merge "Make action bar title a valid touch target for up when relevant" into jb-mr1.1-dev
...
* commit '0bf63a9a76ba513b5f6c603857bcd4d3e4506566':
Make action bar title a valid touch target for up when relevant
2013-01-09 11:26:07 -08:00
Adam Powell
d29f2d263a
Merge "Make action bar title a valid touch target for up when relevant" into jb-mr1.1-dev
2013-01-09 11:19:22 -08:00
Scott Main
b484f8e1a4
am 782b0f71: am 4459827f: am 25505f95: am cdf5106a: docs: a few doc bugs
...
* commit '782b0f7141972e0535f1e905d650073f4e7f55dd':
docs: a few doc bugs
2013-01-08 20:21:17 -08:00
Scott Main
782b0f7141
am 4459827f: am 25505f95: am cdf5106a: docs: a few doc bugs
...
* commit '4459827f7db379031e658b2153aac1f7c882adc6':
docs: a few doc bugs
2013-01-08 20:18:35 -08:00
Scott Main
25505f959c
am cdf5106a: docs: a few doc bugs
...
* commit 'cdf5106aafb77d17584d5401b207cbcc7a20f5f3':
docs: a few doc bugs
2013-01-08 20:13:40 -08:00
Scott Main
cdf5106aaf
docs: a few doc bugs
...
Change-Id: I20d2ff2f3abfe674ca20f713c7213ee031c9bb1d
2013-01-08 20:07:31 -08:00
Adam Powell
4dca8636f8
Make action bar title a valid touch target for up when relevant
...
arubin bug 7966136
Change-Id: Iea5b85852cc1664f1390a6f8b6179d63b50857e4
2013-01-08 19:26:21 -08:00
Scott Main
8a05d13ef6
am 5b56d432: am 9107fa5d: am 66adf0d0: am 70af3cdb: Merge "docs: resolve bugs from external tracker" into jb-mr1-dev
...
* commit '5b56d43237d959403bb8a32de25376deee2dab22':
docs: resolve bugs from external tracker
2013-01-08 12:52:38 -08:00
Scott Main
5b56d43237
am 9107fa5d: am 66adf0d0: am 70af3cdb: Merge "docs: resolve bugs from external tracker" into jb-mr1-dev
...
* commit '9107fa5d7ca1b928e10ffc9395b2f2eb38db7a14':
docs: resolve bugs from external tracker
2013-01-08 12:45:36 -08:00
Scott Main
66adf0d04d
am 70af3cdb: Merge "docs: resolve bugs from external tracker" into jb-mr1-dev
...
* commit '70af3cdb90bafc081ffa693a350b95ced48b6cfd':
docs: resolve bugs from external tracker
2013-01-08 12:42:10 -08:00
Scott Main
6aad995042
docs: resolve bugs from external tracker
...
Change-Id: I680970ec63701197103f6c5ab55c25c736aa0519
2013-01-08 12:02:38 -08:00
Dake Gu
05d485044b
am af6dd103: Merge "fix ImageView.getImageMatrix()" into jb-mr1-aah-dev
...
* commit 'af6dd103bd2bb0783b9364c703c2623260496d5c':
fix ImageView.getImageMatrix()
2013-01-07 18:13:30 -08:00