1. 21 Aug, 2015 1 commit
  2. 17 Aug, 2015 1 commit
  3. 06 Aug, 2015 1 commit
  4. 05 Aug, 2015 2 commits
    • Michael Bestas's avatar
      Automatic translation import · be1d5d01
      Michael Bestas authored
      Change-Id: I81d34abe156289f05466058b4a42bbb06e202970
      be1d5d01
    • Patrick Lower's avatar
      SamsungDozeService: properly fix future timestamp error · 64e6330b
      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
      64e6330b
  5. 04 Aug, 2015 1 commit
  6. 27 Jul, 2015 1 commit
  7. 25 Jul, 2015 1 commit
    • Brandon McAnsh's avatar
      SamsungDozeService: Prevent a pm wakeup with a timestamp in the future · 86e99675
      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: default avatarBrandon McAnsh <brandon.mcansh@gmail.com>
      86e99675
  8. 19 Jul, 2015 1 commit
  9. 12 Jul, 2015 1 commit
  10. 04 Jul, 2015 1 commit
  11. 01 Jul, 2015 1 commit
  12. 22 Jun, 2015 1 commit
  13. 20 Jun, 2015 1 commit
  14. 13 Jun, 2015 1 commit
  15. 09 Jun, 2015 1 commit
  16. 31 May, 2015 1 commit
  17. 25 May, 2015 3 commits
  18. 22 May, 2015 1 commit
  19. 20 May, 2015 1 commit
  20. 09 May, 2015 1 commit
  21. 03 May, 2015 1 commit
  22. 30 Apr, 2015 1 commit
  23. 26 Apr, 2015 1 commit
  24. 23 Apr, 2015 1 commit
  25. 27 Mar, 2015 1 commit
  26. 16 Mar, 2015 1 commit
  27. 01 Feb, 2015 2 commits
  28. 28 Dec, 2014 1 commit
    • Arne Coucheron's avatar
      qcom-common: Include healthd charging images · 12e7c8e4
      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
      12e7c8e4
  29. 27 Dec, 2014 1 commit
    • Rox-'s avatar
      qcom-common: Do not build charger · 88b208f2
      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
      88b208f2
  30. 24 Dec, 2014 1 commit
  31. 23 Nov, 2014 2 commits
  32. 20 Nov, 2014 1 commit
  33. 18 Nov, 2014 1 commit
  34. 17 Nov, 2014 1 commit
  35. 15 Nov, 2014 1 commit