- 21 Aug, 2015 1 commit
-
-
Tom Powell authored
Change-Id: Ieea08c5ec5d135b3299d8a33c9841212bfcb5c0a
-
- 17 Aug, 2015 1 commit
-
-
Michael Bestas authored
Change-Id: I872c9f85386fef4be890c74d5aecb03d9602f1ff
-
- 06 Aug, 2015 1 commit
-
-
jackeagle authored
Change-Id: Iadc0ab8412339ed9bfe393f35236cf815bff084f Signed-off-by:
Jackeagle <jackeagle102@gmail.com>
-
- 05 Aug, 2015 2 commits
-
-
Michael Bestas authored
Change-Id: I81d34abe156289f05466058b4a42bbb06e202970
-
Patrick Lower authored
Previously attempted fix at review.cyanogenmod.org/#/c/104083/ The timestamp isn't in the future, that would be impossible. The real issue is the timestamp from the SensorEvent is a true timestamp, the System.nanoTime is nanoseconds since boot. So the previous patch would always return false and never pulse. I've simply changed it so that the wakeup call gets sent the current System.nanoTime in milliseconds since boot so it does not think the event came from the future since the wakeUp method expects uptimeMillis, not true world time. Change-Id: I78f5e9d61107caf9c3bf6c10fa7c5bb400082294
-
- 04 Aug, 2015 1 commit
-
-
Dan Pasanen authored
Change-Id: I647b9a62347a2fdb0ab782546652f40abe22d383
-
- 27 Jul, 2015 1 commit
-
-
Michael Bestas authored
Change-Id: Ieaa8903f70277bc88e08dd4fd9475dd7a4b1f1a7
-
- 25 Jul, 2015 1 commit
-
-
Brandon McAnsh authored
Prevents: java.lang.IllegalArgumentException: event time must not be in the future at android.os.Parcel.readException(Parcel.java:1550) at android.os.Parcel.readException(Parcel.java:1499) at android.os.IPowerManager$Stub$Proxy.wakeUp(IPowerManager.java:550) at android.os.PowerManager.wakeUp(PowerManager.java:666) at com.cyanogenmod.settings.device.SamsungDozeService$SamsungProximitySensor.shouldPulse(SamsungDozeService.java:95) at com.cyanogenmod.settings.device.SamsungDozeService$SamsungProximitySensor.onSensorChanged(SamsungDozeService.java:75) at android.hardware.SystemSensorManager$SensorEventQueue.dispatchSensorEvent(SystemSensorManager.java:405) at android.os.MessageQueue.nativePollOnce(Native Method) at android.os.MessageQueue.next(MessageQueue.java:143) at android.os.Looper.loop(Looper.java:122) at android.app.ActivityThread.main(ActivityThread.java:5289) at java.lang.reflect.Method.invoke(Native Method) at java.lang.reflect.Method.invoke(Method.java:372) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699) Change-Id: I8ed248271d67216e531b124bf27101fa538f1195 Signed-off-by:
Brandon McAnsh <brandon.mcansh@gmail.com>
-
- 19 Jul, 2015 1 commit
-
-
Michael Bestas authored
Change-Id: I32640097b45dd4c7672556566c7d25d0d632b25f
-
- 12 Jul, 2015 1 commit
-
-
Michael Bestas authored
Change-Id: I67972dff42dd693ac2c954d65f3ed74e113e7016
-
- 04 Jul, 2015 1 commit
-
-
Dave Daynard authored
Change-Id: I614772d6ff1005968a7f8f1ed0349e3878ddadf1
-
- 01 Jul, 2015 1 commit
-
-
Michael Bestas authored
Change-Id: I4b48f87da1678dc9d35bbed7af1714065f8d87b5
-
- 22 Jun, 2015 1 commit
-
-
Michael Bestas authored
Change-Id: I387927f7bd111b3511443790d0f64ae824fea291
-
- 20 Jun, 2015 1 commit
-
-
Dave Daynard authored
Change-Id: Ib02f4611e7b8bc09d540ca5c49aab68ef27f188b
-
- 13 Jun, 2015 1 commit
-
-
Michael Bestas authored
Change-Id: I2845be54a06cf152819ef57fbc3ba846db3284b4
-
- 09 Jun, 2015 1 commit
-
-
Michael Bestas authored
Change-Id: I5a555c8f0c128838dd2767fb84d06ba4f90da8f0
-
- 31 May, 2015 1 commit
-
-
Michael Bestas authored
Change-Id: Ieacb413ff3ec0a3d55167ddc05b842c46f3f8e1c
-
- 25 May, 2015 3 commits
-
-
luca020400 authored
Change-Id: Ia56183c8c2d5a6bc25c84f1d1b9823b84bc936c9
-
Dave Daynard authored
Change all defaults to false Change-Id: I2df507b2fc823d3fb07bce89d44067db565a5ab8
-
Christopher R. Palmer authored
* Allow user to disable ambient display from gesture panel * Disable/enable doze settings based on ambient display state Change-Id: I0ff7686ccc04037b3ada9a8355384ba6746cf30c
-
- 22 May, 2015 1 commit
-
-
Arne Coucheron authored
Change-Id: I0bf3f6a3a4c01bab7ff7522e916e2149f9cfe8d5
-
- 20 May, 2015 1 commit
-
-
Patrick Lower authored
* Added custom service that uses proximity sensor in wake-up mode to trigger display on * If more sensor triggers are suitable to use, they can be added to the service Change-Id: Id0849fb5c17ff569d771a19cebfc579dc93dbc48
-
- 09 May, 2015 1 commit
-
-
Dave Daynard authored
Change-Id: Icef92e6ea7bdf926e77c3fb0495ede65f33e8a66
-
- 03 May, 2015 1 commit
-
-
Dave Daynard authored
http://review.cyanogenmod.org/#/c/96248/ Change-Id: I9d6561d7597072bf7bb9571aa1fbeb546e5e1d09
-
- 30 Apr, 2015 1 commit
-
-
Brinly Taylor authored
* TARGET_CPU_SMP defaults to true in Lollipop Change-Id: I2a80290861d47eeab0bf615ac05a17e7544c6841
-
- 26 Apr, 2015 1 commit
-
-
Arne Coucheron authored
Change-Id: I747b43ec50c70152dd298060285ade3e0e5ff1da
-
- 23 Apr, 2015 1 commit
-
-
Christer authored
already in https://github.com/CyanogenMod/android_vendor_cm/blob/cm-12.1/config/common.mk#L161 Change-Id: If76b18ba71f2e7d7d2d6fb5891bb33fb4afcb153
-
- 27 Mar, 2015 1 commit
-
-
Patrick Lower authored
Change-Id: Ic622f358b299fca59d3b7dd519382fb01115fadb
-
- 16 Mar, 2015 1 commit
-
-
Matt Filetto authored
* Set correct UAProf and max image size configs Change-Id: Icd13e1afbed4e13c644d49a5a7b09215cbf58b94
-
- 01 Feb, 2015 2 commits
-
-
Arne Coucheron authored
Change-Id: I03946391054a9d33f2cd1944193b84fdcd17a985
-
Arne Coucheron authored
Change-Id: I698f48ed26f6ca522ac492b9e9201e6f4ccd8cfb
-
- 28 Dec, 2014 1 commit
-
-
Arne Coucheron authored
Looks like the images are actually optional, so we need to explicitly add them to the build so they're included from the healthd sources. Change-Id: I49373bcdda2eb849d85ec6bab6f5138f38a7d7b6
-
- 27 Dec, 2014 1 commit
-
-
Rox- authored
This package doesn't exist anymore. Charger is now symlinked to /sbin/healthd Remove charger images too because they aren't compiling anymore Change-Id: Ib04b8a22536633aa926144fe40e4c25f29e14835
-
- 24 Dec, 2014 1 commit
-
-
Rox- authored
Change-Id: Ica6649132deeaef66ab117d20b4c4cc20f327100
-
- 23 Nov, 2014 2 commits
-
-
Arne Coucheron authored
Change-Id: I7f2691d359213523220381a746458a13738ac094
-
Arne Coucheron authored
* Also temporarily changed reboot_download to reboot_bootloader since the former is currently missing. Change-Id: Ie5925972f0e4a53f6c6b6786860c1981c83f9f11
-
- 20 Nov, 2014 1 commit
-
-
Dan Pasanen authored
Change-Id: I238ada5611664ecca3f91ade4a994b3e1b75cad4
-
- 18 Nov, 2014 1 commit
-
-
Arne Coucheron authored
Change-Id: Id0c827ac1d17b68a30432d40018513b5346e4a6f
-
- 17 Nov, 2014 1 commit
-
-
Arne Coucheron authored
* This is set in qcom_target.mk Change-Id: Iadb614ff1f95684efbbfa8a752486a459bba28e1
-
- 15 Nov, 2014 1 commit
-
-
Tony Layher authored
Change-Id: Ic7b0ea7ae77c08f075c0af464ef37cbf26d03ccf
-