History log of /packages/services/Telephony/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b250ce8d53a07ee1900f979095479074ab7d509c 08-Jun-2016 Ta-wei Yen <twyen@google.com> Support unknown user provisioning for VVM3

Users on legacy visual voicemail or transfering from other devices
may receive a STATUS SMS with the provisioning status "Unknown".
On VVM3 we need to go though a series of URLs to have the user
provisioned.

The STATUS SMS will come with a URL to the voicemail management
gateway. From it we can find the self provisioning gateway URL that
we can modify voicemail services.

A request to the self provisioning gateway to activate basic visual
voicemail will return us with a web page. If the user hasn't
subscribe to it yet it will contain a link to confirm the
subscription. This link should be clicked through cellular network,
and have cookies enabled.

After the process is completed, the carrier should send us another
STATUS SMS with a new or ready user.

+ Moved provisioning to OmtpProvisioningService, which will do it in
the background instead of blocking the SMS receiver.
+ Handle missing MESSAGE_LENGTH field in SyncMessage, this field is
optional.

Change-Id: I473bf62143ce611dffbdb0bb74de9d011bbf1400
Fixes:28697797
/packages/services/Telephony/Android.mk
c738a389d4f52b421556d5bc3c88cdfb4624a77c 05-Feb-2016 Mahaver Chopra <mahaver@google.com> Updated RestrictedSwitchPreference

Updated RestrictedSwitchPreference with new policy transparency changes.

Bug: 26763080
Change-Id: I187e38b157cc800626e1fbaffc9a2962a21be3c3
/packages/services/Telephony/Android.mk
b018a8f16ffea52debf385b921c7dc51379522db 18-Aug-2015 Jay Shrauner <shrauner@google.com> Remove com.android.services.telephony.common

Move MoreStrings to Dialer/util. AudioMode was unused.

Bug:
Change-Id: I02e0e1c6dfeeec621e341f2f59df74df0e7e18f0
/packages/services/Telephony/Android.mk
788959e2d798da2d8a34cf89779421966d200f3d 09-Jul-2014 Sailesh Nepal <sail@google.com> SIP Part 1, move sip code

This CL moves the SIP code to
sip/src/com/android/services/telephony/sip

Moving the SIP code helps with a couple of things:
- remove legacy dependency on old telephony code
(PhoneUtils, etc...)
- separate SIP from the PSTN connection code which
is very different from SIP code
- get the code ready for a future move out of
Telephony all together

Bug: 14999064
Change-Id: Id32de6517d31be4aa177b2764d5bac1e1f9851c2
/packages/services/Telephony/Android.mk
0ca1c80f1ca60966a16169b109e96ac19fa69743 08-Jul-2014 Etan Cohen <etancohen@google.com> Merge IMS changes from klp-wireless-dev to master

Change-Id: I247fa2b0e3aa159a27d96951edb0b04afd4d5ec6
/packages/services/Telephony/Android.mk
14462b65dee767d897219d685d41357c9b78c33f 18-Jun-2014 Sai Cheemalapati <saicheems@google.com> Update Emergency Dialer to match Dialer (6/7).

Emergency dialer style updated to match style in Dialer and
InCallUI.
Moved all dialpad resources to PhoneCommon.

Change-Id: Id68e48c63fade3138c3fd5ede9c4e55b5f5b9da1
/packages/services/Telephony/Android.mk
f8a8854eeb749bee419144ab8076aa75119017be 20-Jun-2014 Yorke Lee <yorkelee@google.com> Revert "Update Emergency Dialer to match Dialer (1/5)."

This reverts commit 5b23861a1dacf38cc9342e3c13600370b91033cd.

Change-Id: I6bd65b46049f2b8dbe0c73161d6ca8f5a546c2cd
/packages/services/Telephony/Android.mk
5b23861a1dacf38cc9342e3c13600370b91033cd 18-Jun-2014 Sai Cheemalapati <saicheems@google.com> Update Emergency Dialer to match Dialer (1/5).

Emergency dialer style updated to match style in Dialer and
InCallUI.
Moved all dialpad resources to PhoneCommon.

Change-Id: I4d19f1f6427ebbea1367e1e4432c48b0af7da233
/packages/services/Telephony/Android.mk
e68f14845d73de174d58b5d12c3afb54da78a0ff 30-Sep-2013 Ben Gilad <gilad@google.com> Follow up per Jay's comment on https://googleplex-android-review.git.corp.google.com/#/c/367504/

Change-Id: I0c21562c69aa45f64c8b2d9d1fb1997cd68aa0b6
/packages/services/Telephony/Android.mk
b01deb52890e2c5cb97e708040e11f433048b451 07-Aug-2013 Santos Cordon <santoscordon@google.com> Add hangup support for OUTGOING/DIALING Calls.

Change-Id: I6c38df1c13986b4c34b1918353a8246c247becee
/packages/services/Telephony/Android.mk
525244912e5dc9351ad75bcded78ce72fe666b37 06-Aug-2013 Jay Shrauner <shrauner@google.com> Remove GooglePhone

Remove GooglePhone

Bug:
Change-Id: I6b0f4c68bd617422d915979112ad85bab6aa8a98
/packages/services/Telephony/Android.mk
63a8424848966c0e94a78c4200bb091366dca3b8 23-Jul-2013 Santos Cordon <santoscordon@google.com> Adds class to translate telephony Connections to Calls.

Adds primitive call model (int callId) translated from telephony
layer's Connection type.
Adds onDisconnect functionality to CallHandlerService.
Makes call Id functional in callHandlerService.

Change-Id: I4d54f4c3f606e5973cc316125486cc361c96d610
/packages/services/Telephony/Android.mk
e72f63b4a23baedd2bd8f8119543bc8dcbeb1627 12-Jul-2013 Santos Cordon <santoscordon@google.com> Merge "Adding the ICallMonitorService aidl definition"
f6bb89d4fd6ceca5139d765e7116cca7996d54f5 12-Jul-2013 Santos Cordon <santoscordon@google.com> Adding the ICallMonitorService aidl definition

Change-Id: I535389bbdb0d313446504449caf04f6c12d59f69
/packages/services/Telephony/Android.mk
50a47893c161abb76e2e8b2ec7afaad1621dc2c8 11-Jul-2013 Santos Cordon <santoscordon@google.com> TeleService overrides Phone and GooglePhone

Whenever TeleService is present, it should replace any instances of
Phone and GooglePhone.

Change-Id: I2b8ab415b5eb468d2b9375be18574ad95aab11b1
/packages/services/Telephony/Android.mk
7d4ddf6dc0d7c8158bac3a5dec7936e837e95bdd 10-Jul-2013 Santos Cordon <santoscordon@google.com> Blanket copy of PhoneApp to services/Telephony.

First phase of splitting out InCallUI from PhoneApp.

Change-Id: I237341c4ff00e96c677caa4580b251ef3432931b
/packages/services/Telephony/Android.mk