summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic translation importHEADreplicant-6.0-0004-transitionreplicant-6.0-0004-rc6replicant-6.0-0004-rc5-transitionreplicant-6.0-0004-rc5replicant-6.0-0004-rc4replicant-6.0-0004-rc3replicant-6.0-0004-rc2replicant-6.0-0004cm-13.0Michael Bestas2019-08-10105-3037/+2688
| | | | Change-Id: I9d1aaa10c58bd55d9bc68746958b6dfb899b49df
* AudioFX: Remove leftover translationsreplicant-6.0-0004-rc1Andreas Blaesius2018-06-111-4/+0
| | | | Change-Id: I043529fd9aa32108b239e8ba651f2c516e1c48cd
* Automatic translation importAbhisek Devkota2017-12-136-0/+114
| | | | Change-Id: I5d82c1c96141d498f834ac22d456702ed2d85577
* Automatic translation importreplicant-6.0-0003Abhisek Devkota2017-10-201-1/+1
| | | | Change-Id: I654cf1ce84b9422112c14f02e0b8e465462c869a
* Automatic translation importAbhisek Devkota2017-09-195-8/+52
| | | | Change-Id: Ie14285e5261341fb3bbc02cc029e4137fae116b8
* Automatic translation importreplicant-6.0-0002Abhisek Devkota2017-07-272-7/+7
| | | | Change-Id: I187743623e314ed85fb0a23b0e57bd0ff338b793
* Automatic translation importAbhisek Devkota2017-07-031-2/+2
| | | | Change-Id: I39cb07d3d041b023b170ac31d075458a4445da9d
* Automatic translation importAbhisek Devkota2017-06-032-0/+4
| | | | Change-Id: Ifa0a3b3853f7adba705e3510b0f1885db67b8684
* Automatic translation importreplicant-6.0-0001Abhisek Devkota2017-04-288-20/+121
| | | | Change-Id: If58b5ddc24dfe5824338de6431fdcd3215db1e35
* Automatic translation importAbhisek Devkota2017-02-195-2/+99
| | | | Change-Id: I420aeed56c4429bbe9507c4b64454ed09efb2359
* Automatic translation importAbhisek Devkota2017-02-062-1/+15
| | | | Change-Id: I489cd9b1a0bb18c18f0cbacd1404a44504f5836b
* Automatic translation importAbhisek Devkota2017-02-021-1/+7
| | | | Change-Id: Ic6a05e93248e69437d6a33f62101834d7c02cc2f
* Automatic translation importAbhisek Devkota2017-02-014-1/+37
| | | | Change-Id: I64f4e34ef40069816784aa8fea49d7da817f751c
* Automatic translation importAbhisek Devkota2017-01-263-2/+17
| | | | Change-Id: I4545fb969482535d98934326a8a4b0a39a30912b
* Automatic translation importinky@build012016-12-241-1/+1
| | | | | Change-Id: I1abdb5ee17301941656625c7b42ffcf174704575 Ticket: -
* Automatic translation importblinky@build012016-12-211-0/+14
| | | | | Change-Id: I408ea67fb6abc427caba420fb6e51641b2c4a782 Ticket: -
* Automatic translation importclyde@build012016-12-2035-35/+35
| | | | | Change-Id: I7874e77ec753a626714a71f96be382431b82e28f Ticket: -
* Automatic translation importclyde@build012016-12-161-0/+15
| | | | | Change-Id: I17466e9c4a6a5fec5525da98b96c4910cd878da7 Ticket: -
* Automatic translation importpinky@build012016-12-153-1/+6
| | | | | Change-Id: I1ab15d4565cc76c782b42dd33b9863cb6083480c Ticket: -
* Automatic translation importinky@build012016-11-2910-29/+55
| | | | | Change-Id: I382be862a61583c083be0de3ae20a9c7c780e391 Ticket: -
* Merge "AudioFX: Fix possible NPE" into cm-13.0Daniel Hillenbrand2016-11-041-1/+3
|\
| * AudioFX: Fix possible NPEMichael W2016-11-041-1/+3
| | | | | | | | | | | | | | | | | | | | The only reliable thing is the initialisation with null -> if it will not be overriden in any of the loops, the call to setChecked() causes an NPE. Wrap the operation with a null check Change-Id: I7aaacf9f5ae53434643df1c477c8ea536f8602ff Reference: BugDumps 13-20161014-20 L#11
* | Merge "AudioFX: Fix possible RuntimeException" into cm-13.0Daniel Hillenbrand2016-11-041-1/+3
|\|
| * AudioFX: Fix possible RuntimeExceptionMichael W2016-10-281-1/+3
| | | | | | | | | | | | | | | | | | Seems like mSessionManager is not initialised in some cases, and the call to destroy() causes a RuntimeException. Wrap with a null check to prevent the failure. Change-Id: I4713e303f3223d60a6674a0a1096c7b7f37a9814 Reference: BugDumps 13-20161014-20 L#3
* | audiofx: Remove AmbientSteve Kondik2016-10-0510-345/+0
|/ | | | | | | * Not needed in OSS Change-Id: I44a93fab6888d37dce41a402f8603ae9952857d1 (cherry picked from commit b3e922e368e4848b64e209f7f178ebbda4dae739)
* Merge "AudioFX: fix missing bassboost/virtualizer" into cm-13.0Steve Kondik2016-10-054-10/+12
|\
| * AudioFX: fix missing bassboost/virtualizerRoman Birg2016-09-084-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | If the device doesn't have headphones plugged in, and the speaker reports that it doesn't support virtualizer strength in speaker mode, we made the assumption it was never available. Just check for a valid refernce to the effect, all AndroidEffects _should_ have a virtualizer. Also moved the prefs version to the prefs manager. Change-Id: Id44087c509ece3d55b42c985660a61222bbdfe17 Ticket: AUDIO-152 Signed-off-by: Roman Birg <roman@cyngn.com>
* | Merge "AudioFX: Update copyright after OSS" into cm-13.0Michael Bestas2016-10-031-5/+1
|\ \
| * | AudioFX: Update copyright after OSSZhao Wei Liew2016-09-291-5/+1
| | | | | | | | | | | | | | | | | | | | | The CYNGN AudioFX has been open-sourced, so the original copyright header no longer holds true. Change-Id: Id15e14f5037cf8e1914139477edf12ffaae27833
* | | AudioFX: Get rid of the DSPManager overrideZhao Wei Liew2016-09-291-2/+0
|/ / | | | | | | | | | | DSPManager hasn't even been included in the manifest since CM 12. Change-Id: I6e7c8434361d22491aab32d63969398608eb4de3
* | Automatic translation importpinky@build012016-09-2514-1/+52
| | | | | | | | | | Change-Id: Ibe854608f475a6f33006812aa02132a627fe20a4 Ticket: -
* | Merge "AudioFX: Fix possible NPE" into cm-13.0Danny Baumann2016-09-171-1/+1
|\ \
| * | AudioFX: Fix possible NPEMichael W2016-09-121-1/+1
| |/ | | | | | | | | | | | | | | | | In case updateQsTile() has not been executed before (or been interrupted), mLastLocale has never been set and therefore results in an NPE. Turn around the logic to prevent this Change-Id: Iee6f8fede51c5002820e1ebe9045be79fcd54223 Reference: BugDumps 13-20160902-8 L#8
* | Merge "Automatic translation import" into cm-13.0Jessica Wagantall2016-09-120-0/+0
|\ \
| * | Automatic translation importinky@build012016-09-107-0/+7
| |/ | | | | | | | | Change-Id: I947b27818fa23e28495545962687b302dde6ddf5 Ticket: -
* / Automatic translation importclyde@build012016-09-108-0/+8
|/ | | | | Change-Id: I5ca8a3297a5c5ad7f53f24089f4cc9ecb7762e0d Ticket: -
* Automatic translation importclyde@build012016-09-0668-147/+351
| | | | | Change-Id: I6cc4bd01aef7bfe92c042004466c5ed5e63773eb Ticket: -
* AudioFX: Resync with AOSP translationsMichael Bestas2016-09-0457-17/+121
| | | | Change-Id: I87b3725f993f2d5601ef7d919853667fc6d0cfb2
* AudioFXTests: remove key sign warningRoman Birg2016-08-311-3/+1
| | | | | Change-Id: I749db9a76e31ee023283edc30796874d18425c98 Signed-off-by: Roman Birg <roman@cyngn.com>
* Merge "AudioFX: finish rename; persist process" into cm-13.0Roman Birg2016-08-2970-319/+739
|\
| * AudioFX: finish rename; persist processRoman Birg2016-08-2970-319/+739
| | | | | | | | | | | | | | | | | | | | | | - Set persistent flag for app in the manifest, this backing process shouldn't be dying when the user swipes away the UI - Fix package structure to be org.cyanogenmod.audiofx - Add missing java license headers Change-Id: I03d37b6ca0548d881aaf46754c776da923e1ef59
* | Automatic translation importpinky@build012016-08-27105-551/+878
|/ | | | | Change-Id: Id6b8041002cb061c8c5d534c802610921d9571f7 Ticket: -
* AudioFXTests: rename module back to AudioFXTestsJessica Wagantall2016-08-261-2/+2
| | | | Change-Id: I0b06569df74722ee7d7de2685c022ba879e1c3e4
* Merge "AudioFX: disable debug logging" into cm-13.0Roman Birg2016-08-251-1/+1
|\
| * AudioFX: disable debug loggingRoman Birg2016-08-251-1/+1
| | | | | | | | | | Change-Id: If69e8ad96bab87d5f73290a9e9aaa3e05da40c33 Signed-off-by: Roman Birg <roman@cyngn.com>
* | Merge "AudioFX: remove legacy metrics provider" into cm-13.0Roman Birg2016-08-251-12/+0
|\|
| * AudioFX: remove legacy metrics providerRoman Birg2016-08-251-12/+0
| | | | | | | | | | | | | | No longer used Change-Id: I503812e92da4bd2b40ee84a3838d5c8c46c8af04 Signed-off-by: Roman Birg <roman@cyngn.com>
* | Fix strings.Danny Baumann2016-08-2570-132/+3
|/ | | | | | Remove unused strings and use the correct app name. Change-Id: Ie4d14ec6009edadc2391240b4842f192fcbb4f93
* Merge branch 'cm-13.0-oss' into HEADRoman Birg2016-08-25285-3058/+11035
|\ | | | | | | Change-Id: Ie762fdbe5b70dec6843ce489e78d802662e148fb
| * Revert "Revert "AudioFX: rename module back to AudioFX""Roman Birg2016-08-251-3/+3
| | | | | | | | This reverts commit c7dc272e9b7dbddc1931c54ad50ae8a2d6679292.