- 15 Dec, 2015 1 commit
-
-
jbats authored
Change-Id: I1bebeada27c4fb4de283760ad0d50c5cf08ff632
-
- 13 Dec, 2015 2 commits
- 08 Dec, 2015 1 commit
-
-
jbats authored
-
- 01 Dec, 2015 1 commit
-
-
Michael Bestas authored
Change-Id: I73b610bc71bf07b2fdedb1d5c5931e90f1e6de0f
-
- 29 Nov, 2015 1 commit
-
-
Michael Bestas authored
* Remove packages that are unused, already included in build or vendor Change-Id: I7861a8236f01712d347976827058dcb371b431ce
-
- 18 Nov, 2015 2 commits
-
-
Fenglin Wu authored
Change-Id: Ifd6312e0900c999facb8c924ff41edd11fdd94dc
-
Michael Bestas authored
Change-Id: I513fbe575e74fb79e477661c1dc4e1be232d75d2
-
- 12 Nov, 2015 1 commit
-
-
Dan Pasanen authored
* fs_mgr can set up your filesystems for you by setting the formattable flag in fstab Change-Id: I5c786f710eae843ff2ea14bbdbbfb4878e8a60ba
-
- 08 Nov, 2015 1 commit
-
-
Dan Pasanen authored
* According to section "9.12. Data deletion" of the CDD, using secure erase is now a requirement for all devices running 6.0. Change-Id: I97c6309bc564356fa7eecb6bab2024c300f0d6d1 Signed-off-by:
Matt Filetto <matt.filetto@gmail.com>
-
- 03 Nov, 2015 1 commit
-
-
Arne Coucheron authored
* There's a new app in town Change-Id: I41315960e39374144247f87f430e39a14d0d22a7
-
- 02 Nov, 2015 1 commit
-
-
myfluxi authored
Change-Id: I13f3c511085c61b696ecb65dc85fe011fe09d8c7
-
- 28 Oct, 2015 1 commit
-
-
Dan Pasanen authored
This reverts commit 35304f1f. Change-Id: Id72bf9c5c103886dcc871084013e7abb94c2b75a
-
- 23 Oct, 2015 2 commits
-
-
Dan Pasanen authored
PS2: add as dependency Change-Id: I1c927472720c12cc2896c7605c10115530dc7376
-
Dan Pasanen authored
Change-Id: I4baa27d675dc4f9d705d47e130eb03b6d2dc6c53
-
- 12 Oct, 2015 1 commit
-
-
Michael Bestas authored
Change-Id: I74738556eba3a67891c39508e518ee41c4428acd (cherry picked from commit 3a26861e3243b4cbcbd40f70963f006aac7dd1b8)
-
- 02 Oct, 2015 1 commit
-
-
Michael Bestas authored
Change-Id: I4d4d3e2ec7c4be4050ccb8acae141f5db15cfb8d
-
- 27 Sep, 2015 1 commit
-
-
jackeagle authored
* This will fix recovery loop in msm8916 devices Change-Id: I8301d92f744aa2027cec5f415ba31be052b7111b Signed-off-by:
Jackeagle <jackeagle102@gmail.com>
-
- 24 Sep, 2015 1 commit
-
-
Michael Bestas authored
Change-Id: I2cb48f1b616deb805d4cb1db7c9cf6daefe1db22
-
- 11 Sep, 2015 1 commit
-
-
Michael Bestas authored
Change-Id: Id5bd372ba42e16510b4d3964d6ab36b348c72a43
-
- 08 Sep, 2015 1 commit
-
-
Dave Daynard authored
Change-Id: Id7716387688080b5ce0a99a4d968e210d8eed6f9
-
- 31 Aug, 2015 1 commit
-
-
Michael Bestas authored
Change-Id: I13f4bef8b84cb2b7a722c9a6880ff094a25e0fef
-
- 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 1 commit
-
-
luca020400 authored
Change-Id: Ia56183c8c2d5a6bc25c84f1d1b9823b84bc936c9
-