History log of /packages/apps/Settings/src/com/android/settings/nfc/AndroidBeam.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
016f875ae78cdb1a2d52f89e5347c3e561b7bb3e 07-May-2016 Fan Zhang <zhfan@google.com> Fix crash when rotating screen in a few screens.

Bug: 26946312

Fixed in the following screens:
Apps > Gear > Special Access > Modify system settings
Apps > Gear > Special Access > Draw over other apps
Apps > Gear > Special Access > Apps with usage access
Language & input > Personal dictionary
Wireless & networks (More) > Android Beam

Change-Id: I0b9bd6c19f710302625dd87989e9d4ce3c96a9a2
/packages/apps/Settings/src/com/android/settings/nfc/AndroidBeam.java
b84720c075fb2eb4bb816f34d8f3edd70e5a1653 05-Apr-2016 Suprabh Shukla <suprabh@google.com> Moving HelpUtils to SettingsLib

Moved HelpUtils to SettingsLib in frameworks/base so it can be shared by
packageinstaller as well.

Bug: b/22096093
Change-Id: I8d620abcde8279a3b4d11bbcff8ae9b6f46a1895
/packages/apps/Settings/src/com/android/settings/nfc/AndroidBeam.java
b51457db10eb4e45f4d8aff2049f0d4078827836 24-Mar-2016 Sudheer Shanka <sudheersai@google.com> Fix crash in AndroidBeam class.

SwitchChangeListener is not added if admin disables the options, so
don't try to remove the listener in this case.

Bug: 27828118
Change-Id: Id0f9c71a10f93fc4c87af2b02ab7f04482145217
/packages/apps/Settings/src/com/android/settings/nfc/AndroidBeam.java
f1e78d35dc481aa18990b2a0fb1aaf3889836273 14-Mar-2016 Sudheer Shanka <sudheersai@google.com> Add disabled by policy empty views to more screens.

Bug: 27588316
Bug: 27588671
Bug: 27588740
Change-Id: Id614067d76e936e9c3c585fdaed304bfbc88dc74
/packages/apps/Settings/src/com/android/settings/nfc/AndroidBeam.java
9d1bfd1e8de6e46137a9571507c03526880d6a46 27-Jan-2016 Chris Wren <cwren@android.com> port settings over to new metrics enum

Change-Id: I0b3efd2f4db773ccbc52bfe59ee8eb0dab9584fb
/packages/apps/Settings/src/com/android/settings/nfc/AndroidBeam.java
15dcebe1e79ad396a08873f940e2f33d432cf387 27-May-2015 Jason Monk <jmonk@google.com> Help fallbacks and intent work

- Handle a backup URI, so that if the specified URI is not available,
another can be used.
- Add some data to help intents when they are intent URIs
- Fill in the context with a classname when it isn't present

Bug: 15475009
Change-Id: I7050fa61121901929e650b20bd7a0ae21e8ba207
/packages/apps/Settings/src/com/android/settings/nfc/AndroidBeam.java
23acc2bb8af7da000d72a8c1d8c28a2792200348 14-Apr-2015 Jason Monk <jmonk@google.com> Allow help to be defined to intent uri

Allow help uris to be either an intent uri or as uri (as they were
before). Also add a default help uri, and specific helps for several
screens.

Bug: 15475009
Change-Id: Iff982892973f01d32ff61ea88d4844e9a7153500
/packages/apps/Settings/src/com/android/settings/nfc/AndroidBeam.java
8a963babe2e36b7a41f77b8d2598c97658196e58 20-Mar-2015 Chris Wren <cwren@android.com> log visibility of views

Depends-On: I5b1dccb5d103ece3112acf38889bae16273b092f
Change-Id: I116aed2bb805f723a5bf2ec9eb94257de0b4a7b5
/packages/apps/Settings/src/com/android/settings/nfc/AndroidBeam.java
25a1e95ed607a8517694df4dccfccdff00b0f082 09-Sep-2014 Amith Yamasani <yamasani@google.com> Handle disallowed NFC beam restriction

Don't enable the beam setting and toggle if it is disallowed for
the current user.

Bug: 17387303
Change-Id: Ifdfe049bef281454c978a37acb49c59758344ae6
/packages/apps/Settings/src/com/android/settings/nfc/AndroidBeam.java
138ff8c0457c6e1345015973668d652fa17c7c3b 12-Jun-2014 Fabrice Di Meglio <fdimeglio@google.com> Make the SwitchBar appear immediately

- change the way the SwitchBar is shown and hidden
- save its state
- remove the delay transition code

Change-Id: I07260430e6709b42517ca011f6d3c3446a626731
/packages/apps/Settings/src/com/android/settings/nfc/AndroidBeam.java
962a141f4c67fdb02d9062530f5f9e9cfb5e674a 23-May-2014 Fabrice Di Meglio <fdimeglio@google.com> Fix bug #15173703 Crash in Settings is observed when Android Beam page orientation is changed. DO NOT MERGE

- use onActivityCreated() / onResume() / onPause() for the SwitchBar

Change-Id: I24b346fdc5c19acedbe845d3b7697718412b5e5d
(cherry picked from commit 4c42a88828a8df9e00ce66216fe0ef9f0d89464d)
/packages/apps/Settings/src/com/android/settings/nfc/AndroidBeam.java
072d98aba6c86596d7c14e5b8b490a4703d8226f 16-May-2014 Fabrice Di Meglio <fdimeglio@google.com> Use SwitchBar for Android Beam Settings

- follow up CL to 41937766981423c9252e12e3319b2e7532739627

Related to bug #14898161 On/Off switches must move down from Action Bar

Change-Id: I2e3ffb34a589b32deda9de19107f38041aa341c9
/packages/apps/Settings/src/com/android/settings/nfc/AndroidBeam.java
ede14355180b84c634cade7e3f02d67be64cbff4 19-Apr-2014 Fabrice Di Meglio <fdimeglio@google.com> Make all the Settings Switches appear again

- use the ActionBar Theme context when creating the Switch for
getting the correct Theming

Change-Id: Ic3701c53662b0f245c7149b119de8bb5cbaae232
/packages/apps/Settings/src/com/android/settings/nfc/AndroidBeam.java
263bcc8b732dbb47d3ce63904e0e05191fabbad6 18-Jan-2014 Fabrice Di Meglio <fdimeglio@google.com> Use Drawer in Settings app

- get rid of PreferenceActivity as much as we can and use fragments instead
- add Drawer widget
- add Dashboard high level entry into the Drawer (but this is work in progress and would be done in another CL)
- add bypass of fragment's Header validation when launched from the Drawer but *force* validation if external
call thru an Intent

Be aware that WifiPickerActivity should remain for now a PreferenceActivity. It is used by SetupWizard and should
not trigger running the SettingsActivity's header building code. SetupWizard is a Home during the provisionnig process
and then deactivate itself as a Home but would make the Home header to appear in the Drawer (because momentarily we
would have two Home).

Also, verified that:

- the WiFi settings still work when called from SetupWizard
- when you have multiple Launchers, the Home header will appear in the list of Headers in the Drawer

Change-Id: I407a5e0fdd843ad7615d3d511c416a44e3d97c90
/packages/apps/Settings/src/com/android/settings/nfc/AndroidBeam.java
658508c8f6f426127c01f91e85c2ede2300e71bd 27-Feb-2013 Martijn Coenen <maco@google.com> Fix Android Beam toggle switch on Manta.

Bug: 7974617
Change-Id: I9200c070a13415b5c0ca545211a31b3e9c544cac
/packages/apps/Settings/src/com/android/settings/nfc/AndroidBeam.java
b27223f139248f92637997378d7a38d7d24f6b02 16-Jan-2013 Fabrice Di Meglio <fdimeglio@google.com> Fix Switches padding for Settings app

- use setPaddingRelative() instead of setPadding()

Change-Id: Ifd14193a5f60d303035b394616dc65a70e1ef5f9
/packages/apps/Settings/src/com/android/settings/nfc/AndroidBeam.java
79d8e80a304922c34a6bd344f1fa49dd7dfd106d 20-Jul-2012 Fabrice Di Meglio <fdimeglio@google.com> Make Settings app aware of layout direction

- see bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi)

Change-Id: I696c0f66a16640af767da3c05b5d300fd2284ecb
/packages/apps/Settings/src/com/android/settings/nfc/AndroidBeam.java
3d670de5ce9180e0a75d0884832c4714cb56e1b5 21-Sep-2011 Jeff Hamilton <jham@android.com> Bring back the Android Beam settings panel.

Bug: 5350022
Change-Id: I22d2c6f91f7ab86501021fe97a2d57b109ed10bf
/packages/apps/Settings/src/com/android/settings/nfc/AndroidBeam.java