summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* am dd45a47b: Merge change I4d31288f into eclairAmith Yamasani2009-10-291-1/+1
|\ | | | | | | | | | | | | Merge commit 'dd45a47bde9cdb9c27cb3ac3529a34f9789782ec' into eclair-plus-aosp * commit 'dd45a47bde9cdb9c27cb3ac3529a34f9789782ec': Fix for 1974140. Delete entry if not valid on hitting home.
| * Fix for 1974140. Delete entry if not valid on hitting home.Amith Yamasani2009-10-281-1/+1
| | | | | | | | | | | | | | If user doesn't enter an APN or name, then delete the entry on hitting home. And if user has enough information but doesn't enter a name, then set the name to "Untitled" to avoid blank APNs in the list.
* | am d7705d4c: Fix 2147749: Make Settings.ACTION_SOUND_SETTINGS workAmith Yamasani2009-09-291-0/+1
|\ \ | |/ | | | | | | | | | | Merge commit 'd7705d4cd710ad93954acbffa464f9c96bf33809' into eclair-plus-aosp * commit 'd7705d4cd710ad93954acbffa464f9c96bf33809': Fix 2147749: Make Settings.ACTION_SOUND_SETTINGS work
| * Fix 2147749: Make Settings.ACTION_SOUND_SETTINGS workAmith Yamasani2009-09-291-0/+1
| | | | | | | | Added the official action to the Settings manifest.
* | am e1089ad3: b/2142065 Added Bluetooth API to allow developer to request the ↵Michael Chan2009-09-281-0/+19
|\ \ | |/ | | | | | | | | | | | | | | user\'s permission to enable discovery mode. Merge commit 'e1089ad33896f4fe5b75e773813367d700773b6f' into eclair-plus-aosp * commit 'e1089ad33896f4fe5b75e773813367d700773b6f': b/2142065 Added Bluetooth API to allow developer to request the user's permission to enable discovery mode.
| * b/2142065 Added Bluetooth API to allow developer to request the user's ↵Michael Chan2009-09-281-0/+19
| | | | | | | | | | | | permission to enable discovery mode. Change-Id: I6da1598661ad05b4cfd2b7cc81e05d3053df5777
* | am 70cef693: Add CredentialInstaller.Hung-ying Tyan2009-09-281-1/+8
|\ \ | |/ | | | | | | | | | | Merge commit '70cef693d133bc66db029bf055c51733ac54c972' into eclair-plus-aosp * commit '70cef693d133bc66db029bf055c51733ac54c972': Add CredentialInstaller.
| * Add CredentialInstaller.Hung-ying Tyan2009-09-281-1/+8
| |
* | am a40fb237: Add Safety information to Settings > About PhoneWink Saville2009-09-271-0/+9
|\ \ | |/ | | | | | | | | | | Merge commit 'a40fb23734cc5d5ac6e69a060cbb488269ad8af3' into eclair-plus-aosp * commit 'a40fb23734cc5d5ac6e69a060cbb488269ad8af3': Add Safety information to Settings > About Phone
| * Add Safety information to Settings > About PhoneWink Saville2009-09-261-0/+9
| | | | | | | | | | | | | | | | | | | | The Safety information link is stored in a system property, ro.url.safetylegal If the phone has data connection, select "Safety information" menu will open the Safety information link. If there is no data connection for the phone, a message will pop up which ask user to open Safety information link from PC. Change-Id: Ia46e2e868ebcda93138cb9f00c978d8ac827022a
* | am ec54997a: Fix issue #2133206: dialogs/menus should auto-dismiss when ↵Dianne Hackborn2009-09-231-2/+4
|\ \ | |/ | | | | | | | | | | | | | | screen turns off Merge commit 'ec54997a04307887b709c607808dace00df2f138' into eclair-plus-aosp * commit 'ec54997a04307887b709c607808dace00df2f138': Fix issue #2133206: dialogs/menus should auto-dismiss when screen turns off
| * Fix issue #2133206: dialogs/menus should auto-dismiss when screen turns offDianne Hackborn2009-09-231-2/+4
| | | | | | | | | | | | These dialogs should clear. Change-Id: Ie78212c1bd112d1f2f7a05f2d23eb9b5c9f02131
* | am e65c943f: New Privacy settings screen and Backup settings toggle. See ↵Amith Yamasani2009-09-231-0/+13
|\ \ | |/ | | | | | | | | | | | | | | #2132044 & #2133178 Merge commit 'e65c943f974966e21c6f18dc9a95107ea1f07631' into eclair-plus-aosp * commit 'e65c943f974966e21c6f18dc9a95107ea1f07631': New Privacy settings screen and Backup settings toggle. See #2132044 & #2133178
| * New Privacy settings screen and Backup settings toggle. See #2132044 & #2133178Amith Yamasani2009-09-231-0/+13
| | | | | | | | | | Also fixes 2138367: Share with Google setting doesn't get updated on checking the setting And 2098232: "Set unlock pattern" should be at the top of the section
* | am 031ba6a3: Merge change 26365 into eclairChia-chi Yeh2009-09-221-1/+2
|\ \ | |/ | | | | | | | | | | Merge commit '031ba6a3648367d307596f11b94367e50651397b' into eclair-plus-aosp * commit '031ba6a3648367d307596f11b94367e50651397b': SecuritySettings: use Credentials instead of CertTool.
| * SecuritySettings: use Credentials instead of CertTool.Chia-chi Yeh2009-09-221-1/+2
| | | | | | | | Also remove unused classes which will be replaced by CertInstaller.
* | am 985f5efc: Add "settings" to a bunch of screens. Fix 2110077, 2115734, 2101651Amith Yamasani2009-09-171-7/+11
|\ \ | |/ | | | | | | | | | | Merge commit '985f5efc8278e1a5c2170c3aba354a4c9367b741' into eclair-plus-aosp * commit '985f5efc8278e1a5c2170c3aba354a4c9367b741': Add "settings" to a bunch of screens. Fix 2110077, 2115734, 2101651
| * Add "settings" to a bunch of screens. Fix 2110077, 2115734, 2101651Amith Yamasani2009-09-171-7/+11
| | | | | | | | | | | | | | | | Move Factory data reset to About phone. Show input method when dialog to enter/edit new dictionary word is displayed. Add title to Accessibility settings.
* | am bb334392: Merge change 25354 into eclairJaikumar Ganesh2009-09-171-1/+1
|\ \ | |/ | | | | | | | | | | Merge commit 'bb3343923c640461eecc4fac25f911224a16d056' into eclair-plus-aosp * commit 'bb3343923c640461eecc4fac25f911224a16d056': Fix string name for bluetooth pairing and fix NPE
| * Fix string name for bluetooth pairing and fix NPEJaikumar Ganesh2009-09-161-1/+1
| | | | | | | | Change-Id: Ibfd0e1e1ed3e1a1e5939d0bdffd17e2e929317b1
* | am 10d3cf50: Enable cert install from sdcard in Settings...Hung-ying Tyan2009-09-161-1/+0
|\ \ | |/ | | | | | | | | | | Merge commit '10d3cf5082edb42f196ce0d5ac77c7a12b959599' into eclair-plus-aosp * commit '10d3cf5082edb42f196ce0d5ac77c7a12b959599': Enable cert install from sdcard in Settings...
| * Enable cert install from sdcard in Settings...Hung-ying Tyan2009-09-161-1/+0
| | | | | | | | And remove ADD_CREDENTIAL intent from AndroidManifest.xml.
* | am cd03f532: Move backlight brightness from HardwareService to PowerManagerMike Lockwood2009-09-151-0/+1
|\ \ | |/ | | | | | | | | | | Merge commit 'cd03f5320d42290b1619933954a344b59dc55f4f' into eclair-plus-aosp * commit 'cd03f5320d42290b1619933954a344b59dc55f4f': Move backlight brightness from HardwareService to PowerManager
| * Move backlight brightness from HardwareService to PowerManagerMike Lockwood2009-09-151-0/+1
| | | | | | | | | | | | | | | | to prevent apps from changing the hardware behind its back. Fixes b/2041941 Lock screen flashes the screen very bright before dimming Change-Id: Ic4faa008357fd3d74225ba90f05801c5127fd8c0 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | am 5f23cb39: Modify settings for 2.1Jaikumar Ganesh2009-09-131-1/+1
|\ \ | |/ | | | | | | | | | | Merge commit '5f23cb39a1bd9c319383108c209fca7f0256894b' into eclair-plus-aosp * commit '5f23cb39a1bd9c319383108c209fca7f0256894b': Modify settings for 2.1
| * Modify settings for 2.1Jaikumar Ganesh2009-09-111-1/+1
| | | | | | | | | | | | | | Add incoming pairing dialog Add DisplayPasskey handling of pairing keyboards with 2.1 devices. Modify code path to show errors when bonding request fails. Misc fixes like string changes.
* | am d6375e97: Merge change 24726 into eclairNick Pelly2009-09-111-5/+5
|\ \ | |/ | | | | | | | | | | Merge commit 'd6375e975e74924082cbf3f9b4c6f2a67b1ee08d' into eclair-plus-aosp * commit 'd6375e975e74924082cbf3f9b4c6f2a67b1ee08d': Update AndroidManifest.xml for new Intent locations.
| * Update AndroidManifest.xml for new Intent locations.Nick Pelly2009-09-111-5/+5
| | | | | | | | | | | | | | This will fix a regression since the recent BT API changes. The settings app would have missed some Bluetooth events, especially pairing. Change-Id: Ia5e6371279feb389578e798fe11f1c239a4aa17b
* | am 76315391: Improve running services to services managed by the system.Dianne Hackborn2009-09-031-0/+2
|\ \ | |/ | | | | | | | | | | Merge commit '76315391f07d022e31c176633ae3aeaee5bb14ec' into eclair-plus-aosp * commit '76315391f07d022e31c176633ae3aeaee5bb14ec': Improve running services to services managed by the system.
| * Improve running services to services managed by the system.Dianne Hackborn2009-09-031-0/+2
| | | | | | | | | | | | Also a little tweak to the animations preference. Change-Id: I3183ef21e687a3b120d02c79e7388300084b9202
* | am 684736a9: b/2090193 Prevent Bluetooth Pairing Request Dialog from showing ↵Michael Chan2009-09-011-0/+1
|\ \ | |/ | | | | | | | | | | | | | | in "Recent Apps" Merge commit '684736a9d4cc044c6970411485f4c22d5d7e3b74' into eclair-plus-aosp * commit '684736a9d4cc044c6970411485f4c22d5d7e3b74': b/2090193 Prevent Bluetooth Pairing Request Dialog from showing in "Recent Apps"
| * b/2090193 Prevent Bluetooth Pairing Request Dialog from showing in "Recent Apps"Michael Chan2009-09-011-0/+1
| |
* | am c58c549c: New UI for viewing and stopping currently running services.Dianne Hackborn2009-09-011-0/+12
|\ \ | |/ | | | | | | | | | | Merge commit 'c58c549cc963bd8946d332a0f9945d9a1ed19e99' into eclair-plus-aosp * commit 'c58c549cc963bd8946d332a0f9945d9a1ed19e99': New UI for viewing and stopping currently running services.
| * New UI for viewing and stopping currently running services.Dianne Hackborn2009-09-011-0/+12
| | | | | | | | Change-Id: I86012262635c911be23513aa0b027174b490374d
* | merge from open-source masterJean-Baptiste Queru2009-09-011-2/+2
|\ \ | |/ |/|
| * screenOrientation written as content instead of attribute by mistakeShachar Shemesh2009-08-171-2/+2
| |
* | Implement Bluetooth device pickerYue Lixin2009-08-191-0/+4
| | | | | | | | | | | | | | Add Bluetooth device picker in Settings - add resource to support device picker - show different UI accroding to start Intent - add OPP profile manager
* | Remove wallpapers pickerRomain Guy2009-08-131-11/+0
| |
* | Add new activity for picking live wallpapers.Dianne Hackborn2009-08-081-0/+11
| |
* | update the permissions for the AccountManagerServiceFred Quintana2009-07-231-0/+1
| |
* | Initial 2.1 bluetooth support.Jaikumar Ganesh2009-07-201-2/+2
|/ | | | Need to work with Strings and UI person to fix and later test everything.
* Improve VpnSettings start-up time.Hung-ying Tyan2009-07-181-2/+8
| | | | | | | * Changes + add orientation and keyboard config change in the manifest file. + remove state saving code + improve status checking time by doing it in one server connection.
* Add UNLOCK_CREDENTIAL_STORAGE and ADD_CREDENTIALHung-ying Tyan2009-07-041-0/+2
| | | | Add UNLOCK_CREDENTIAL_STORAGE and ADD_CREDENTIAL intents to manifest.
* Clean up some of the intent filters in the manifest.Dianne Hackborn2009-06-261-0/+6
|
* Some cleanup of settings launching, adding shortcuts.Dianne Hackborn2009-06-241-6/+35
| | | | | | | | | - Move the battery usage item from applications to phone info. - Give the battery usage item a summary. - Fiddle with the manifest to make it so we can launch parts of the settings app without messing up launching of the main app. (That is, remove affinities so they each are treated as different tasks.) - Add the ability to make shortcuts to some key settings panels.
* Remove LAUNCHER category from VPN settings activity's intent filter.Hung-ying Tyan2009-06-141-2/+1
| | | | Also add preference summary to the VPN entry in the security settings.
* Minor UI improvements and showing of unplugged duration.Amith Yamasani2009-06-121-0/+1
|
* Add VPN settings classes to Settings app.Hung-ying Tyan2009-06-121-0/+14
| | | | | | | | | | | | | | | | | | | | | | PATCH SET 2: + Add import com.android.settings.R PATCH SET 3: + Remove @Override interface methods to be compilable by Java 1.5. PATCH SET 4: + Add import android.net.vpn.VpnManager PATCH SET 5: + Add license headers. PATCH SET 6: + Remove Constant.java and move the constants to VpnSettings. + Make AuthenticationActor implement DialogInterface's handlers. + Remove trailing spaces. PATCH SET 7: + Remove default username.
* Adding Text-To-Speech default settings in the Settings application.Jean-Michel Trivi2009-06-091-0/+7
|
* Implement the power-control widget.Ken Shirriff2009-06-081-4/+11
| | | | | | | | | This widget allows uses to turn on/off bluetooth, wifi, gps, and sync, and adjust brightness without going through the settings menu. The widget provider updates the settings when the buttons are pressed. The widget provider is also a receiver for events indicating that the status was updated elsewhere and the buttons need to be changed.