summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'cm-13.0' of ↵HEADreplicant-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-0004-rc1replicant-6.0-0004replicant-6.0-0003replicant-6.0-0002replicant-6.0-0001replicant-6.0Wolfgang Wiedmeyer2017-02-123-1/+1
|\ | | | | | | | | | | https://github.com/LineageOS/android_device_samsung_i9100 into replicant-6.0 Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
| * i9100: Rebrand to LineageOSDominggoes Isakh2017-02-133-2/+2
| | | | | | | | Change-Id: I605ed8cfa3d9d8ccade0069b567011dae2676111
* | Squashed sensor updates from i9300Wolfgang Wiedmeyer2017-01-1310-530/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following commits were ported to the i9100 sensors: commit 0f8e8cc Author: Christian Balster <christian.balster@gmail.com> Date: Wed May 20 13:19:48 2015 +0200 i9300: libsensors: add real accuracy reporting for magnetometer Change-Id: I3dd56f4d7fb0de8feca2422c165fe0c3cd92761a commit 2104318 Author: Christian Balster <christian.balster@gmail.com> Date: Wed May 20 17:14:11 2015 +0200 i9300: libsensors: fix typo in accelerometer data Change-Id: Iee501b65c23bed22bfe769496bafc852f939a8ac commit b69dd87 Author: Christian Balster <christian.balster@gmail.com> Date: Wed May 20 17:16:29 2015 +0200 i9300: libsensors: report at least bogus accuracy for gyro Change-Id: I81ff71c8ae6bf25c1aabac4a6d8d6fcf64bd2e0b commit d786475 Author: Christian Balster <christian.balster@gmail.com> Date: Thu May 21 17:46:00 2015 +0200 i9300: libsensors: fix magnetometer offset parameters not being saved also fix a typo Change-Id: I69246a96c53d7ec02ca90d73bc85dec4cbc73343 commit f7d2dfd Author: Christian Balster <christian.balster@gmail.com> Date: Tue Jun 2 15:08:02 2015 +0200 i9300: libsensors: remove unused orientation sensor The Orientation Sensor is deprecated and no longer required. Additionally this implementation is never even used, since Android automatically replaces it by it's own implementation if the sensor HAL doesn't also provide a Rotation Vector sensor. Furthermore the current implementation only uses the accelerometer and magnetometer for the sensor fusion and doesn't make use of the Gyroscope. So should we at some point decide to implement our own complete sensor fusion this would have to be rewritten anyway. Change-Id: I45d8a9afd2089b49131e6cc69cdf2f3dfee46c92 commit fc862f3 Author: Dheeraj CVR <cvr.dheeraj@gmail.com> Date: Thu Jun 11 16:44:25 2015 +0400 libsensors: switch to portable typedefs to match callbacks Using a strict basetype only coding style is not a good idea especially when we are dealing with callbacks which use portable typedef like int64_t. This kind of coding style would most likely end up in overflows at various places especially when dealing with timestamps and sensor delays which are caused when typecasting datatypes of different size. Switch to portable typedefs and get rid of "long". Change-Id: I75b9cace7602345dba9095f046292e6d4db07df4 commit a484daf Author: Christian Balster <christian.balster@gmail.com> Date: Mon Jun 15 17:46:29 2015 +0200 i9300: libsensors: fix possible overflow while setting delay Even though we changed the signature of the set_delay() methods, we can still get an overflow while actually writing the values to sysfs. Let's adapt sysfs_value_read() and sysfs_value_write() too. Change-Id: If8eda7204831f0edabec890d4e3127be520fa3bf commit 594d5b8 Author: Dheeraj CVR <cvr.dheeraj@gmail.com> Date: Thu Jun 11 17:57:26 2015 +0400 libsensors: update sensor flags Change-Id: Ia57026f4e8f5dd270da7619bc25289fc414bce30 There is one commit that has fixes for the light sensor, but I didn't look into it: ea6c7d9 libsensors: fix light sensor This one likely needs to be ported, too. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* | Merge remote-tracking branch 'repliforge/i9100-devel' into replicant-6.0Wolfgang Wiedmeyer2017-01-1361-1954/+6653
|\ \
| * | sensors: K3DH cannot be enabled or disabled twice in a rowPaul Kocialkowski2016-11-051-0/+6
| | | | | | | | | | | | Cherry-picked!
| * | SMDK4210 SensorsPaul Kocialkowski2016-11-0559-1949/+6643
| | | | | | | | | | | | | | | | | | Cherry-picked! Conflict: "initial L bringup" changes sensor API, follow suit. Conflict: libsensors changes, doesn't matter, just delete it.
| * | Samsung-RILPaul Kocialkowski2016-11-051-1/+1
| | | | | | | | | | | | Cherry-picked!
| * | Initial Replicant 4.2 commitPaul Kocialkowski2016-11-031-4/+3
| |/ | | | | | | | | Cherry-picked! Conflict: "initial L bringup" removes vendor/*/config/gsm.mk, follow suit.
* | Standalone recovery kernel buildPaul Kocialkowski2017-01-131-0/+1
| | | | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* | enable llvmpipeWolfgang Wiedmeyer2017-01-131-0/+3
|/ | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* i9100: Move BLN flag to BoardConfig.mkCaio Schnepper2016-05-222-3/+3
| | | | Change-Id: Ia601d2c910932efd6384a324c32f9881a5978a4f
* i9100: Enable BLN supportCaio Schnepper2016-05-221-1/+4
| | | | Change-Id: Ida5dc2db102d25ebe43027dd097e5fb4ed1048e5
* i9100: libsensors: use CLOCK_BOOTTIME, not CLOCK_MONOTONIC.rINanDO2016-03-142-2/+2
| | | | | | This fixes rotation issues without using the hack 'config_useSystemClockforRotationSensor'. Change-Id: I9b6afc46b4dfabc69e4d4ad215de7a9f2ea15347
* Revert "Switch to common_mini_phone"Caio Schnepper2016-03-031-3/+3
| | | | | | This reverts commit 4912be9204fb619b6d6e9a8406268eee54c2a837. Change-Id: I4b9d172399eb6e4841946cfd2735778456a3d412
* Switch to common_mini_phoneAbhisek Devkota2016-02-151-3/+3
| | | | Change-Id: I954df3962e5ed9ac4baf082c8e41df0bba2bbd33
* i9100: Set ro.vold.primary_physical=1Caio Schnepper2016-02-011-0/+3
| | | | | | Because the recovery can read it here Change-Id: I919ab05f84e6394f4d904618b011f957f5eb1d67
* i9100: Use ril-wrapper.so as rild.libpathCaio Schnepper2015-12-221-1/+1
| | | | Change-Id: I032663d0b7b20c7a3c9193f15714370225d11920
* i9100: Add stlport dependencyCaio Schnepper2015-11-112-0/+7
| | | | Change-Id: If0e11ddae89293dbdaa4bf60e35fd8f80e18151a
* libsensors: include <cstring>Caio Schnepper2015-10-137-0/+7
| | | | | | Fix build Change-Id: Ib8aefb3b267f57e8d9232230490f551cfc91c13f
* i9100: Remove density from PRODUCT_AAPT_CONFIGCaio Schnepper2015-09-031-1/+1
| | | | | | | | | | AAPT ignores densities in PRODUCT_AAPT_CONFIG. The use of PRODUCT_AAPT_PREF_CONFIG for density is encouraged, as AAPT is able to determine the fallback density to use if a resource of the specified density does not exist. Change-Id: I631c4dd7ebc68549ea70a96b7ff87d0d474c6d2e
* libsensors: fix conversion data to degreesrINanDO2015-07-081-1/+1
| | | | | | The conversion has been changed from 1/1000 to 1/64 around April 30th Change-Id: I944db0ca0351bbe80a5de041e773d9a35bd90a10
* i9100: initial L bringupCaio Schnepper2015-05-0210-60/+69
| | | | Change-Id: I23cfe3e3e4b681601074c26d090daffee6b79a11
* sensors: Force a minimum interval between gyro state changesRicardo Cerqueira2014-09-041-1/+4
| | | | | | | | | The gyroscope will mess up the entire sensor pile if it gets deactivated less than around 150 msec after it's enabled, which does happen with some overly aggressive apps. Prevent this simply by delaying all gyro disablements by 200 msec. Change-Id: I8212a8aa4beb22a241ed63cc8d1471b4fea3d0b6
* Updated build signatures from latest stockRicardo Cerqueira2014-02-022-2/+2
| | | | Change-Id: I3aaf046c0e040f657ebb7b10103afb9566436110
* Add support for "SC-02C"Eddy Witkamp2014-01-051-1/+1
| | | | Change-Id: Ife430342c9ad2e61860f0781b973eeb8d003f68d (cherry picked from commit a2e147021247aa969011762b9159bdf13addb06f)
* Merge "Remove extra framework res entries" into cm-11.0Daniel Hillenbrand2013-11-151-1/+1
|\
| * Remove extra framework res entriesPavel Kirpichyov2013-11-131-1/+1
| | | | | | | | Change-Id: I6021a541334248f80026abb0b3364ccf2c8dd235
* | fix sensors structPavel Kirpichyov2013-11-131-6/+6
|/ | | | Change-Id: I12bbefc83ef2eb2bd0db78a688de2860b517ef01
* I9100: Enable home button wake settingAndrew Jiang2013-08-221-0/+21
| | | | | | Patch Set 2: Fix ub0r derp. Change-Id: I759d4f79dc1d5f9df31063f76855fd5766e32cae
* i9100: remove DeviceSettingscodeworkx2013-08-091-4/+0
| | | | Change-Id: Ie0594f50e4f88fe3aeda5ffc0d6f268d879d4592
* i9100: recovery: use unified fstabcodeworkx2013-08-041-13/+0
| | | | Change-Id: I15bc2d1a405f70610a195073fa010f750aec0544
* i9100: recovery: auto detect fstype for sdcardDaniel Hillenbrand2013-07-211-2/+2
| | | | Change-Id: I54c299fa684c0e076bf2dec0ca3c513ca6069fe9
* i9100: move device settings to commonDaniel Hillenbrand2013-06-0952-3053/+1
| | | | Change-Id: I5c2d1fe1b8e54ffda62650d4c089443705d26f95
* i9100: fix extract scriptDaniel Hillenbrand2013-06-031-5/+0
| | | | Change-Id: I64c3bf857027bddb075a156cdfcc9b0982740157
* i9100: remove specific header pathDaniel Hillenbrand2013-06-031-2/+0
| | | | Change-Id: Ife9c6b4e302353d7789d44ebe688370e29ab2904
* Samsung i9100 : FR translationDelPETER2013-05-272-6/+4
| | | | | | | | | | | | Consistent translation of Samsung devices Show my ohters commits : http://review.cyanogenmod.org/#/q/owner:%22Delphin+PETER%22+status:open+branch:cm-10.1,n,z Patch set 2 : correction Patch set 3 : correction Patch set 4 : correction Patch set 5 : ? Patch set 6 : rebase Change-Id: Ic096f4ed8f6d6def4a762d85137b7239d52a874b
* i9100: switch to smdk4412 kernelDaniel Hillenbrand2013-05-2518-75/+88
| | | | Change-Id: I9f614c4a23503c8b14daebf7996b076fcd264db8
* i9100: remove ril blobsDaniel Hillenbrand2013-05-251-2/+0
| | | | Change-Id: I2795943c10740603b3f48b0b45509aefa9125e34
* i9100: NL TranslationEddy Witkamp2013-05-142-7/+5
| | | | | | | | and fix resources ps2: CID Change-Id: I62ded190a5148e731fe6d925c5ab2850b8eed3ad
* I9100: Simplified Chinese TranslationsAndrew Jiang2013-05-112-5/+36
| | | | | | | Changed app_name to read "Advanced Settings", as well as add copyright headers. Change-Id: Ia9a0b98a49b5ce58570951e581500b66ee9866a4
* i9100: PT-BR translationsGustavo2013-05-042-3/+3
| | | | Change-Id: I04765d38b9c0f4a532be39692d109f02019e5e32
* i9100 : fr translationDelPETER2013-04-242-0/+133
| | | | | | | Patch set 2 : clean files Patch set 3 : correction Change-Id: I6a592604205495bcf7bd091ccb18bb2e36fb0101
* Merge "DeviceParts: Add uniform title between devices" into cm-10.1Marco Brohet2013-04-141-1/+1
|\
| * DeviceParts: Add uniform title between devicesJorge Ruesga2013-04-121-1/+1
| | | | | | | | | | | | | | Use "Advanced settings" for all DeviceParts Change-Id: I401e4adfa220279fbf793b847d068e95222abab7 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* | i9100: DeviceSettings: ES translationsdjMesias2013-04-132-44/+44
| | | | | | | | Change-Id: I783e66ff76613ce204a733f4be66e1ea64f638a1
* | Merge "GalaxyS2Settings: Added Danish translation" into cm-10.1Marco Brohet2013-04-122-0/+118
|\ \ | |/ |/|
| * GalaxyS2Settings: Added Danish translationMikael Lindemann Jepsen2013-03-132-0/+118
| | | | | | | | | | | | | | | | Patch Set 2: Fix whitespace in strings.xml Patch Set 3: Include Jacob's suggestions Patch Set 4: Default isn't a Danish word... Change-Id: I45319b0c3e8b49c1290f06cd84049e044cb630eb
* | i9100: polish translations for device settingsMateusz Malek2013-04-012-0/+119
| | | | | | | | | | | | | | | | PS4: deleted untransatable strings PS6: minor changes PS8: new patch set (Cid fails to compile the previous one) Change-Id: I05b5f739d2f115883e81ad795e7bdadd64f999d8
* | i9100: Remove keyguard security height overlayathurh2013-03-131-25/+0
|/ | | | | | | before: http://img255.imageshack.us/img255/2807/screenshot2013031120065.png after: http://img547.imageshack.us/img547/6741/screenshot2013031323274.png Change-Id: Id037b80254fb8f3c9ad359f9f19b971c65870b48
* i9100: add ext4 as second filesystem for sdcard for recoverycodeworkx2013-03-071-1/+1
| | | | Change-Id: I4fca803ff3d502546f9879e019af0dac0aa1c066