summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Add backup configuration action to Privacy settingsChristopher Tate2010-12-091-6/+30
| | | | | | | | | | | | | | | Settings now queries the backup manager for a configuration Intent and text descriptive of the state of the currently-active transport. These are used by a new Intent PreferenceScreen within the backup section of the Privacy settings UI. When touched, the Configure item launches the Intent supplied by the transport; when no such Intent is available, the item is disabled. The summary text describing the current backup state is also supplied by the transport. Bug: 2753632 Change-Id: I3d8fb3d4b08a2b6fa8d3ad8f9e02a66430948423
* removing explicit setting of time/date pciker dialogsSvetoslav Ganov2010-12-071-2/+0
| | | | Change-Id: Ic92a3de895735fc019ca506f904d63f23c82ec8f
* Add usage bar chart to storage preferencesKenny Root2010-12-063-76/+519
| | | | Change-Id: Ic3c118ac9194e226e6384e01c9ea7e150b1d9521
* scan immediately when user indicates soIrfan Sheriff2010-12-031-1/+5
| | | | | Bug: 3242989 Change-Id: Ia15d7a61a40b64830a7840b7d31e6b5f96b2ad78
* Use new config change broadcastsIrfan Sheriff2010-12-031-2/+4
| | | | | Bug: 3237735 Change-Id: I29e2807f76d54354bf501b2e7655f49386e6bf95
* Fix crash when removing account.Amith Yamasani2010-12-031-0/+1
| | | | Bug: 3248351
* Move Account & sync settings into Settings app.Amith Yamasani2010-12-0113-93/+1498
| | | | | | Fragmentized some of the activities and moved buttons into the menu area. Bug: 3148844
* Fix 3201870: Move OwnerInfo settings to Location&Security.Jim Miller2010-11-302-15/+22
| | | | | | | | This moves OwnerInfo into Location&Security and adds the necessary logic to only show it in modes that make sense- Lock (when not disabled) and Unlock (pattern, pin, password). Change-Id: I3549dc4d956406aea3d63cd06d37bcea27a5b555
* Merge "Fix 3024522: Add new "Off" setting to LockScreen options."Jim Miller2010-11-291-8/+16
|\
| * Fix 3024522: Add new "Off" setting to LockScreen options.Jim Miller2010-11-191-8/+16
| | | | | | | | | | | | | | This allows the user to tell the device to not show lock screen at all as long as the DevicePolicyManager allows it. Change-Id: Id46002500b47fc955565be197ac78b7b13b6757d
* | am b68b35dd: am 04b646df: Merge "Possible NumberFormatException of parseInt ↵Jean-Baptiste Queru2010-11-291-1/+1
|\ \ | | | | | | | | | | | | | | | | | | is outside try-catch" * commit 'b68b35dd6a12b728924e5a7afc64ea58cd242c65': Possible NumberFormatException of parseInt is outside try-catch
| * \ am 04b646df: Merge "Possible NumberFormatException of parseInt is outside ↵Jean-Baptiste Queru2010-11-291-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | try-catch" * commit '04b646df1e9f00719d2d547fa1da59407bb6be67': Possible NumberFormatException of parseInt is outside try-catch
| | * | Possible NumberFormatException of parseInt is outside try-catchPeter Kuterna2010-11-281-1/+1
| | | | | | | | | | | | | | | | Change-Id: I77c1e41185a8d3a1724af848d6bbfbb1da816b55
* | | | Merge "Don't use the internal data-enable mechanism"Robert Greenwalt2010-11-291-2/+6
|\ \ \ \
| * | | | Don't use the internal data-enable mechanismRobert Greenwalt2010-11-241-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use public stuff. Note that the public stuff will move soon to Telephony, but one step at a time. Change-Id: Id81ee0ffb0f67d762b5ad0c813f692842dc170b0
* | | | | Merge "Call showInputMethodPicker instead of showInputMethodSubtypePicker"satok2010-11-241-1/+1
|\ \ \ \ \
| * | | | | Call showInputMethodPicker instead of showInputMethodSubtypePickersatok2010-11-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - because showInputMethodSubtypePicker will be removed. Change-Id: I01086d29663a14f4ebf9d8dfa9376735af2e193d
* | | | | | Merge "Update supported profiles for voice capability."Jaikumar Ganesh2010-11-243-50/+50
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Update supported profiles for voice capability.Jaikumar Ganesh2010-11-233-50/+50
| | |_|_|/ | |/| | | | | | | | | | | | | Change-Id: If12f97ccc5d7d54d8d3e470dd4bc91fe9119b9cd
* | | | | Act on supplicant changes only when disconnectedIrfan Sheriff2010-11-241-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When wifi network state is disconnected, supplicant state changes provide more fine grained information to display. When network is connected, the UI should ignore supplicant state changes. Change-Id: I46aa8c2ba80303aae5c74415825102a13cc41380
* | | | | Merge "Restore compareTo behavior of access point list"Irfan Sheriff2010-11-242-31/+30
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Restore compareTo behavior of access point listIrfan Sheriff2010-11-232-31/+30
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Comparator with TreeList that was added during wifi set up changes does not work well since access point can change later. Restore the old compareTo behavior. Change-Id: I75681fea616792e9fd134c0d71762b4e0d46ffd6
* | | | Move icons to mipmap.Ying Wang2010-11-231-1/+1
|/ / / | | | | | | | | | Change-Id: If3bd32658300cb028411d1aa7a3f56d8c1d234eb
* | | Use separate settings for host and port.Robert Greenwalt2010-11-192-48/+36
| | | | | | | | | | | | | | | | | | | | | | | | IPv6 uses ':' in addresses so it's a bad thing to use as a separator. Rather than find another separator we'll just store them separately. bug:2700664 Change-Id: Ia6c40891ab9f3f44edd65d8ff7a2a1f7a24cf06e
* | | Merge "Use the new Preference:icon attribute and placeholder for showing ↵Amith Yamasani2010-11-176-8/+9
|\ \ \ | | | | | | | | | | | | icons on the left."
| * | | Use the new Preference:icon attribute and placeholder for showing icons on ↵Amith Yamasani2010-11-176-8/+9
| | | | | | | | | | | | | | | | the left.
* | | | Merge "Conditional remove "haptic" settings if there's no vibrator"Amith Yamasani2010-11-172-4/+14
|\ \ \ \
| * | | | Conditional remove "haptic" settings if there's no vibratorAmith Yamasani2010-11-172-4/+14
| |/ / / | | | | | | | | | | | | Bug: 3193801
* | | | Use Handler to delay enabling skip button.Daisuke Miyakawa2010-11-171-78/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - enable skip button after a while - stop ignoring wifi status Bug: 3186913 Change-Id: Ia565f77ecb0d11ad514548774b49d8eda6db4ff8
* | | | Fix issue #3163240: Blank running services screen after returningDianne Hackborn2010-11-162-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from any specific service Also get rid of async Vpn thing since the framework problem is fixed. Change-Id: Ic7aafd666ea11b036e3e42c55332620db1fdf154
* | | | Refactor DateTimeSettingsSetup.Daisuke Miyakawa2010-11-162-71/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use Popup instead of bare fragment. - Expose Adapters in ZonePicker.java so that it can be used outside the fragment. - Fix layout Bug: 3175603 Change-Id: I2726fde4fa1a9aea1ecb29b6aa2d23dbc54232b9
* | | | Merge "Show option in DateTimeSettings."Daisuke Miyakawa2010-11-161-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Show option in DateTimeSettings.Daisuke Miyakawa2010-11-151-0/+1
| | | | | | | | | | | | | | | | Change-Id: Ia6bd6cc22ec154b83879c488274bd2b0cfe238d2
* | | | Merge "Jump to top-level settings when launched from system bar or Settings ↵Amith Yamasani2010-11-161-0/+14
|\ \ \ \ | | | | | | | | | | | | | | | shortcut."
| * | | | Jump to top-level settings when launched from system bar or Settings shortcut.Amith Yamasani2010-11-161-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3192808 Also switch back to Theme.Holo, as Theme.Holo.Extended is deprecated.
* | | | | Merge "Remove the limit of available Wi-Fi networks"Daisuke Miyakawa2010-11-151-9/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove the limit of available Wi-Fi networksDaisuke Miyakawa2010-11-151-9/+0
| |/ / / | | | | | | | | | | | | Change-Id: Ib9cf6753683ecf4d531c76cf1134757ad7d70c47
* | | | Merge "Don't show battery usage information if data is bogus."Amith Yamasani2010-11-151-10/+20
|\ \ \ \ | |/ / / |/| | |
| * | | Don't show battery usage information if data is bogus.Amith Yamasani2010-11-121-10/+20
| | | |
* | | | Merge "Stop showing software keyboard when appropriate"Daisuke Miyakawa2010-11-122-12/+21
|\ \ \ \
| * | | | Stop showing software keyboard when appropriateDaisuke Miyakawa2010-11-122-12/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change assumes the structure inside layout file. We will change the structure inside the layout, so fundemental fix should come along the layout change. Also let software keyboard hide when appropriate. onBackButtonPressed() loses the focus and hiding the keyboard doesn't work fine after the call. Bug: 3192886 Change-Id: Ifd28d1f1fd0d6f72dc1c32c066dd793c6f9f36ab
* | | | | Not to set IME when the current IME was disabled, because framework will ↵satok2010-11-133-34/+10
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | find an applicable IME when the current IME was unset. Bug: 3186000 - This enables us to share the code between Settings and the framework. - Removed the parameter for lastImeTicked because an applicable IME can be found in the framework. Change-Id: Icfb6168c5a22506f225bfe58425adeb540835456
* | | | Merge "Set attachToRoot instead of manually doing so."Daisuke Miyakawa2010-11-122-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Set attachToRoot instead of manually doing so.Daisuke Miyakawa2010-11-122-2/+2
| | | | | | | | | | | | | | | | | | | | Bug: 3053354 Change-Id: I065c16cd5af3b438d02d6a0b0da080295e9c17cb
* | | | Buttons in battery details now switch fragments.Dianne Hackborn2010-11-121-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | These were launching a whole new settings activity. Change-Id: I6876acf54d484119eec339c8597b5d9d843bae56
* | | | Fix VPN settings flow.Amith Yamasani2010-11-124-70/+57
|/ / / | | | | | | | | | Bug: 3053019
* | | Start fragmentizing battery usage.Dianne Hackborn2010-11-115-134/+145
| | | | | | | | | | | | Change-Id: I0864f6738b37c3203e166bb8f7e61e8904d9980a
* | | Comment out hidden method call.Daisuke Miyakawa2010-11-111-1/+1
| | | | | | | | | | | | | | | Bug: 3053354 Change-Id: I5fb5d6eb33e50209c85a95065ac3d0cefb983f6b
* | | Delay showSoftInput() call.Daisuke Miyakawa2010-11-112-18/+43
| | | | | | | | | | | | | | | | | | | | | | | | We need to wait onFocusView() call back for actually showing software keyboard. Bug: 3053354 Change-Id: Idd946e3b8a372ddbabb8b36600c77290f77a06e6
* | | Merge "Enable wifi on XL Wifi setup."Daisuke Miyakawa2010-11-111-0/+4
|\ \ \