Svetoslav Ganov
624181af38
Merge "Settings are restored in alphabetical order rather in order of dependency." into ics-factoryrom
2011-09-21 19:06:26 -07:00
Svetoslav Ganov
a571a5836c
Settings are restored in alphabetical order rather in order of dependency.
...
Settings were restore in alphabetical order and capturing dependency
among them required keys to be chosen in such a way that after sorting
they apprear in dependency order. Now settings are exported and restored
in the order they are declared in the arrays of settings to backup.
Hence, the order in this array will capture the dependency order.
bug:5343351
Change-Id: I93a40bcdd194943cd6f85aa18f1557d546e38274
2011-09-21 18:21:24 -07:00
Daniel Sandler
d5c16c6c7c
Properly generate systemUiVisibilityChanged callbacks.
...
User activity is supposed to immediately revert
HIDE_NAVIGATION, but we were just showing the navigation bar
directly. By routing through the service we'll generate
callbacks for everyone.
At long last, SYSTEM_UI_FLAG_HIDE_NAVIGATION will work like
lights out (now called SYSTEM_UI_FLAG_LOW_PROFILE) which
worked well enough in Honeycomb.
Bug: 5052456
Change-Id: I677f1295e1208c1aec48a4a9c8a6850916688388
2011-09-21 13:34:29 -04:00
Justin Ho
13dfa095c2
am 7a2063b1: Merge "New sync icon for Phone stat_sys area Bug: 5076774" into ics-factoryrom
...
* commit '7a2063b1d59dd6d7575dc91b6dd93b4a8d462b16':
New sync icon for Phone stat_sys area Bug: 5076774
2011-09-21 09:17:41 -07:00
Justin Ho
7a2063b1d5
Merge "New sync icon for Phone stat_sys area Bug: 5076774" into ics-factoryrom
2011-09-21 09:15:53 -07:00
Justin Ho
f888f3ffa0
am 9d48b578: Merge "Fixing low battery dialog" into ics-factoryrom
...
* commit '9d48b578096a14441e2063c0e54dbba4340fa178':
Fixing low battery dialog
2011-09-21 08:01:18 -07:00
Justin Ho
9d48b57809
Merge "Fixing low battery dialog" into ics-factoryrom
2011-09-21 07:59:32 -07:00
Justin Ho
9f176580c2
New sync icon for Phone stat_sys area
...
Bug: 5076774
Change-Id: I06a3d6be5818279b751b411485e8161493eac43c
2011-09-20 18:16:48 -07:00
Peter Ng
dee5b17094
Merge "Slightly transparent notification header to match visuals of the dropdown handle"
2011-09-20 17:53:50 -07:00
Peter Ng
3378dfe365
Slightly transparent notification header to match visuals of the dropdown handle
...
-tested over actionbars which we originally thought would be problematic
Change-Id: Ia69d9bd438941682def896d014c0ee16544d9f8d
2011-09-20 16:34:08 -07:00
Justin Ho
1d55f27445
Fixing low battery dialog
...
Change-Id: I58f7a4ed1c525fd4db4f2e9b60badeb0bdb3d519
2011-09-20 16:30:47 -07:00
Eric Fischer
01ad2a3fa7
Merge "Import revised translations. DO NOT MERGE" into ics-factoryrom
2011-09-20 15:35:23 -07:00
Eric Fischer
63664daaff
Import revised translations. DO NOT MERGE
...
Change-Id: Id625c4d16121cadef5c8c7326f3458fa0d5d96a3
2011-09-20 15:20:06 -07:00
John Huang
9200109c9d
am edc8029b: Merge "Retain signal level even when data is offline." into ics-factoryrom
...
* commit 'edc8029b8b9ac9233e4dc73f05415265bac712de':
Retain signal level even when data is offline.
2011-09-20 14:36:08 -07:00
Daniel Sandler
f37c2e0afb
am d1d07432: Merge "More debug logs for RSSI updates." into ics-factoryrom
...
* commit 'd1d074326d81b6a92cff5a5fc279b8c9177cc7aa':
More debug logs for RSSI updates.
2011-09-20 14:14:15 -07:00
Michael Jurka
06b7deb8c0
am 2d69cff8: Merge "Fix crash in recent apps" into ics-factoryrom
...
* commit '2d69cff88e262569ac1284e2048f2a6c3aca6639':
Fix crash in recent apps
2011-09-20 14:13:53 -07:00
Daniel Sandler
da49dac48d
Retain signal level even when data is offline.
...
Also disable extremely verbose RSSI logging.
Bug: 5340142
Change-Id: I051a4cec5651a0734db2666526b16037d7053a1e
2011-09-20 15:39:50 -04:00
Daniel Sandler
d1d074326d
Merge "More debug logs for RSSI updates." into ics-factoryrom
2011-09-20 11:47:50 -07:00
Daniel Sandler
c49e195da4
More debug logs for RSSI updates.
...
Bug: 5340142
Change-Id: I1f7f106301d3942cc88d21d97a6c732c712e4516
2011-09-20 14:30:50 -04:00
Eric Fischer
afe9461b52
Merge "Import revised translations."
2011-09-20 10:54:52 -07:00
Michael Jurka
2d69cff88e
Merge "Fix crash in recent apps" into ics-factoryrom
2011-09-20 10:49:48 -07:00
Daniel Sandler
f1ebcee224
Fix MENU icon weirdness. (DO NOT MERGE)
...
(Broken by change I7cbb7bbf.)
Bug: 5308636
Change-Id: I30ca20f62bd140a823eb926a9a0521c4d6014680
2011-09-20 13:38:22 -04:00
Eric Fischer
50c83888a6
Import revised translations.
...
Change-Id: I5e375bebc8f74d9108a929246f16608427ce9317
2011-09-20 10:21:56 -07:00
Daniel Sandler
3144a6ca15
Stop clobbering the systemUiVisibility on navbar touch. (DO NOT MERGE)
...
Bug: 5328284
Change-Id: Ib49af35a7919dbf1cdb99f357798101d2534e853
2011-09-20 11:12:15 -04:00
Daniel Sandler
4cea3b4bd1
Fix disappearing nav icons. (DO NOT MERGE)
...
Bug: 5328284
Change-Id: Iaa20454cff9f5a340da7b0c71190796445e8a205
2011-09-20 11:12:00 -04:00
Daniel Sandler
291c6d789d
Merge "Fix disappearing nav icons."
2011-09-20 07:47:45 -07:00
Daniel Sandler
0559e6138f
Merge "Stop clobbering the systemUiVisibility on navbar touch."
2011-09-20 07:47:40 -07:00
Daniel Sandler
f0e8daa405
Fix disappearing nav icons.
...
Bug: 5328284
Change-Id: Iaa20454cff9f5a340da7b0c71190796445e8a205
2011-09-20 10:46:26 -04:00
Justin Ho
719797b9a6
am 54ecf3c6: Merge "Updated Status bar icons Bug: 5297795" into ics-factoryrom
...
* commit '54ecf3c636dda257cbfd22b3bc86afff8c910372':
Updated Status bar icons Bug: 5297795
2011-09-19 17:51:38 -07:00
Justin Ho
54ecf3c636
Merge "Updated Status bar icons Bug: 5297795" into ics-factoryrom
2011-09-19 17:49:53 -07:00
Michael Jurka
df9d4e88db
Merge "Speeding up Recent Apps"
2011-09-19 15:11:23 -07:00
Michael Jurka
57e4d44f09
Speeding up Recent Apps
...
- removing unused calls on startup
- no longer compositing bitmaps against a background bitmap
Change-Id: If26812ef475d5d972d98dd1cb9f7f741eeb99dae
2011-09-19 14:49:59 -07:00
Justin Ho
63b153b060
Updated Status bar icons
...
Bug: 5297795
Change-Id: Ie99288166e4680fff0e3369201aec72d498d8992
2011-09-19 13:35:10 -07:00
Michael Jurka
7e9c49c8eb
Fix crash in recent apps
...
Bug #5332922
Change-Id: I223cdd306c6872cc47c53456da195c0d83c8f8bd
2011-09-19 11:18:19 -07:00
Daniel Sandler
da1b819595
Stop clobbering the systemUiVisibility on navbar touch.
...
Bug: 5328284
Change-Id: Ib49af35a7919dbf1cdb99f357798101d2534e853
2011-09-19 14:16:25 -04:00
Michael Jurka
43fc2d3cb4
am b0a1f197: Merge "Added "No recent apps" message on phones" into ics-factoryrom
...
* commit 'b0a1f197303d520d788ba11fcb0ac56f3a3c8604':
Added "No recent apps" message on phones
2011-09-19 10:34:39 -07:00
Michael Jurka
b0a1f19730
Merge "Added "No recent apps" message on phones" into ics-factoryrom
2011-09-19 10:33:08 -07:00
Michael Jurka
6d66708706
Added "No recent apps" message on phones
...
Change-Id: I00bf163369775b79377090b7a9dae0c94ce5d0ac
2011-09-16 17:24:25 -07:00
Eric Fischer
db506e7699
Import revised translations. DO NOT MERGE
...
Change-Id: Ibae2079f2de6ae74d12a88e3c6f6f52b3010990f
2011-09-16 15:18:46 -07:00
Daniel Sandler
56598cd4d3
Fix MENU icon weirdness.
...
(Broken by change I7cbb7bbf.)
Bug: 5308636
Change-Id: I30ca20f62bd140a823eb926a9a0521c4d6014680
2011-09-15 16:08:45 -04:00
Daniel Sandler
369711f89b
Merge "Fix overlapping wifi and airplane icons."
2011-09-15 07:56:48 -07:00
Chia-chi Yeh
89dea78603
Merge "VpnDialogs: add string description for translation."
2011-09-15 00:06:23 -07:00
Peter Ng
428dd26cd5
Merge "Status_bar_close that works on light and dark"
2011-09-14 20:27:14 -07:00
Peter Ng
669a8193bb
Status_bar_close that works on light and dark
...
-No more blue, black works throughout all screens
-removed blue line from drop down handle because it was very problematic when a user has several notifications in their scrollview combined with the removal of fadingEdge vertical
-title_bar_shadow has an increased height
Change-Id: I8a291039b9c47c32ce289787612b050fd95e1fc4
2011-09-14 18:57:41 -07:00
Daniel Sandler
d9283b9031
Fix NPE.
...
Also remove unneeded log.
Bug: 5320647
Change-Id: If62b491ceb25d26195dea694fe0b5cd83c0f6305
2011-09-14 21:55:13 -04:00
Christopher Tate
687f643fca
Merge "Use string resources instead of inline literals for progress toasts"
2011-09-14 18:18:36 -07:00
Chia-chi Yeh
f63c17d741
VpnDialogs: add string description for translation.
...
Change-Id: Id826838661e8cfa20d01a4f51943f7744a2665e2
2011-09-14 18:09:59 -07:00
Dianne Hackborn
ca7b656833
Merge "Fix issue #5283365 : Rotating the device to portrait mode, hides the keyboard partly"
2011-09-14 17:58:18 -07:00
Dianne Hackborn
1f903c3b57
Fix issue #5283365 : Rotating the device to portrait mode, hides the keyboard partly
...
PhoneWindowManager now takes full responsibility for deciding where the
navigation bar goes. This gets rid of a bunch of race conditions with
determining layout while the nav bar is moving itself at the same time
the window manager is computing a new configuration.
Note that this breaks the "nav bar on left" option. The current nav
bar code could also be cleaned up some more to completely drive its
behavior based on onSizeChanged() happening during relayout.
Change-Id: I1651d74c3464ba0d588aab3049e099c78420146a
2011-09-14 17:56:40 -07:00
Christopher Tate
28b591c2a4
Use string resources instead of inline literals for progress toasts
...
...in the full backup/restore confirmation UI.
Change-Id: I858a2d7017450f016afe5052aa37161a1c89c281
2011-09-14 17:34:52 -07:00