1. 19 Jul, 2013 1 commit
  2. 11 Jul, 2013 1 commit
    • Chen Hong's avatar
      Fix issue 52986: Wifi settings abnormal when screen rotation · 3f9e2aec
      Chen Hong authored
      When checked "Show Advanced settings" in wifi setup wifi setup wizard, and rotate the phone to landscape, the advanced settings are gone, but the checkbox is still checked. It's because of checkbox is set click listener but not checked changed listener, it can't handle checkbox's status properly.
      
      Change-Id: I2930cab4d0878c3d91db46560f837ca21d45da4d
      3f9e2aec
  3. 28 Jun, 2013 2 commits
  4. 27 Jun, 2013 1 commit
  5. 25 Jun, 2013 3 commits
  6. 30 May, 2013 1 commit
  7. 20 May, 2013 2 commits
  8. 30 Apr, 2013 1 commit
  9. 29 Apr, 2013 1 commit
  10. 27 Apr, 2013 2 commits
  11. 16 Apr, 2013 2 commits
  12. 08 Apr, 2013 2 commits
  13. 29 Mar, 2013 2 commits
  14. 28 Mar, 2013 2 commits
  15. 26 Mar, 2013 1 commit
    • Johan Redestig's avatar
      Fix NullPointerException at RunningState · 910b2116
      Johan Redestig authored
      getServiceInfo returns null if you have a service defined in the
      manifest as: <service android:name=".Xxx" android:exported="false" />
      or and in an <application> with no label or icon.
      Dont crash the Settings application because of that.
      
      Change-Id: I6f9f69c130e610b7e4ab66426177b7bade1e1515
      910b2116
  16. 20 Mar, 2013 2 commits
    • Jeff Sharkey's avatar
      Merge "Enable Ethernet tab in data usage" · 74fd506b
      Jeff Sharkey authored
      74fd506b
    • Jaewan Kim's avatar
      Enable Ethernet tab in data usage · ffce9c1e
      Jaewan Kim authored
      mStateSession is not initialized at the time hasEthernet is called to
      set mShowEthernet, so Ethernet tab is not shown at the startup.
      In this case, if the device doesn't support mobile network, user cannot
      even select it from the context menu.
      
      Bug: 8365419
      Change-Id: I441971f18346c34a3adf3f18d9355075d9dce3f0
      ffce9c1e
  17. 16 Mar, 2013 1 commit
  18. 14 Mar, 2013 2 commits
  19. 12 Mar, 2013 1 commit
  20. 11 Mar, 2013 1 commit
    • Henrik Baard's avatar
      Moved KEY_VIBRATE to NEED_VOICE_CAPABILITY · 2ac8da37
      Henrik Baard authored
      There is an array (NEED_VOICE_CAPABILITY) with all keys that
      should not be present in a device that does not have voice
      capability.
      
      The key KEY_VIBRATE was not part of this array, it was handled
      separately in the code.
      
      Moved KEY_VIBRATE to NEED_VOICE_CAPABILITY and remove the
      special treatement.
      
      Change-Id: I96aa066cec373ccbfe89c46b530feb484f6f8164
      2ac8da37
  21. 08 Mar, 2013 2 commits
  22. 05 Mar, 2013 2 commits
  23. 28 Feb, 2013 1 commit
  24. 20 Feb, 2013 2 commits
  25. 15 Feb, 2013 2 commits