History log of /packages/apps/Settings/src/com/android/settings/ProgressCategory.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ec407ff78c69209c7071eefaf86e55cb1350872a 19-Dec-2016 Fan Zhang <zhfan@google.com> Left align preferences and graphs to leave space for icon.

Bug: 33559277
Test: Visual inspection
Change-Id: Iacf9556826174a03b1cbf8a6f179b63d8686c5f5
/packages/apps/Settings/src/com/android/settings/ProgressCategory.java
39b467482d1bf256a111c757e9b7621c6f523271 10-Sep-2015 Jason Monk <jmonk@google.com> Depend on support lib preferences

Bug: 24576551
Change-Id: Ic6190bacd3f7582c9bbc8de972da4612bd92421e
/packages/apps/Settings/src/com/android/settings/ProgressCategory.java
ab9d6985fa1e2478cc24244f50890af91d591288 17-Jun-2014 Fabrice Di Meglio <fdimeglio@google.com> Fix ProgressCategory theming and layout

- add missing constructors for correct theming
- fix layout by adding missing paddingStart / paddingEnd

Change-Id: I52a511d326b760a47339b2b9dad349c9f825dbd2
/packages/apps/Settings/src/com/android/settings/ProgressCategory.java
9e143f5e9d836d2d3dd0b2f59f7d14327ade0193 20-Sep-2012 Jeff Brown <jeffbrown@google.com> First draft of wifi display settings UI.

All of the functionality is in place but the UI is
not fully polished yet.

Bug: 7178216
Change-Id: Id76843bff05cc71e5c02a31bc97c7070d58fff10
/packages/apps/Settings/src/com/android/settings/ProgressCategory.java
494f646a300e3ca499f5d31cee74dc261f17bdc8 17-Apr-2012 Jake Hamby <jhamby@google.com> Remove "Searching/Tap To Pair" text from Bluetooth Settings.

The second text field next to "Available devices" in the Bluetooth
Settings device list creates a cluttered heading that wraps to multiple
lines in some locales. It's unnecessary because there's a graphical
progress spinner when searching for devices, and "Touch to pair" is
easily discoverable. Remove the second text field and the "Searching"
and "Touch to pair" string resources.

Bug: 5496221
Change-Id: I7b71222415152014426cf54fc112fe5379d350dc
/packages/apps/Settings/src/com/android/settings/ProgressCategory.java
648f4f66887e3bb0a289ff92f19c0c86e898c9a9 21-Nov-2011 Gilles Debunne <debunne@google.com> Fixed layout for "Available Devices" in Bluetooth

Bug 5646340.

'Title' and 'scanning' text are on the same line as a PreferenceCategory.
The first one has a 0dp width, compensated by a 1 weight.

When scanning is not displayed, it should be GONE rather than INVISIBLE
to let the title take the whole space.

When both are visible, they should split the space, or else, with long
texts in foreign languages, scanning takes the whole space, leaving the
title with an almost 0 width that generates a very high text because
of wrapping.

Distributing size among the two texts to accomodate for such cases.

Changed padding and alignment to get reasonnable results for Slovenian
language (i.e. very long text), when both title and scanning are displayed.

Strangely, the right scanning alignment is not enforced, although I checked
it is correctly set on the TextView. Not investigating further now since it
may not be desired by UX anyway.

Change-Id: I6b4c6fcbc350d3664749f58eee34ec0867720626
/packages/apps/Settings/src/com/android/settings/ProgressCategory.java
de53b46b165ca65a464ecc6f062da55e11050389 07-Sep-2011 Jake Hamby <jhamby@google.com> BT device picker: don't rescan after rotating the device

The Bluetooth device picker was restarting the device scan after
the screen is rotated. Fix this by only starting the scan when the
savedInstanceState Bundle passed to onCreate() is null.

Also removes "No Bluetooth devices were found nearby" from list if
the user switches to a different app and then switches back to
the device picker.

Bug: 5249380
Change-Id: I8959c850649eb713fb930ee0a8a7bcb73ca7c1aa
/packages/apps/Settings/src/com/android/settings/ProgressCategory.java
9a4543e1de4251463cf14150260baaf8753bd3c0 31-Aug-2011 Jake Hamby <jhamby@google.com> Fix unresponsive UI during scan and display of "No Bluetooth devices"

- When there are no available Bluetooth devices, we show
"No Bluetooth devices were found nearby" as a preference item after
the scan completes. Update the layout for this Preference item so
that the text is centered and doesn't highlight when touched.

- Fix slow responsiveness on scanning caused by repeated removal of
"No Bluetooth devices were found" preference item on every call to
onBindView().

- If no devices are paired, don't restart the scan on every rotation.

Bug: 5173935
Bug: 5055460
Change-Id: I52fb2d52f315c5e793f08499146842d54c5c3ead
/packages/apps/Settings/src/com/android/settings/ProgressCategory.java
9416136b4d27d3de50422f0634424594f28edc39 01-Jul-2011 Gilles Debunne <debunne@google.com> Bluetooth messages improved.

Tap to pair in place of searching. Message when no device is found.

Change-Id: I0a4b1fa140e8a30b154ae2686e9c75d3768fc44e
/packages/apps/Settings/src/com/android/settings/ProgressCategory.java
4346cda76c6faa69d7341eb5e4e5bf21c2210e7f 28-Jun-2011 Gilles Debunne <debunne@google.com> Double list in Bluetooth Settings

Paired devices are listed first (from cache), followed by unpaired ones.
A scan is only started on user request or when there is no paired device
(should it be when there is no paired *connected* device?).

Wrench icon only displayed for paired devices.

Wrench click listener no longer uses mDeviceSettings which is unreliable
with ListView view recycling.

Fixed blinking ProgressCategory when the category was first in the list.

Change-Id: Ie749883426c12bd354da64733bd04b00304bc1f5
/packages/apps/Settings/src/com/android/settings/ProgressCategory.java
5cd60eb8aa5a4d5cf1a850ddd05d4f94eae1eb2f 02-Sep-2010 Daisuke Miyakawa <dmiyakawa@google.com> Add modifications which should have been in the change
I520d690d3301837d32f91dad54a973a379ce1989

Change-Id: Iecca6b4fef2ec42a62273035b096ccedcea94d78
/packages/apps/Settings/src/com/android/settings/ProgressCategory.java
d36699282cbd0a6897f425106081d3f2c0db55d4 27-Aug-2010 Daisuke Miyakawa <dmiyakawa@google.com> Add Wifi Setup screen for Setup Wizard with XL size screen.

* 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
/packages/apps/Settings/src/com/android/settings/ProgressCategory.java
d4cebee1e4b68e8b6c1e2ad8b82da6e2414f2e5b 21-Jul-2010 thigobr <thigobr@gmail.com> Fix Bluetooth Settings activity memory leak.

There were two leaks in Bluetooth Settings: one when rotating the
phone and other when scanning for bluetooth devices.
/packages/apps/Settings/src/com/android/settings/ProgressCategory.java
afc4ab2ffbb8327ddce9907961295a32cbf49d0f 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/Settings/src/com/android/settings/ProgressCategory.java
4e14e5ccbf1ef27220419849133d482a546d5c04 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/Settings/src/com/android/settings/ProgressCategory.java
de2d9f5f109265873196f1615e1f3546b114aaa7 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/packages/apps/Settings/src/com/android/settings/ProgressCategory.java