Romain Guy
f9d5ee556a
am 5b972e73: Merge "Don\'t check whether dismiss() is called on the UI thread Bug #6436642 " into jb-dev
...
* commit '5b972e730f99ea4cf74f8ccf3e2c57289255c4f6':
Don't check whether dismiss() is called on the UI thread Bug #6436642
2012-05-04 17:28:51 -07:00
Romain Guy
5b972e730f
Merge "Don't check whether dismiss() is called on the UI thread Bug #6436642 " into jb-dev
2012-05-04 17:27:11 -07:00
Svetoslav Ganov
1c80179039
am 81c0f9df: am 35d79991: Merge "API REVIEW: android.widget.CalendarView" into jb-dev
...
* commit '81c0f9df0b45dd083db55afce52fdb001c21e8f4':
API REVIEW: android.widget.CalendarView
2012-05-04 17:25:32 -07:00
Svetoslav Ganov
81c0f9df0b
am 35d79991: Merge "API REVIEW: android.widget.CalendarView" into jb-dev
...
* commit '35d79991d5c97270f6c34d0da8879ea4c3984f80':
API REVIEW: android.widget.CalendarView
2012-05-04 17:22:20 -07:00
Svetoslav Ganov
35d79991d5
Merge "API REVIEW: android.widget.CalendarView" into jb-dev
2012-05-04 17:18:51 -07:00
Romain Guy
05e1c3a691
Don't check whether dismiss() is called on the UI thread
...
Bug #6436642
An app invoking dismiss() during a draw pass could cause crashes.
This change makes the code simpler too.
Change-Id: Iba89a8522e23d02f87697cfeec6cc713a1462669
2012-05-04 17:18:29 -07:00
Svetoslav Ganov
2b435aada3
API REVIEW: android.view.accessibility
...
1. Changed all references to granularity to movement
granularity. BTW, to be more precise it should be
text movement granularity.
bug:6435232
Change-Id: If6366b002ca3390f74918995b342baff2cbcfd01
2012-05-04 17:16:41 -07:00
Svetoslav Ganov
414efc3b5f
API REVIEW: android.widget.CalendarView
...
1. Making sure that the comment blocks for methods setting/getting
resource attributes include links to the related attribute
documentation.
bug:6442803
Change-Id: If8acedfedf02400eee3f61ca3029325c05a5fb86
2012-05-04 16:54:06 -07:00
Dianne Hackborn
8575723dcc
am 967b361c: am 6ad5b4f6: Merge "Fix issue #6426645 : API REVIEW: android.app.ActivityOptions" into jb-dev
...
* commit '967b361cd384761e7f6a2e0a29f1da8f74b6ec9b':
Fix issue #6426645 : API REVIEW: android.app.ActivityOptions
2012-05-04 16:36:36 -07:00
Svetoslav Ganov
1758ce900d
am 9878a04b: am 5fd72a2c: Merge "Finding focus for from rectangle now working." into jb-dev
...
* commit '9878a04b3cedf842de29110baa46fb040b5c7887':
Finding focus for from rectangle now working.
2012-05-04 16:36:25 -07:00
Adam Powell
235554e845
am da6f2b54: am 9c982340: Merge "Fix LinearLayout measureWithLargestChild for wrap_content views" into jb-dev
...
* commit 'da6f2b54caedee4c5e9af86d49e6c95aee054340':
Fix LinearLayout measureWithLargestChild for wrap_content views
2012-05-04 16:35:54 -07:00
Andy Stadler
66ff373f5f
am 1f1aed5e: am c4be1b7e: Merge "Add System Tracing capability to Sync Manager" into jb-dev
...
* commit '1f1aed5e76efd27c69e597fd3eab91fe822bd850':
Add System Tracing capability to Sync Manager
2012-05-04 16:35:48 -07:00
Gilles Debunne
e244868053
Final fix in SpannableStringBuilder.
...
Bug 6448052
The empty EXCLUSIVE removal condition was incorrect.
Also changed the unit test the didn't catch this problem.
Change-Id: I5576d830cdfa6cc3716c878fb698695a2978b296
2012-05-04 16:24:49 -07:00
Dianne Hackborn
967b361cd3
am 6ad5b4f6: Merge "Fix issue #6426645 : API REVIEW: android.app.ActivityOptions" into jb-dev
...
* commit '6ad5b4f637e64cb07a17079424cff66c867c7f27':
Fix issue #6426645 : API REVIEW: android.app.ActivityOptions
2012-05-04 16:12:37 -07:00
Dianne Hackborn
6ad5b4f637
Merge "Fix issue #6426645 : API REVIEW: android.app.ActivityOptions" into jb-dev
2012-05-04 16:10:16 -07:00
Svetoslav Ganov
9878a04b3c
am 5fd72a2c: Merge "Finding focus for from rectangle now working." into jb-dev
...
* commit '5fd72a2cceae9955af316f32e17a84515c317738':
Finding focus for from rectangle now working.
2012-05-04 15:52:45 -07:00
Svetoslav Ganov
5fd72a2cce
Merge "Finding focus for from rectangle now working." into jb-dev
2012-05-04 15:49:44 -07:00
John Reck
e666b10dff
Drain any pending touch events immediately if possible
...
Bug: 6317798
Change-Id: Id343801cf80817f587414224cc67c13d34efed04
2012-05-04 15:30:42 -07:00
Adam Powell
da6f2b54ca
am 9c982340: Merge "Fix LinearLayout measureWithLargestChild for wrap_content views" into jb-dev
...
* commit '9c98234095a6894621d1c71e1c9e523c70f0f067':
Fix LinearLayout measureWithLargestChild for wrap_content views
2012-05-04 15:03:36 -07:00
Adam Powell
9c98234095
Merge "Fix LinearLayout measureWithLargestChild for wrap_content views" into jb-dev
2012-05-04 15:01:14 -07:00
Selim Gurun
275fce8a2c
Use private key context when necessary
...
Bug: 6249185
Due to recent changes to keystore, we cannot rely on encoded key
format anymore. Rather we receive the key context (a pointer to
private key really) and pass it to native openssl. We also keep
the original logic however.
Change-Id: Iefe9f0336dd5f47eec4222fcb6fec58807e7cac0
2012-05-04 14:57:34 -07:00
Adam Powell
eabc919844
Fix LinearLayout measureWithLargestChild for wrap_content views
...
Bug 6442795
When the measureWithLargestChild setting is enabled, LL used to
measure the full container taking the largest child rule into account,
but the child views were not properly remeasured for AT_MOST
measurespecs. Correct this.
Fix measureWithLargestChild for height
Change-Id: Ieb91114bc2ae65f9104337bd6d16a7d9e559571d
2012-05-04 14:54:14 -07:00
Andy Stadler
1f1aed5e76
am c4be1b7e: Merge "Add System Tracing capability to Sync Manager" into jb-dev
...
* commit 'c4be1b7e963413c110d8a6ee9fdd4fd7443fb2e0':
Add System Tracing capability to Sync Manager
2012-05-04 14:49:00 -07:00
Amith Yamasani
3d3e7a5816
Javadoc improvements in SearchView per API review.
...
Bug: 6442174
Added attr refs to 2 methods.
Change-Id: I9b5f93e8e921a7260fdc25c8134e655f09a1ffb7
2012-05-04 14:47:25 -07:00
Andy Stadler
c4be1b7e96
Merge "Add System Tracing capability to Sync Manager" into jb-dev
2012-05-04 14:46:00 -07:00
Jim Miller
43dad01f5b
am 360ca12b: am 516c25b3: Merge "Fix 6414061: Add new ACTION_ASSIST intent." into jb-dev
...
* commit '360ca12bf2914c0832da58f9e7963026799bf676':
Fix 6414061: Add new ACTION_ASSIST intent.
2012-05-04 14:19:38 -07:00
Jim Miller
360ca12bf2
am 516c25b3: Merge "Fix 6414061: Add new ACTION_ASSIST intent." into jb-dev
...
* commit '516c25b38a03decc8f9cbd41f4d9baa4f52f438f':
Fix 6414061: Add new ACTION_ASSIST intent.
2012-05-04 14:16:16 -07:00
Jim Miller
516c25b38a
Merge "Fix 6414061: Add new ACTION_ASSIST intent." into jb-dev
2012-05-04 14:12:41 -07:00
John Reck
27cf66119c
am db2a68f3: am df35aa45: Merge "Verify attached before showing a dialog" into jb-dev
...
* commit 'db2a68f376ced65ed7338bf5fad1ba3e753d80ea':
Verify attached before showing a dialog
2012-05-04 14:09:44 -07:00
John Reck
db2a68f376
am df35aa45: Merge "Verify attached before showing a dialog" into jb-dev
...
* commit 'df35aa457ec275422b1695f6a3293aae35f99a22':
Verify attached before showing a dialog
2012-05-04 14:06:48 -07:00
John Reck
df35aa457e
Merge "Verify attached before showing a dialog" into jb-dev
2012-05-04 14:04:15 -07:00
Jim Miller
0799440ab3
Fix 6414061: Add new ACTION_ASSIST intent.
...
Change-Id: I3d334f67723ac89f6001267e0f06ad76190b929f
2012-05-04 13:52:14 -07:00
Chris Wren
3cb341539b
am 32c513b7: am 3c5f9243: The BigTextStyle should never render mContentText
...
* commit '32c513b72925c810ac82f96965f7e4d2ede3589a':
The BigTextStyle should never render mContentText
2012-05-04 13:41:54 -07:00
Chris Wren
32c513b729
am 3c5f9243: The BigTextStyle should never render mContentText
...
* commit '3c5f92432734e1e3b9bdc515628a4c09d7759cd4':
The BigTextStyle should never render mContentText
2012-05-04 13:39:13 -07:00
Chris Wren
3c5f924327
The BigTextStyle should never render mContentText
...
Change-Id: Ifcbb0868871741bd78c5ebf31408143aaf732b98
2012-05-04 13:32:18 -07:00
Fabrice Di Meglio
fc6ef88a3d
am 8396830d: Merge "Hide RTL related APIs - DO NOT MERGE" into jb-dev
...
* commit '8396830d8fedc08c0a9de36bcce3c8b65691729f':
Hide RTL related APIs - DO NOT MERGE
2012-05-04 13:21:59 -07:00
Fabrice Di Meglio
8396830d8f
Merge "Hide RTL related APIs - DO NOT MERGE" into jb-dev
2012-05-04 13:19:41 -07:00
Fabrice Di Meglio
66388dcb09
Hide RTL related APIs - DO NOT MERGE
...
- fix bug #6441155 API review: @hide RTL layout APIs
Change-Id: I13c5ea5f579cecffed9d517f06180ab0576cd26a
2012-05-04 13:15:12 -07:00
John Reck
d4717b8b6f
Verify attached before showing a dialog
...
Bug: 6372828
Change-Id: I7f3360ab8a0cdcaf20829e6e2c9181c7af73586e
2012-05-04 13:13:38 -07:00
Chris Wren
bd41275441
am cdea2a3e: am d213524d: Merge "Add an alternate title that can be used in the overflow of a InboxStyle. Always hide contentText for BigTextStyle and InboxStyle. Style cannot be used without specialization, it should be abstract." into jb-dev
...
* commit 'cdea2a3e654543ecdf27528d505787770c1b5feb':
Add an alternate title that can be used in the overflow of a InboxStyle. Always hide contentText for BigTextStyle and InboxStyle. Style cannot be used without specialization, it should be abstract.
2012-05-04 13:02:05 -07:00
Jeff Sharkey
c04edc4abf
am 74f64d78: am bb1492f7: Merge "Reduce persist threshold for lower warning/limit." into jb-dev
...
* commit '74f64d78e5536a3b47d68636bad438d94426e275':
Reduce persist threshold for lower warning/limit.
2012-05-04 12:59:14 -07:00
Jeff Sharkey
353f8c7d33
am 3ddb4f80: am c065a8af: Merge "Begin collecting xtables iface counters." into jb-dev
...
* commit '3ddb4f80e5cb47173b78430399076c4c3d1bb178':
Begin collecting xtables iface counters.
2012-05-04 12:59:11 -07:00
Chris Wren
cdea2a3e65
am d213524d: Merge "Add an alternate title that can be used in the overflow of a InboxStyle. Always hide contentText for BigTextStyle and InboxStyle. Style cannot be used without specialization, it should be abstract." into jb-dev
...
* commit 'd213524d8fad57462a87d5f9bc874e09effdef7d':
Add an alternate title that can be used in the overflow of a InboxStyle. Always hide contentText for BigTextStyle and InboxStyle. Style cannot be used without specialization, it should be abstract.
2012-05-04 12:58:00 -07:00
Chris Wren
d213524d8f
Merge "Add an alternate title that can be used in the overflow of a InboxStyle. Always hide contentText for BigTextStyle and InboxStyle. Style cannot be used without specialization, it should be abstract." into jb-dev
2012-05-04 12:55:55 -07:00
Jeff Sharkey
74f64d78e5
am bb1492f7: Merge "Reduce persist threshold for lower warning/limit." into jb-dev
...
* commit 'bb1492f7fae9fbcdfcb02b6f8475fd98a236c244':
Reduce persist threshold for lower warning/limit.
2012-05-04 12:54:49 -07:00
Jeff Sharkey
3ddb4f80e5
am c065a8af: Merge "Begin collecting xtables iface counters." into jb-dev
...
* commit 'c065a8af1561544f1557e3f5036e45a4be4a6d7e':
Begin collecting xtables iface counters.
2012-05-04 12:54:46 -07:00
Jeff Sharkey
bb1492f7fa
Merge "Reduce persist threshold for lower warning/limit." into jb-dev
2012-05-04 12:53:14 -07:00
Jeff Sharkey
c065a8af15
Merge "Begin collecting xtables iface counters." into jb-dev
2012-05-04 12:53:02 -07:00
Chris Wren
d6297dbfe9
Add an alternate title that can be used in the overflow of a InboxStyle.
...
Always hide contentText for BigTextStyle and InboxStyle.
Style cannot be used without specialization, it should be abstract.
Bug: 6428978
Bug: 6274137
Bug: 6317471
Change-Id: I21531a94494f891a058a477805b177e736b921cf
2012-05-04 12:45:38 -07:00
Dianne Hackborn
ddc52a80b5
Fix issue #6426645 : API REVIEW: android.app.ActivityOptions
...
Change-Id: If2f7b987e1825a8b0ebaf2c499924dfc1527274b
2012-05-04 12:04:40 -07:00