Svetoslav
4f60f1d67c
am 11156625: am 59703c71: Merge "Partial implementation for the favorite and available printer tracking." into klp-dev
...
* commit '111566255b98ec271461ce127a2cf3053c556311':
Partial implementation for the favorite and available printer tracking.
2013-08-14 08:16:07 -07:00
Daniel Sandler
3d3572f1ea
am 7a4c1afb: am 3dfa5eb9: Merge "Toward regularizing color & level across battery indicators." into klp-dev
...
* commit '7a4c1afb7a6fe8dbcec23cee3c1b7079a2ded81f':
Toward regularizing color & level across battery indicators.
2013-08-14 08:15:38 -07:00
Daniel Sandler
3f26da9ab5
am 0a565f3d: am 0155a90e: Merge "How did that get there?" into klp-dev
...
* commit '0a565f3dcf5cddb5fb5cf07541aa6c55a03241ed':
How did that get there?
2013-08-14 08:15:30 -07:00
Daniel Sandler
0a61c41349
am 7b9173b6: am a53d38bc: Merge "Drop simultaneous pointer events when tracking velocity." into klp-dev
...
* commit '7b9173b6f09c99d7d1fe50410515ba5001688764':
Drop simultaneous pointer events when tracking velocity.
2013-08-14 08:15:12 -07:00
Svetoslav
111566255b
am 59703c71: Merge "Partial implementation for the favorite and available printer tracking." into klp-dev
...
* commit '59703c7186ea49669e7dd326a1e2e704385cbaff':
Partial implementation for the favorite and available printer tracking.
2013-08-14 07:58:43 -07:00
Lajos Molnar
d7a473454a
am 217f37ce: am 1bab5064: Merge "MediaCodecInfo.java: Added isFeatureSupported method to CodecCapabilities" into klp-dev
...
* commit '217f37cecc74311b4623166b2bb301f9409316a5':
MediaCodecInfo.java: Added isFeatureSupported method to CodecCapabilities
2013-08-14 07:51:56 -07:00
Kenny Root
ce4bee4739
am 0f25e6da: am 3fbaf5a6: am 5ad480c8: am 965eb258: am 1c2cb653: am 999ddae7: am ae24c0d5: am bf15c7ce: am dceda36b: am 1c5e33d3: am 3bc3240f: am a6226a2d: am 32c99004: Use hostname verifier directly instead of instance
...
* commit '0f25e6da594fbfabbaa1764cee1f8931e08e104b':
Use hostname verifier directly instead of instance
2013-08-14 07:51:18 -07:00
John Spurlock
b9c824c213
am 3ef9a914: am 8b847dba: Merge "Delay transient navigation confirmation prompt." into klp-dev
...
* commit '3ef9a914e59cee922bb1b09ea797a741e18fd355':
Delay transient navigation confirmation prompt.
2013-08-14 07:50:50 -07:00
Svetoslav
59703c7186
Merge "Partial implementation for the favorite and available printer tracking." into klp-dev
2013-08-14 07:09:25 +00:00
Svetoslav
66160bb881
Partial implementation for the favorite and available printer tracking.
...
1. Added a dedicated class that keeps track of the user's favorite printers
based on past usage. We keep the last 50 uses and assign a decreasing weight
to older historical use records. The printer whose records' sum is the
largest is considered the favorite for the user and so on.
2. Factored out the printer discovery logic from the print job config activity
into a separate available printers provider class. It encapsulates all the
logic to communicated with the remote print services to discover printers,
keep track of added, updated, and removed printers.
3. Preliminary scetch of the printer chooser acitivty that will show all the
printers.
Change-Id: I5524665f2a9a565f186db85214d5e41a44f4812e
2013-08-14 00:06:53 -07:00
Daniel Sandler
7a4c1afb7a
am 3dfa5eb9: Merge "Toward regularizing color & level across battery indicators." into klp-dev
...
* commit '3dfa5eb9d9eeb12d761194cb06dc1ba63ed61e95':
Toward regularizing color & level across battery indicators.
2013-08-13 23:33:11 -07:00
Daniel Sandler
3dfa5eb9d9
Merge "Toward regularizing color & level across battery indicators." into klp-dev
2013-08-14 06:29:05 +00:00
Daniel Sandler
dfaf3bdeeb
Toward regularizing color & level across battery indicators.
...
Each of our existing assets is slightly incorrect in some
way: inconsistent pixel jumps from one percent to the next,
inconsistent color change, etc. The only way to get it
perfectly right is to draw it programmatically.
Bug: 8504254 // inconsistent color change threshold
-- previously --
Bug: 3136046 // in Gingerbread
Bug: 3387973 // Honeycomb
Bug: 5070948 // ICS
Change-Id: I6a3e7409ecec55e10328541ecb1e9d54aebdbe96
2013-08-13 23:21:08 -07:00
Daniel Sandler
0a565f3dcf
am 0155a90e: Merge "How did that get there?" into klp-dev
...
* commit '0155a90eb4197a9aa1f8d53c90b02e5b53167183':
How did that get there?
2013-08-13 22:30:10 -07:00
Daniel Sandler
0155a90eb4
Merge "How did that get there?" into klp-dev
2013-08-14 05:24:34 +00:00
Daniel Sandler
8800e46d84
How did that get there?
...
Whoever checked this in: Turn in your badge and your gun.
Change-Id: I635dbc3bae6a58bf425241fb4105e26cc03a9869
2013-08-13 22:19:50 -07:00
Daniel Sandler
7b9173b6f0
am a53d38bc: Merge "Drop simultaneous pointer events when tracking velocity." into klp-dev
...
* commit 'a53d38bc286ee35ab77843ad5b4c6b2fb9e81ac5':
Drop simultaneous pointer events when tracking velocity.
2013-08-13 19:41:59 -07:00
Daniel Sandler
a53d38bc28
Merge "Drop simultaneous pointer events when tracking velocity." into klp-dev
2013-08-14 02:35:33 +00:00
Daniel Sandler
69f756fe9b
Drop simultaneous pointer events when tracking velocity.
...
They're not really simultaneous, but within 1ms of one
another, which is too close for getEventTime() to
distinguish; these events were causing the velocity
computation to become (understandably) confused and
resulting in failed panel flings.
Bug: 10246454
Change-Id: I3829192cdf9ad2a222ec8deca031d772d58de0da
2013-08-13 19:24:19 -07:00
Lajos Molnar
217f37cecc
am 1bab5064: Merge "MediaCodecInfo.java: Added isFeatureSupported method to CodecCapabilities" into klp-dev
...
* commit '1bab5064eb907e369a14903a3888847f1dae63a0':
MediaCodecInfo.java: Added isFeatureSupported method to CodecCapabilities
2013-08-13 18:34:46 -07:00
Kenny Root
0f25e6da59
am 3fbaf5a6: am 5ad480c8: am 965eb258: am 1c2cb653: am 999ddae7: am ae24c0d5: am bf15c7ce: am dceda36b: am 1c5e33d3: am 3bc3240f: am a6226a2d: am 32c99004: Use hostname verifier directly instead of instance
...
* commit '3fbaf5a6df1ebc413ee6e8160be9706858dad516':
Use hostname verifier directly instead of instance
2013-08-13 18:30:44 -07:00
Lajos Molnar
1bab5064eb
Merge "MediaCodecInfo.java: Added isFeatureSupported method to CodecCapabilities" into klp-dev
2013-08-14 01:26:39 +00:00
Kenny Root
3fbaf5a6df
am 5ad480c8: am 965eb258: am 1c2cb653: am 999ddae7: am ae24c0d5: am bf15c7ce: am dceda36b: am 1c5e33d3: am 3bc3240f: am a6226a2d: am 32c99004: Use hostname verifier directly instead of instance
...
* commit '5ad480c8fba9a7044d827c38db235cffd52fbc13':
Use hostname verifier directly instead of instance
2013-08-13 18:26:06 -07:00
John Spurlock
3ef9a914e5
am 8b847dba: Merge "Delay transient navigation confirmation prompt." into klp-dev
...
* commit '8b847dba09192dbc3a02d61cb99f71b68ce02291':
Delay transient navigation confirmation prompt.
2013-08-13 18:10:34 -07:00
John Spurlock
8b847dba09
Merge "Delay transient navigation confirmation prompt." into klp-dev
2013-08-14 01:05:38 +00:00
Kenny Root
5ad480c8fb
am 965eb258: am 1c2cb653: am 999ddae7: am ae24c0d5: am bf15c7ce: am dceda36b: am 1c5e33d3: am 3bc3240f: am a6226a2d: am 32c99004: Use hostname verifier directly instead of instance
...
* commit '965eb258438619774d37cce0ccf9edc976c7a343':
Use hostname verifier directly instead of instance
2013-08-13 17:59:31 -07:00
Kenny Root
965eb25843
am 1c2cb653: am 999ddae7: am ae24c0d5: am bf15c7ce: am dceda36b: am 1c5e33d3: am 3bc3240f: am a6226a2d: am 32c99004: Use hostname verifier directly instead of instance
...
* commit '1c2cb6533bfebf8b930850215e24327420e34a4b':
Use hostname verifier directly instead of instance
2013-08-13 17:57:10 -07:00
Kenny Root
1c2cb6533b
am 999ddae7: am ae24c0d5: am bf15c7ce: am dceda36b: am 1c5e33d3: am 3bc3240f: am a6226a2d: am 32c99004: Use hostname verifier directly instead of instance
...
* commit '999ddae70360fc99e804d0b176af487582cd37c8':
Use hostname verifier directly instead of instance
2013-08-13 17:54:18 -07:00
Kenny Root
999ddae703
am ae24c0d5: am bf15c7ce: am dceda36b: am 1c5e33d3: am 3bc3240f: am a6226a2d: am 32c99004: Use hostname verifier directly instead of instance
...
* commit 'ae24c0d539414805a6c979f9318d0765506221ae':
Use hostname verifier directly instead of instance
2013-08-13 17:51:15 -07:00
Kenny Root
ae24c0d539
am bf15c7ce: am dceda36b: am 1c5e33d3: am 3bc3240f: am a6226a2d: am 32c99004: Use hostname verifier directly instead of instance
...
* commit 'bf15c7cecefba8fdb3070c389a4966f11a8d8656':
Use hostname verifier directly instead of instance
2013-08-13 17:48:20 -07:00
Kenny Root
bf15c7cece
am dceda36b: am 1c5e33d3: am 3bc3240f: am a6226a2d: am 32c99004: Use hostname verifier directly instead of instance
...
* commit 'dceda36b0052aca7a93a265ea6eb8e8fb71cd322':
Use hostname verifier directly instead of instance
2013-08-13 17:44:27 -07:00
Kenny Root
dceda36b00
am 1c5e33d3: am 3bc3240f: am a6226a2d: am 32c99004: Use hostname verifier directly instead of instance
...
* commit '1c5e33d37dd4f8c68ccc16758e21572f193a8eb2':
Use hostname verifier directly instead of instance
2013-08-13 17:42:45 -07:00
Kenny Root
1c5e33d37d
am 3bc3240f: am a6226a2d: am 32c99004: Use hostname verifier directly instead of instance
...
* commit '3bc3240ffb51358fa706099cfc5e120cf0f1b60d':
Use hostname verifier directly instead of instance
2013-08-13 17:36:42 -07:00
Tom O'Neill
f1c8d6e771
am f083ae58: am 95b2299d: Merge "API for location settings injection" into klp-dev
...
* commit 'f083ae58594720a65b35491e6206ef2baff621d3':
API for location settings injection
2013-08-13 17:34:08 -07:00
John Spurlock
4cf6a948f9
Delay transient navigation confirmation prompt.
...
Ensure the nav bar is hidden, then wait about the same amount
of time before showing the prompt.
Bug:10312565
Change-Id: Ifbbbc55edf2e40844296e3e96fcc5b491f1b246f
2013-08-13 20:32:28 -04:00
Kenny Root
3bc3240ffb
am a6226a2d: am 32c99004: Use hostname verifier directly instead of instance
...
* commit 'a6226a2d202619ddb7e3e9765a3dc9f20241f853':
Use hostname verifier directly instead of instance
2013-08-13 17:31:32 -07:00
Tom O'Neill
f083ae5859
am 95b2299d: Merge "API for location settings injection" into klp-dev
...
* commit '95b2299dc476f4dbd50b8da8e0debff4b5ccba50':
API for location settings injection
2013-08-13 17:30:18 -07:00
Kenny Root
a6226a2d20
am 32c99004: Use hostname verifier directly instead of instance
...
* commit '32c990044f027542a034a7606cf010dca6df252f':
Use hostname verifier directly instead of instance
2013-08-13 17:27:49 -07:00
Igor Murashkin
9f975f4fc6
am 0bbe8442: am d48233e1: Merge "camera2: Clear up docs for CameraDevice#configureOutputs" into klp-dev
...
* commit '0bbe84428480da641547403f12c36cd6968c46fc':
camera2: Clear up docs for CameraDevice#configureOutputs
2013-08-13 17:26:42 -07:00
Igor Murashkin
0bbe844284
am d48233e1: Merge "camera2: Clear up docs for CameraDevice#configureOutputs" into klp-dev
...
* commit 'd48233e1e62c119b4bd67ad66e471f6a21e68a3d':
camera2: Clear up docs for CameraDevice#configureOutputs
2013-08-13 17:23:12 -07:00
Tom O'Neill
95b2299dc4
Merge "API for location settings injection" into klp-dev
2013-08-14 00:22:18 +00:00
David Christie
bddf1ab495
am 72e6b98f: am 2163bb09: Merge "Don\'t allow airplane mode to affect location status icon. Gps still operates when airplane mode is on, and consumes just as much power so the icon shouldn\'t be hidden." into klp-dev
...
* commit '72e6b98fec256f27bfb87d5d95ac997fb287d3d5':
Don't allow airplane mode to affect location status icon. Gps still operates when airplane mode is on, and consumes just as much power so the icon shouldn't be hidden.
2013-08-13 17:22:09 -07:00
David Christie
16b9e97b22
am ee249601: am b5eaf266: Merge "Update location AppOp monitoring to respect settings. If a provider is disabled, we don\'t mark an app as actively using location just because it\'s requested that provider. Also updates the concept of high power to support third part
...
* commit 'ee249601a0f1fb2bcbcc04b2da044db9a2c3458b':
Update location AppOp monitoring to respect settings. If a provider is disabled, we don't mark an app as actively using location just because it's requested that provider. Also updates the concept of high power to support third party custom providers (doesn't hard code gps but looks at the provider's actual stated power requirement).
2013-08-13 17:18:36 -07:00
Igor Murashkin
d48233e1e6
Merge "camera2: Clear up docs for CameraDevice#configureOutputs" into klp-dev
2013-08-14 00:16:42 +00:00
David Christie
72e6b98fec
am 2163bb09: Merge "Don\'t allow airplane mode to affect location status icon. Gps still operates when airplane mode is on, and consumes just as much power so the icon shouldn\'t be hidden." into klp-dev
...
* commit '2163bb0924235dd3c3f47cbd8f25734cd8647ae9':
Don't allow airplane mode to affect location status icon. Gps still operates when airplane mode is on, and consumes just as much power so the icon shouldn't be hidden.
2013-08-13 17:16:19 -07:00
David Christie
ee249601a0
am b5eaf266: Merge "Update location AppOp monitoring to respect settings. If a provider is disabled, we don\'t mark an app as actively using location just because it\'s requested that provider. Also updates the concept of high power to support third party custom provid
...
* commit 'b5eaf2662c174a7f5844bc62eba4f09dd64877f7':
Update location AppOp monitoring to respect settings. If a provider is disabled, we don't mark an app as actively using location just because it's requested that provider. Also updates the concept of high power to support third party custom providers (doesn't hard code gps but looks at the provider's actual stated power requirement).
2013-08-13 17:12:46 -07:00
David Christie
2163bb0924
Merge "Don't allow airplane mode to affect location status icon. Gps still operates when airplane mode is on, and consumes just as much power so the icon shouldn't be hidden." into klp-dev
2013-08-14 00:10:36 +00:00
David Christie
b5eaf2662c
Merge "Update location AppOp monitoring to respect settings. If a provider is disabled, we don't mark an app as actively using location just because it's requested that provider. Also updates the concept of high power to support third party custom providers (doesn't hard code gps but looks at the provider's actual stated power requirement)." into klp-dev
2013-08-14 00:07:58 +00:00
destradaa
fd780c4641
am da67ea79: am 5c7e6460: Merge "Add support in the platform for Flp Geofencing." into klp-dev
...
* commit 'da67ea798e29079bddb354a547c331ed4d26a527':
Add support in the platform for Flp Geofencing.
2013-08-13 17:05:13 -07:00
destradaa
da67ea798e
am 5c7e6460: Merge "Add support in the platform for Flp Geofencing." into klp-dev
...
* commit '5c7e64609c4de93cd70c2cbe238a5fc3ff3c6078':
Add support in the platform for Flp Geofencing.
2013-08-13 17:02:35 -07:00