summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/nfc/AndroidBeam.java
Commit message (Collapse)AuthorAgeFilesLines
* Help fallbacks and intent workJason Monk2015-05-281-1/+2
| | | | | | | | | | - 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
* Allow help to be defined to intent uriJason Monk2015-04-141-1/+10
| | | | | | | | | 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
* log visibility of viewsChris Wren2015-03-271-1/+8
| | | | | Depends-On: I5b1dccb5d103ece3112acf38889bae16273b092f Change-Id: I116aed2bb805f723a5bf2ec9eb94257de0b4a7b5
* Handle disallowed NFC beam restrictionAmith Yamasani2014-09-091-1/+8
| | | | | | | | Don't enable the beam setting and toggle if it is disallowed for the current user. Bug: 17387303 Change-Id: Ifdfe049bef281454c978a37acb49c59758344ae6
* Make the SwitchBar appear immediatelyFabrice Di Meglio2014-06-121-20/+6
| | | | | | | | - change the way the SwitchBar is shown and hidden - save its state - remove the delay transition code Change-Id: I07260430e6709b42517ca011f6d3c3446a626731
* Fix bug #15173703 Crash in Settings is observed when Android Beam page ↵Fabrice Di Meglio2014-05-231-10/+28
| | | | | | | | | orientation is changed. DO NOT MERGE - use onActivityCreated() / onResume() / onPause() for the SwitchBar Change-Id: I24b346fdc5c19acedbe845d3b7697718412b5e5d (cherry picked from commit 4c42a88828a8df9e00ce66216fe0ef9f0d89464d)
* Use SwitchBar for Android Beam SettingsFabrice Di Meglio2014-05-151-35/+22
| | | | | | | | - follow up CL to 41937766981423c9252e12e3319b2e7532739627 Related to bug #14898161 On/Off switches must move down from Action Bar Change-Id: I2e3ffb34a589b32deda9de19107f38041aa341c9
* Make all the Settings Switches appear againFabrice Di Meglio2014-04-181-1/+1
| | | | | | | - use the ActionBar Theme context when creating the Switch for getting the correct Theming Change-Id: Ic3701c53662b0f245c7149b119de8bb5cbaae232
* Use Drawer in Settings appFabrice Di Meglio2014-02-031-4/+2
| | | | | | | | | | | | | | | | | | | | - 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
* Fix Android Beam toggle switch on Manta.Martijn Coenen2013-02-261-15/+21
| | | | | Bug: 7974617 Change-Id: I9200c070a13415b5c0ca545211a31b3e9c544cac
* Fix Switches padding for Settings appFabrice Di Meglio2013-01-151-1/+1
| | | | | | - use setPaddingRelative() instead of setPadding() Change-Id: Ifd14193a5f60d303035b394616dc65a70e1ef5f9
* Make Settings app aware of layout directionFabrice Di Meglio2012-07-241-1/+1
| | | | | | - see bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi) Change-Id: I696c0f66a16640af767da3c05b5d300fd2284ecb
* Bring back the Android Beam settings panel.Jeff Hamilton2011-09-221-0/+99
Bug: 5350022 Change-Id: I22d2c6f91f7ab86501021fe97a2d57b109ed10bf