Commit Graph

1692 Commits

Author SHA1 Message Date
Eric Fischer
1451d22954 am 42b78b6b: am 76395bc9: (-s ours) Import revised translations. DO NOT MERGE
Merge commit '42b78b6b4cca4b1b4a6dbd2cdc75d02ea2821d6a' into eclair-mr2-plus-aosp

* commit '42b78b6b4cca4b1b4a6dbd2cdc75d02ea2821d6a':
  Import revised translations.  DO NOT MERGE
2009-12-01 17:29:37 -08:00
Irfan Sheriff
a8eae3f387 am 60e57143: Missing Forget button after doing Add Network on an AP in the scanned list
Merge commit '60e5714311f4ec6d0135397b2beeb5dd511cf318' into eclair-mr2-plus-aosp

* commit '60e5714311f4ec6d0135397b2beeb5dd511cf318':
  Missing Forget button after doing Add Network on an AP in the scanned list
2009-12-01 17:17:26 -08:00
Jaikumar Ganesh
fe0540c26d am 6c01d130: Merge change I42499a85 into eclair-mr2
Merge commit '6c01d1305e5c9c7434f4573872c94937a2b3957a' into eclair-mr2-plus-aosp

* commit '6c01d1305e5c9c7434f4573872c94937a2b3957a':
  Change priority for Headset profile on the same lines as A2DP profile.
2009-12-01 17:17:22 -08:00
Eric Fischer
42b78b6b4c am 76395bc9: (-s ours) Import revised translations. DO NOT MERGE
Merge commit '76395bc9bc0f2db49d37fd94017c01ca1c8fb1a7' into eclair-mr2

* commit '76395bc9bc0f2db49d37fd94017c01ca1c8fb1a7':
  Import revised translations.  DO NOT MERGE
2009-12-01 17:12:09 -08:00
Irfan Sheriff
60e5714311 Missing Forget button after doing Add Network on an AP in the scanned list
Problem:

On the Wifi Settings screen, if instead of clicking on the AP shown on the scanned list, we do an "Add Wi-Fi network" and enter the AP information - the AP information gets stored and the client device connects to the AP. Afterwards, if we click on the AP again the "Forget" button does not appear until we exit the Wifi Settings screen and return.

Root cause and Fix:
mApScanList in WifiLayer tracks the list of APs shown. Upon doing a connect through a direct click, the configured state for the AP in the list updated. However, if we do an Add Network, the configured state on mApScanList remains unupdated. This causes the Settings screen to not show "Forget" for the AP when it is clicked.

The fix is to set the Configured state to true in handleSave() by fetching the AP state stored in WifiLayer.

Bug: 2296038
Change-id: I70c545905a4984a03a0f235f3baf17cd36688710
2009-12-01 16:56:39 -08:00
Android (Google) Code Review
6c01d1305e Merge change I42499a85 into eclair-mr2
* changes:
  Change priority for Headset profile on the same lines as A2DP profile.
2009-12-01 12:45:41 -08:00
Paul Westbrook
b18e0348dc am 179a7d76: am 4cb03801: Merge change Ia74e2b5c into eclair-mr2
Merge commit '179a7d76ea1921099d012bda6f373e7765abbcdd'

* commit '179a7d76ea1921099d012bda6f373e7765abbcdd':
  Switched Settings to use the new Gmail permission name space
2009-12-01 09:07:35 -08:00
Eric Fischer
546d78f427 am 76395bc9: Import revised translations. DO NOT MERGE
Merge commit '76395bc9bc0f2db49d37fd94017c01ca1c8fb1a7' into eclair-plus-aosp

* commit '76395bc9bc0f2db49d37fd94017c01ca1c8fb1a7':
  Import revised translations.  DO NOT MERGE
2009-11-30 12:05:46 -08:00
Eric Fischer
76395bc9bc Import revised translations. DO NOT MERGE 2009-11-30 11:38:40 -08:00
Paul Westbrook
179a7d76ea am 4cb03801: Merge change Ia74e2b5c into eclair-mr2
Merge commit '4cb03801ebb4ce3c4f1b2d770f1033677446d6ca' into eclair-mr2-plus-aosp

* commit '4cb03801ebb4ce3c4f1b2d770f1033677446d6ca':
  Switched Settings to use the new Gmail permission name space
2009-11-30 10:40:09 -08:00
Android (Google) Code Review
4cb03801eb Merge change Ia74e2b5c into eclair-mr2
* changes:
  Switched Settings to use the new Gmail permission name space
2009-11-30 10:36:39 -08:00
Jaikumar Ganesh
42499a85e8 Change priority for Headset profile on the same lines as A2DP profile.
AUTO_CONNECT => we auto_connect.
ON => Settings app box is checked and we allow incoming connections.
OFF => Settings app check box is unchecked.
2009-11-30 10:32:27 -08:00
Jaikumar Ganesh
57abf4ba8c am 8a8da556: am 210667f3: Update to reflect new priorities for A2DP profile.
Merge commit '8a8da556f3b9750263f3c447c88fa81bd50fe845'

* commit '8a8da556f3b9750263f3c447c88fa81bd50fe845':
  Update to reflect new priorities for A2DP profile.
2009-11-25 15:45:26 -08:00
Jaikumar Ganesh
8a8da556f3 am 210667f3: Update to reflect new priorities for A2DP profile.
Merge commit '210667f353a6703c6518dfe3fcfc9cd40ad32fff' into eclair-mr2-plus-aosp

* commit '210667f353a6703c6518dfe3fcfc9cd40ad32fff':
  Update to reflect new priorities for A2DP profile.
2009-11-25 15:41:30 -08:00
Jaikumar Ganesh
210667f353 Update to reflect new priorities for A2DP profile.
1. PRIORITY_OFF is when it is unchecked.
2. PRIORITY_ON is when it is checked.
3. PRIORITY_AUTO_CONNECT is when we want to auto connect.

When the box is checked, we want to auto connect,
so set the priority to AUTO_CONNECT.
When the user disconnects, we set the priority back
to PRIORITY_ON.
2009-11-24 14:43:45 -08:00
Paul Westbrook
a74e2b5cff Switched Settings to use the new Gmail permission name space 2009-11-20 17:12:36 -08:00
Android (Google) Code Review
e522d7441c Merge change Ia26f48cb
* changes:
  Encrypted File Systems Project. Enabling Settings menu changes to transition to EFS mode. Menu interface changes only. Does not affect operatio forthe rest of the system.
2009-11-17 11:04:31 -08:00
Eric Fischer
560aaf649e am dbaa28c8: (-s ours) am b459a335: am 18517f50: (-s ours) Import revised translations. DO NOT MERGE
Merge commit 'dbaa28c8af777d87eff0b3128dd6cdb4546c0687'

* commit 'dbaa28c8af777d87eff0b3128dd6cdb4546c0687':
  Import revised translations.  DO NOT MERGE
2009-11-17 07:36:26 -08:00
Eric Fischer
dbaa28c8af am b459a335: am 18517f50: (-s ours) Import revised translations. DO NOT MERGE
Merge commit 'b459a335459cd2be551d51b5650868424948f367' into eclair-mr2-plus-aosp

* commit 'b459a335459cd2be551d51b5650868424948f367':
  Import revised translations.  DO NOT MERGE
2009-11-16 20:03:49 -08:00
Eric Fischer
b459a33545 am 18517f50: (-s ours) Import revised translations. DO NOT MERGE
Merge commit '18517f50edcfebf41b61965b24e360858db1c5e4' into eclair-mr2

* commit '18517f50edcfebf41b61965b24e360858db1c5e4':
  Import revised translations.  DO NOT MERGE
2009-11-16 19:53:51 -08:00
Oscar Montemayor
8877f74901 Encrypted File Systems Project. Enabling Settings menu changes to transition to EFS mode.
Menu interface changes only. Does not affect operatio forthe rest of the system.
2009-11-16 17:18:58 -08:00
Eric Fischer
1262cd8897 am 18517f50: Import revised translations. DO NOT MERGE
Merge commit '18517f50edcfebf41b61965b24e360858db1c5e4' into eclair-plus-aosp

* commit '18517f50edcfebf41b61965b24e360858db1c5e4':
  Import revised translations.  DO NOT MERGE
2009-11-16 16:55:31 -08:00
Eric Fischer
18517f50ed Import revised translations. DO NOT MERGE 2009-11-16 16:45:29 -08:00
Charles Chen
05b08a50f8 Adding a prompt to help users download Talkback
(Google's open source screen reader) if they go
to the Accessibility settings screen and do not
have any accessibility tools installed.

This is a fix for bug #2250279
2009-11-16 15:28:31 -08:00
Jean-Baptiste Queru
51004fbf7f am bd0131f2: merge from open-source master
Merge commit 'bd0131f2207080d95ea3ea493f228085024e9369'

* commit 'bd0131f2207080d95ea3ea493f228085024e9369':
  eclair snapshot
2009-11-15 15:08:24 -08:00
Jean-Baptiste Queru
bd0131f220 merge from open-source master 2009-11-15 14:55:26 -08:00
Jean-Baptiste Queru
7ed2ec359b merge from open-source master
Merge commit 'goog/stage-korg-master' into HEAD
2009-11-15 14:06:44 -08:00
Jean-Baptiste Queru
ab34317c20 merge from eclair 2009-11-15 12:06:54 -08:00
Eric Fischer
c7f17be2a8 am ac54a6fd: (-s ours) am 7cd65f3d: am 83e718f9: (-s ours) Import revised translations. DO NOT MERGE
Merge commit 'ac54a6fd6c26871e770bce62bb1efd7a37001984'

* commit 'ac54a6fd6c26871e770bce62bb1efd7a37001984':
  Import revised translations.  DO NOT MERGE
2009-11-13 18:04:05 -08:00
Eric Fischer
ac54a6fd6c am 7cd65f3d: am 83e718f9: (-s ours) Import revised translations. DO NOT MERGE
Merge commit '7cd65f3dace45576823d9cb0600a1b1286d9af91' into eclair-mr2-plus-aosp

* commit '7cd65f3dace45576823d9cb0600a1b1286d9af91':
  Import revised translations.  DO NOT MERGE
2009-11-13 18:00:11 -08:00
Eric Fischer
32ee72d197 am 83e718f9: Import revised translations. DO NOT MERGE
Merge commit '83e718f92710c766ef341fdde769b2efc489bef9' into eclair-plus-aosp

* commit '83e718f92710c766ef341fdde769b2efc489bef9':
  Import revised translations.  DO NOT MERGE
2009-11-13 17:55:46 -08:00
Eric Fischer
7cd65f3dac am 83e718f9: (-s ours) Import revised translations. DO NOT MERGE
Merge commit '83e718f92710c766ef341fdde769b2efc489bef9' into eclair-mr2

* commit '83e718f92710c766ef341fdde769b2efc489bef9':
  Import revised translations.  DO NOT MERGE
2009-11-13 17:55:36 -08:00
Eric Fischer
83e718f927 Import revised translations. DO NOT MERGE
Approver: jerryw
2009-11-13 17:24:10 -08:00
Eric Fischer
c38c8df153 am c8fe4e8e: (-s ours) am 92b93495: am 48c451b3: (-s ours) Import revised translations. DO NOT MERGE
Merge commit 'c8fe4e8ee3646d8320886e62e254b0d2822f70d6'

* commit 'c8fe4e8ee3646d8320886e62e254b0d2822f70d6':
  Import revised translations.  DO NOT MERGE
2009-11-13 11:33:06 -08:00
Eric Fischer
c8fe4e8ee3 am 92b93495: am 48c451b3: (-s ours) Import revised translations. DO NOT MERGE
Merge commit '92b93495c01e950e04275113c8936dbdb0d38f56' into eclair-mr2-plus-aosp

* commit '92b93495c01e950e04275113c8936dbdb0d38f56':
  Import revised translations.  DO NOT MERGE
2009-11-13 11:10:31 -08:00
Eric Fischer
92b93495c0 am 48c451b3: (-s ours) Import revised translations. DO NOT MERGE
Merge commit '48c451b38824e96b85ab9f5bac8724b07bd2c9e5' into eclair-mr2

* commit '48c451b38824e96b85ab9f5bac8724b07bd2c9e5':
  Import revised translations.  DO NOT MERGE
2009-11-13 10:42:40 -08:00
Eric Fischer
3ee742fc6b am 48c451b3: Import revised translations. DO NOT MERGE
Merge commit '48c451b38824e96b85ab9f5bac8724b07bd2c9e5' into eclair-plus-aosp

* commit '48c451b38824e96b85ab9f5bac8724b07bd2c9e5':
  Import revised translations.  DO NOT MERGE
2009-11-13 10:40:48 -08:00
Eric Fischer
48c451b388 Import revised translations. DO NOT MERGE
Approver: jerryw
2009-11-12 19:50:45 -08:00
Jean-Baptiste Queru
6310fa9ae4 eclair snapshot 2009-11-12 18:46:12 -08:00
Amith Yamasani
de6b50c9ff am e52386b4: am eba00ec7: am a79239b1: Merge change I2d844842 into eclair
Merge commit 'e52386b496e9255010105d595fc9ccc25f5ebeea'

* commit 'e52386b496e9255010105d595fc9ccc25f5ebeea':
  Fix for NPE in #2248683
2009-11-11 19:26:26 -08:00
Jason Chen
66bd5a0e07 am e40d8434: am 554cd5ec: am 6b23b270: Fix misspellings in the Settings app.
Merge commit 'e40d84343c61d1c5359e1d222ec38af850991ae2'

* commit 'e40d84343c61d1c5359e1d222ec38af850991ae2':
  Fix misspellings in the Settings app.
2009-11-11 19:26:22 -08:00
Amith Yamasani
e52386b496 am eba00ec7: am a79239b1: Merge change I2d844842 into eclair
Merge commit 'eba00ec701f9633a05203116151e94449e55c517' into eclair-mr2-plus-aosp

* commit 'eba00ec701f9633a05203116151e94449e55c517':
  Fix for NPE in #2248683
2009-11-11 19:22:21 -08:00
Jason Chen
e40d84343c am 554cd5ec: am 6b23b270: Fix misspellings in the Settings app.
Merge commit '554cd5eca37a1027bcd3d7cc024471ff1d0b9ac1' into eclair-mr2-plus-aosp

* commit '554cd5eca37a1027bcd3d7cc024471ff1d0b9ac1':
  Fix misspellings in the Settings app.
2009-11-11 19:22:18 -08:00
Amith Yamasani
eba00ec701 am a79239b1: Merge change I2d844842 into eclair
Merge commit 'a79239b102f7b9c83e31be7b3a47ab50459b6a4f' into eclair-mr2

* commit 'a79239b102f7b9c83e31be7b3a47ab50459b6a4f':
  Fix for NPE in #2248683
2009-11-11 19:20:33 -08:00
Jason Chen
554cd5eca3 am 6b23b270: Fix misspellings in the Settings app.
Merge commit '6b23b2700c2c5a2766ec2ab23d83a6e3ba7ab26c' into eclair-mr2

* commit '6b23b2700c2c5a2766ec2ab23d83a6e3ba7ab26c':
  Fix misspellings in the Settings app.
2009-11-11 19:20:30 -08:00
Amith Yamasani
04321bf323 am a79239b1: Merge change I2d844842 into eclair
Merge commit 'a79239b102f7b9c83e31be7b3a47ab50459b6a4f' into eclair-plus-aosp

* commit 'a79239b102f7b9c83e31be7b3a47ab50459b6a4f':
  Fix for NPE in #2248683
2009-11-11 19:20:22 -08:00
Jason Chen
d1fa931682 am 6b23b270: Fix misspellings in the Settings app.
Merge commit '6b23b2700c2c5a2766ec2ab23d83a6e3ba7ab26c' into eclair-plus-aosp

* commit '6b23b2700c2c5a2766ec2ab23d83a6e3ba7ab26c':
  Fix misspellings in the Settings app.
2009-11-11 19:20:18 -08:00
Android (Google) Code Review
a79239b102 Merge change I2d844842 into eclair
* changes:
  Fix for NPE in #2248683
2009-11-11 19:15:47 -08:00
Amith Yamasani
f6b384045d Fix for NPE in #2248683
Also fix a problem in type-to-filter. It was looking for substring match
instead of searching on word boundaries. It will now search by word
boundaries (separated by space).
2009-11-11 19:03:09 -08:00
Jason Chen
6b23b2700c Fix misspellings in the Settings app.
Bug: 2176816
2009-11-11 08:39:31 -08:00