Makoto Onuki
538b343bf9
am 8316e51c: am ccdf0afb: Merge "Update streamitems javadoc" into jb-dev
...
* commit '8316e51c450adb3adf3eec59b257ab88549e717f':
Update streamitems javadoc
2012-04-26 15:51:45 -07:00
Makoto Onuki
ccdf0afbd7
Merge "Update streamitems javadoc" into jb-dev
2012-04-26 15:47:35 -07:00
Makoto Onuki
46891a8f1c
Update streamitems javadoc
...
ACCOUNT_TYPE and ACCOUNT_NAME query parameters were required in API level 15.
We've removed the check for JB, but in order to keep compatibility with HC
apps still need to add those parameters.
Bug 5135278
Change-Id: Ib9b9751c9017c53905047045816a44c5a279fa64
2012-04-26 15:41:48 -07:00
Adam Cohen
8e6dc585b4
am db4a8fc6: am 2938ac3f: Merge "Enabling RemoteViews to have a landscape and portrait layout" into jb-dev
...
* commit 'db4a8fc619be68c743b903ec9aeeb4fb7890d340':
Enabling RemoteViews to have a landscape and portrait layout
2012-04-26 15:39:38 -07:00
Amith Yamasani
8bfdd756b4
am a5dd37cd: am 7a4be122: Merge "Add some missing getters for XML/Java API consistency." into jb-dev
...
* commit 'a5dd37cdb63e59849320614fef1b95593576bd83':
Add some missing getters for XML/Java API consistency.
2012-04-26 15:36:48 -07:00
Adam Cohen
2938ac3f9f
Merge "Enabling RemoteViews to have a landscape and portrait layout" into jb-dev
2012-04-26 15:35:13 -07:00
Dianne Hackborn
a1f86425af
am 6fa78731: am 8e6159b8: Merge "Add traces for window manager and activity manager." into jb-dev
...
* commit '6fa787319314b59b058dc46d1c97e95f04914258':
Add traces for window manager and activity manager.
2012-04-26 15:30:44 -07:00
Amith Yamasani
7a4be122cd
Merge "Add some missing getters for XML/Java API consistency." into jb-dev
2012-04-26 15:28:52 -07:00
Dianne Hackborn
8e6159b821
Merge "Add traces for window manager and activity manager." into jb-dev
2012-04-26 15:24:18 -07:00
Dianne Hackborn
79d59491e2
am 530330c2: am a6517ae3: Merge "Update process importance documentation." into jb-dev
...
* commit '530330c264867594f3293c6b310e8975ff45c9fa':
Update process importance documentation.
2012-04-26 14:24:34 -07:00
Dianne Hackborn
a6517ae300
Merge "Update process importance documentation." into jb-dev
2012-04-26 14:19:12 -07:00
Dianne Hackborn
1ded0b1f6a
Add traces for window manager and activity manager.
...
Change-Id: I525d762db328e4c597da27b6b56d9a808e199756
2012-04-26 14:14:50 -07:00
Gilles Debunne
37e845b055
am c661516e: am 64ac862f: Merge "Basic renaming refactoring in Layout" into jb-dev
...
* commit 'c661516efdef589b1eff5b80a7a54d614f1dabb0':
Basic renaming refactoring in Layout
2012-04-26 13:04:07 -07:00
John Reck
866ebb15f2
am 7f6a6c78: am a75fbc3c: Merge "On new content, attach functor directly" into jb-dev
...
* commit '7f6a6c787d108b8c1d5686ee0031352e91c9370d':
On new content, attach functor directly
2012-04-26 13:04:02 -07:00
Adam Powell
ccae3151f3
am 0e7cfa94: am 9004053c: Merge "Fix janky programmatic ListView scrolling" into jb-dev
...
* commit '0e7cfa941577e5feccb87a9584f5038f8fbcfdf3':
Fix janky programmatic ListView scrolling
2012-04-26 13:03:42 -07:00
Steve Block
856d8ac200
am 85061b31: am ff35000c: Merge "Fix JavaDoc style for several WebView classes" into jb-dev
...
* commit '85061b315f895a0a13657aaefd2d8562658bcc05':
Fix JavaDoc style for several WebView classes
2012-04-26 13:03:40 -07:00
Michael Kolb
38c846c1be
am d5515509: am 77974166: Merge "Fix NPE in isPrivateBrowsingEnabled()" into jb-dev
...
* commit 'd5515509ef0404c49570d95e37739f6c787cd3da':
Fix NPE in isPrivateBrowsingEnabled()
2012-04-26 13:03:36 -07:00
Makoto Onuki
31cef9cbc4
am 2d94830e: am f307268c: Merge "Clearify javadoc on Phone.NORMALIZED_NUMBER." into jb-dev
...
* commit '2d94830e8ae9a0e37c1e9e1f06f6a7ed33c0ba68':
Clearify javadoc on Phone.NORMALIZED_NUMBER.
2012-04-26 13:03:33 -07:00
Gilles Debunne
64ac862f7b
Merge "Basic renaming refactoring in Layout" into jb-dev
2012-04-26 12:51:59 -07:00
John Reck
a75fbc3c76
Merge "On new content, attach functor directly" into jb-dev
2012-04-26 12:27:56 -07:00
Teng-Hui Zhu
85973212e9
Merge "DO NOT MERGE:The visiblerect calculation should take view's scaling into consideration" into jb-dev
2012-04-26 11:28:17 -07:00
Adam Powell
9004053c59
Merge "Fix janky programmatic ListView scrolling" into jb-dev
2012-04-26 11:14:02 -07:00
Adam Cohen
5d20064651
Enabling RemoteViews to have a landscape and portrait layout
...
-> Implmented BitmapCache to ensure no bitmap data is duplicated
within a RemoteViews hierarchy.
Change-Id: I68f0f5e2882ee2a2a9a110c1642b93c4c7518743
2012-04-26 11:11:17 -07:00
Adam Powell
0b8acd81d5
Fix janky programmatic ListView scrolling
...
Adjust AbsListView to use a linear interpolator for smooth scrolling
rather than the default scroller behavior. This prevents irregular
motion as the scroll is altered in-flight to account for varying
height list items.
Bug 6397800
Change-Id: I8cc33dfc18903943369e1353930c48e2652b0142
2012-04-26 11:10:27 -07:00
Steve Block
ff35000ce1
Merge "Fix JavaDoc style for several WebView classes" into jb-dev
2012-04-26 11:02:32 -07:00
Dianne Hackborn
c5bf758442
Update process importance documentation.
...
Also be more direct about some of the wallpaper APIs.
Change-Id: I2112898c0cd4415d6c5fd47923de682d59b8291f
2012-04-26 10:58:37 -07:00
Michael Kolb
77974166db
Merge "Fix NPE in isPrivateBrowsingEnabled()" into jb-dev
2012-04-26 10:54:58 -07:00
Michael Kolb
13d7c03eb8
Fix NPE in isPrivateBrowsingEnabled()
...
Bug: 6393286
Change-Id: I1fd9c57b7bd68a9c495cbb0df45a406f83b22b5f
2012-04-26 10:43:08 -07:00
Makoto Onuki
f307268cd5
Merge "Clearify javadoc on Phone.NORMALIZED_NUMBER." into jb-dev
2012-04-26 10:15:42 -07:00
satok
21777f1a77
am 56502ac8: am 9b593a67: Merge "Fix the boundary of the sentence level spell check" into jb-dev
...
* commit '56502ac80887c7e28dc7d692c6c17759a0479842':
Fix the boundary of the sentence level spell check
2012-04-26 08:17:11 -07:00
Steve Block
4e584df4ce
Fix JavaDoc style for several WebView classes
...
This fixes the JavaDoc style for the following classes ...
- CacheManager.java
- CookieManager.java
- GeolocationPermissions.java
- WebResourceResponse.java
- WebSettings.java
- WebStorage.java
- WebView.java
In particular, this applies the guidelines at
https://wiki.corp.google.com/twiki/bin/view/Main/APIDocumentation
This should help to ensure that future JavaDoc comments use correct style,
rather than using incorrect style for consistency.
Note that this change does not attempt to improve the content of the JavaDoc
comments. This will be done in later changes.
Bug: 5461416
Change-Id: I79e9b15a8cf3597195d58e154a7eb1bcc462944c
2012-04-26 13:59:52 +01:00
satok
24d146b966
Fix the boundary of the sentence level spell check
...
Bug: 6400290
Change-Id: Ifb3b2f4034a1717369c63206611e5b6c441fded5
2012-04-26 21:41:49 +09:00
Jeff Brown
ae045e0e09
am 3bba8629: Merge "Add yet more keyboard layouts." into jb-dev
...
* commit '3bba862960f150cbc44d12de7d0a14f437b964f4':
Add yet more keyboard layouts.
2012-04-25 21:38:54 -07:00
Amith Yamasani
eca59d39c3
Add some missing getters for XML/Java API consistency.
...
Bug: 6103517
Change-Id: I46dca62d4d6465a4d0b0d2eafd9013ab4a90fb3c
2012-04-25 18:57:18 -07:00
Gilles Debunne
eca5b7385a
Basic renaming refactoring in Layout
...
Change-Id: I79f5444a097f1e2b2a81ececf1f0a14b6d7d5179
2012-04-25 18:48:42 -07:00
Jeff Brown
3bba862960
Merge "Add yet more keyboard layouts." into jb-dev
2012-04-25 18:21:01 -07:00
Jeff Brown
69b2be163d
Add yet more keyboard layouts.
...
Bug: 6110399
Change-Id: I8e2ce1cd350dddb006df51286e127dce65a8117f
2012-04-25 18:17:21 -07:00
Dianne Hackborn
2c227f4d2f
Merge "DO NOT MERGE. Do not dispatch context selection events to non-visible fragments." into jb-dev
2012-04-25 17:28:21 -07:00
Kenny Root
b01bbf9501
am 1fa1de52: Merge "Allow forward locked apps to be in ASECs" into jb-dev
...
* commit '1fa1de527e541c88fb3809279b67b0dc29419bac':
Allow forward locked apps to be in ASECs
2012-04-25 15:45:38 -07:00
Chris Craik
c2c9543c13
On new content, attach functor directly
...
bug:6323847
depends on external/webkit change: https://android-git.corp.google.com/g/#/c/184314/
Change-Id: Ibdf997f3ee4f5c5c1ea5a320556813f175fea93f
2012-04-25 15:42:59 -07:00
Jake Wharton
c0581aff1d
DO NOT MERGE. Do not dispatch context selection events to non-visible fragments.
...
When used in a `ViewPager`, fragments that are present on the adjacent,
cached pages will receive context selection dispatches which, depending
on your fragment contents, can be difficult to determine whether or not
the event truly originated from your view.
By using the visible hint we restrict dispatching to only those fragments
which are marked as being visible. Since the fragment pager adapter
updates this setting properly most implementations will be afforded this
fix without any change required. If the user is implementing their own
adapter they likely already understand the implications of these cached
fragments and the reponsibility for updating the boolean falls to them.
Mirrors support library change Ie6a72c1c82c2784774373670007b6f5948fe16da
Integrated from AOSP.
Change-Id: I19bbbe4c8d910fb38c14d6ae5d462eb7dd44fd26
2012-04-25 15:41:16 -07:00
Kenny Root
1fa1de527e
Merge "Allow forward locked apps to be in ASECs" into jb-dev
2012-04-25 15:40:52 -07:00
Michael Jurka
aa973279a1
am 34688bbf: Merge "Make Advanceable a public API." into jb-dev
...
* commit '34688bbf83f5e375a54f740b3476a97be86b6c99':
Make Advanceable a public API.
2012-04-25 15:20:27 -07:00
Kenny Root
6dceb88f1c
Allow forward locked apps to be in ASECs
...
We couldn't put forward-locked apps in ASEC containers before since we
didn't have any permissioned filesystems. This adds the ability for
forward-locked applications to be in ASEC containers.
This means that forward locked applications will be able to be on the SD
card now.
This change also removes the old type of forward-locking that placed
parts of apps in /data/app-private. Now all forward-locked applications
will be in ASEC containers.
Change-Id: I17ae0b0d65a4a965ef33c0ac2c47e990e55707ad
2012-04-25 14:17:02 -07:00
Michael Jurka
ba0ee8fce6
Make Advanceable a public API.
2012-04-25 14:02:21 -07:00
Makoto Onuki
e5420e9c98
Clearify javadoc on Phone.NORMALIZED_NUMBER.
...
This column can be null even if NUMBER isn't.
Change-Id: I74698c7caca87b92aee469b8d343c4d20a78f4fd
2012-04-25 13:24:41 -07:00
Teng-Hui Zhu
9d28157866
DO NOT MERGE:The visiblerect calculation should take view's scaling into consideration
...
bug:5684832
Change-Id: I9d29b1f32b19ad73aeae6a5c0873ec04722ff1ac
cherry-pick from master:
https://android-git.corp.google.com/g/#/c/183798/
2012-04-25 13:02:21 -07:00
Teng-Hui Zhu
d6c131dc47
Merge "The visiblerect calculation should take view's scaling into consideration"
2012-04-25 09:59:57 -07:00
Philip Milne
8f94ec1565
Merge "Fix for layout debug mode."
2012-04-24 19:42:25 -07:00
Philip Milne
604f440dfd
Fix for layout debug mode.
...
Change-Id: I0d02aa4cf7e18c2bbb01a3296e573f2f9de60bf1
2012-04-24 19:32:31 -07:00