Jason parks
02f9acbdb4
am da6f7dbf: am ca6777b2: Merge "Remove the APIs for the old encryption scheme." into honeycomb
...
* commit 'da6f7dbf9f8bf90c84147dbc57b885b3ece03e81':
Remove the APIs for the old encryption scheme.
2011-01-13 07:44:36 -08:00
Jason parks
da6f7dbf9f
am ca6777b2: Merge "Remove the APIs for the old encryption scheme." into honeycomb
...
* commit 'ca6777b23bbe9283380efb2ba7e6d0a79d8669db':
Remove the APIs for the old encryption scheme.
2011-01-13 07:42:55 -08:00
Jason parks
ca6777b23b
Merge "Remove the APIs for the old encryption scheme." into honeycomb
2011-01-13 07:40:46 -08:00
Adam Powell
311239b101
am 1fc7c046: am 2ea9aaa2: Merge "Fix bugs 3077517 and 3309579 - ListView bugs" into honeycomb
...
* commit '1fc7c0462e0ffc4b036fb162094aa2c6c93ad078':
Fix bugs 3077517 and 3309579 - ListView bugs
2011-01-12 23:54:05 -08:00
Adam Powell
1fc7c0462e
am 2ea9aaa2: Merge "Fix bugs 3077517 and 3309579 - ListView bugs" into honeycomb
...
* commit '2ea9aaa2458ca468b8f127d8c69746a009df12a6':
Fix bugs 3077517 and 3309579 - ListView bugs
2011-01-12 23:52:25 -08:00
Adam Powell
2ea9aaa245
Merge "Fix bugs 3077517 and 3309579 - ListView bugs" into honeycomb
2011-01-12 23:50:05 -08:00
Adam Powell
4032252c99
Fix bugs 3077517 and 3309579 - ListView bugs
...
Fix smoothScrollPositionFromTop scrolling too far on reverse scrolls
Fix an invalid touch mode when smoothScrollBy attempts to scroll off
the end of a list
2011-01-12 23:45:01 -08:00
Andy Stadler
328526c975
am 199ae7dc: am 7b0f8f08: API changes to support encryption in DPM
...
* commit '199ae7dce11badac71c27b1d973e24387dd5f924':
API changes to support encryption in DPM
2011-01-12 21:18:48 -08:00
Andy Stadler
199ae7dce1
am 7b0f8f08: API changes to support encryption in DPM
...
* commit '7b0f8f08ac7b3ed5cf462b92283713b033d6a64a':
API changes to support encryption in DPM
2011-01-12 21:17:03 -08:00
Andy Stadler
7b0f8f08ac
API changes to support encryption in DPM
...
* New uses-policies value
* Definitions for storage domain and encryption status
* API to get and set encryption status
* Intent to launch encryption changes
* Both new calls bottom out in the DPM service and are suitable for
a device that does not support encryption.
NOTE: Nobody should use ACTION_START_ENCRYPTION yet. It needs a receiver
to be built in Settings (different CL).
Change-Id: I2ae193bedbec59f6ba46c0ec7de12ecf321e5803
2011-01-12 21:11:32 -08:00
Chet Haase
d7e517c721
am 8d38f9d2: am 7cc5e1d5: Merge "Fix null crash when fragments go away during animations" into honeycomb
...
* commit '8d38f9d2d87060ae4875049c0627f198bafa02ba':
Fix null crash when fragments go away during animations
2011-01-12 20:38:44 -08:00
Chet Haase
8d38f9d2d8
am 7cc5e1d5: Merge "Fix null crash when fragments go away during animations" into honeycomb
...
* commit '7cc5e1d5488c9e0a3f898a62b626ffb3ae074440':
Fix null crash when fragments go away during animations
2011-01-12 20:36:59 -08:00
Chet Haase
7cc5e1d548
Merge "Fix null crash when fragments go away during animations" into honeycomb
2011-01-12 20:34:32 -08:00
Christopher Tate
b7e7bc42f1
am 3186e0da: am 44a94bb5: Merge "Turn off debugging logspam for release" into honeycomb
...
* commit '3186e0da33256400b52024b268c9e6e048caee6c':
Turn off debugging logspam for release
2011-01-12 20:27:21 -08:00
Christopher Tate
3186e0da33
am 44a94bb5: Merge "Turn off debugging logspam for release" into honeycomb
...
* commit '44a94bb5a915922400944f666b218f4bb268c565':
Turn off debugging logspam for release
2011-01-12 20:25:32 -08:00
Christopher Tate
44a94bb5a9
Merge "Turn off debugging logspam for release" into honeycomb
2011-01-12 20:23:49 -08:00
Christopher Tate
994ef9296a
Turn off debugging logspam for release
...
Fixes bug 2679101
Change-Id: I94cf1b1d0b732b2030008118eff3534f0e0608f7
2011-01-12 20:06:07 -08:00
Chet Haase
900bc7e6d8
am dd14ec2e: am ef9932c2: Merge "Supress layout requests while a LayoutTransition is running." into honeycomb
...
* commit 'dd14ec2e85204f93b7f80c5afd2361c68b3dc4f0':
Supress layout requests while a LayoutTransition is running.
2011-01-12 18:38:15 -08:00
Chet Haase
dd14ec2e85
am ef9932c2: Merge "Supress layout requests while a LayoutTransition is running." into honeycomb
...
* commit 'ef9932c2505eaf5a4256c6c398aa640bee3b47ea':
Supress layout requests while a LayoutTransition is running.
2011-01-12 18:35:14 -08:00
Chet Haase
9c0874408c
Supress layout requests while a LayoutTransition is running.
...
LayoutTransition works by animating layout-related properties
(left, right, top, and bottom). This works great when that animation
is the only thing affecting the layout of the UI. But if there are other things
happening in the application that cause layout to run on that
container or in its parent hierarchy, this can cause the layout properties
on its children to get mis-set during the middle of the transition.
This results in artifacts like animating objects jumping to locations where
they would be were there no animation running.
The fix is to supress layout requests on that container (and its children)
until the transition is complete (then issue a layout request on the container
to make sure that the container has the correct layout data)
Change-Id: I15bf0423a11409f854076f86099233db7fe4edc0
2011-01-12 18:14:40 -08:00
Chet Haase
b29407faf3
Fix null crash when fragments go away during animations
...
Change-Id: I239cabce3ce322fcc3f1246486b4bf05f0dd322b
2011-01-12 17:53:20 -08:00
Carl Shapiro
06a8ec7cf3
am 5b25aa2a: am e9739d09: Merge "Note the release in which functionality was deprecated." into honeycomb
...
* commit '5b25aa2ad46347c17ae0a3bfb8594df5eada8a87':
Note the release in which functionality was deprecated.
2011-01-12 17:26:08 -08:00
Carl Shapiro
5b25aa2ad4
am e9739d09: Merge "Note the release in which functionality was deprecated." into honeycomb
...
* commit 'e9739d09cb53fd05cc9229049b3d54c7f6816450':
Note the release in which functionality was deprecated.
2011-01-12 17:23:37 -08:00
Carl Shapiro
e9739d09cb
Merge "Note the release in which functionality was deprecated." into honeycomb
2011-01-12 17:21:46 -08:00
Carl Shapiro
7e942848ac
Note the release in which functionality was deprecated.
...
Change-Id: Ia0f361986e4232869f7d4123f75081100241638e
2011-01-12 17:17:45 -08:00
Joe Onorato
c7b969a20d
am d1e3d232: am f4699efb: Merge "Possibly fix bad notification updates." into honeycomb
...
* commit 'd1e3d232ed7472479e1a7095b8aceac981ea2f4a':
Possibly fix bad notification updates.
2011-01-12 17:11:27 -08:00
Joe Onorato
d1e3d232ed
am f4699efb: Merge "Possibly fix bad notification updates." into honeycomb
...
* commit 'f4699efb635dc7695e346343e9b9024ed225a612':
Possibly fix bad notification updates.
2011-01-12 17:09:06 -08:00
Joe Onorato
f4699efb63
Merge "Possibly fix bad notification updates." into honeycomb
2011-01-12 17:07:11 -08:00
Carl Shapiro
21e382d043
am b0b43c5f: am 0123afbb: Merge "Deprecate the allocation limit interfaces." into honeycomb
...
* commit 'b0b43c5f5681aa521bb1c80d0eb763654c9c512f':
Deprecate the allocation limit interfaces.
2011-01-12 17:06:59 -08:00
Joe Onorato
c9596d6d8e
Possibly fix bad notification updates.
...
I think what was happening is that it was using a different layout but we were trying to reapply the
RemoveViews because of some bad boolean logic. This fixes that, and adds some better debugging that
might show us what else is happening.
Bug: 3298062
Change-Id: I0984f24cb2960166c79b9f2cc7c6a98bd75e17ba
2011-01-12 17:06:14 -08:00
Carl Shapiro
b0b43c5f56
am 0123afbb: Merge "Deprecate the allocation limit interfaces." into honeycomb
...
* commit '0123afbb228c2849f481b5219ce82c070562b04a':
Deprecate the allocation limit interfaces.
2011-01-12 17:04:38 -08:00
Carl Shapiro
1107383e02
Deprecate the allocation limit interfaces.
...
Allocation limits relied on conditionally compiled code in the virtual
machine that was disabled in released versions of Android. As such,
these setter methods were glorified no-ops. Now that the feature has
been removed from the allocator this interface is thoroughly obsolete.
Change-Id: Id7f9de37ecfece4b909e35f110e118e131457133
2011-01-12 16:56:48 -08:00
Romain Guy
c2036afefd
am 703b0bc9: am d6b13534: Merge "Only enable GL rendering on the main thread." into honeycomb
...
* commit '703b0bc95313d6b43befce7b8a4ac6f166ccb9dc':
Only enable GL rendering on the main thread.
2011-01-12 16:26:29 -08:00
Romain Guy
703b0bc953
am d6b13534: Merge "Only enable GL rendering on the main thread." into honeycomb
...
* commit 'd6b13534d44faee5bf80eb02495c17aa0195d381':
Only enable GL rendering on the main thread.
2011-01-12 16:24:27 -08:00
Romain Guy
d6b13534d4
Merge "Only enable GL rendering on the main thread." into honeycomb
2011-01-12 16:22:48 -08:00
Romain Guy
4f6aff3860
Only enable GL rendering on the main thread.
...
Change-Id: I41950f4c0a5063ee5d6950cf137eb60a1c7a72fe
2011-01-12 16:21:41 -08:00
Martijn Coenen
173c98fdcf
am 89bc2378: am 261fa998: am 25be5365: Implement canMakeReadonly().
...
* commit '89bc23783f2350c834623993835dac32d0862759':
Implement canMakeReadonly().
2011-01-12 15:35:20 -08:00
Nick Pelly
1ba6125396
am 167ac435: am 6b9db1d8: am 92939376: Merge "Remove attemptDeadServiceRecovery() from TagTechnology\'s." into gingerbread
...
* commit '167ac4355948e777b4680d86365fea78b24cdb8f':
Remove attemptDeadServiceRecovery() from TagTechnology's.
2011-01-12 15:35:13 -08:00
Huahui Wu
54e80b7958
am f6a63f95: am 55873051: Merge "b/3344966 pan following the focus point instead the first point." into honeycomb
...
* commit 'f6a63f95a85a9fb7b2150e437cacc7db66451574':
b/3344966 pan following the focus point instead the first point.
2011-01-12 15:32:52 -08:00
Martijn Coenen
89bc23783f
am 261fa998: am 25be5365: Implement canMakeReadonly().
...
* commit '261fa99890ebd1ea15a6067859b0e931a3009859':
Implement canMakeReadonly().
2011-01-12 15:31:07 -08:00
Nick Pelly
167ac43559
am 6b9db1d8: am 92939376: Merge "Remove attemptDeadServiceRecovery() from TagTechnology\'s." into gingerbread
...
* commit '6b9db1d8c808439abc12d572283b7fab50fb5257':
Remove attemptDeadServiceRecovery() from TagTechnology's.
2011-01-12 15:30:53 -08:00
Huahui Wu
f6a63f95a8
am 55873051: Merge "b/3344966 pan following the focus point instead the first point." into honeycomb
...
* commit '558730510963ad80d7a539351b3f1cb16e3040c2':
b/3344966 pan following the focus point instead the first point.
2011-01-12 15:30:14 -08:00
Huahui Wu
5587305109
Merge "b/3344966 pan following the focus point instead the first point." into honeycomb
2011-01-12 15:27:16 -08:00
Brad Fitzpatrick
2f71565aac
am ef5864f1: am 2e390809: Merge "Unhide Content{Resolver,Provider}.call()" into honeycomb
...
* commit 'ef5864f1bb1418307c40fc8ed4cae7545d8a44dd':
Unhide Content{Resolver,Provider}.call()
2011-01-12 15:07:34 -08:00
Brad Fitzpatrick
ef5864f1bb
am 2e390809: Merge "Unhide Content{Resolver,Provider}.call()" into honeycomb
...
* commit '2e3908097b1c86004d50c0a070ca6b76a4d0d7c5':
Unhide Content{Resolver,Provider}.call()
2011-01-12 15:03:15 -08:00
Brad Fitzpatrick
2e3908097b
Merge "Unhide Content{Resolver,Provider}.call()" into honeycomb
2011-01-12 14:39:50 -08:00
Huahui Wu
f147d456a5
b/3344966 pan following the focus point instead the first point.
...
Change-Id: Iaed482c7c4e8a616cbabf8c5af706b8160c880b1
2011-01-12 14:38:30 -08:00
Romain Guy
0880af5983
am 1138401f: am e465b117: Merge "Better debug info for layers." into honeycomb
...
* commit '1138401f348b2e30dc48c01da9a26e66e51b318c':
Better debug info for layers.
2011-01-12 14:19:51 -08:00
Brad Fitzpatrick
534c84c1ce
Unhide Content{Resolver,Provider}.call()
...
Change-Id: Ic7833b921f5a8e70ef7d565bfdf461e6e135ff1b
2011-01-12 14:19:19 -08:00
Romain Guy
3aaff3aef4
Better debug info for layers.
...
Change-Id: I816c2446a33a1135553eaeea2f89c7418641cfe1
2011-01-12 14:18:47 -08:00