| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| | |
https://github.com/LineageOS/android_device_samsung_i9100 into replicant-6.0
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
|
| |
| |
| |
| | |
Change-Id: I605ed8cfa3d9d8ccade0069b567011dae2676111
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Cherry-picked!
|
| | |
| | |
| | |
| | |
| | |
| | | |
Cherry-picked!
Conflict: "initial L bringup" changes sensor API, follow suit.
Conflict: libsensors changes, doesn't matter, just delete it.
|
| | |
| | |
| | |
| | | |
Cherry-picked!
|
| |/
| |
| |
| |
| | |
Cherry-picked!
Conflict: "initial L bringup" removes vendor/*/config/gsm.mk, follow suit.
|
| |
| |
| |
| | |
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
|
|/
|
|
| |
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
|
|
|
|
| |
Change-Id: Ia601d2c910932efd6384a324c32f9881a5978a4f
|
|
|
|
| |
Change-Id: Ida5dc2db102d25ebe43027dd097e5fb4ed1048e5
|
|
|
|
|
|
| |
This fixes rotation issues without using the hack 'config_useSystemClockforRotationSensor'.
Change-Id: I9b6afc46b4dfabc69e4d4ad215de7a9f2ea15347
|
|
|
|
|
|
| |
This reverts commit 4912be9204fb619b6d6e9a8406268eee54c2a837.
Change-Id: I4b9d172399eb6e4841946cfd2735778456a3d412
|
|
|
|
| |
Change-Id: I954df3962e5ed9ac4baf082c8e41df0bba2bbd33
|
|
|
|
|
|
| |
Because the recovery can read it here
Change-Id: I919ab05f84e6394f4d904618b011f957f5eb1d67
|
|
|
|
| |
Change-Id: I032663d0b7b20c7a3c9193f15714370225d11920
|
|
|
|
| |
Change-Id: If0e11ddae89293dbdaa4bf60e35fd8f80e18151a
|
|
|
|
|
|
| |
Fix build
Change-Id: Ib8aefb3b267f57e8d9232230490f551cfc91c13f
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
The conversion has been changed from 1/1000 to 1/64 around April 30th
Change-Id: I944db0ca0351bbe80a5de041e773d9a35bd90a10
|
|
|
|
| |
Change-Id: I23cfe3e3e4b681601074c26d090daffee6b79a11
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I3aaf046c0e040f657ebb7b10103afb9566436110
|
|
|
|
| |
Change-Id: Ife430342c9ad2e61860f0781b973eeb8d003f68d
(cherry picked from commit a2e147021247aa969011762b9159bdf13addb06f)
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I6021a541334248f80026abb0b3364ccf2c8dd235
|
|/
|
|
| |
Change-Id: I12bbefc83ef2eb2bd0db78a688de2860b517ef01
|
|
|
|
|
|
| |
Patch Set 2: Fix ub0r derp.
Change-Id: I759d4f79dc1d5f9df31063f76855fd5766e32cae
|
|
|
|
| |
Change-Id: Ie0594f50e4f88fe3aeda5ffc0d6f268d879d4592
|
|
|
|
| |
Change-Id: I15bc2d1a405f70610a195073fa010f750aec0544
|
|
|
|
| |
Change-Id: I54c299fa684c0e076bf2dec0ca3c513ca6069fe9
|
|
|
|
| |
Change-Id: I5c2d1fe1b8e54ffda62650d4c089443705d26f95
|
|
|
|
| |
Change-Id: I64c3bf857027bddb075a156cdfcc9b0982740157
|
|
|
|
| |
Change-Id: Ife9c6b4e302353d7789d44ebe688370e29ab2904
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I9f614c4a23503c8b14daebf7996b076fcd264db8
|
|
|
|
| |
Change-Id: I2795943c10740603b3f48b0b45509aefa9125e34
|
|
|
|
|
|
|
|
| |
and fix resources
ps2: CID
Change-Id: I62ded190a5148e731fe6d925c5ab2850b8eed3ad
|
|
|
|
|
|
|
| |
Changed app_name to read "Advanced Settings", as well as add copyright
headers.
Change-Id: Ia9a0b98a49b5ce58570951e581500b66ee9866a4
|
|
|
|
| |
Change-Id: I04765d38b9c0f4a532be39692d109f02019e5e32
|
|
|
|
|
|
|
| |
Patch set 2 : clean files
Patch set 3 : correction
Change-Id: I6a592604205495bcf7bd091ccb18bb2e36fb0101
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
Use "Advanced settings" for all DeviceParts
Change-Id: I401e4adfa220279fbf793b847d068e95222abab7
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
|
| |
| |
| |
| | |
Change-Id: I783e66ff76613ce204a733f4be66e1ea64f638a1
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| | |
PS4: deleted untransatable strings
PS6: minor changes
PS8: new patch set (Cid fails to compile the previous one)
Change-Id: I05b5f739d2f115883e81ad795e7bdadd64f999d8
|
|/
|
|
|
|
|
| |
before: http://img255.imageshack.us/img255/2807/screenshot2013031120065.png
after: http://img547.imageshack.us/img547/6741/screenshot2013031323274.png
Change-Id: Id037b80254fb8f3c9ad359f9f19b971c65870b48
|
|
|
|
| |
Change-Id: I4fca803ff3d502546f9879e019af0dac0aa1c066
|