History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
94f682edd013117e94728cf481b33f65dcc52b18 23-Jun-2016 Jason Monk <jmonk@google.com> QS: Fix hotspot refreshing state

Change-Id: I40e693d154d5481959f63d555191d2c88f3d1b97
Fixes: 29518006
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
ab17c984169d225964541db7baf5e5494b05a033 20-Jun-2016 Jason Monk <jmonk@google.com> QS: Don't disable hotspot animation when leaving airplane mode

Change-Id: I80750e3c4d63e4d590b43e3ed595100e054e5b1e
Fixes: 29374561
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
49a2796cddbc8955a8d7dc0062b3f2dd20b7ba7f 25-May-2016 Jason Monk <jmonk@google.com> QS: Make hotspot go unavailable in airplane mode

Put the hotspot tile in the unavailable state whenever airplane
mode is on.

Change-Id: I7a6eb54c2e89a7a9736c72d8e58ab58e7e82d0a6
Fixes: 28881032
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
20aef8a2914478a85aa679ec31bf739c7818eb3c 04-May-2016 Julia Reynolds <juliacr@google.com> Quicksettings accessibility.

Bug: 15696340
Change-Id: I6887e2dad4822911d3a1642aaec5703174b57330
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
28680c61c9b4a617c3a9470e630179b861f0bc20 19-Apr-2016 Jason Monk <jmonk@google.com> No QS hotspot unless supported

Fixes: 27438917
Change-Id: Iadeee5a87ebb9b881e04ac706547004e186215ea
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
39c98e652fd3e0e3ea3a334d60ba6ee979985978 16-Mar-2016 Jason Monk <jmonk@google.com> QS edit drag and drop accessibility

Bug: 27667843
Change-Id: Ief0980af25d855942b0565e5a9bfcc0d266bdbe0
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
1aec93f1819369bda9e6cb0bd282419808c304c3 01-Mar-2016 Jason Monk <jmonk@google.com> Fix QS icon animations once and for all

Bug: 27250295
Change-Id: I6449b9cea19acf120dfc02d146fe608da46fe790
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
76c67aa361f65dfb2f5e03d06cc1ccebce9cecd9 19-Feb-2016 Jason Monk <jmonk@google.com> Add QS long-press -> Settings

Bug: 27269699
Change-Id: I861cb65dbb6609d9c95d5341f5f5aebc3cc519f3
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
a8fbbb30eae03b9ed7a3e6ea78da13480a53b73d 11-Feb-2016 Sudheer Shanka <sudheersai@google.com> Part1 - Don't add padlock if the restriction is not set by admin.

Bug: 26687435
Change-Id: I2fd740b1fa0d76eceedc4dde73e41d779820bbcf
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
62b63a02d7ca630e3ad39991ea6550cab57e5d22 02-Feb-2016 Jason Monk <jmonk@google.com> Rewrite QS customizer

Instead of custom draginess, use RecyclerView with a GridLayoutManager.

Still needs a bit of work, but the overall feel is significantly better
than before.

Change-Id: I3b3927472f69721e265ef7591de2f3052862f392
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
b6fc931204a3e7a40ac2dfda67f4b61aef9e4b5b 27-Jan-2016 Sudheer Shanka <sudheersai@google.com> Add padlocks to more qs tiles.

Bug: 26764485
Bug: 26765645
Change-Id: I89bb1b3b9a507772299778a1b3611884441408c9
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
f6e9228b8a97603d3ceb8f0d61e8d87cf19bd21f 27-Jan-2016 Chris Wren <cwren@android.com> move framework metrics over to new proto

Change-Id: Ie46e946dc787350c15c10aa4385a6b7df7e181a8
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
66239fbdfce1586555b339854b8a21f8187e805f 21-Dec-2015 Jason Monk <jmonk@google.com> Remove UserBoolean

Animate when the view is visible because its much simpler

Change-Id: I18598faae643124ad014f77a2e8a9229ccb726ce
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
ba2318eff373a729f9768b146350a001dd22e4c5 08-Dec-2015 Jason Monk <jmonk@google.com> Remove visibility from tiles, make them always visible

Some tiles are statically not available on boot, etc.
based on hardware availability or settings, but most
are just always visible.

Change-Id: Ib1a45ef5b029fe710f9957cb997496dcb14f5875
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
de05a180057df3fce2a03ac794e138c46d24c1bd 03-Nov-2015 Jason Monk <jmonk@google.com> Always show tiles in the new QS

Change-Id: I536d19206fd03194b76b01a0f159f0a241d19c8b
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
dd5bdc6a781662e7031b11ea5158b854e32b0e0d 20-Jul-2015 Jason Monk <jmonk@google.com> Fix hotspot brokenness

- Only get state from broadcast to not get out of sync with Settings
- Actually set the state when there isn't a boolean in the refresh
object
- Remove unused things

Bug: 22573156
Change-Id: Ibfb4966c99ba85f83701695c38275ba217854b22
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
b8a46a6c77bcb4a6d837c6ddfc4418a21022949a 14-Jul-2015 Julia Reynolds <juliacr@google.com> Pass wifi ap state through to tile when receiver triggered.

Bug: 22450078
Change-Id: I9b339aa2238a7427291bfdc2ef6aab58dcdb5cf3
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
9e7283f6a31bc2beb75c84c6173968a46582c563 08-May-2015 Chris Wren <cwren@android.com> log more settings actions

airplane: quick and slow settings
bluetooth: quick and slow settings
cellular data: quick and slow settings
dnd: quick and slow settings
wifi: quick settings (slow already done)
cast: quick settings
user: quick settings

include state of the toggle in the action log

Back away slowly from the over-generalization of logging
around handleClick, the semantics of mState are particular
to the individual tiles.

Bug: 20264417
Change-Id: I4cecbd3361af64d08de9fb41b8dca210a8086a80
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
457a21cdeac04565a0c40ad8c43a928c1182ddd1 06-May-2015 Chris Wren <cwren@android.com> add logging to quick settings tiles

QS Grid visibility
Tiles that are visibile in the grid
Taps on tiles
Detail visibility for DND, Users, and Data

Bug: 20264417
Change-Id: I95e65484a9be0a53a071bc12ce8195120582621e
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
82862573bcf246128782b91ea627285c43133a8d 01-Apr-2015 Andrew Flynn <flynn@google.com> Consolidate SystemUI SharedPreferences.

Makes it easier to use from any place and gets us type-safety.

Change-Id: I472e340e8332d9a173335b6f337525d58d801881
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
e69e5f87b3227bddc1315234218717ba3e8439c1 10-Dec-2014 Jason Monk <jmonk@google.com> Add config to handle periodic check of tether provision

While here also update QS to handle the changes made for this
new check.

Bug: 18453076
Change-Id: I1f6e2d954562c5a16a0de60dac625005ec3e5c50
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
a2bf987b742b328f56e71eab32a9fa37ec1961ca 04-Dec-2014 Sanket Padawe <sanketpadawe@google.com> Doing provisioning check for wifi tethering from SystemUI

+ Calling activity which calls provisioning app only if provisioning
is needed.
+ Hiding Hotspot tile from quick settings when screen is locked.

Bug: 18368949
Change-Id: I5b92a7f2d46c8b5d9b323d6a5d49315694c599f7
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
63224c39543688fd7eea62fe0238d1b32daf5d30 02-Dec-2014 Sanket Padawe <sanketpadawe@google.com> Call entitlement on clicking tethering tile in quick settings.

Call a new activity which would handle enabling of tethering on clicking
Tethering tile in Quick Settings.

Bug: 18368949
Change-Id: I4cc2ba01f6fa1ac005ba1dc27b223b5fc5359d35
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
1832d2fc504b4842d38715f160aaf18adb7db489 10-Nov-2014 John Spurlock <jspurlock@google.com> QS: Animated hotspot tile icon.

Bug: 17426910
Change-Id: Ic7d0219b0a5d749223c35fcbedca78d4adf585c5
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
c247b8f7270dd70ecc36977fcc0530217879f665 07-Nov-2014 John Spurlock <jspurlock@google.com> QS: Long-press on usage-based tiles to hide.

Bug: 18284167
Change-Id: Ia03ea34af5733b801be6a14645c76754b73c6165
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
2d695813b44690ca146f95939acb00f0c14dac29 30-Oct-2014 John Spurlock <jspurlock@google.com> QS: New rotation-lock tile icon, using AVDs.

Also:
- Better icon change detection, unify tile.icon vs tile.iconId.
- Fix regression in touch feedback by fixing a11y string calculation.

Bug: 17426910
Change-Id: I14772f4e9b3be127bc39106ae9146ed46488fa48
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
289d797a6a748cfc7dcca8c815fab6c37061bf05 17-Oct-2014 John Spurlock <jspurlock@google.com> QS: 7 day timeout for color-inversion tile.

Bug: 17631628
Change-Id: I4f8a6ce3ea1f79d696686760732c3e8216bfb6c4
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
20ef4024edb5c7ed08a660cea731d47bcf90add5 07-Oct-2014 Jason Monk <jmonk@google.com> Hide hotspot tile if 'provisioning' is needed

If we need carrier entitlement checks don't show the hotspot tile
which could bypass them, instead make the user go to settings.

Bug: 17879554
Change-Id: I30a5b51b26a2d4e977579b71a16c3c7a8d004eea
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
4fda7b2d97c77c64bac0b44dc7a44597ad2c48b0 18-Aug-2014 Selim Cinek <cinek@google.com> Announcing quick settings changes now via talkback

All tiles now report when their state changes due
to a user clicking on it. Also cleaned up some accessibility
strings.

Bug: 15682239
Change-Id: Ide97fb97a0253618db206562573dadd0036dab45
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
bceed060f0090a4f86418c4515128d5ec8ebdd4a 11-Aug-2014 John Spurlock <jspurlock@google.com> QS: Fix some QS layout issues.

- Make the tile list configurable for testing.
- Support an external tile backed by a sticky broadcast intent.
- Ensure tiles clean up properly when no longer needed.

Bug:16818269
Bug:16822505
Change-Id: Ie24f878aae0d19c7f1feca4c519d10667023bef3
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
3976f3d943659c59c181d2fcdf04e45de5201b79 04-Aug-2014 John Spurlock <jspurlock@google.com> QS: Share usage tracking timeout with color inversion tile.

Pull out 30-day feature timeout code into a separate helper, use
in both ColorInversionTile and HotspotTile.

Expose an intent to force a reset of the timeout.

Change-Id: Ic0b89913fd5cec4e1df3cb0d5a548f052a60550f
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
e2efefe19d7a9f7e2a5e1f6bd4dadc4a53565538 28-Jul-2014 John Spurlock <jspurlock@google.com> QS: Allow hotspot tile on secure keyguard.

Bug:16234190
Change-Id: I82a724e46f0a6ddd5c719742ef9c4f86feb791dc
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
51e4dc0a153bd0da197728ce6fe34df662b1cea2 22-Jul-2014 Jason Monk <jmonk@google.com> Implement hotspot tile

This tile enables/disables hotspot and will show up for 30 days
after hotspot is used.

Bug: 16234190
Change-Id: Iceb4842e021c27c2c4c18651bccdb12957055c3d
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
83e2848c562bf951fd49d85da338eb6dc459cff2 18-May-2014 John Spurlock <jspurlock@google.com> QuickSettings: Remove vector drawable runtime processing.

Remove temporary harness responsible for creating enabled/disabled
versions of vectors at runtime. Instead, pre-compute the necessary
states as separate files.

Normalize all qs icon names, cleanup obsolete pngs, and replace
the DND hangtag.

Bug:14133785
Change-Id: Ifb58635b832d25ca1de7e9f79cf8ec3503ea8cec
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
ccb6b9a90f228cc4e31a9442ed28756ff474c080 17-May-2014 John Spurlock <jspurlock@google.com> QuickSettings: only listen when expanded.

Register for active state updates only when the quick settings
panel is open.

Don't allow a dual-target tile and single-target tile on the same row.

Bug:14133785
Change-Id: I8a5ad3df9b67b5bc3518210d62b705483a422d8e
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java
af8d6c44f06d2f8baac2c5774a9efdae3fc36797 07-May-2014 John Spurlock <jspurlock@google.com> New quick settings implementation.

Bug:14133785
Change-Id: I7f57f8e7ebcc3e1a06fa5204f477470f14299e1f
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java