1. 21 Jun, 2010 2 commits
  2. 10 Jun, 2010 2 commits
  3. 03 Jun, 2010 2 commits
  4. 02 Jun, 2010 1 commit
  5. 27 May, 2010 1 commit
  6. 26 May, 2010 1 commit
    • Irfan Sheriff's avatar
      No quotes for password · f3373c99
      Irfan Sheriff authored
      Putting quotes for password in soft AP is not useful.
      It simplifies processing in framework.
      
      Bug: 2708960
      Change-Id: If44aeb336732aa8089d3e401b546ebf9b3cbd25a
      f3373c99
  7. 18 May, 2010 1 commit
  8. 17 May, 2010 3 commits
    • Irfan Sheriff's avatar
    • Irfan Sheriff's avatar
      Fix crash for tether with quotes in SSID · 18dc7ea7
      Irfan Sheriff authored
      Multiple quotes cause havoc with netd interaction right now.
      The solution is to revert the changes for WifiConfiguration on
      Access Point side done in Change I0f1e508b and remove all quotes
      in the SSID.
      
      Essentially a low risk one line change on top of the revert.
      
      We dont expose API for WifiConfiguration on AP side. This solution
      essentially means we treat SSID in WifiConfiguration on AP side
      differently. When we do expose things, we should make things consistent.
      
      Change-Id: I0a7e5074b83ace743fc843ee61c1ff86cde8267f
      18dc7ea7
    • Kenny Root's avatar
      Import revised translations · 28b245c0
      Kenny Root authored
      Change-Id: I6f0e1a9dbaa3b3e81b24de207c3731249d160a59
      28b245c0
  9. 15 May, 2010 1 commit
  10. 09 May, 2010 1 commit
  11. 07 May, 2010 1 commit
  12. 04 May, 2010 1 commit
  13. 29 Apr, 2010 1 commit
  14. 28 Apr, 2010 4 commits
  15. 27 Apr, 2010 1 commit
    • Amith Yamasani's avatar
      Fix regression in removing settings that aren't relevant for a platform. · 64ab5338
      Amith Yamasani authored
      Bug: 2630695
      
      The PreferenceCategories added into the hierarchy caused removePreference() to
      not work, since the preferences to be removed were not immediate children of
      the preference screen.
      
      Create empty PreferenceCategory elements and pull the preferences to the same
      depth as the categories.
      
      Change-Id: I34826ea4d84cda0ecab75c66a73febe3d51e7c68
      64ab5338
  16. 23 Apr, 2010 1 commit
  17. 22 Apr, 2010 5 commits
  18. 21 Apr, 2010 2 commits
    • Daniel Sandler's avatar
      Redesign vibration settings. · 2c917847
      Daniel Sandler authored
      Under the hood there remain three axes:
       1. Are we in silent mode now?      | RINGER_MODE_{VIBRATE,SILENT}
       2. Do we vibrate in silent mode?   | VIBRATE_IN_SILENT == 1
       3. Do calls vibrate:     | getVibrateSetting(VIBRATE_TYPE_RINGER)
          - always              |    == VIBRATE_SETTING_ON
          - never               |    == VIBRATE_SETTING_OFF
          - only in silent      |    == VIBRATE_SETTING_ONLY_SILENT
      
      We now expose this to the user much more simply by
      collapsing (2) and (3) above, and discarding states that
      don't make sense:
        - VIBRATE_SETTING_OFF + VIBRATE_IN_SILENT
        - VIBRATE_SETTING_ONLY_SILENT + !VIBRATE_IN_SILENT
      
      Now we offer the user four choices:
      
          Phone vibrate:
          * "Never"
              --> VIBRATE_IN_SILENT=0, VIBRATE_SETTING_OFF
          * "Always"
              --> VIBRATE_IN_SILENT=1, VIBRATE_SETTING_ON
          * "Only in silent mode"
              --> VIBRATE_IN_SILENT=1, VIBRATE_SETTING_ONLY_SILENT
          * "Only when not in silent mode"
              --> VIBRATE_IN_SILENT=0, VIBRATE_SETTING_ON
      
      This should make it easier to choose exactly the behavior
      the user wants as well as avoid nonsensical combinations of
      settings.
      
      Bug: 2598014
      Change-Id: I9244d25ec97a3e2b572b71b521049debd22fa4e0
      2c917847
    • Daniel Sandler's avatar
      Labeled categories to help clarify Sound prefs. · 8ad849ca
      Daniel Sandler authored
      Bug: 2598014
      Change-Id: Ia846367fc479345bfd02c10fe1860373719334eb
      8ad849ca
  19. 19 Apr, 2010 1 commit
    • Robert Greenwalt's avatar
      Fix the tethering help page. · 4c3b2f0c
      Robert Greenwalt authored
      It worked with language+country resources but for some resources it's just language.
      Added a check to see if we had lanugage+country before deciding which to use.
      
      bug:2605981
      Change-Id: Icb667a51f0c376f5188e3a43f264e236cd265468
      4c3b2f0c
  20. 17 Apr, 2010 1 commit
  21. 16 Apr, 2010 2 commits
    • Irfan Sheriff's avatar
      Stop scanning after errors · e8149709
      Irfan Sheriff authored
      When scan fails for 3 times, we show a
      failure toast and continue to scan.
      In one case this caused infinite toasts,
      until the user stopped wifi.
      
      Its not clear what can cause this kind of
      a state since wifi disable broadcast should
      stop the scans. This fix will stop scans
      after 3 continuous failures. Any wifi state
      change will restart scan.
      
      Bug: 2601937
      Change-Id: I68733394cb3c9b76ffb15f7579e7af6c1f54d39c
      e8149709
    • Kenny Root's avatar
      Set encoding for HTML assets to UTF-8 · 82164c36
      Kenny Root authored
      Change-Id: Ia6989e94efc93e359b4035a1e0a99ab9262b7424
      82164c36
  22. 15 Apr, 2010 2 commits
  23. 14 Apr, 2010 3 commits