3
0
Fork 0
Commit Graph

240 Commits

Author SHA1 Message Date
Lorenzo M 89c6853942 AdvancedDisplay: ES translations
Change-Id: Ie35f9bdceee53cd311172cdea58efc00f78f49c6
2014-02-25 12:10:16 +01:00
Marco Brohet 69ddd46993 AdvancedDisplay: MS translations
Change-Id: Ic66fc48a50fc645c0078b787264c23237593615f
2014-02-25 00:22:33 +01:00
chasmodo 1d722635e3 galaxys2: Fix the inability to mount/unmount sdcard
Change-Id: Ifddbf979e5de937d2b2b3d850ccb66c3d731bc35
2014-02-23 19:11:46 +01:00
Michael Bestas 8055c29949 AdvancedDisplay: Update resources
Change-Id: I23a094f0c4818f42058ece80ba968672b2ceb907
2014-02-16 17:17:21 +02:00
Michael Bestas 2269d1303c AdvancedDisplay: Remove unused strings
Also correct copyright message

Change-Id: I57418238306e551f171bc248c9a0626da052a5af
2014-02-16 12:21:11 +02:00
Eddy Witkamp ba42b633ff AdvancedDisplay: NL translation
Change-Id: Iaf4050c087bc653f4710c0cea7b6e799873759b0
2014-02-12 23:18:50 +01:00
Ricardo Cerqueira 3f83cf337b media_codecs: Don't try to use absent VP8 decoder
Change-Id: Iff6813a4a29d36e16564e608010520520d60d7fa
2014-02-02 04:35:35 +00:00
Ricardo Cerqueira 730515b402 Revert "galaxys2: remove noise suppression overlay"
This reverts commit ee7630eef4.
2014-02-02 03:45:07 +00:00
Ricardo Cerqueira 01c7ed697f galaxys2: add AdvancedDisplay
This partially reverts commit 99d12c6a90,
we want to reuse some of it. The implementation appears to be fully
compatible with smdk4412's, so let's make this a common thing at
some point

Change-Id: I080484ad010f881a22a4486a6c082d0fbc17a529
2014-02-02 01:26:48 +00:00
Dorian Snyder ee7630eef4 galaxys2: remove noise suppression overlay
until corresponding commit is merged

Change-Id: Ieff34f047247ec20d731626bd2e2935effdda9cf
2014-01-12 09:04:10 +00:00
Dorian Snyder b231055c2b galaxys2-common: update overlays
Change-Id: Iaf9b864771501536981577e6ca805bfee9cdabac
2013-12-09 14:32:50 -08:00
Pavel Kirpichyov fc6d124de3 Exynos camera fixes
* Enable video mode for camera
* Update sports scene name (Thanks to Mark Campbell-Smith <mcampbellsmith@gmail.com>)
The 'sports' scene mode has been renamed to 'action' scene mode
to match the 4.4 camera configuration

Change-Id: I453847256ad26197a90d44897844e78fe86732c1
2013-12-08 14:36:05 +02:00
Daniel Hillenbrand a342fe2496 Merge "Make SELinux policies more 4.4 compatible" into cm-11.0 2013-12-03 08:21:11 +00:00
Eddy Witkamp 4ed4fda078 galaxys2-common: Enable Bluetooth LE feature
based on http://forum.xda-developers.com/showpost.php?p=45493157&postcount=13

Change-Id: I9d3ed6d7f8c4606ddcca46f44947352e465bab76
2013-12-02 19:25:16 +01:00
Daniel Hillenbrand e99d491752 Merge "Fix sdcard mounting" into cm-11.0 2013-11-24 04:31:18 +00:00
Daniel Hillenbrand 233c95466d Merge "[media_codecs] google vpx decoder 4.4 compatible" into cm-11.0 2013-11-24 04:30:47 +00:00
Daniel Hillenbrand c43d58641e Merge "galaxys2: update camera overlay" into cm-11.0 2013-11-24 04:30:27 +00:00
Pavel Kirpichyov b67b732a0c Make SELinux policies more 4.4 compatible
Change-Id: I8494f924f1d979fe88eae60ffc118cf34a90184c
2013-11-18 19:08:10 +02:00
Pavel Kirpichyov 93c54dc9b6 Fix sdcard mounting
Change-Id: I340c66636a5b85222b0e5bed7e476b5c4ba07625
2013-11-18 20:55:11 +04:00
Pavel Kirpichyov 06ab02bf38 [media_codecs] google vpx decoder 4.4 compatible
Change-Id: I26632fcbbdd0c320e332d85c6e5e12201cbd416f
2013-11-18 18:31:01 +02:00
lion0738 c0e6826cf4 galaxys2: update camera overlay
Change-Id: Icce206f9b1747f015076bd19aeb1fdd8f20a754c
2013-11-17 23:28:13 +04:00
David Ferguson 92673a8d71 [libhealthd] Proper battery paths
* 4.4 introduces a new daemon, healthd, that handles battery status
    - resides in: /system/core/healthd
    - BatteryMonitor.cpp iterates through all the *directories* under
      /sys/class/power_supply looking for a file called 'type'
    - if the type == Battery, it assumes this is the location for the
      battery stats for the device. Only the first directory that matches
      this criteria is used.
    - on msm8660/d2/jf/s2 kernels, this search results in:
      /sys/class/power_supply/fuelgauge.
    - To determine capacity, healthd looks at the contents of the
      'capacity' file under this discovered base path. This results
      in /sys/class/power_supply/fuelgauge/capacity on msm8660/d2/jf/s2
      kernels.
    - Unfortunately, this is the wrong path. The capacity file at this
      location returns a large negative number.
    - Other paths like status, voltage_now, and present are also
      incorrectly determined.
  * For comparison, in 4.3 battery statistics gathering was handled by
    frameworks/base/services/jni/com_android_server_BatteryService.cpp
    - BatteryService does a similar search for a file called 'type' with
      the contents of 'Battery'
    - But the search logic is different here: it takes the *last* path that
      matches the criteria.
    - This results in the correct /sys/class/power_supply/battery
  * This patch overrides the discovery mechanism for battery status completely.

Change-Id: I4579c92bba5596eef4dac67b8c0687be50a1d2f5
2013-11-17 19:17:26 +04:00
Daniel Hillenbrand e43d6d9042 Merge "Remove duplicate selinux policy entry" into cm-11.0 2013-11-17 11:53:24 +00:00
Daniel Hillenbrand 79cf129646 Merge "wifi: update {wpa,p2p}_supplicant services init" into cm-11.0 2013-11-17 11:51:16 +00:00
Daniel Hillenbrand c732db8251 Merge "Fix graphical issues" into cm-11.0 2013-11-17 11:50:32 +00:00
Daniel Hillenbrand 3eae3cd01a Merge "Fix build error" into cm-11.0 2013-11-15 14:44:04 +00:00
Pavel Kirpichyov 8ba972883d Fix graphical issues
Change-Id: Iafeb4349fa504b5a5f7d72afd3274581de5b2ddc
2013-11-15 17:57:15 +04:00
Pavel Kirpichyov 67c83c3477 wifi: update {wpa,p2p}_supplicant services init
Change-Id: I9386392b90c1e9ad792a1a1f4145bd01f77cdd13
2013-11-13 18:22:16 +04:00
Pavel Kirpichyov d27e59fcde Remove duplicate selinux policy entry
Change-Id: I89a44c948c19e35afee9a3c8e3ddc209df230a1e
2013-11-13 16:03:54 +04:00
Pavel Kirpichyov 3ab7cadab0 Fix build error
Since directory system/bluetooth does not exists

Change-Id: I05c60a21bf5c5d9efc1e5804133083676e2cd103
2013-11-13 11:05:20 +04:00
Pavel Kirpichyov 3d63d7bfe5 Fix recovery compatible issues
Change-Id: I8ed60c8bc765692e6c4f38b66248ddcf6dd8db91
2013-11-13 11:00:24 +04:00
Ricardo Cerqueira 5ad50bc3af selinux: Don't reset inherited system-wide configs
Change-Id: Ia23596bc4ad8a1fe7673188434b7327528e07c06
2013-11-02 00:05:52 +00:00
Ricardo Cerqueira 6295bc69ca Treat all screenshots as going to a CPU consumer
Change-Id: Iee55fa03d9602f31a3b7f4f188778c58e8ca0131
2013-10-27 00:14:09 +01:00
Ricardo Cerqueira e31957ea60 Get rid of the gfx buffer workarounds
Concurrent buffers are now working, we don't need this crap anymore

Change-Id: I80c35bb67c41e9c61faeb6f3cd80d3e9033f9641
2013-10-27 00:13:12 +01:00
Janson Kang 17662dcd75 galaxys2-common: Update torch overlays
Change-Id: Id4b3867f757e2f395228d58dee96b8513d378b59
2013-10-23 23:16:50 -07:00
Ricardo Cerqueira c32d4293de Revert "galaxys2-common: match API to AOSP"
This reverts commit 7ea48537ec.

Change-Id: I2ff8449f3975f27046ec5a58dccab32cf98c7ffd
2013-10-22 15:07:38 +00:00
Dorian Snyder 7ea48537ec galaxys2-common: match API to AOSP
See: http://review.cyanogenmod.org/#/c/52047/

Change-Id: I825527ec4a298f98ae6606e6b9ae4b41d5bc8f21
2013-10-21 22:11:02 -07:00
Ricardo Cerqueira dd73fc3fbb ota: Fix invocation of AppendAssertions
it now takes a dict, not the zip object

Change-Id: I14f6eb695960f05e85fe4821e6408eec0ba7a59e
2013-10-18 22:53:54 +01:00
Daniel Hillenbrand fe8300b87c Merge "galaxys2: add netflix hack" into cm-10.2 2013-09-19 16:00:50 +00:00
Daniel Hillenbrand 07a0b80580 galaxys2: camera: add video snap param and set to "false"
Change-Id: I87e081f3269562df597c927537f270acdf8720c4
2013-09-19 17:57:19 +02:00
Daniel Hillenbrand e4cfa197f1 galaxys2: require vendor
Change-Id: I09130a30aa412f1221ee0a771483494da5f16c95
2013-09-07 22:20:29 +02:00
Ricardo Cerqueira b577559a06 galaxys2: add netflix hack
Change-Id: I77b4e3a5797133acc392e27227ce7ecb401458f0
2013-09-02 21:37:30 +02:00
Paul Kocialkowski 4831909c8f camera: Implement proper touch-focus behavior
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>

Conflicts:
	camera/exynos_camera.c

Change-Id: I46823c0b2a1668f03d952f35fe55ced9c31a2822
2013-08-30 23:17:10 +02:00
chasmodo 1dbbb4c020 hwui: Disable partial invalidations
Simple 4210 implementation of this 4412 commit:
http://review.cyanogenmod.org/#/c/49311/

Change-Id: Ic0ced4e8ce5522b2dc1bda2ecf56d53c83f86fd2
2013-08-29 17:12:49 +02:00
Daniel Hillenbrand cc2cd6d66a galaxys2: add focal overlay
Change-Id: I05cc0607c29cde1fa5b9c86b6ae07ebde3cb8bd7
2013-08-25 17:44:02 +02:00
athurh ce8650eb3f galaxys2: selinux: fix sensor name
Change-Id: I7074cbb1958e3a6d87b07a02413efa784829f5b4
2013-08-24 21:49:45 +02:00
Daniel Hillenbrand 176325f6f5 galaxys2: recovery.rc cleanup, fstab cleanup
Change-Id: I38666e98f2536bdaf0721d1da6fccda3f9dd96ee
2013-08-24 16:55:25 +02:00
Daniel Hillenbrand 80f4d43ff0 Merge "Revert "overlay: Enable home button wake setting"" into cm-10.2 2013-08-22 17:20:48 +00:00
Andrew Jiang 96b90556c1 Revert "overlay: Enable home button wake setting"
This reverts commit ab0fa07ea2.

Change-Id: I5f2cbe1f67d7d8cdd299429ca1508b5e8f1b9909
2013-08-22 15:58:32 +00:00
Daniel Hillenbrand d151d02483 Merge "galaxys2: update preview video size flag" into cm-10.2 2013-08-22 06:36:15 +00:00