summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic translation importcm-11.0Michael Bestas2015-08-238-4/+212
| | | | Change-Id: I0fef868d8c6c1249deb6ce8aac48d2e0fb18e709
* Automatic translation importMichael Bestas2015-06-221-0/+24
| | | | Change-Id: Ifd4e09ab410bac5ebe5fe98a83f8c2afd01afe60
* Automatic translation importMichael Bestas2015-05-314-11/+93
| | | | Change-Id: Ie079edcb703b5317233a677d9d9ff6939dfa5924
* Dialer: remove contact importing from Dialeremancebo2015-05-133-35/+0
| | | | | | | Dialer uses a different code path for importing contacts than the contacts app which is broken. Since you can already import via contacts, this is redundant. Change-Id: I8251da51f8dd03261826313f5381131ff70aa3cb
* Automatic translation importMichael Bestas2015-05-101-0/+3
| | | | Change-Id: I6c8a283a8991793008569019a3ecce1f274d089e
* Automatic translation importMichael Bestas2015-04-1811-7/+347
| | | | Change-Id: Ia092ccf7567cd694dd2bcb6d5ab907ecb2a1efe8
* Split out textColor to its own separate value.Dave Kover2015-04-172-1/+23
| | | | | | | | If a theme modifies the dialer text to white and still leaves the call log white, the text would be white-on-white. This change allows the call_log_list_item_extra text to be changed separately. Change-Id: I18f10494dd6987e6dee5655b5662b94622ca874f
* Automatic translation importMichael Bestas2015-03-164-6/+143
| | | | Change-Id: I91d0bcb59d21ca18013c6ed373a5fb679ba70707
* Automatic translation importMichael Bestas2015-03-046-0/+274
| | | | Change-Id: I00e4794fc576d5bf0b9b0bf7a6e5842a0ba6a7e4
* Dialer: Don't hide the fake actionbar containing call log.Adnan2015-02-192-8/+0
| | | | | | | | Call log should be accessible during a phone call, thus there's no need to tell the host interface to remove the container hosting the call log view. Change-Id: Ie2968074f51788eae136dfc4862ff54a483da97f
* Automatic translation importMichael Bestas2015-02-153-13/+31
| | | | Change-Id: Ia2139e71174ecc785c295eb9ed173186fd74d4b9
* Dialer: Add special code aliasesDiogo Ferreira2015-02-032-1/+64
| | | | | | | | | | | | | | | | | | | | | Android already has a mechanism for special codes that transforms *#*#<code>#*#* into intents that can be caught by special intent filters in application manifests. However, sometimes, we have requirements to provide specific codes to launch self-testing or factory-testing kinds of apps. Instead of adding all those and associating them with intents, this patch adds aliases that are treated the same way as the built-in special codes. This works by configuring two arrays: - special_code_aliases: The codes (such as *#123#, ##100#, etc, any will do). - special_code_mapping: The converted codes, usually these would be (123, 100, etc) but they are not necessarily the same numeric parts as the aliases. These should be configured by overriding the special codes per-device. Change-Id: I01dc06db3210a6b775144fa8c057cd7d0e58d85c
* Automatic translation importMichael Bestas2015-01-302-1/+3
| | | | Change-Id: Ic0b1ec57467069d80974f1b8266b64c5cdd8505d
* Revert "Add reverse lookup provider "PagineBianche" (IT)."Ethan Chen2015-01-194-159/+0
| | | | | | This reverts commit 2491d19f178f2b78a00cce00bce5dc8ec0d60231. Change-Id: I96c3da9dbc430233528359eb6abcaef3eeb3d4b2
* Automatic translation importMichael Bestas2015-01-193-1/+46
| | | | Change-Id: Ic0323e5ff5f025062011449c848aca97fce8ee31
* Automatic translation importMichael Bestas2015-01-118-56/+28
| | | | Change-Id: I1ab116ca7854aeecd55f72b396c8177188a345a6
* Automatic translation importMichael Bestas2015-01-038-7/+194
| | | | Change-Id: Ic26be0278e20521f9434328e0c9bed47b1345f05
* Automatic translation importMichael Bestas2014-12-2011-25/+53
| | | | Change-Id: I99a3134e640d797e7f1a1ee405b2e1439f878a91
* Landscape: Dialpad is too big and it cover partially contacts.millo19782014-12-151-0/+7
| | | | | | | | | | | If we resize at 85% (Portrait values) we have a good solution. Other Fonts are as default (100%). before: http://oi60.tinypic.com/1znmlc1.jpg after: http://oi62.tinypic.com/rh6dqe.jpg Change-Id: I6158b3ef1c7a6a8b0522621d79ddbc21340b58b2
* Fix phone number returned by 'Das Telefonbuch' for business numbers.Danny Baumann2014-12-031-0/+3
| | | | | | Some obfuscation spans are inserted into the HTML for whatever reason. Change-Id: Ib69dac5c79b01947d6085bf27b61c0f7a4d73a4c
* Automatic translation importMichael Bestas2014-11-2725-0/+101
| | | | Change-Id: Ia405baebbd7725d156331158151dece4b5e68b27
* Dialer: Force media scanner to scan file when recording finishescretin452014-11-191-0/+4
| | | | Change-Id: Ibe6e7f8685c9506af032c9f6654130ef6cc55cdd
* update call recording file formatemancebo2014-11-181-5/+5
| | | | Change-Id: I0534c1da11d946a078febc5efade8beb8d3dface
* Automatic translation importMichael Bestas2014-11-103-4/+60
| | | | Change-Id: I19f733aa8dae7ca1821741a14a62b456cb3abdfc
* Dialer: Move IP prefix call setting config to system propertycretin452014-11-074-5/+9
| | | | Change-Id: Ie184c9ef0019e345848ba33cce45b88a485444ae
* Blacklist : Strip extension from numberDanesh M2014-11-071-0/+3
| | | | | | | | | Contacts with extensions in their numbers, fail to be blacklisted. This resolves the issue. Depends on : http://review.cyanogenmod.org/#/c/76298/1 Change-Id: I94f848e64972083ef8ddb728379953f788f418f3
* Dialer : Add ability to delete from blacklistDanesh M2014-11-076-9/+68
| | | | Change-Id: I364cd26d178fb84eea314a2cd0d8f6ec23010857
* Call recording encoder/format choice 1/3Kryten2k352014-11-072-3/+33
| | | | | | | | | | | | | | | | | PS1: Adds a user option between WB AMR (the default) or HE-AAC for the encoding of call recording audio. Also changes the output format of the file appropriately (WB AMR now uses the WB_AMR output format and HE_AAC chooses the MPEG_4 output. File extensions are adjust accordingly as well). This was in reponse to people complaining the quality of call recording audio is poor. It's noticibly better using HE-AAC, but filesizes are larger. PS2: Removed unnecessary code in DialtactsActivity (see Teleservice patch). Removed whitespace and changed coding style to meet the standard PS3: Fixed whitespace, finally! Change-Id: I95620bf944e18491652c716890396c3da4be70c4
* Dialer: Filter IP call from call log context menu if config is falsecretin452014-11-061-3/+9
| | | | Change-Id: I3b8852894d91aae8ef1bbdeffaea5077047f4c5e
* Dialer: Add config for IP call settings on dialpadcretin452014-11-052-3/+13
| | | | Change-Id: Ifc735504afeecc8c5eca00045bdaf20fa64e642b
* Dialer: Use global settings name for MSIMcretin452014-10-301-9/+2
| | | | Change-Id: Ic2bc74b5d957ec43a7d7100dc0f724b922df5b5e
* Dialer: fix last call card not initiating dial on click for multi simRoman Birg2014-10-291-2/+1
| | | | | | | | If we're not handling a SIP number, the intent/behavior should be the same as with single sim devices. Change-Id: Ib932dbd766c54c72caa39ebaf8540495aac202f7 Signed-off-by: Roman Birg <roman@cyngn.com>
* Dialer: do not assume which subscription to use in call detail headerRoman Birg2014-10-281-8/+0
| | | | | | | | | This subscription is the last one used to make a call, and it is being forwarded to the call intent. Let the receiver handle the logic of picking which SIM (or whether to prompt) to use. Change-Id: Ibed0b0b8faabb7ac20cc590a3dd327269b71b4f4 Signed-off-by: Roman Birg <roman@cyngn.com>
* Automatic translation importMichael Bestas2014-10-276-5/+60
| | | | Change-Id: Iae8421885752f7bf0bb985b8f74971ed347959a9
* Dialer: Fix possible crash in call detailsEthan Chen2014-10-211-2/+4
| | | | | | | | * VOIP calling when multi-SIM is active can result in subscription being -1 at this point, resulting in array out of bounds when fetching the SIM icon. Change-Id: I1ce2c3bb0b27b26b61967dfe90b38cc9740a1f54
* Automatic translation importMichael Bestas2014-10-214-0/+158
| | | | Change-Id: Id14aa2d86a1ca88b20d73a42e1de87041b253006
* Dialer: Fix NPE in CallStatscretin452014-10-151-0/+4
| | | | | Change-Id: I0eed1e66f803e072c58d85c78c253730f81f029d See: https://jira.cyanogenmod.org/browse/BUGDUMP-114773?jql=text%20~%20%22Callstats%22
* Fix uncaught exception when no location provider availableEthan Chen2014-10-151-16/+21
| | | | Change-Id: I2625e6d219401a04a372a487d84edaaf3099f0d6
* Automatic translation importMichael Bestas2014-10-159-2/+323
| | | | Change-Id: I89a27c063e66fbf80664271e1564257cb8c233bb
* Merge "Code cleanup." into cm-11.0Danny Baumann2014-10-0619-859/+345
|\
| * Code cleanup.Danny Baumann2014-10-0219-859/+345
| | | | | | | | | | | | Avoid repetetive boilerplate code by using helper methods. Change-Id: Id3ce8d07d35d59c08cbc67fa35bbf6daa67c9608
* | Automatic translation importMichael Bestas2014-10-0429-32/+80
|/ | | | Change-Id: If226d8f4684929f5515fafdc67b4013729206046
* Add reverse lookup provider "PagineBianche" (IT).Andrea Fagiani2014-10-024-0/+245
| | | | Change-Id: I4db5cbc6bebe847572e872dff93500a0dd451611
* Dialer: Scrub debug logging for identifiable information.Adnan2014-10-012-8/+6
| | | | Change-Id: I2b45ec7c37a7f69c972feb3dde1eac87306259f6
* Dialer: Improve stringMichael Bestas2014-09-301-2/+2
| | | | Change-Id: I40683e855acf1b5b183d0ad5f91050d81565532d
* Remove cm_caf filesMichael Bestas2014-09-2939-780/+0
| | | | Change-Id: I19dfbb268fd918140fa548e6dfa4dc78602c3cf5
* Automatic translation importMichael Bestas2014-09-2941-125/+519
| | | | Change-Id: Ifca51fc8e0aac1e32cd1e0e0244a25d29f33e6ee
* Fix up screen rotation behaviour of call log activity.Danny Baumann2014-09-264-36/+98
| | | | | | | Make sure the search fragment is hidden if not needed, and save instance state of activity and fragments. Change-Id: I9dc6e6b7cc2403abf1ad4afbe0aa8d3f4c96f05c
* Sync landscape layouts to their portrait counterparts.Danny Baumann2014-09-2511-384/+33
| | | | | Change-Id: Ifee64bd0eab86b4f9547e77dd673c16c25286e5d JIRA: NIGHTLIES-204
* Dialer: Remove unused stringsMichael Bestas2014-09-241-4/+0
| | | | Change-Id: Id944ac3f7f4bb4b04e652120774a145f7349b848