summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Update power usage UI to follow WIFI data changes.Dianne Hackborn2010-09-173-20/+92
| | | | | | | | Now handles WIFI start times being distributed across applications, and collapses all work done in WIFI uid procs (esp that supplicant thing) into the apps and overall WIFI category. Change-Id: I341e5d63c45eeb0fb4121beed62474d947f9de11
* Merge "Don't disconnect the same device before connecting." into gingerbreadJaikumar Ganesh2010-09-161-10/+11
|\
| * Don't disconnect the same device before connecting.Jaikumar Ganesh2010-09-161-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We Pair: Remote device sends incoming connection, we get connected. We get BondingState change and we connect. Settings app disconnects connected profiles and then connects without checking whether we are disconnecting the same device itself. How was it working before ? Settings app used to queue all commands. The disconnect followed by the connect would work but unnecessarily disconnect and then connect. With the queuing moved to framework, the connect fails since the disconnect status has not been broadcasted. Settings app shouldn't be disconnecting connected profiles. That logic should reside in the framework. There is an open bug and when the new APIs get implemented this will get removed. Change-Id: I32a7fa36ff3c3321691c55071498f985dcdcfe8e
* | Merge "Supercalifragilisticexpialidocious." into gingerbreadDianne Hackborn2010-09-142-24/+31
|\ \
| * | Supercalifragilisticexpialidocious.Dianne Hackborn2010-09-142-24/+31
| |/ | | | | | | Change-Id: Ifaece97c80b859cb455eab56230e076eca916f4a
* | Use new apply() instead of commit().Brad Fitzpatrick2010-09-145-10/+9
|/ | | | | | | apply() starts an async disk write and doesn't have a return value but is otherwise identical in observable effects. Change-Id: I0f528607319d7eb5136bb11fce0b24d8741ccdf9
* Merge "OutOfband pairing user dialog." into gingerbreadJaikumar Ganesh2010-09-131-0/+7
|\
| * OutOfband pairing user dialog.Jaikumar Ganesh2010-09-091-0/+7
| | | | | | | | Change-Id: I2f996067b983ad4678814040eb0773fa3968be13
* | Enable the call setting when the VoIP feature is supported.Chung-yih Wang2010-09-111-1/+4
|/ | | | | | | If the VoIP feature is included, the user need to be able to configure the internet call settings even if it is in airplan mode. Change-Id: I00d73fb0d9213162b8a9887cad0f800418446787
* Follow rename.Dianne Hackborn2010-09-031-1/+1
| | | | Change-Id: I255df1429b999943d7b3d2ca2b453045f195fdb9
* BT: The Phone doesn't "wake up" when trying to pair with it.Erik Ljungberg2010-09-011-2/+8
| | | | | | | | | To improve the pairing request usability: - In the case where a notification shall be used the standard notification sound is added - When the screen is off notification is always used. Change-Id: I751a7913517c64de5d7ba06d7c17358197d002c5
* Show correct process dependency for providers.Dianne Hackborn2010-08-311-14/+7
| | | | | | | Use the new API that allows us to always retrieve the desired provider info. Change-Id: I9265d8f169ee34c87f0ca89315ee78bb2ae49674
* Make power control widget be more responsive. Fix StrictMode violations.Brad Fitzpatrick2010-08-271-156/+204
| | | | | | | | | | | | | Also use new location providers changed broadcast intent, and fix a bug introduced in Froyo where we stopped observing the SYSTEM_CLOSE_DIALOGS intent so we fell out of sync (more often) with the sync settings. Now even responsive during the boot I/O storm! (except for toggling brightness, which still does disk writes from the UI thread...) BUG=2956025 Change-Id: I77876ff6e0be2325c15d5f08bb2970edf233f839
* More tricksy.Dianne Hackborn2010-08-191-6/+13
| | | | Change-Id: I4752344e0eea302ba28e907ff5bd5c20f74a82b7
* A couple small settings fixes:Dianne Hackborn2010-08-181-2/+2
| | | | | | | | - Correctly position WIFI/GPS charts. - Start out with running services hidden in case we need to show the progress bar. Change-Id: I8852f334f68f4e9122b5d688d9fd57d0f94d94d8
* Make running services initial update async.Dianne Hackborn2010-08-153-10/+43
| | | | | | Also fix the value show for an app's awake time. Change-Id: I801681d3a1d47a6bb1f3fb8cc5b0ef009201146f
* Some improvements to the battery usage UI:Dianne Hackborn2010-08-135-19/+117
| | | | | | | | | - Show wake lock usage in the battery history. - Show WIFI usage in the battery history. - Show the amount an app has held a wake lock in the app details. - Also fix service run time computation in running services. Change-Id: I5aa959857f83808fbc709f65204f59bbfb73935b
* More version info.Dianne Hackborn2010-08-111-7/+17
| | | | Change-Id: I006951028135e95ce7bb2463f00649a691b5f615
* Manage apps "third party" and "on sd card" filters were swapped.Dianne Hackborn2010-07-302-233/+222
| | | | | | | Also change the app details screen to make use of the common ApplicationsState object for its UI, improving launch performance. Change-Id: I387ed72a06d44aab47a85692c10247ce488c605c
* Improvements to manage apps / running services:Dianne Hackborn2010-07-285-172/+270
| | | | | | | | | | | - Running services now keeps a single data structure to make switching through the UI a lot faster. - Display text when there are no apps. - Fix deadlock. - Add new preference entry to view manage apps for storage use. - Etc. Change-Id: I0f5babf407ed7e84169f59584ddcb6cd0e9d67d9
* Rewrite Manage Applications to be faster and simpler.Dianne Hackborn2010-07-273-1717/+796
| | | | Change-Id: I4cf405e83a369cb935bccf375798557ffd93e14e
* Fix drawing of phone signal chart.Dianne Hackborn2010-07-251-1/+1
| | | | Change-Id: I15253624ab37d3a494a541d813ee1bf2187e145d
* Add UI to report a running service to the developer.Dianne Hackborn2010-07-241-5/+86
| | | | Change-Id: Ia3f666344ee02bc96784b198533392252230bd80
* Add facility to disable system packages.Dianne Hackborn2010-07-242-27/+101
| | | | Change-Id: I762c76993e0f88d255dfc04acbea6c6adea7103d
* Add battery history details activity.Dianne Hackborn2010-07-243-55/+273
| | | | | | | | Adds a full-screen version of the battery history visualization, which you can get to by tapping on the battery history chart in the summary screen. Change-Id: Ibca5ef3d0883ff6ffa80b6ddca3c8ac838c85842
* Merge "Allow soft AP settings config before bring up" into gingerbreadIrfan Sheriff2010-06-251-8/+15
|\
| * Allow soft AP settings config before bring upIrfan Sheriff2010-06-241-8/+15
| | | | | | | | | | Bug: 2538623 Change-Id: I4b927deb0e4981c164744b85e5c85c3fc95a31eb
* | Allow user to see and stop heavy-weight processes.Dianne Hackborn2010-06-244-148/+239
|/ | | | Change-Id: If5caed3972ab03a54fbf8c459cdfc136e4bdc020
* More battery level improvements.Dianne Hackborn2010-06-221-65/+142
| | | | | | | Take into account durations when there is no data due to a reboot. Also show times when charging and screen is on. Change-Id: I84e75efb3339b0596bea3bbca9dbea6d9f864537
* Small improvements to bettery level graphing.Dianne Hackborn2010-06-211-19/+13
| | | | | | | | Deal with data that doesn't start with updates; don't try to make lines horizontal (a battery doesn't change is a battery that is dead!). Change-Id: I10a7938a04cc5ed5e92a55857851d8d70b64c3b6
* Improve battery chart, fuel gauge now shows time since charged.Dianne Hackborn2010-06-162-35/+136
| | | | | Switch default stats to new time since charged. Update to follow API changes. Improve the battery history chart.
* Show history of battery level.Dianne Hackborn2010-06-1110-2264/+539
| | | | | | | | | Also clean up to remove dead code for running services and old battery usage UI. Finally some string improvements from Roy. Change-Id: I8765a4c744b92edd1505f14c47fea57b918e5d7b
* Merge "Fix bug 2713245 - Remove job queue from BT settings" into krakenJaikumar Ganesh2010-06-071-237/+52
|\
| * Fix bug 2713245 - Remove job queue from BT settingsAdam Powell2010-06-071-237/+52
| | | | | | | | Change-Id: I4e7269474cd270f22b16e9317e933ab87bff4929
* | Merge "Changing disconnectHeadset calls." into krakenJaikumar Ganesh2010-06-071-3/+6
|\ \ | |/
| * Changing disconnectHeadset calls.Jaikumar Ganesh2010-06-071-3/+6
| | | | | | | | Change-Id: I2f058f28a09e983cd42e5a74bb4ffea19f07b880
* | New Running Services UI.Dianne Hackborn2010-06-079-1338/+2959
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces a simplified (thanks, dsandler!) UI for Running Services, collapsing the groups of apps and processes into single lines. Tapping on a line moves to a new activity showing details on that group, where the stop functionality is now available. This UI is now also integrated into Manage Applications, as the Running tab. You no longer get a really confusing, misleading, scary list of every package that appears to be laying around for some reason. The code was also re-organized, to put everything related to Manage Applications and Running Services under its own package. There is still some clean-up -- some performance improvements (such as not re-computing the world when we switch to the details view), and if this looks good then eradicating the old running services UI. Change-Id: I3fc059c18060600742cab5b455d11ff74bf45ae3
* | am 273464d5: am aa1f8aee: Clarify backup settingKenny Root2010-06-031-2/+2
|\ \ | | | | | | | | | | | | | | | | | | Merge commit '273464d5a1369a784eebeebaa4a4f8b4371b7699' into kraken * commit '273464d5a1369a784eebeebaa4a4f8b4371b7699': Clarify backup setting
| * \ am aa1f8aee: Clarify backup settingKenny Root2010-06-031-2/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'aa1f8aeeea1c27fe88270cc8b5df970d9f292385' into froyo-plus-aosp * commit 'aa1f8aeeea1c27fe88270cc8b5df970d9f292385': Clarify backup setting
| | * | Clarify backup settingKenny Root2010-06-031-2/+2
| | | | | | | | | | | | | | | | Change-Id: Ifb4497e4ea1453b1afbdd08ed08fddb9055b7251
* | | | am a4966840: am de3e5665: Add phase2 authentication settingsIrfan Sheriff2010-06-031-0/+6
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | | | | | | Merge commit 'a496684019497395b71c6d460501197a74e21e0e' into kraken * commit 'a496684019497395b71c6d460501197a74e21e0e': Add phase2 authentication settings
| * | am de3e5665: Add phase2 authentication settingsIrfan Sheriff2010-06-031-0/+6
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit 'de3e56650d3e12b0bdfeb9311b71e0bb3a80ccc1' into froyo-plus-aosp * commit 'de3e56650d3e12b0bdfeb9311b71e0bb3a80ccc1': Add phase2 authentication settings
| | * Add phase2 authentication settingsIrfan Sheriff2010-06-021-0/+6
| | | | | | | | | | | | | | | Bug: 2734813 Change-Id: Iaf4455577be888f6c78f490b2cc046adef41403e
* | | am 7c5717c0: am b0bcf9f7: Fix NPE in InstalledAppDetails activity when app ↵Jeff Brown2010-05-281-10/+34
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | not found. Merge commit '7c5717c0647bf31d0bf5a3b04971dabb4ee0a16c' into kraken * commit '7c5717c0647bf31d0bf5a3b04971dabb4ee0a16c': Fix NPE in InstalledAppDetails activity when app not found.
| * | am b0bcf9f7: Fix NPE in InstalledAppDetails activity when app not found.Jeff Brown2010-05-281-10/+34
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit 'b0bcf9f7f50b56cb15a72be39fe11fe1351992c1' into froyo-plus-aosp * commit 'b0bcf9f7f50b56cb15a72be39fe11fe1351992c1': Fix NPE in InstalledAppDetails activity when app not found.
| | * Fix NPE in InstalledAppDetails activity when app not found.Jeff Brown2010-05-271-10/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | Added some extra checks to ensure that the activity exits from onCreate, onResume and processMoveMsg promptly when the app info cannot be refreshed. Bug: b/2711730 Change-Id: Ied22fadce09326dd33cf201e5e9281990bf3abbd
* | | Merge "b/2680057 Fixed a bug where bt won't connect when the phone is docked ↵Michael Chan2010-05-272-8/+125
|\ \ \ | | | | | | | | | | | | (if Settings wasn't running)." into kraken
| * | | b/2680057 Fixed a bug where bt won't connect when the phone is docked (if ↵Michael Chan2010-05-272-8/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Settings wasn't running). The fix was to wait for the Bluetooth Headset service to come up before grabbing the settings and connecting. Change-Id: I57affca2fe7d571c96cfeaf9ffe5439a0b02af45
* | | | am c1a587c9: am f3373c99: No quotes for passwordIrfan Sheriff2010-05-261-9/+2
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | | | | Merge commit 'c1a587c9e980d9e341c0b966f1b4014d5c522078' into kraken * commit 'c1a587c9e980d9e341c0b966f1b4014d5c522078': No quotes for password
| * | am f3373c99: No quotes for passwordIrfan Sheriff2010-05-261-9/+2
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit 'f3373c99493878f4689a9d4865323c18a2065c3b' into froyo-plus-aosp * commit 'f3373c99493878f4689a9d4865323c18a2065c3b': No quotes for password