Skip to content

Conversation

@dexxter
Copy link
Contributor

@dexxter dexxter commented Feb 1, 2013

Phone turkish update please

The Android Open Source Project and others added 30 commits September 7, 2012 13:40
… - do not merge

* commit '52fb569ab929809fac01f860af88e1160fa0aa4d':
…-dev-plus-aosp

* commit '75a1e421231698564257594d26b31cca390dc221':
  Adding contextual "Voice Mail" text to in-call dialpad.
* commit '6046c0d05994e434b7706fa1e3aec03d5f066d75':
  Fix for screen staying on at quick response dialog
* commit '7fa5266a69d52606144302c0a3a92645ab64b095':
  Explicitly specify current user everywhere home is started.
…ease - do not merge

* commit '7685f0dd691b0e2b46a985dcfaab8df70c282600':
  Adding contextual "Voice Mail" text to in-call dialpad.
… user." into jb-mr1-dev

* commit '859760f72162c86cc383dc851253f4d33325af7e':
  Don't crash phone app when running as non-primary user.
* commit 'd9d08ebf0c254ecbd6dae4e7f02b484c37d49aae':
  Fix phone-related notification actions.
…t" into jb-mr1-dev

* commit 'a276b79f956be7217d40e56b0842258075248e02':
  Correct classname for BroadcastReceiver in manifest
Change-Id: I21da9286e4cb18e84c740f77c69e71727118f3b2
* commit 'ef918bb5a3feaf175b54a3aed75f5645e3d14a48':
  Suppress location information for non-active users.
* commit 'ef918bb5a3feaf175b54a3aed75f5645e3d14a48':
  Suppress location information for non-active users.
Change-Id: I11921f761d090d5e9959ad434cac1e635cd19c79
* commit 'cc01c5efd47627e1adfc8fe606957529ac84411f':
  Glowview showing above incall screen.
* commit 'cc01c5efd47627e1adfc8fe606957529ac84411f':
  Glowview showing above incall screen.
…" into jb-mr1-dev

* commit 'cf130dbf276b61d71350f4a77aa58242cea30067':
  Airplane mode (and other) setting moved to global.
…" into jb-mr1-dev

* commit 'cf130dbf276b61d71350f4a77aa58242cea30067':
  Airplane mode (and other) setting moved to global.
* commit 'd6d79008f0d4c0865049cd3091fe5f4b286abd4d':
  build break fix
* commit 'd6d79008f0d4c0865049cd3091fe5f4b286abd4d':
  build break fix
* commit '25add64b1b5553207de50ee993375f4188eacb75':
  Update references to migrated global settings.
* commit '25add64b1b5553207de50ee993375f4188eacb75':
  Update references to migrated global settings.
Change-Id: If14c7f73fdf69f63eac34c4ee307f770c8f83465
…nge and query

* commit '8093f0bbc9fd4d3e2dae30bfa7be7f7c3ac9f2f8':
  Enforce MODIFY_PHONE_STATE permission for phone state change and query
…nge and query

* commit '8093f0bbc9fd4d3e2dae30bfa7be7f7c3ac9f2f8':
  Enforce MODIFY_PHONE_STATE permission for phone state change and query
Change-Id: I560fdedd95615398092c3209a0aaf6bf71aaf1e7
Change-Id: I3ccac4ef20961c948e434620da8c86e2b90839aa
* commit '72040927a3c977441354e85b8bbef2f9826c6f23':
  More issue #7226656 second user seeing primary user's apps
* commit '72040927a3c977441354e85b8bbef2f9826c6f23':
  More issue #7226656 second user seeing primary user's apps
Change-Id: I88b11e140428b5a628bbaf0144a529255fe1d050
* commit 'df3629ab612113d1d516329780f0caf3129f95f6':
  Get rid of preventScreenOn().
…-mr1-dev

* commit 'fec1d7781e6614e4a8110a45f2794542da11b158':
  Get rid of preventScreenOn().
The Android Open Source Project and others added 29 commits November 5, 2012 07:56
Change-Id: Ib6e09422e9e7c34d9d81717e15f12157fe3bedfc
Change-Id: If0f2bbab52fa0d4c4f1b49042deda6fe5722dc80
… not merge

* commit '779f058cc89b9d8dfca26832628b6463dc626f28':
  Make sure to move InCallScreen to back on disconnect
  Airplane mode (and other) setting moved to global.
  Fix phone-related notification actions.
…release - do not merge

* commit 'b2734edb5022d69bec22b249f09aabe3f9215a50':
Phone part.

- added possibility to choose a custom vibration for phone calls (in Settings)
- added checking for contact-level custom vibrations to CallNotifier
- added a fallback option to Ringer, if the received vibration is corrupt

Also fix quiet hours port.

Change-Id: I161b0167db6832939665a0ff548d4db99c4011cc
Signed-off-by: sethyx <sethyx@gmail.com>
Signed-off-by: Gergely Szell (sethyx) <szell@hu.ibm.com>
- Support all LTE network modes defined in RILConstants and
  com.android.internal.telephony.Phone.
- Enable LTE options for GSM LTE phones.
- Implement toggleLTE.
  - LTE/CDMA mode may be overridden with toggleLTE_lte_cdma_nt_mode.

Consists of (partial) cherry-picks of these CM 10.0 commits:

commit a8eb4dce7b19bfa74fbbde128336f93057133d97
Author: Mike Kasick <mike@kasick.org>
Date:   Fri Aug 10 18:04:44 2012 -0400

    Make "Preferred network mode" strings consistent, fix LTE modes.

    - Make network mode strings, comments, internally consistent with each other.
    - Show LTE modes only for CDMA/LTE and GSM/LTE devices, not non-LTE.
    - Revert to "Global" label for NETWORK_MODE_GLOBAL on non-LTE devices, to
      remain consistent with RILConstants, but also because this mode is used
      for CDMA/EvDo/GSM/WCDMA mode on global-capable devices.
    - Consistently show "CDMA / EvDo" whether on a CDMA or CDMA/LTE phone.

    This should be the complete superset of network modes supported on all
    devices.  Individual devices may prune this list to include only network
    modes that their radios support.

    Note, the "Global" mode label (preferred_network_mode_lte_cdma_summary)
    remains unchanged from its overloaded-to-support-LTE-on-toro capacity for
    consistency with AOSP, although though this overloading is a mess.

    Change-Id: I39bcf73474778a4d83753eddb5014642e41ab9b3

commit 9025baeddf9b7325e07605fca310fa897dcd9175
Author: dhacker29 <davidhackerdvm@gmail.com>
Date:   Tue Jul 10 10:59:01 2012 -0500

    Add NT_MODE's for NETWORK_MODE's 8 and 10

    as defined in RILConstants.java

    Change-Id: I225bb776152e4c63ade1f70669edb2df3986634c

commit a03ba4f3ea1c059d91aba747964314ab657d6842
Author: Ricardo Cerqueira <github@cerqueira.org>
Date:   Tue Apr 17 01:34:31 2012 +0100

    Phone: Enable LTE options for GSM LTE phones

    Change-Id: I580c37f3272c8cc8363e8db5b1c227bf6f74a04a

Change-Id: I326584e1f82cc84c244c23282b096a98703d4b1a

Conflicts:

	src/com/android/phone/PhoneInterfaceManager.java
Add dialpad settings intent to the options

Change-Id: Ia00abb222297ba9a89dc07a7fbc51b8e9cd48d0e

Conflicts:
	res/values/strings.xml
Landscape in call && Exit to home

Patch2 : Cleanup
patch3 : Whitespace cleanup - removed references to preferences
	that were not needed/used/

Change-Id: I1eb5904b9c5f0a252d9e1a935dc21668361cedb6
Signed-off-by: Zaphod <mwilson@acesappraisal.com>
Change-Id: I6079734b7afd9b3f80c7440ad3df4a69345f507e
Patch-set 2: More strings

Change-Id: Ic286080daafa205a2e0ea45dedfa77b389ffaf28
Signed-off-by: Petr Reznicek <kecinzer@gmail.com>
Makes the background of multiview semitransparent.
It allows to at least see whole image of incoming caller.

Change-Id: I920fee43e3bac7492a54f43281716eb8b686aa5e
Signed-off-by: kecinzer <kecinzer@gmail.com>
  by Robin Morawetz (Rdlgrmpf) and Davor Bertovic (LorD ClockaN)
  Id: I9fccddf4d9081d228540d5e62f132383b9579c52

Change-Id: I524f3b71e9e8ef3483351adc4907fba4622e4b3c
Change-Id: Ica209c8373545afa26d876cd23aac7ef3df73a43
Signed-off-by: kecinzer <kecinzer@gmail.com>
Change-Id: I38c51d544f821ef3599f6d141646fc255ebf4a13
Patch-set 2: Fixed build errors

This is port of CM Advanced Phone Settings into 4.2 with my modification.
Advanced Phone Settings: Vibrate on Answer, Vibrate 60, Vibrate End and Vibrate on Call Waiting. You can find these options on Call Settings.

Change-Id: I52ef818234d9b2b49220433cf113b2620be514fc
Signed-off-by: Petr Reznicek <kecinzer@gmail.com>
Change-Id: Ie72449f952f99b410fbb5bc4a8e6cbc833e6176f
When PHONE_INCOMING_RING message accidentaly arrives to CallNotifier
immediately after the user answers the call, the call state is still
RINGING instead of OFFHOOK, so ring plays again, causing audio
driver to switch from just entered IN_CALL mode back to RINGING mode,
which can lead to completely mute phone call - no side of call can be
heard.

Above also affects increasing ring feature.

Prevent this scenario by calling silenceRinger() instead of stopRing()
at the beginning of answerCall(), so not only the current ring is
stopped, but also the possible next ring prevented.

Change-Id: I358ffd93f4233ab1a957af18ec40edc0fef04014
Change-Id: Ie569f8b93787140afcee18d218de89e4fe3f1a73
Signed-off-by: rdgate <rdgate@gmail.com>
Change-Id: If2e441abdda02fe9b28ef57150644264e8a871f6
Signed-off-by: Gergely Szell (sethyx) <szell@hu.ibm.com>
Change-Id: I11c1f9c31df9021e1763d4aed9af5517e3cb8753
Signed-off-by: Gergely Szell (sethyx) <szell@hu.ibm.com>
Change-Id: Ia95d1ebcb8dcb359cc686cefc1cac8a4c20d57b8
Signed-off-by: rdgate <rdgate@gmail.com>
Related to : http://review.cyanogenmod.com/#change,13666

Change-Id: I2bdfc346815115bb19ba469a61ccca9ae4e036dd
Phone turkish update please
Bajee11 pushed a commit that referenced this pull request Apr 30, 2013
Fixed small lang issues #1

Change-Id: Id42021677ed02dd4874ba8d521f86fa3b0295114
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.