1. 07 Dec, 2011 1 commit
  2. 30 Jun, 2011 1 commit
  3. 01 Dec, 2010 1 commit
  4. 03 Nov, 2010 1 commit
  5. 01 Nov, 2010 1 commit
  6. 30 Oct, 2010 1 commit
  7. 28 Oct, 2010 1 commit
  8. 13 Sep, 2010 1 commit
    • Daisuke Miyakawa's avatar
      Fragmentize BluetoothSettings. · 6ebf8619
      Daisuke Miyakawa authored
      Add UserLeaveHintListener.java, so that the settings won't use
      its implementation around Activity#onUserLeaveHint().
      
      Also fragmentize bluetooth tethering screen.
      
      Change-Id: Id06ae3161fbdb5854ddb7a257f464fb16ea9b089
      6ebf8619
  9. 01 Sep, 2010 1 commit
    • Daisuke Miyakawa's avatar
      Add Wifi Setup screen for Setup Wizard with XL size screen. · d3669928
      Daisuke Miyakawa authored
      * Add WifiSettingsForSetupWizardXL as a new Activity
      The activity has WifiSettings fragment in it. It also contains
      several buttons, texts around the fragment.
      
      * Making configuration UI part of Preference list.
      In Wifi Setup for Setup Wizard XL, WifiSettings fragment lets
      a UI for configuring access points shown inside a
      PregerenceCategory object, while it has been shown as Dialog.
      
      To achieve this action, WifiDialog is decomposed into two parts:
      - WifiConfigUiBase (Mainly UI part)
      - WifiConfigController (Mainly Wifi controller part)
      
      All codes for wifi configuration in WifiDialog is now in
      WifiConfigController, which is reused from
      WifiConfigPreference.
      
      * Misc stuff
      - Remove AccessPoint#compareTo(). Instead,
        AccessPoint.AccessPointComparater should be used when needed.
      
      Change-Id: I520d690d3301837d32f91dad54a973a379ce1989
      d3669928
  10. 30 Aug, 2010 1 commit
    • Daisuke Miyakawa's avatar
      Make LocalePicker Fragment. · 0cc35e44
      Daisuke Miyakawa authored
      The logic calling selectFirst() is removed as
      - There's no comment why it is needed.
      - Actually SetupWizard gets stack as that forces users to see
        WirelessSettings in SetupWizard.
      
      The other changes:
      - Move back LocalePickerFragment to LocalePicker.
      - Make <activity> for LocalePicker in AndroidManifest <activity-alias>
      - Add a short comment about how getComponent(), which should be a key
        for understanding how top-level settings work.
      - Modify LanguageSettings so that it corectly points LocalePicker as
        a fragment.
      
      Change-Id: I78d356e40af896ba1aab72fba12c90467371c7b0
      0cc35e44
  11. 25 Aug, 2010 1 commit
    • Daisuke Miyakawa's avatar
      Fragmentize WifiSettings. · 9c8bde57
      Daisuke Miyakawa authored
      - Add button bar feature toward SettingsPreferenceFragment,
        which has existed in PreferenceActivity and has been used
        (probably) only by Settings app.
      - super.onActivityCreated() is not called at the beggining of
        WifiSettings#onActivityCreated(), the parent method assumes
        the child should have prepared PreferenceScreen, while
        WifiSettings cannot do until the parent Activity is ready.
      - Call SetHasOptionMenu() should be called AFTER the parent
        Activity is ready. It is not documented, so it would be better
        to file another bug.
      - Add exception to proguard...
      
      Change-Id: Iebd27f0cb0abdbee9b4b1cc9b00f4bf127f7815d
      9c8bde57
  12. 19 Aug, 2010 1 commit
  13. 13 Aug, 2010 1 commit