OSDN Git Service

Profiles : Settings
authorDanny Baumann <dannybaumann@web.de>
Thu, 13 Nov 2014 01:14:27 +0000 (17:14 -0800)
committerAdnan Begovic <adnan@cyngn.com>
Mon, 26 Oct 2015 23:11:13 +0000 (16:11 -0700)
commitd40cd5728a415efd72ee192fa6f67727411ed959
treeae0afabb0d80930130005dd09c6c864e9177cfb1
parentcf65d3f14dce8dae3590daac56bdd59be28e1779
Profiles : Settings

Change-Id: I072758a1c5ec04ef34077551220b6611068fe71d
59 files changed:
AndroidManifest.xml
res/drawable-hdpi/ic_location.png [new file with mode: 0644]
res/drawable-hdpi/ic_menu_add.png [new file with mode: 0644]
res/drawable-hdpi/ic_menu_nfc_writer_dark.png [new file with mode: 0644]
res/drawable-hdpi/ic_menu_trash_holo_dark.png [new file with mode: 0644]
res/drawable-hdpi/ic_settings_profiles.png [new file with mode: 0644]
res/drawable-hdpi/nfc_writer.png [new file with mode: 0644]
res/drawable-mdpi/ic_location.png [new file with mode: 0644]
res/drawable-mdpi/ic_menu_add.png [new file with mode: 0644]
res/drawable-mdpi/ic_menu_trash_holo_dark.png [new file with mode: 0644]
res/drawable-mdpi/ic_settings_profiles.png [new file with mode: 0644]
res/drawable-xhdpi/ic_location.png [new file with mode: 0644]
res/drawable-xhdpi/ic_menu_add.png [new file with mode: 0644]
res/drawable-xhdpi/ic_menu_nfc_writer_dark.png [new file with mode: 0644]
res/drawable-xhdpi/ic_menu_trash_holo_dark.png [new file with mode: 0644]
res/drawable-xhdpi/ic_settings_profiles.png [new file with mode: 0644]
res/drawable-xhdpi/nfc_writer.png [new file with mode: 0644]
res/layout/nfc_select.xml [new file with mode: 0644]
res/layout/nfc_writer.xml [new file with mode: 0644]
res/layout/preference_name.xml [new file with mode: 0644]
res/layout/preference_profiles.xml [new file with mode: 0644]
res/layout/preference_profiles_widget.xml [new file with mode: 0644]
res/layout/preference_streamvolume.xml [new file with mode: 0644]
res/layout/profile_name_dialog.xml [new file with mode: 0644]
res/layout/profile_tabs.xml [new file with mode: 0644]
res/values/cm_arrays.xml
res/values/cm_strings.xml
res/values/styles.xml
res/xml/appgroup_list.xml [new file with mode: 0644]
res/xml/application_list.xml [new file with mode: 0644]
res/xml/dashboard_categories.xml
res/xml/profile_config.xml [new file with mode: 0644]
res/xml/profile_settings.xml [new file with mode: 0644]
res/xml/profiles_settings.xml [new file with mode: 0644]
src/com/android/settings/Utils.java
src/com/android/settings/profiles/AbstractTriggerPreference.java [new file with mode: 0644]
src/com/android/settings/profiles/AppGroupConfig.java [new file with mode: 0644]
src/com/android/settings/profiles/AppGroupList.java [new file with mode: 0644]
src/com/android/settings/profiles/ApplicationItemPreference.java [new file with mode: 0644]
src/com/android/settings/profiles/BluetoothTriggerPreference.java [new file with mode: 0644]
src/com/android/settings/profiles/NFCProfile.java [new file with mode: 0644]
src/com/android/settings/profiles/NFCProfileSelect.java [new file with mode: 0644]
src/com/android/settings/profiles/NFCProfileUtils.java [new file with mode: 0644]
src/com/android/settings/profiles/NFCProfileWriter.java [new file with mode: 0644]
src/com/android/settings/profiles/NamePreference.java [new file with mode: 0644]
src/com/android/settings/profiles/ProfileAirplaneModePreference.java [new file with mode: 0644]
src/com/android/settings/profiles/ProfileConfig.java [new file with mode: 0644]
src/com/android/settings/profiles/ProfileConnectionPreference.java [new file with mode: 0644]
src/com/android/settings/profiles/ProfileEnabler.java [new file with mode: 0644]
src/com/android/settings/profiles/ProfileGroupConfig.java [new file with mode: 0644]
src/com/android/settings/profiles/ProfileRingModePreference.java [new file with mode: 0644]
src/com/android/settings/profiles/ProfileRingtonePreference.java [new file with mode: 0644]
src/com/android/settings/profiles/ProfilesList.java [new file with mode: 0644]
src/com/android/settings/profiles/ProfilesPreference.java [new file with mode: 0644]
src/com/android/settings/profiles/ProfilesSettings.java [new file with mode: 0644]
src/com/android/settings/profiles/ProfilesUtils.java [new file with mode: 0644]
src/com/android/settings/profiles/StreamVolumePreference.java [new file with mode: 0644]
src/com/android/settings/profiles/TriggersFragment.java [new file with mode: 0644]
src/com/android/settings/profiles/WifiTriggerAPPreference.java [new file with mode: 0644]