summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
...
| * AudioFX: dynamically add available knobsRoman Birg2015-05-293-101/+28
| | | | | | | | | | | | | | | | Knobs were defined statically for non-waves devices, but we cannot assume knobs/effects are availble, so query them and add them as needed. Change-Id: I759f99555a0956c43946bc7007d711273e608e0f Signed-off-by: Roman Birg <roman@cyngn.com>
| * AudioFX: make Rename into a translatable stringRoman Birg2015-05-291-0/+2
| | | | | | | | | | Change-Id: I50231a2dd410f30c9a823c84407eb13b52351d7b Signed-off-by: Roman Birg <roman@cyngn.com>
| * AudioFX: display currently selected device with radio buttonRoman Birg2015-05-291-16/+17
| | | | | | | | | | | | | | | | With multiple bluetooth devices, it can get pretty confusing when switching between devices to know what you're on currently. Change-Id: Ibfee8eb755695ed8a37886520d8534b980817079 Signed-off-by: Roman Birg <roman@cyngn.com>
| * AudioFX: fix RTL layoutRoman Birg2015-05-282-36/+31
| | | | | | | | | | | | | | RelativeLayout doesn't play well with RTL - use FrameLayouts instead Change-Id: I81ee517c7953ece82ea988db59936059a751d33c Signed-off-by: Roman Birg <roman@cyngn.com>
| * AudioFX: remove old assetsRoman Birg2015-05-288-0/+0
| | | | | | | | | | | | | | | | | | | | we have a new knob.png and the ones in the smaller density buckets are out dated, we can safely remove them. also removed unused old knob pngs Change-Id: I33d785e591ed96b8eb1c686dfb193dfa646764c8 Signed-off-by: Roman Birg <roman@cyngn.com>
| * AudioFX: fix regressionsRoman Birg2015-05-272-76/+59
| | | | | | | | | | | | | | | | | | | | | | - always work with in-memory presets - update global preset levels as appropriate - remove extra intercept layout - always go through with updateDeviceState() method - smooth up eq swiping a little Change-Id: Ie9cfa392673afbec3d0556724ea9111455602b11 Signed-off-by: Roman Birg <roman@cyngn.com>
| * AudioFX: improve initial opening state behaviorRoman Birg2015-05-072-0/+4
| | | | | | | | | | | | | | | | | | | | - make eq bars start at 0, then animate to their previous state - open up a single instance of the primary AudioFX app - setup knob area in onCreate() so it looks more seamless to the user - move debugging statements to Log.isLoggable() Change-Id: I2f46ecf7ac606afa94098df573f0ccd3db598ac9 Signed-off-by: Roman Birg <roman@cyngn.com>
| * AudioFX: remove custom preset char limitRoman Birg2015-05-041-1/+2
| | | | | | | | | | | | | | | | We don't always display 24 chars on the screen, and this can change based on the device theme. Just ellipsize the end if it's too long. Change-Id: I272c9eaad20170c40e32615bbad147683711dce3 Signed-off-by: Roman Birg <roman@cyngn.com>
| * AudioFX: display proper virtualizer labelRoman Birg2015-04-271-1/+1
| | | | | | | | | | Change-Id: Ic1bfbdfcd4cc9febf024642bcd8aff83abc392c8 Signed-off-by: Roman Birg <roman@cyngn.com>
| * Combine MaxxAudio into AudioFXRoman Birg2015-04-27130-504/+1005
| | | | | | | | | | | | | | The interface supports MaxxAudio and not. Let's use one package. Change-Id: I86bb8444c5e653b574f71a2af2184c85dc9284fa Signed-off-by: Roman Birg <roman@cyngn.com>
* | Automatic translation importcm-13.0-20160823blinky@build012016-08-131-0/+7
| | | | | | | | | | Change-Id: I282e6efe98b6e28291c098d24839979930906d5e Ticket: -
* | Automatic translation importinky@build012016-07-151-0/+1
| | | | | | | | | | Change-Id: I394a01ac9e4d22d74476226fc40e72e46e74f7bb Ticket: -
* | Automatic translation importblinky@build012016-07-041-0/+1
| | | | | | | | Change-Id: Icf6623e03e64c7c820c89b056565a9aefba1920a
* | Automatic translation importinky@build012016-06-171-0/+4
| | | | | | | | Change-Id: I8a66c5eb00ef12a54db6c6a2947e38271b63e48b
* | Automatic translation importinky@build012016-06-011-0/+1
| | | | | | | | Change-Id: I08c9a3e882ed04af20dfbc20850e3ce661b75820
* | Automatic translation importAbhisek Devkota2016-05-171-0/+1
| | | | | | | | Change-Id: I9836e9ad80325cc57dec5dec9ca31cab01b6c9ef
* | Automatic translation importAbhisek Devkota2016-05-101-0/+1
| | | | | | | | | | Change-Id: I9c2eee4c597c212e613ac110c28d6c04c3387b69 Ticket: RM-232
* | Automatic translation importMichael Bestas2016-05-1011-0/+11
| | | | | | | | Change-Id: I8b60358a48fbb83101bcd6e472903e5f3ae84a15
* | Automatic translation importMichael Bestas2016-04-298-0/+8
| | | | | | | | Change-Id: I3bd8c460429cb30aa16488fbbcb03f20dd17752f
* | Automatic translation importMichael Bestas2016-04-1628-17/+457
| | | | | | | | Change-Id: Ibf208c383eb0146e9a896cba06f26fbb40d43e0a
* | AudioFX: Fix FC when opening the appLokesh Chamane2016-04-101-1/+1
| | | | | | | | | | | | | | Rename the string name to match the one in HeadsetService.java Change-Id: Ic998b3969ec6f121788bec160ff4add45668b00d Signed-off-by: Lokesh Chamane <lokesh.chamane@pac-rom.com>
* | audiofx: Add support for line-out pathSteve Kondik2016-04-081-0/+1
| | | | | | | | | | | | | | | | | | * Some devices will report line-out when high impedance is detected. Add support for a dedicated set of preferences when line-out is detected. This is useful because you'll typically want a different set of preferences on your headphones vs. your car stereo. Change-Id: If06b2b6385b1dde36c98c1bdcdc3c87857cc3229
* | Automatic translation importMichael Bestas2016-03-0517-2/+249
| | | | | | | | Change-Id: Ic2a02ac50623fb0a58b4e9c6a73bb4193c2bde99
* | Automatic translation importMichael Bestas2016-02-221-1/+1
| | | | | | | | Change-Id: Ib221b8ecfedb70946844f0cdf1b8aced8ec0adad
* | Automatic translation importMichael Bestas2016-02-141-2/+2
| | | | | | | | Change-Id: I495b082fd99498488fe040a97a8bf932881b5f73
* | Automatic translation importMichael Bestas2016-02-022-0/+96
| | | | | | | | Change-Id: Ia51ec105f04ad16f7706c84aaf3a84e0e510ea0d
* | Automatic translation importMichael Bestas2016-01-116-3/+111
| | | | | | | | Change-Id: If598e69c256326bc3e88f5876464ea42875423f5
* | Automatic translation importMichael Bestas2015-12-2511-116/+20
| | | | | | | | Change-Id: Iaed8b10398312e7efdd6181dd85d54ce63ea616c
* | AudioFX: Sync with AOSP translationsMichael Bestas2015-12-09110-449/+333
| | | | | | | | | | | | * Also move some our string changes to make future updates easier Change-Id: I59b080431f616587f0fe6062963858150599b6f0
* | Automatic translation importMichael Bestas2015-10-031-0/+1
| | | | | | | | Change-Id: I479e1625d37bd593d570dd0ddb7828aad99ac559
* | Automatic translation importMichael Bestas2015-09-242-1/+29
| | | | | | | | Change-Id: Ia70ad81e45c146ece6eee4c956538c8184db4e4c
* | Automatic translation importMichael Bestas2015-09-011-4/+4
| | | | | | | | Change-Id: I8209e8b8603b5b01176ed3351fe9efc0bfb291ce
* | Automatic translation importTom Powell2015-08-111-1/+1
| | | | | | | | Change-Id: I7c6af33f0482562f3a22d3a832ac9eebec20d008
* | Automatic translation importMichael Bestas2015-07-272-0/+96
| | | | | | | | Change-Id: I231642199c58c528dfe37fd4a58e3c51bf45105f
* | Automatic translation importMichael Bestas2015-06-232-1/+5
| | | | | | | | Change-Id: Ie6ed67cfb6a58baaff107815e0dd02acb8b0c051
* | Automatic translation importMichael Bestas2015-06-131-0/+48
| | | | | | | | Change-Id: Ia46f0410e44f241cc14be859c3cb7345b02ce612
* | Automatic translation importMichael Bestas2015-06-092-1/+45
| | | | | | | | Change-Id: Iee3add5e52f2adf4c950b1e86e28a7ecc22889b3
* | Expose text color and background colors for ThemingNicholas Chum2015-05-292-7/+10
| | | | | | | | | | | | | | Verified working on BlissPop 28052015 build with PROJECT WHITE theme by Moelle Change-Id: I7df3f2803580474774cf6c30f2fef56b918c854c
* | Expose actionbar background for ThemingNicholas Chum2015-05-291-0/+2
| | | | | | | | | | | | | | Verified working on BlissPop 28052015 build with PROJECT WHITE theme by Moelle Change-Id: I444326d3f25b71c71f73dec70568e151f4bbc7c5
* | Automatic translation importMichael Bestas2015-05-241-2/+2
| | | | | | | | Change-Id: I40418f60ecd8bb283c27745be09246b92f4a3f2a
* | Automatic translation importMichael Bestas2015-05-162-0/+33
| | | | | | | | Change-Id: Ic924ccb44421c0448844ccdf6888dd5011e63819
* | Automatic translation importstable/cm-12.1-YOG3CMichael Bestas2015-05-021-0/+48
| | | | | | | | Change-Id: I454177ba7ad1a9998a3d51ead392a11715227854
* | Automatic translation importMichael Bestas2015-04-174-3/+22
| | | | | | | | Change-Id: I1aaf4bc1ca4e5b725383ec8c0d8105403efc749b
* | Automatic translation importMichael Bestas2015-04-172-2/+2
| | | | | | | | Change-Id: I3bc96a51d3b6fcba3a17fb6997a35fdd85262d03
* | Automatic translation importMichael Bestas2015-04-171-1/+1
| | | | | | | | Change-Id: I2ac8c8e442b1e904e7476e78e475eac7597c1de2
* | Automatic translation importMichael Bestas2015-04-172-1/+49
| | | | | | | | Change-Id: Ibddd44e05993457534b6bc9ec11c99767b54c641
* | Automatic translation importMichael Bestas2015-04-171-0/+48
| | | | | | | | Change-Id: Id5896de688909e7c308c741a1f7966292483edf4
* | Automatic translation importstaging/cm-12.1stable/cm-12.0-YNG1TAMichael Bestas2015-02-283-3/+51
| | | | | | | | Change-Id: I49f89fa035d9b0d510454b38f18648236030853a
* | Automatic translation importstable/cm-12.0-YNG1IMichael Bestas2015-02-193-0/+60
| | | | | | | | Change-Id: I0dd286d6cc331d901fe490bf0d2749091fba53b6
* | Add missing translations from 5.0.2_r1Michael Bestas2015-02-132-0/+63
| | | | | | | | Change-Id: Ia5cbd4a955b0378233e62bb3e44773a3fbc60b28