Commit Graph

2998 Commits

Author SHA1 Message Date
Chia-chi Yeh
97fd85fd97 VpnSettings: add status report.
Change-Id: Ia050d997524b39868e6acce82d12b0415909ab77
2011-07-04 03:35:39 -07:00
satok
4c5fdcc3f7 Update settings for aux imes
Change-Id: I7528241eb0882fa5fae2a80e380375683cce2075
2011-07-04 17:47:11 +09:00
Chia-chi Yeh
5c9e37c295 VpnSettings: rename some variables.
Change-Id: I0550bebc55a42ad11768729d098ff5258442747e
2011-07-03 03:12:46 -07:00
Chia-chi Yeh
7606a2f4f3 VpnSettings: switch to the new user interface.
Change-Id: I7158cd8f146677b2823cfa936792fd232a37ae28
2011-07-02 17:45:23 -07:00
Chia-chi Yeh
e391a7690d Merge changes I266f8403,Ia4dc4b23
* changes:
  VpnSettings: hook up the legacy VPN with IConnectivityManager.
  VpnSettings: IPSec Hybrid RSA does not need user certificate.
2011-07-02 17:29:09 -07:00
Chia-chi Yeh
d95ec87113 VpnSettings: hook up the legacy VPN with IConnectivityManager.
The status report is not implemented yet.

Change-Id: I266f840371e3698f779124d5e67bafe4d272cd94
2011-07-02 17:26:26 -07:00
Chia-chi Yeh
0082d17ce7 VpnSettings: IPSec Hybrid RSA does not need user certificate.
Apparently I was confused...

Change-Id: Ia4dc4b2399cffaf2e7a738b93212e821eb6d481d
2011-07-02 17:24:15 -07:00
Dianne Hackborn
5d77fc66e4 Merge "Move the main interesting DevTools settings into the main settings app." 2011-07-01 19:09:56 -07:00
Dianne Hackborn
eddc4fe89c Move the main interesting DevTools settings into the main settings app.
These are in the "development" section of the settings app, expanding
on ADB and other stuff that is already there.

Change-Id: I61a4955df0c548dcf1f39be46d21e8b8d02e454a
2011-07-01 18:56:55 -07:00
Gilles Debunne
fc1cccd74f Merge "AdvancedSettings replaced by AdvancedWifiSettings" 2011-07-01 15:04:20 -07:00
Chia-chi Yeh
50e53742f1 Merge "VpnSettings: rename some fields." 2011-06-30 23:36:52 -07:00
Chia-chi Yeh
2fa9eade41 VpnSettings: rename some fields.
Change-Id: I999b773192d167f21c4a684c1864c37b9a433390
2011-06-30 23:34:53 -07:00
Johannes Carlsson
8258dc23d3 Fix NPE due to missing ProcessItem.mPackageInfo
The reason was that a item was removed from the SparseArray while
iterating it causing one ProcessItem to be skipped in the loop which
makes sure that mPackageInfo is not null. This happens when all
processes for one uid is stopped and a new process is created.
This problem was found by running monkey.

Change-Id: I5e9a76e8007819d5e6d9ba15af0c2362da193526
2011-07-01 07:56:27 +02:00
Brian Carlstrom
9a2ffdce98 Merge "Fix TrustedCredentialsSettings for small screens" 2011-06-30 18:06:31 -07:00
Brian Carlstrom
91615cfa9e Fix TrustedCredentialsSettings for small screens
Change-Id: I01149a88b044d0f95db01039aabba62666e8f397
2011-06-30 17:57:42 -07:00
Gilles Debunne
dcff7338ad AdvancedSettings replaced by AdvancedWifiSettings
Change-Id: Ie51d14c9961e8780c8774bbe56e113cf85357817
2011-06-30 17:21:09 -07:00
John Wang
ab824c8161 am f44308a7: Display FCC id for LTE in Settings.
* commit 'f44308a78d35db9cc211f26cd811c067460b18f1':
  Display FCC id for LTE in Settings.
2011-06-30 16:41:15 -07:00
John Wang
f44308a78d Display FCC id for LTE in Settings.
If ro.ril.fccid is set by RIL, display it at Settings -> About Tablet -> FCC Equipment ID.

bug:4965501
Change-Id: I920ab071bf1997c4fbf3ce81f88e24f512d004c3
2011-06-30 16:33:54 -07:00
Gilles Debunne
9416136b4d Bluetooth messages improved.
Tap to pair in place of searching. Message when no device is found.

Change-Id: I0a4b1fa140e8a30b154ae2686e9c75d3768fc44e
2011-06-30 15:44:07 -07:00
Amith Yamasani
2d9357f6d0 Fix a crash on certain devices in Storage settings.
Bug: 4980974
Change-Id: If4b89f9cb1813c30ced6d7093381a01a5aa00346
2011-06-30 11:08:41 -07:00
satok
3fa13775e8 Implement new UI for IME settings
Bug: 4645160

Change-Id: If9046e7e96732f6ee4c0594cc66622b6462bdec9
2011-06-30 20:13:29 +09:00
Matthew Xie
dbed12020c Show user dialog for BT connection and phonebook access
Show user dialog for incoming BT connection requests from unknown
devices. Move phone book access permission dialog from bluetooth to settings.
The permision dialog pops up to the screen properly instead of
always as notification. AT+CPBR will also use the permission dialog
to ask for user permission.

bug 4489572

Change-Id: Ic1e74b2a9416a462cac4f519240a313691da90c4
2011-06-29 23:33:26 -07:00
Dianne Hackborn
29865fed4d Merge "Fix up storage UI for old USB storage." 2011-06-29 17:37:47 -07:00
Gilles Debunne
c98357a4b4 Merge "Double list in Bluetooth Settings" 2011-06-29 15:59:21 -07:00
Dianne Hackborn
bd9ddab4f4 Fix up storage UI for old USB storage.
- In the storage overview, if storage is not emulated then we have a
new first section showing internal storage.
- In manage applications, we know show storage use on the SD card
separately from internal storage use.

Change-Id: I7eb993f59fdb5de5f5dcfe4a3bc2b95ae30d754a
2011-06-29 15:41:28 -07:00
Chia-chi Yeh
2df5970197 Merge "VpnSettings: generate arguments for PPTP and L2TP IPSec VPNs." 2011-06-29 15:33:58 -07:00
Chia-chi Yeh
bbb5094be6 VpnSettings: generate arguments for PPTP and L2TP IPSec VPNs.
Change-Id: Ia58afa2f6f6d4b1b208bf6b893b8b7712154bdbf
2011-06-29 15:29:28 -07:00
Brian Carlstrom
d1669eac43 Merge "Follow naming conventions of proguard.flags" 2011-06-28 20:05:46 -07:00
Brian Carlstrom
ac45fb42b0 Follow naming conventions of proguard.flags
Change-Id: Idbd136fb25447aa1f6629d8caa17b87924ed3936
2011-06-28 19:57:14 -07:00
Gilles Debunne
4346cda76c Double list in Bluetooth Settings
Paired devices are listed first (from cache), followed by unpaired ones.
A scan is only started on user request or when there is no paired device
(should it be when there is no paired *connected* device?).

Wrench icon only displayed for paired devices.

Wrench click listener no longer uses mDeviceSettings which is unreliable
with ListView view recycling.

Fixed blinking ProgressCategory when the category was first in the list.

Change-Id: Ie749883426c12bd354da64733bd04b00304bc1f5
2011-06-28 18:17:30 -07:00
Daisuke Miyakawa
fe0be7fcbf Remove call settings menu
It will be shown in Contacts app instead

Bug: 4971637
Change-Id: I081708d4b2cf296d0e37dd20f6ac82f37438d9f0
2011-06-28 16:07:44 -07:00
Gilles Debunne
22559fcac9 Merge "Split ActionBar in Settings" 2011-06-28 11:39:46 -07:00
Gilles Debunne
ced7c03a11 Merge "Bug 4950070: correct title in Settings" 2011-06-28 11:38:42 -07:00
Gilles Debunne
083dd99de5 Merge "Minor changes in Settings" 2011-06-28 11:38:20 -07:00
Jason parks
fadc3974ce Merge "Check to see if the power source is a valid charger." 2011-06-28 09:10:06 -07:00
Narayan Kamath
8cb0982982 Fix a bug in the TTS settings.
Send the CheckVoiceData intent to the currently
selected engine.

Change-Id: I63d4b7fc935126a0fe7c5717b2455bcf11135b8b
2011-06-28 09:45:26 +01:00
Isaac Levy
5edab9aa08 Merge "Add WifiWatchdogService toggle to Wifi Settings" 2011-06-27 18:30:19 -07:00
Isaac Levy
a2f301cc66 Add WifiWatchdogService toggle to Wifi Settings
Toggle is located in Settings->Wifi Settings->Advanced Wifi Settings

Change-Id: I0f8f2b6353842dae0b47dca1dd48994e42505169
2011-06-27 18:17:42 -07:00
Gilles Debunne
dc7101ff88 Split ActionBar in Settings
Made menu item visible to force action bar, changed style.

Also change parent_fragment for items that have been moved to top level (wifi,
bluetooth, development, battery).

Change-Id: I62932ba55356abdfbf94942f5b4efaa0f15dbd6a
2011-06-27 17:00:23 -07:00
Brian Carlstrom
f6f4e303ab CA certificate settings fragment
Change-Id: I8d4b595d6cc8d20be9bea655c7674c86a9183818
2011-06-27 15:16:42 -07:00
Marco Nelissen
3a5079823a Merge "Fix crash in Settings" 2011-06-27 14:58:57 -07:00
Dianne Hackborn
3937b15bbf am c9a477ae: am e3cfa9bc: am 13bac39d: Remove obsolete compat mode UI.
* commit 'c9a477aeaccda8a6fec48ee02ef04d5f7285097a':
  Remove obsolete compat mode UI.
2011-06-27 14:15:10 -07:00
Marco Nelissen
5d4b25c9a7 Fix crash in Settings
Change-Id: Idfc3a7e91caa1d8007db0c4bee856cfe0cbd2905
2011-06-27 14:11:26 -07:00
Gilles Debunne
3661b62c99 Bug 4950070: correct title in Settings
isMultiPane does not seem to be adequate for these tests.
It actually may have to be changed...

Change-Id: I23ddca31bb0324c1473f1a7048db3d6271583414
2011-06-27 11:19:19 -07:00
Chia-chi Yeh
6320a2699c Merge "Settings: revise VpnSettings." 2011-06-26 19:26:15 -07:00
Chia-chi Yeh
310d619acb Settings: revise VpnSettings.
Make the style closer to other settings.
Profiles are saved in KeyStore with optional account information.
Not adapt to IConnectivityManager yet.

Change-Id: I9d7a0c14b253a0b355499c5e558b0761fa24ea22
2011-06-26 19:25:59 -07:00
Jeff Sharkey
b9dd8e10ee Merge "Fix animation bugs, stop disabled sweep touches." 2011-06-24 23:13:13 -07:00
Jeff Sharkey
2af35fb44d Fix animation bugs, stop disabled sweep touches.
Change sweep drawables to crossfade correctly between states, and
work around 4946591 by nesting container one level deeper.  Also wait
until first layout pass is finished before applying LayoutTransition.

Prevent touches from reaching sweeps when chart is disabled.  Also
bring back log scale for data.

Change-Id: I2194714ab075fd32525681119f30427c1b96fc50
2011-06-24 23:11:51 -07:00
Gilles Debunne
362bd107a1 Minor changes in Settings
Battery moved to main menu.

Change-Id: I0db89c197a1256aaac35ceb95bfa4a567ea6613f
2011-06-24 16:20:35 -07:00
David Brown
8373b45169 Add "emergency call" button to CryptKeeper
This allows you to make an emergency call without needing to decrypt
your device first.

The exact appearance of the button, and the two possible icons shown to
the left of the text, are taken directly from the corresponding
framework resources (see keyguard_screen_*.xml, ic_emergency.png, and
stat_sys_phone_call.png.)

Also, the code in CryptKeeper.java for updating the state of, and
handling clicks from, the "Emergency call" button is mostly duplicated
from the corresponding code in LockPatternUtils and
LockPatternKeyguardView under frameworks/base.

Bug: 4494186
Change-Id: I36a713fdbc3281a7ba46762d47d5b61fb3cd194d
2011-06-24 16:18:30 -07:00