]> nv-tegra.nvidia Code Review - android/platform/packages/apps/Phone.git/log
android/platform/packages/apps/Phone.git
10 years agoMerge "Fix a Cursor leak"
Jean-Baptiste Queru [Mon, 8 Jul 2013 21:23:17 +0000 (21:23 +0000)]
Merge "Fix a Cursor leak"

10 years agoMerge "Fix a Cursor leak"
Santos Cordon [Wed, 5 Jun 2013 22:38:14 +0000 (22:38 +0000)]
Merge "Fix a Cursor leak"

10 years agoMerge "Fix a Cursor leak"
Santos Cordon [Wed, 5 Jun 2013 22:37:12 +0000 (22:37 +0000)]
Merge "Fix a Cursor leak"

10 years agoMerge "Phone: Display toast message for blank USSD request"
Santos Cordon [Thu, 25 Apr 2013 20:23:49 +0000 (20:23 +0000)]
Merge "Phone: Display toast message for blank USSD request"

10 years agoPhone: Display toast message for blank USSD request
Anju Mathapati [Wed, 10 Apr 2013 18:09:42 +0000 (11:09 -0700)]
Phone: Display toast message for blank USSD request

As per spec 24.080, ussd response string should be
between 1 - 160.
When user requests SEND_USSD with blank/no
input, display toast message prompting user
to enter valid input.

Bug: 7471891
Change-Id: Ic7b7b89e8a683011048a19cabd1d36a27bbae953

11 years agoFix a Cursor leak
muzbit.kim [Wed, 17 Apr 2013 04:59:44 +0000 (13:59 +0900)]
Fix a Cursor leak

When cursor is done, the cursor must be closed to avoid cursor leak.

Change-Id: I05181f426e7c2f21722838b1297591f0cf556495

11 years agoFix a Cursor leak
muzbit.kim [Wed, 17 Apr 2013 05:01:01 +0000 (14:01 +0900)]
Fix a Cursor leak

When cursor is done, the cursor must be closed to avoid cursor leak.

Change-Id: I5f750a6bb499f86d4c76da40d171e9edfe6981d2

11 years agoFix a Cursor leak
muzbit.kim [Wed, 17 Apr 2013 05:01:39 +0000 (14:01 +0900)]
Fix a Cursor leak

When cursor is done, the cursor must be closed to avoid cursor leak.

Change-Id: I627cf2c8a64a220d6fd104505b852daca0928190

11 years agoMerge "PhoneApp: Initialize ToneGenerator when needed"
Santos Cordon [Tue, 16 Apr 2013 22:31:04 +0000 (22:31 +0000)]
Merge "PhoneApp: Initialize ToneGenerator when needed"

11 years agoPhoneApp: Initialize ToneGenerator when needed
Hariprasad Jayakumar [Wed, 9 Jan 2013 03:08:29 +0000 (19:08 -0800)]
PhoneApp: Initialize ToneGenerator when needed

Whenever there is a radio tech change, mSignalInfoToneGenerator
is released and never created. This leads to phone app crash later
when it is accessed for toneplay. This is fixed by creating the
instance (if null) before calling the APIs.

Bug: 8609102
Change-Id: I2f2513624b66892018dc3191daf3e48c63f744a1

11 years agoMerge "Phone: Ignore restart ringer once silent requested when incoming call"
Santos Cordon [Wed, 3 Apr 2013 00:38:43 +0000 (00:38 +0000)]
Merge "Phone: Ignore restart ringer once silent requested when incoming call"

11 years agoam 51f3ef90: am a1e530fd: Merge "Phone: IncomingCallWidget shows indefinitely sometimes."
Santos Cordon [Mon, 28 Jan 2013 19:40:59 +0000 (11:40 -0800)]
am 51f3ef90: am a1e530fd: Merge "Phone: IncomingCallWidget shows indefinitely sometimes."

# By Bin Li
# Via Android Git Automerger (1) and others
* commit '51f3ef904aa6f8de4a8030666f90ff2290e1f7e8':
  Phone: IncomingCallWidget shows indefinitely sometimes.

11 years agoam a1e530fd: Merge "Phone: IncomingCallWidget shows indefinitely sometimes."
Santos Cordon [Mon, 28 Jan 2013 19:37:39 +0000 (11:37 -0800)]
am a1e530fd: Merge "Phone: IncomingCallWidget shows indefinitely sometimes."

# By Bin Li
# Via Bin Li (1) and Gerrit Code Review (1)
* commit 'a1e530fd2abb9c2e394dab466f404dc5f12f94fc':
  Phone: IncomingCallWidget shows indefinitely sometimes.

11 years agoMerge "Phone: IncomingCallWidget shows indefinitely sometimes."
Santos Cordon [Mon, 28 Jan 2013 19:01:19 +0000 (19:01 +0000)]
Merge "Phone: IncomingCallWidget shows indefinitely sometimes."

11 years agoam ac6babd5: am 509868b1: Merge "NetworkSettings: Cannot dismiss progress dialog...
Wink Saville [Fri, 25 Jan 2013 19:07:51 +0000 (11:07 -0800)]
am ac6babd5: am 509868b1: Merge "NetworkSettings: Cannot dismiss progress dialog sometimes."

# By Bin Li
# Via Android Git Automerger (1) and others
* commit 'ac6babd5144c63c6233b291972c81e0fd50c10e7':
  NetworkSettings: Cannot dismiss progress dialog sometimes.

11 years agoam 509868b1: Merge "NetworkSettings: Cannot dismiss progress dialog sometimes."
Wink Saville [Fri, 25 Jan 2013 19:05:09 +0000 (11:05 -0800)]
am 509868b1: Merge "NetworkSettings: Cannot dismiss progress dialog sometimes."

# By Bin Li
# Via Bin Li (1) and Gerrit Code Review (1)
* commit '509868b1644c98adc0ae630a26d32d039e588765':
  NetworkSettings: Cannot dismiss progress dialog sometimes.

11 years agoMerge "NetworkSettings: Cannot dismiss progress dialog sometimes."
Wink Saville [Fri, 25 Jan 2013 18:07:35 +0000 (18:07 +0000)]
Merge "NetworkSettings: Cannot dismiss progress dialog sometimes."

11 years agoPhone: IncomingCallWidget shows indefinitely sometimes.
Bin Li [Wed, 9 Jan 2013 07:50:10 +0000 (15:50 +0800)]
Phone: IncomingCallWidget shows indefinitely sometimes.

This issue happens when following 3 conditions meet.
Usually cpu load is high at the moment.

1) Two ACTION_UP events on glow view is triggered;
2) Time from press the answer button to call state
   changed is more than 500ms;
3) Aniation of HideIncomingCallWidget did not start
   before handle 2nd event

Reset mIncomingCallWidgetIsFadingOut to false while
cancel HideIncomingCallWidget Animation, next time
HideIncomingCallWidget will be excuted when call
state is changed.

CQ00024038

Change-Id: I44ad728cdd624d2053397f463e44024527671840
Signed-off-by: Bin Li <libin@marvell.com>
11 years agoNetworkSettings: Cannot dismiss progress dialog sometimes.
Bin Li [Mon, 7 Jan 2013 01:54:48 +0000 (09:54 +0800)]
NetworkSettings: Cannot dismiss progress dialog sometimes.

When "Load Network List" dialog is shown, move
NetworkSettings activity to backgroud by pressing
HOME key. After several minutes, go to
NetworkSettings again. Network list is shown under
the progress dialog, but user cannot dismiss the
Progess dialog.

Steps to reproduce this issue:
1) Settings->wireless & networks->mobile networks;
2) Press "network operators";
3) "Searching" progress dialog is shown;
4) Press HOME key to return to home;
5) Wait several minutes;
6) Goto "network operators" activity again.

Expected result: "Searching" dialog is dismissed;
Actual result: "Searching" dialog is still shown.

Change-Id: Ib411a89be2bcf907e6cca4c1d5693f8445f2d681
Signed-off-by: Bin Li <libin@marvell.com>
11 years agoam 9cef8479: am f7d961dd: Merge "Phone: Ignore touch during network operators search"
Wink Saville [Thu, 24 Jan 2013 01:39:24 +0000 (17:39 -0800)]
am 9cef8479: am f7d961dd: Merge "Phone: Ignore touch during network operators search"

# By Shruthi N.K
# Via Alex Yakavenka (1) and others
* commit '9cef847909f2d7ad3233e34831ec3730a023a36e':
  Phone: Ignore touch during network operators search

11 years agoam f7d961dd: Merge "Phone: Ignore touch during network operators search"
Wink Saville [Thu, 24 Jan 2013 01:36:42 +0000 (17:36 -0800)]
am f7d961dd: Merge "Phone: Ignore touch during network operators search"

# By Shruthi N.K
# Via Alex Yakavenka (1) and Gerrit Code Review (1)
* commit 'f7d961dd9bfd2db5e1f29b34e3e26d28766e7753':
  Phone: Ignore touch during network operators search

11 years agoMerge "Phone: Ignore touch during network operators search"
Wink Saville [Thu, 24 Jan 2013 00:47:20 +0000 (00:47 +0000)]
Merge "Phone: Ignore touch during network operators search"

11 years agoPhone: Ignore touch during network operators search
Shruthi N.K [Thu, 19 Jul 2012 10:40:15 +0000 (16:10 +0530)]
Phone: Ignore touch during network operators search

When network search is in progress, the progress dialog is
dismissed if user taps the screen. This in-turn cancels
manual search and switches to the previous screen.
This behavior can be avoided if the dialog property is set
to ignore user touch events.
If required BACK key can be used to cancel search and move
to previous screen.

Change-Id: I00da1dfec78498d2f35f6bb5d49e42bb3ad43cc2
CRs-Fixed: 367631

11 years agoam 9ae4c3d3: am f4f12292: Don\'t update call card when new info is worse
Jay Shrauner [Fri, 18 Jan 2013 19:37:43 +0000 (11:37 -0800)]
am 9ae4c3d3: am f4f12292: Don\'t update call card when new info is worse

* commit '9ae4c3d319f915c4619f0269933a1daa39b0c486':
  Don't update call card when new info is worse

11 years agoam f4f12292: Don\'t update call card when new info is worse
Jay Shrauner [Fri, 18 Jan 2013 19:34:36 +0000 (11:34 -0800)]
am f4f12292: Don\'t update call card when new info is worse

* commit 'f4f1229242918599d903015bd17383effdd5d7f7':
  Don't update call card when new info is worse

11 years agoDon't update call card when new info is worse
Jay Shrauner [Thu, 17 Jan 2013 21:34:14 +0000 (13:34 -0800)]
Don't update call card when new info is worse

Bug:8015123
Change-Id: Id58ad59dd07bf9de65d0a1113724de506a0e14bd

11 years agoam fd12d3a6: Merge "Fix to prevent unnecessary mode changes in LTE network modes."
Wink Saville [Thu, 17 Jan 2013 00:37:55 +0000 (16:37 -0800)]
am fd12d3a6: Merge "Fix to prevent unnecessary mode changes in LTE network modes."

* commit 'fd12d3a6c72d56cdafc639402bf7e0ff9048c1b7':
  Fix to prevent unnecessary mode changes in LTE network modes.

11 years agoMerge "Fix to prevent unnecessary mode changes in LTE network modes."
Wink Saville [Thu, 17 Jan 2013 00:24:24 +0000 (00:24 +0000)]
Merge "Fix to prevent unnecessary mode changes in LTE network modes."

11 years agoFix to prevent unnecessary mode changes in LTE network modes.
Naveen Kalla [Sun, 15 Jul 2012 23:46:42 +0000 (16:46 -0700)]
Fix to prevent unnecessary mode changes in LTE network modes.

- Add LTE network modes to valid network mode checks.
- Do not treat LTE_ONLY any differently from other network modes when
world_phone is set to true. Treating it differently causes
inconsistencies between what the user sees and what is stored in
persistent storage.
- Add missing network modes for Settings

Change-Id: I46fd9467ca4647b14ea30fec6ff4215be83105ba

11 years agoam 73a5faa5: Merge "Phone: Fix NPE in PhoneUtils::toLogSafePhoneNumber"
Wink Saville [Wed, 2 Jan 2013 23:58:14 +0000 (15:58 -0800)]
am 73a5faa5: Merge "Phone: Fix NPE in PhoneUtils::toLogSafePhoneNumber"

* commit '73a5faa509ad465a4fcaa0e80a24c3abae0ca6a3':
  Phone: Fix NPE in PhoneUtils::toLogSafePhoneNumber

11 years agoMerge "Phone: Fix NPE in PhoneUtils::toLogSafePhoneNumber"
Wink Saville [Wed, 2 Jan 2013 23:35:13 +0000 (15:35 -0800)]
Merge "Phone: Fix NPE in PhoneUtils::toLogSafePhoneNumber"

11 years agoPhone: Fix NPE in PhoneUtils::toLogSafePhoneNumber
Bin Li [Thu, 27 Dec 2012 05:40:24 +0000 (13:40 +0800)]
Phone: Fix NPE in PhoneUtils::toLogSafePhoneNumber

When PhoneGlobals.DEBUG_LEVEL is set to 2, there
will be NullPointerException when receiving an
incoming call from an unknown number.

Change-Id: I2a730b891420695f3a410164e611b66cf757edc8
Signed-off-by: Bin Li <libin@marvell.com>
11 years agoam ed8c7c7e: am e7c1bd68: Import translations. DO NOT MERGE
Baligh Uddin [Tue, 11 Dec 2012 01:47:53 +0000 (17:47 -0800)]
am ed8c7c7e: am e7c1bd68: Import translations. DO NOT MERGE

* commit 'ed8c7c7e85ccb3dd2ee028079cd965487307fd26':
  Import translations. DO NOT MERGE

11 years agoam e7c1bd68: Import translations. DO NOT MERGE
Baligh Uddin [Tue, 11 Dec 2012 01:46:00 +0000 (17:46 -0800)]
am e7c1bd68: Import translations. DO NOT MERGE

* commit 'e7c1bd6825f695a9135ca609e204ea04f9630c90':
  Import translations. DO NOT MERGE

11 years agoam 9ce3b1b8: Import translations. DO NOT MERGE
Baligh Uddin [Tue, 11 Dec 2012 01:40:35 +0000 (17:40 -0800)]
am 9ce3b1b8: Import translations. DO NOT MERGE

* commit '9ce3b1b856242d8d02fa8e9377c80cee5f3da6c3':
  Import translations. DO NOT MERGE

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 10 Dec 2012 17:01:18 +0000 (09:01 -0800)]
Import translations. DO NOT MERGE

Change-Id: I08afddf550349b447005c03065ccd40ab915d714
Auto-generated-cl: translation import

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 10 Dec 2012 17:00:40 +0000 (09:00 -0800)]
Import translations. DO NOT MERGE

Change-Id: I63f77a183d66fe1c05892aed7e6d6bc29049da27
Auto-generated-cl: translation import

11 years agoam 36137fde: am 2bf69b0c: Import translations. DO NOT MERGE
Baligh Uddin [Fri, 7 Dec 2012 03:00:09 +0000 (19:00 -0800)]
am 36137fde: am 2bf69b0c: Import translations. DO NOT MERGE

* commit '36137fdeca0b11ff003261ecce24954076c521b4':
  Import translations. DO NOT MERGE

11 years agoam 076b64fd: Import translations. DO NOT MERGE
Baligh Uddin [Fri, 7 Dec 2012 03:00:08 +0000 (19:00 -0800)]
am 076b64fd: Import translations. DO NOT MERGE

* commit '076b64fd83127810b914944dc6906996ff816c87':
  Import translations. DO NOT MERGE

11 years agoam 3245b461: am 4a792698: Import translations. DO NOT MERGE
Baligh Uddin [Fri, 7 Dec 2012 02:58:50 +0000 (18:58 -0800)]
am 3245b461: am 4a792698: Import translations. DO NOT MERGE

* commit '3245b4614cdbf66cf417cdf12f678c6cb5e1a9e4':
  Import translations. DO NOT MERGE

11 years agoam e9cfdf3b: Import translations. DO NOT MERGE
Baligh Uddin [Fri, 7 Dec 2012 02:58:44 +0000 (18:58 -0800)]
am e9cfdf3b: Import translations. DO NOT MERGE

* commit 'e9cfdf3b41ca1c16089ccfdf7cef91984748006d':
  Import translations. DO NOT MERGE

11 years agoam 2bf69b0c: Import translations. DO NOT MERGE
Baligh Uddin [Thu, 6 Dec 2012 18:43:04 +0000 (10:43 -0800)]
am 2bf69b0c: Import translations. DO NOT MERGE

* commit '2bf69b0c9a0f1adc201b81f29ad8f3e65e6f1d4d':
  Import translations. DO NOT MERGE

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Thu, 6 Dec 2012 16:38:48 +0000 (08:38 -0800)]
Import translations. DO NOT MERGE

Change-Id: I7a8b45e89288b316685622cf502251f8540c8bf7
Auto-generated-cl: translation import

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Thu, 6 Dec 2012 16:38:05 +0000 (08:38 -0800)]
Import translations. DO NOT MERGE

Change-Id: Ic078ac3d4f0a0da30b7d52ad07feb64870d0bb15
Auto-generated-cl: translation import

11 years agoam 4a792698: Import translations. DO NOT MERGE
Baligh Uddin [Wed, 5 Dec 2012 21:53:50 +0000 (13:53 -0800)]
am 4a792698: Import translations. DO NOT MERGE

* commit '4a792698c98dfcd17030aa1b3b21bd09e9e4a341':
  Import translations. DO NOT MERGE

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Wed, 5 Dec 2012 18:46:22 +0000 (10:46 -0800)]
Import translations. DO NOT MERGE

Change-Id: I5cfa1721d860e863bd37ddf4b27de047e4d11dd2
Auto-generated-cl: translation import

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Wed, 5 Dec 2012 18:45:32 +0000 (10:45 -0800)]
Import translations. DO NOT MERGE

Change-Id: Ia4055932bd470d0f42ff7962aa0d8bfb75967363
Auto-generated-cl: translation import

11 years agoam c65c8f71: am 085d23d6: Import translations. DO NOT MERGE
Baligh Uddin [Tue, 4 Dec 2012 19:47:58 +0000 (11:47 -0800)]
am c65c8f71: am 085d23d6: Import translations. DO NOT MERGE

* commit 'c65c8f71ae43d6f4e7ce73e19c293e750e146514':
  Import translations. DO NOT MERGE

11 years agoam 085d23d6: Import translations. DO NOT MERGE
Baligh Uddin [Tue, 4 Dec 2012 19:45:24 +0000 (11:45 -0800)]
am 085d23d6: Import translations. DO NOT MERGE

* commit '085d23d6bd9b4db85bf8708da8e9577dbbe1676a':
  Import translations. DO NOT MERGE

11 years agoam 91c61ee7: Import translations. DO NOT MERGE
Baligh Uddin [Tue, 4 Dec 2012 19:45:04 +0000 (11:45 -0800)]
am 91c61ee7: Import translations. DO NOT MERGE

* commit '91c61ee7c66132c38aaf2f8cd013e55b6fac909c':
  Import translations. DO NOT MERGE

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Tue, 4 Dec 2012 17:16:03 +0000 (09:16 -0800)]
Import translations. DO NOT MERGE

Change-Id: I392f3ce6b27c40086beb204a753d99a27e3d2f74
Auto-generated-cl: translation import

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Tue, 4 Dec 2012 17:15:21 +0000 (09:15 -0800)]
Import translations. DO NOT MERGE

Change-Id: I9b7983422ce920a684779742a7a97809f66dadb0
Auto-generated-cl: translation import

11 years agoam 332fe944: am 4e8b647c: Merge "Import translations. DO NOT MERGE" into jb-mr1.1-dev
Baligh Uddin [Tue, 4 Dec 2012 04:47:41 +0000 (20:47 -0800)]
am 332fe944: am 4e8b647c: Merge "Import translations. DO NOT MERGE" into jb-mr1.1-dev

* commit '332fe944b34bc552c8a02ead833f0f7e02a9e4cb':
  Import translations. DO NOT MERGE

11 years agoam abd4c851: Merge "Import translations. DO NOT MERGE" into jb-mr1-aah-dev
Baligh Uddin [Tue, 4 Dec 2012 04:46:17 +0000 (20:46 -0800)]
am abd4c851: Merge "Import translations. DO NOT MERGE" into jb-mr1-aah-dev

* commit 'abd4c851cef350c77ba7357387a9a347deefd536':
  Import translations. DO NOT MERGE

11 years agoam 4e8b647c: Merge "Import translations. DO NOT MERGE" into jb-mr1.1-dev
Baligh Uddin [Tue, 4 Dec 2012 04:45:56 +0000 (20:45 -0800)]
am 4e8b647c: Merge "Import translations. DO NOT MERGE" into jb-mr1.1-dev

* commit '4e8b647c21da86dd35280fbcc5a329c4513c89e6':
  Import translations. DO NOT MERGE

11 years agoMerge "Import translations. DO NOT MERGE" into jb-mr1.1-dev
Baligh Uddin [Tue, 4 Dec 2012 04:44:35 +0000 (20:44 -0800)]
Merge "Import translations. DO NOT MERGE" into jb-mr1.1-dev

11 years agoMerge "Import translations. DO NOT MERGE" into jb-mr1-aah-dev
Baligh Uddin [Tue, 4 Dec 2012 04:44:17 +0000 (20:44 -0800)]
Merge "Import translations. DO NOT MERGE" into jb-mr1-aah-dev

11 years agoam f2b1c460: am 48a648ea: Merge "Rename Ringtone category header in call settings...
Yorke Lee [Tue, 4 Dec 2012 00:21:59 +0000 (16:21 -0800)]
am f2b1c460: am 48a648ea: Merge "Rename Ringtone category header in call settings" into jb-mr1.1-dev

* commit 'f2b1c46053775e8741949708571365b2fd17045d':
  Rename Ringtone category header in call settings

11 years agoam 48a648ea: Merge "Rename Ringtone category header in call settings" into jb-mr1...
Yorke Lee [Tue, 4 Dec 2012 00:19:39 +0000 (16:19 -0800)]
am 48a648ea: Merge "Rename Ringtone category header in call settings" into jb-mr1.1-dev

* commit '48a648ea494417b1253844bcc3b5996192e1f3fa':
  Rename Ringtone category header in call settings

11 years agoMerge "Rename Ringtone category header in call settings" into jb-mr1.1-dev
Yorke Lee [Tue, 4 Dec 2012 00:18:10 +0000 (16:18 -0800)]
Merge "Rename Ringtone category header in call settings" into jb-mr1.1-dev

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 3 Dec 2012 17:46:10 +0000 (09:46 -0800)]
Import translations. DO NOT MERGE

Change-Id: Ib266907fb0af32e30926c563096fa67944238efc
Auto-generated-cl: translation import

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 3 Dec 2012 17:45:23 +0000 (09:45 -0800)]
Import translations. DO NOT MERGE

Change-Id: I8bcbfc0f4d59d531e00dff9296e4acb19891dc67
Auto-generated-cl: translation import

11 years agoam ea9ef7ae: am 8cc1fc87: Merge "Change accessibility code to a timed dmtf signal...
Santos Cordon [Fri, 30 Nov 2012 21:19:29 +0000 (13:19 -0800)]
am ea9ef7ae: am 8cc1fc87: Merge "Change accessibility code to a timed dmtf signal instead of shortDtmfTone." into jb-mr1.1-dev

* commit 'ea9ef7ae1b1feb8bf33b4e7ba8a93fc3cac486b0':
  Change accessibility code to a timed dmtf signal instead of shortDtmfTone.

11 years agoam 8cc1fc87: Merge "Change accessibility code to a timed dmtf signal instead of short...
Santos Cordon [Fri, 30 Nov 2012 21:16:50 +0000 (13:16 -0800)]
am 8cc1fc87: Merge "Change accessibility code to a timed dmtf signal instead of shortDtmfTone." into jb-mr1.1-dev

* commit '8cc1fc8786f16760a7635bb7e266777d6de2edd8':
  Change accessibility code to a timed dmtf signal instead of shortDtmfTone.

11 years agoMerge "Change accessibility code to a timed dmtf signal instead of shortDtmfTone...
Santos Cordon [Fri, 30 Nov 2012 20:27:44 +0000 (12:27 -0800)]
Merge "Change accessibility code to a timed dmtf signal instead of shortDtmfTone." into jb-mr1.1-dev

11 years agoam dc1552a5: am 2edd1b84: Merge "Change notification settings in Phone" into jb-mr1...
Yorke Lee [Fri, 30 Nov 2012 17:31:00 +0000 (09:31 -0800)]
am dc1552a5: am 2edd1b84: Merge "Change notification settings in Phone" into jb-mr1.1-dev

* commit 'dc1552a57a661fbe0ccf3bd366effcf98b9b08d7':
  Change notification settings in Phone

11 years agoam 2edd1b84: Merge "Change notification settings in Phone" into jb-mr1.1-dev
Yorke Lee [Fri, 30 Nov 2012 17:28:53 +0000 (09:28 -0800)]
am 2edd1b84: Merge "Change notification settings in Phone" into jb-mr1.1-dev

* commit '2edd1b845d377e246830bca05d86b1415ab0e5a6':
  Change notification settings in Phone

11 years agoMerge "Change notification settings in Phone" into jb-mr1.1-dev
Yorke Lee [Fri, 30 Nov 2012 17:27:21 +0000 (09:27 -0800)]
Merge "Change notification settings in Phone" into jb-mr1.1-dev

11 years agoChange notification settings in Phone
Yorke Lee [Thu, 29 Nov 2012 20:33:40 +0000 (12:33 -0800)]
Change notification settings in Phone

Add ringtone summary for Voicemail notification setting
Change Voicemail notification vibrate setting to checkbox

Bug: 7633821
Change-Id: Ifa10eb1989146ab10dc0e4b0218ff85906a7ae8f

11 years agoam 655495bd: am 375df3c5: Merge "Import translations. DO NOT MERGE" into jb-mr1.1-dev
Baligh Uddin [Fri, 30 Nov 2012 04:56:30 +0000 (20:56 -0800)]
am 655495bd: am 375df3c5: Merge "Import translations. DO NOT MERGE" into jb-mr1.1-dev

* commit '655495bd98d26461136174e4cb4107633fee279f':
  Import translations. DO NOT MERGE

11 years agoam eb9c660d: Merge "Import translations. DO NOT MERGE" into jb-mr1-aah-dev
Baligh Uddin [Fri, 30 Nov 2012 04:53:52 +0000 (20:53 -0800)]
am eb9c660d: Merge "Import translations. DO NOT MERGE" into jb-mr1-aah-dev

* commit 'eb9c660d6a37d2f34fbcdac848e24bf9d5da8360':
  Import translations. DO NOT MERGE

11 years agoam 375df3c5: Merge "Import translations. DO NOT MERGE" into jb-mr1.1-dev
Baligh Uddin [Fri, 30 Nov 2012 04:53:50 +0000 (20:53 -0800)]
am 375df3c5: Merge "Import translations. DO NOT MERGE" into jb-mr1.1-dev

* commit '375df3c549d2e5d7fd18312b8704b7760e994101':
  Import translations. DO NOT MERGE

11 years agoMerge "Import translations. DO NOT MERGE" into jb-mr1.1-dev
Baligh Uddin [Fri, 30 Nov 2012 04:51:50 +0000 (20:51 -0800)]
Merge "Import translations. DO NOT MERGE" into jb-mr1.1-dev

11 years agoMerge "Import translations. DO NOT MERGE" into jb-mr1-aah-dev
Baligh Uddin [Fri, 30 Nov 2012 04:51:33 +0000 (20:51 -0800)]
Merge "Import translations. DO NOT MERGE" into jb-mr1-aah-dev

11 years agoChange accessibility code to a timed dmtf signal instead of shortDtmfTone.
Santos Cordon [Thu, 29 Nov 2012 21:00:08 +0000 (13:00 -0800)]
Change accessibility code to a timed dmtf signal instead of shortDtmfTone.

Only CDMA device RIL code supports sendBurstDtmfTone but the
accessibility code relied on that for sending dtmf tones. Add a 'timed
dtmf' function to perform a similar function without reliance on
burstDtmfTone code.

original CL adding this change: I85be84c5978d7580e58913ab0c8659a6a1ab7586
bug: 7553176

Change-Id: I1416e72bf497ce0706a0148606a44ad7c9445f5d

11 years agoam b77d91d6: am f9abded9: Remove unused IExtendedNetworkService support
Makoto Onuki [Fri, 30 Nov 2012 01:52:54 +0000 (17:52 -0800)]
am b77d91d6: am f9abded9: Remove unused IExtendedNetworkService support

* commit 'b77d91d6d94bfd48db2ebacbd9119c18d083a4f5':
  Remove unused IExtendedNetworkService support

11 years agoam f9abded9: Remove unused IExtendedNetworkService support
Makoto Onuki [Fri, 30 Nov 2012 01:51:22 +0000 (17:51 -0800)]
am f9abded9: Remove unused IExtendedNetworkService support

* commit 'f9abded9b7253c797af8b01102c153227b09446f':
  Remove unused IExtendedNetworkService support

11 years agoRemove unused IExtendedNetworkService support
Makoto Onuki [Thu, 29 Nov 2012 20:54:05 +0000 (12:54 -0800)]
Remove unused IExtendedNetworkService support

It was used in the cupcake era for docomo, and not used anymore.

Bug 7633569

Change-Id: I658bd5bd2f4d8d298a81d31a6b0b97ed1ccb7337

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Thu, 29 Nov 2012 16:06:07 +0000 (08:06 -0800)]
Import translations. DO NOT MERGE

Change-Id: I64fa30a5ea085680866f638a15ea0fba3961420b
Auto-generated-cl: translation import

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Thu, 29 Nov 2012 16:05:13 +0000 (08:05 -0800)]
Import translations. DO NOT MERGE

Change-Id: I9c8a25f7e6d7135be4acd746b9d29ac09add5618
Auto-generated-cl: translation import

11 years agoRename Ringtone category header in call settings
Yorke Lee [Thu, 29 Nov 2012 01:36:13 +0000 (17:36 -0800)]
Rename Ringtone category header in call settings

Bug: 7633821
Change-Id: I3f4b136e8f6aaa0bea27875183b9c880e2c17e0d

11 years agoam 8d6b57ea: am 48b937b0: Merge "Force emergency dialer to portrait mode" into jb...
Yorke Lee [Mon, 26 Nov 2012 19:26:26 +0000 (11:26 -0800)]
am 8d6b57ea: am 48b937b0: Merge "Force emergency dialer to portrait mode" into jb-mr1.1-dev

* commit '8d6b57ea2ea4e1c25c41e01ca5f8ca1b82e0958b':
  Force emergency dialer to portrait mode

11 years agoam 48b937b0: Merge "Force emergency dialer to portrait mode" into jb-mr1.1-dev
Yorke Lee [Mon, 26 Nov 2012 19:24:45 +0000 (11:24 -0800)]
am 48b937b0: Merge "Force emergency dialer to portrait mode" into jb-mr1.1-dev

* commit '48b937b0f3fc5e9d494f72f923263df876de81a5':
  Force emergency dialer to portrait mode

11 years agoMerge "Force emergency dialer to portrait mode" into jb-mr1.1-dev
Yorke Lee [Mon, 26 Nov 2012 19:22:57 +0000 (11:22 -0800)]
Merge "Force emergency dialer to portrait mode" into jb-mr1.1-dev

11 years agoam ce1432b5: am 2db27c06: Import translations. DO NOT MERGE
Baligh Uddin [Thu, 22 Nov 2012 18:59:05 +0000 (10:59 -0800)]
am ce1432b5: am 2db27c06: Import translations. DO NOT MERGE

* commit 'ce1432b5baaf31ebcab467e834818394f1c638d2':
  Import translations. DO NOT MERGE

11 years agoam 2db27c06: Import translations. DO NOT MERGE
Baligh Uddin [Thu, 22 Nov 2012 18:56:39 +0000 (10:56 -0800)]
am 2db27c06: Import translations. DO NOT MERGE

* commit '2db27c06b85ccce46adb5d32bf33f52dacbc7d4e':
  Import translations. DO NOT MERGE

11 years agoam 07b3377c: Import translations. DO NOT MERGE
Baligh Uddin [Thu, 22 Nov 2012 18:56:28 +0000 (10:56 -0800)]
am 07b3377c: Import translations. DO NOT MERGE

* commit '07b3377cb8013726ca406e5296702189e1f3e8ab':
  Import translations. DO NOT MERGE

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Wed, 21 Nov 2012 06:16:17 +0000 (22:16 -0800)]
Import translations. DO NOT MERGE

Change-Id: Id3bcb43be8e5c13b1303e65f17df42283be3007e
Auto-generated-cl: translation import

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Wed, 21 Nov 2012 06:15:40 +0000 (22:15 -0800)]
Import translations. DO NOT MERGE

Change-Id: I2ea0db1dee7d554401a4cf7d78f88ffca49ab0a5
Auto-generated-cl: translation import

11 years agoam 98775f1b: am a85eca2b: Merge "When answering a call, stop ringing even if network...
Santos Cordon [Tue, 20 Nov 2012 18:31:47 +0000 (10:31 -0800)]
am 98775f1b: am a85eca2b: Merge "When answering a call, stop ringing even if network takes too long to connect." into jb-mr1.1-dev

* commit '98775f1b82326f5523dc3f96ab408121fb8e6446':
  When answering a call, stop ringing even if network takes too long to connect.

11 years agoam 2611428b: am 06294146: Merge "Adding "ABSENTNUMBER" to the list of known constants...
Santos Cordon [Tue, 20 Nov 2012 18:31:46 +0000 (10:31 -0800)]
am 2611428b: am 06294146: Merge "Adding "ABSENTNUMBER" to the list of known constants from network." into jb-mr1.1-dev

* commit '2611428b99c9ecc0141c5ba74ef6ae10a672fb5d':
  Adding "ABSENTNUMBER" to the list of known constants from network.

11 years agoam a85eca2b: Merge "When answering a call, stop ringing even if network takes too...
Santos Cordon [Tue, 20 Nov 2012 18:29:13 +0000 (10:29 -0800)]
am a85eca2b: Merge "When answering a call, stop ringing even if network takes too long to connect." into jb-mr1.1-dev

* commit 'a85eca2b87c6e6c95a247f4853f2e8d8a7e7b1fd':
  When answering a call, stop ringing even if network takes too long to connect.

11 years agoam 06294146: Merge "Adding "ABSENTNUMBER" to the list of known constants from network...
Santos Cordon [Tue, 20 Nov 2012 18:29:12 +0000 (10:29 -0800)]
am 06294146: Merge "Adding "ABSENTNUMBER" to the list of known constants from network." into jb-mr1.1-dev

* commit '06294146a12de0c518cc8b6419952e7d170d5807':
  Adding "ABSENTNUMBER" to the list of known constants from network.

11 years agoMerge "When answering a call, stop ringing even if network takes too long to connect...
Santos Cordon [Tue, 20 Nov 2012 18:27:12 +0000 (10:27 -0800)]
Merge "When answering a call, stop ringing even if network takes too long to connect." into jb-mr1.1-dev

11 years agoMerge "Adding "ABSENTNUMBER" to the list of known constants from network." into jb...
Santos Cordon [Tue, 20 Nov 2012 18:26:54 +0000 (10:26 -0800)]
Merge "Adding "ABSENTNUMBER" to the list of known constants from network." into jb-mr1.1-dev

11 years agoWhen answering a call, stop ringing even if network takes too long to connect.
Santos Cordon [Tue, 20 Nov 2012 01:30:59 +0000 (17:30 -0800)]
When answering a call, stop ringing even if network takes too long to connect.

When answering a call, we tell the Ringer to stop ringing. However,
CallNotifier receives a continuous stream of PHONE_INCOMING_CALL events
which restarts the ringer.  The result is that the phone will start
ringing again if RIL takes too long to actually connect the call. Instead
of stopping the ringer once, this CL changes the code to "silence" the
ringer indefinitely for the current call. This piggy backs the same code
which silences the ringer when the user opts to silence the call instead
of answering it.

bug: 7439536
Change-Id: Ie2a1c83e147435821fca4d314414075c305d6aa3

11 years agoAdding "ABSENTNUMBER" to the list of known constants from network.
Santos Cordon [Thu, 15 Nov 2012 21:48:26 +0000 (13:48 -0800)]
Adding "ABSENTNUMBER" to the list of known constants from network.

CDMA networks can sometimes send "ABSENT NUMBER" or "ABSENTNUMBER" as
the return number for incoming calls.  This gets converted to a better,
localized string within Phone.

Previously we were only recognizing the format with space.  This CL adds
"ABSENTNUMBER" to that list.

bug: 7226799
Change-Id: I1f4d65f2035ce207bce966f9829282e440af9610

11 years agoam f4357ea1: am 55db52df: Hit area for End Call changed from percent to deadzone.
Santos Cordon [Fri, 16 Nov 2012 19:22:13 +0000 (11:22 -0800)]
am f4357ea1: am 55db52df: Hit area for End Call changed from percent to deadzone.

* commit 'f4357ea15606ee8947e208715e6bf789e1eb5b63':
  Hit area for End Call changed from percent to deadzone.

11 years agoam 55db52df: Hit area for End Call changed from percent to deadzone.
Santos Cordon [Fri, 16 Nov 2012 19:18:55 +0000 (11:18 -0800)]
am 55db52df: Hit area for End Call changed from percent to deadzone.

* commit '55db52dfbe2942a74358ae5c9adafa9fda9ad294':
  Hit area for End Call changed from percent to deadzone.

11 years agoHit area for End Call changed from percent to deadzone.
Santos Cordon [Tue, 13 Nov 2012 01:09:10 +0000 (17:09 -0800)]
Hit area for End Call changed from percent to deadzone.

Changed the implementation of SmallerHitTargetTouchListener from having
a percent based dead zone to having a pixel-defined dead zone.
Only affects the Secondary calling card and end-call button.

bug: 7416993
Change-Id: I92366380a22ff1c76a8fba043baa898eb8d41049