Svet Ganov
a6a440b691
am b32f04b7: Merge "Printing from two apps at the same time not working." into lmp-mr1-dev
...
automerge: 5e1e4ef
* commit '5e1e4ef41917315c46e577ddabb469164c56c515':
Printing from two apps at the same time not working.
2014-10-25 00:51:05 +00:00
Svet Ganov
5e1e4ef419
am b32f04b7: Merge "Printing from two apps at the same time not working." into lmp-mr1-dev
...
* commit 'b32f04b785306f06d7d07b824fb8dcc1b4a61aa6':
Printing from two apps at the same time not working.
2014-10-25 00:22:57 +00:00
Svet Ganov
b32f04b785
Merge "Printing from two apps at the same time not working." into lmp-mr1-dev
2014-10-25 00:16:58 +00:00
Svet Ganov
99a82437ed
Printing from two apps at the same time not working.
...
When printing from two apps at the same time the second print UI is
getting stuck. There were a couple of issues here:
AdapterView was not notifying for item selection if the data changes
after scheduling a dalayed selection notification and the notification
execution. The code assumed that a layout pass will occur and posponed
the notification after the layout pass but it is not guaranteed that
such a layout pass will occur. Now we delay only if a layout pass is
being scheduled.
Also when binding to the PDF rendering service the print spooler was
using the same intent and as a result two print activites were getting
the same renderer instance while they should get separate ones. Now
we use different data in the intent to ensure we get separate renderer
instances.
Change-Id: I6aa7c7b041957804b4273549dd837a6d70064efc
2014-10-24 17:02:32 -07:00
Winson Chung
df56c759a4
am 56f77a6f: Merge "Preloading task metadata to improve Recents startup time after reboot. (Bug 18057321)" into lmp-mr1-dev automerge: 0841cf7
...
* commit '56f77a6f535a38ccd0bbe359ffd0be766bcc1d51':
Preloading task metadata to improve Recents startup time after reboot. (Bug 18057321)
2014-10-24 23:03:30 +00:00
Jeff Sharkey
1b632db207
am ea1841a3: Merge "Use default volume description when missing label." into lmp-mr1-dev automerge: cc66a23
...
* commit 'ea1841a3c1015b53e19ace727f9ebe5a75f87dc1':
Use default volume description when missing label.
2014-10-24 23:03:19 +00:00
Winson Chung
56f77a6f53
Merge "Preloading task metadata to improve Recents startup time after reboot. (Bug 18057321)" into lmp-mr1-dev
...
automerge: 0841cf7
* commit '0841cf7f37d7b20a08fa894c366f32fde55ea7e9':
Preloading task metadata to improve Recents startup time after reboot. (Bug 18057321)
2014-10-24 22:25:31 +00:00
Winson Chung
0841cf7f37
Merge "Preloading task metadata to improve Recents startup time after reboot. (Bug 18057321)" into lmp-mr1-dev
2014-10-24 22:08:12 +00:00
Jeff Sharkey
ea1841a3c1
Merge "Use default volume description when missing label." into lmp-mr1-dev
...
automerge: cc66a23
* commit 'cc66a236f90cbef7f9562b4179c3aec517f4f082':
Use default volume description when missing label.
2014-10-24 21:41:19 +00:00
Jeff Sharkey
cc66a236f9
Merge "Use default volume description when missing label." into lmp-mr1-dev
2014-10-24 21:33:00 +00:00
Svet Ganov
d1cd77254b
Merge "Crash in print spooler if printing app killed from recents." into lmp-mr1-dev automerge: 7cf7c36
...
automerge: fb7c62c
* commit 'fb7c62c143d210b9ecd01c3054ae2dfbd0dda2b6':
Crash in print spooler if printing app killed from recents.
2014-10-24 21:27:22 +00:00
Jeff Sharkey
f135073fdd
Merge "Recent directories can\'t show file size." into lmp-mr1-dev automerge: 379551e
...
automerge: 043f8dd
* commit '043f8dd27459f98537d46db77d482215b66c0ba0':
Recent directories can't show file size.
2014-10-24 21:26:09 +00:00
Jeff Sharkey
c99d00be67
Use default volume description when missing label.
...
Some mounted storage volumes may not have a user-defined label. In
those cases, use the default description for the volume.
Bug: 17781505
Change-Id: I8558ba2615c2ff2647a5d44afaec83249df466ab
2014-10-24 13:57:47 -07:00
Svet Ganov
fb7c62c143
Merge "Crash in print spooler if printing app killed from recents." into lmp-mr1-dev
...
automerge: 7cf7c36
* commit '7cf7c364386d18b94d212d98072e97c1c3d87e26':
Crash in print spooler if printing app killed from recents.
2014-10-24 20:46:17 +00:00
Jeff Sharkey
043f8dd274
Merge "Recent directories can\'t show file size." into lmp-mr1-dev
...
automerge: 379551e
* commit '379551ebd54947cdff5600af52940f9c283aac1f':
Recent directories can't show file size.
2014-10-24 20:44:53 +00:00
Svet Ganov
7cf7c36438
Merge "Crash in print spooler if printing app killed from recents." into lmp-mr1-dev
2014-10-24 20:32:19 +00:00
Jeff Sharkey
379551ebd5
Merge "Recent directories can't show file size." into lmp-mr1-dev
2014-10-24 20:29:59 +00:00
Jeff Sharkey
0166ddf5bb
Recent directories can't show file size.
...
Don't show the toggle to the user, which can avoid crashing.
Bug: 17942524
Change-Id: Iaedd61b7c69e14b57508cb9865d1e0124ca2e505
2014-10-24 13:06:32 -07:00
Svet Ganov
4237c92d85
Crash in print spooler if printing app killed from recents.
...
If the printing app with the print UI on top is killed from recents we get
a crash because: 1) the remote print document was not transitioned to a
failed state if the printing app dies (this is an unrecoverable failure);
2) the print preview controller was destroyed asyncronosly during which it
also asynchronously disconnects from the rendering service which however
happens after the system has already cleaned up all connections of the print
UI activity as it is being destoryed.
bug:18109386
Change-Id: If6200b14a8aa90622228bbb659e9c4962226f561
2014-10-24 13:01:54 -07:00
Winson Chung
14dd733073
am 00f65038: am 272b0a1d: Merge "Fixing issue where Recents would not work if the time is changed. (Bug 17995039)" into lmp-mr1-dev
...
* commit '00f65038bbbfd0227bb544040e0f06038016a7b4':
Fixing issue where Recents would not work if the time is changed. (Bug 17995039)
2014-10-24 18:44:22 +00:00
Winson Chung
00f65038bb
am 272b0a1d: Merge "Fixing issue where Recents would not work if the time is changed. (Bug 17995039)" into lmp-mr1-dev
...
* commit '272b0a1d6acdb7c4d244a498f3769e20c35f43d1':
Fixing issue where Recents would not work if the time is changed. (Bug 17995039)
2014-10-24 18:39:28 +00:00
Winson Chung
7f8d8cc6a2
am e60abbd8: am 623484d2: Merge "Ensuring that user-specific Recent tasks are removed. (Bug 18036610)" into lmp-mr1-dev
...
* commit 'e60abbd8f2e8d54f0a04944c11f2f752f8a206e2':
Ensuring that user-specific Recent tasks are removed. (Bug 18036610)
2014-10-24 18:34:47 +00:00
Winson Chung
b645ac5fc4
am 788dd73c: am 6697322a: Merge "Should use Activity.onEnterAnimationComplete. (Bug 18031283)" into lmp-mr1-dev
...
* commit '788dd73c9e96f77370f8a787d3c25c8ff741de64':
Should use Activity.onEnterAnimationComplete. (Bug 18031283)
2014-10-24 18:34:36 +00:00
Winson Chung
272b0a1d6a
Merge "Fixing issue where Recents would not work if the time is changed. (Bug 17995039)" into lmp-mr1-dev
2014-10-24 18:32:02 +00:00
Winson Chung
e60abbd8f2
am 623484d2: Merge "Ensuring that user-specific Recent tasks are removed. (Bug 18036610)" into lmp-mr1-dev
...
* commit '623484d231436ee209089adaa6b88b68f0ebf534':
Ensuring that user-specific Recent tasks are removed. (Bug 18036610)
2014-10-24 18:30:38 +00:00
Winson Chung
788dd73c9e
am 6697322a: Merge "Should use Activity.onEnterAnimationComplete. (Bug 18031283)" into lmp-mr1-dev
...
* commit '6697322af724d44ee59259d4f5563b07c24f62b4':
Should use Activity.onEnterAnimationComplete. (Bug 18031283)
2014-10-24 18:30:33 +00:00
Winson Chung
bac679b0d4
Preloading task metadata to improve Recents startup time after reboot. (Bug 18057321)
...
Change-Id: I7fc627c79fe369e444ab411d109c439f796d67ff
2014-10-24 11:29:12 -07:00
Winson Chung
623484d231
Merge "Ensuring that user-specific Recent tasks are removed. (Bug 18036610)" into lmp-mr1-dev
2014-10-24 18:25:10 +00:00
Winson Chung
6697322af7
Merge "Should use Activity.onEnterAnimationComplete. (Bug 18031283)" into lmp-mr1-dev
2014-10-24 18:24:54 +00:00
Svet Ganov
026e959d11
am 0abcda59: am fdef09ec: Merge "Sometimes historical printers not properly ordered." into lmp-mr1-dev
...
* commit '0abcda5929aac1746219c87dbdd26c33d990f3c6':
Sometimes historical printers not properly ordered.
2014-10-24 16:52:44 +00:00
Selim Cinek
edac8c895a
am 31e307e6: am 1b459f89: Merge "Cleaned up status bar closing handling" into lmp-mr1-dev
...
* commit '31e307e6009c6461c8abc06a25d1be834e11d2a5':
Cleaned up status bar closing handling
2014-10-24 16:52:39 +00:00
Svet Ganov
0abcda5929
am fdef09ec: Merge "Sometimes historical printers not properly ordered." into lmp-mr1-dev
...
* commit 'fdef09ecef877605f47cc763eb497364f27e5c45':
Sometimes historical printers not properly ordered.
2014-10-24 16:48:26 +00:00
Selim Cinek
31e307e600
am 1b459f89: Merge "Cleaned up status bar closing handling" into lmp-mr1-dev
...
* commit '1b459f89a738fa913ed12fe893e435b2f6cc9416':
Cleaned up status bar closing handling
2014-10-24 16:48:21 +00:00
Svet Ganov
fdef09ecef
Merge "Sometimes historical printers not properly ordered." into lmp-mr1-dev
2014-10-24 16:42:18 +00:00
Selim Cinek
1b459f89a7
Merge "Cleaned up status bar closing handling" into lmp-mr1-dev
2014-10-24 16:41:19 +00:00
Selim Cinek
dbbcfbe8ae
Cleaned up status bar closing handling
...
This could lead to a bug where there was a hole in the shade.
Bug: 17961295
Change-Id: Ief4bb3f79433a062c4904329e7ca130987d7fe0f
2014-10-24 17:52:35 +02:00
Christoph Studer
438238eefa
am 629a9a0b: am 6709fba9: Merge "SysUI: Reset ExpandableNotiRow.mActualHeight on reset()" into lmp-mr1-dev
...
* commit '629a9a0b392026169287fde5d168593fa228ec55':
SysUI: Reset ExpandableNotiRow.mActualHeight on reset()
2014-10-24 15:26:03 +00:00
Christoph Studer
629a9a0b39
am 6709fba9: Merge "SysUI: Reset ExpandableNotiRow.mActualHeight on reset()" into lmp-mr1-dev
...
* commit '6709fba99e76480ae2728a7832c0c9796a11658a':
SysUI: Reset ExpandableNotiRow.mActualHeight on reset()
2014-10-24 15:20:40 +00:00
Christoph Studer
6709fba99e
Merge "SysUI: Reset ExpandableNotiRow.mActualHeight on reset()" into lmp-mr1-dev
2014-10-24 15:15:03 +00:00
Selim Cinek
1aa2876c37
am 962c5ab8: am 2985dd76: Merge "Fixed a bug where the indication text could get too high" into lmp-mr1-dev
...
* commit '962c5ab8490c268ec55feff98466fab654116ea1':
Fixed a bug where the indication text could get too high
2014-10-24 15:08:22 +00:00
Selim Cinek
962c5ab849
am 2985dd76: Merge "Fixed a bug where the indication text could get too high" into lmp-mr1-dev
...
* commit '2985dd763b21c63f54ef3d5f26cae249480ea05a':
Fixed a bug where the indication text could get too high
2014-10-24 15:03:06 +00:00
Selim Cinek
2985dd763b
Merge "Fixed a bug where the indication text could get too high" into lmp-mr1-dev
2014-10-24 14:57:01 +00:00
Christoph Studer
7ffa8dad6f
am c10f39d5: am 5c1a4965: Merge "SysUI/NoMan: Log clicks on notification buttons" into lmp-mr1-dev
...
* commit 'c10f39d536aebbdd7d6b30ac2dfcfcf6b51772f8':
SysUI/NoMan: Log clicks on notification buttons
2014-10-24 14:38:25 +00:00
Christoph Studer
c10f39d536
am 5c1a4965: Merge "SysUI/NoMan: Log clicks on notification buttons" into lmp-mr1-dev
...
* commit '5c1a49651b4e0a15a938560394bffeaeb5718f72':
SysUI/NoMan: Log clicks on notification buttons
2014-10-24 14:33:59 +00:00
Adrian Roos
e1ebc94c7b
am e5c5b948: am e01f4e27: Merge "Set the right expanded state" into lmp-mr1-dev
...
* commit 'e5c5b948c77d586fe677eaf56445404670b61d39':
Set the right expanded state
2014-10-24 14:29:49 +00:00
Christoph Studer
5c1a49651b
Merge "SysUI/NoMan: Log clicks on notification buttons" into lmp-mr1-dev
2014-10-24 14:29:20 +00:00
Adrian Roos
e5c5b948c7
am e01f4e27: Merge "Set the right expanded state" into lmp-mr1-dev
...
* commit 'e01f4e273803f4f971032261ea0a92ceeaa5a926':
Set the right expanded state
2014-10-24 14:24:11 +00:00
Adrian Roos
e01f4e2738
Merge "Set the right expanded state" into lmp-mr1-dev
2014-10-24 14:19:36 +00:00
Jason Monk
fbebf9d031
am 4e904890: am ef255fce: Merge "Fix talkback name of screen pinning button" into lmp-mr1-dev
...
* commit '4e904890c619e1eaf899ffe635c213e4b89d8c0e':
Fix talkback name of screen pinning button
2014-10-24 14:04:40 +00:00
Jason Monk
4e904890c6
am ef255fce: Merge "Fix talkback name of screen pinning button" into lmp-mr1-dev
...
* commit 'ef255fce94e857a071ef6d0485e33d234fbad0f0':
Fix talkback name of screen pinning button
2014-10-24 14:00:21 +00:00