| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This allows up to 3 targets on the Navigation bar ring
or Home buttons with custom Quick launch shortcut actions.
Patchset 1 to 17 - Initial commits and edits
Patchset 18 - Update preference layout
- Use AOSP terminology for the feature name
- Group under new 'Navigation bar' category
- Rename Navigationbar buttons configurator
Patchset 19 - Update commit message with x of y indicator
Change-Id: I91a7b86b7bfa79526b537e28b510ec078a58c956
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
This fix the issues dot/error pattern state doesn't save.
also cleanup redundant code.
Change-Id: Iebaac9679ad9c621d62effd700689485db7c252a
|
|\ \
| |/
|/| |
|
| |
| |
| |
| | |
Change-Id: I8c21c04135ac8d22208c8a2c2feff3863bd43cc0
|
| |
| |
| |
| | |
Change-Id: I24b3efe31142857ce63dd2dd5d0a808be9ecce1d
|
|/
|
|
|
|
|
|
| |
Currently says "Turning Wifi off..."
This change will display "Turning Bluetooth off..." instead.
Change-Id: I741e07f3b583e8e4cfb51073fe2556f58d8a89a1
Signed-off-by: Ryan Baxter <rbryanbaxter@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
Volume rocker wake option can't be currently hidden without
disabling all volume rocker preferences.
This issue was introduced in:
http://review.cyanogenmod.org/#/c/32108/
Change-Id: Icdbb2a833bad1045fb75517d9fffcd8eb92f9494
|
|
|
|
| |
Change-Id: Ibb77ba5a0fccf22564a26b8b1e13f7762c65718e
|
|
|
|
| |
Change-Id: I9d91392ad6fbc9953d19059ab59b91d214c00e0c
|
|\
| |
| |
| | |
cm-10.1
|
| |
| |
| |
| |
| |
| |
| |
| | |
Give user ability to hide error pattern / dots.
Patchset 2 : Cleanup commit msg
Change-Id: Ifdd4615c7116f974a0a67079d58a521e84d76367
|
|/
|
|
|
|
| |
Change-Id: If1900d35e562c27822322551343c4556539c4f4e
Required: http://review.cyanogenmod.org/#/c/33184
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
|
|
|
|
|
|
|
| |
Patchset 2 - Use proper SystemUI drawable
- Place tile in alpha order
Change-Id: Id2d6cf549d17a139acda3b9edafae6ee5e0692a5
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use the new class introduced to avoid code duplication.
Patchset 2 - Cleanup
Patchset 3 - Rebase
Patchset 4 - Rebase and expanding of imports
Patchset 5 - Organize imports
Patchset 6 - Fix commit message
Change-Id: I6868563d6526bd7d5069c17d39cc6d2640476333
|
|
|
|
|
|
|
|
| |
To fix this the ContentQueryMap needs to be closed
when onStop is called so any global references can
be reclaimed.
Change-Id: I0c679c10b0d75ab0aac2fe499563c57d934e318a
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Whenever an user enters in the profiles settings a new TabHost, but the TabManager is neither created
or updated with this new tabhost. On tablets when the user returns to profiles from a fragment
activity, the tabhost is not displayed.
TabManager need to be created along with the tabhost.
Patchset 2: Fixed ProfileEnabler on tablets. The instance of ProfileEnabler of Settings that
is the one used on tablets doesn't have a reference of ProfileSettings, so this class
never will be updated. With this pathset the profiles enabler follows the rules of
wifi and bluetooth enablers: broadcast intent. Now, settings listen for
PROFILES_STATE_CHANGED_ACTION events, and refresh its own ui.
Requires: http://review.cyanogenmod.org/#/c/32460/1
Change-Id: I5eae79cd20cee3c14f7d2c30a2238425ccd15e09
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
|
|/
|
|
|
|
|
|
|
|
|
|
| |
This change ensures that mDynamicUsbTether and mDynamicWifi are not null when
user returns to activity from a subpreference of QuickSettings.
Steps to reproduce the FC:
Go into Settings-> System-> Quick Settings panel-> Tiles and layout, then hit the Back button.
mDynamicUsbTether and mDynamicWifi were removed if they are not supported by the device.
Change-Id: Id871c6d8e422626d2a4ca3243b9ac6bd2a0345e5
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
|
|
|
|
|
|
|
|
|
| |
I'm sorry but I broke the code while review had been in progress between http://review.cyanogenmod.org/#/c/26310/
and http://review.cyanogenmod.org/#/c/32108/
Now Volume key cursor control should be hidden as intended.
Change-Id: I697984f25e6a53af4ee0c95a9951a31c5116eb91
|
|
|
|
|
|
|
|
| |
also make the config_show_volumeRockerWake config to false
see more details: http://review.cyanogenmod.org/#/c/26310/
Change-Id: Id885aa423074b3e3fb871716560837a183357cac
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch allows the users to choose if they want the audible tone when adjusting the volume
The new preference is in
Settings | Sound
Volume adjust sound
Play sound when adjusting volume with hard keys
The Checkbox is defaulted to ON (1 in defaults.xml)
Look for 1/2 for the Framework volume panel change
Change-Id: I6d43cba83bf4cf10f2d50502e7cee5408a73c520
|
|
|
|
|
|
|
|
|
|
|
| |
This commit adds a setting in Development settings for including options
in the power menu for rebooting into recovery or bootloader, defauled to
off.
When enabled, the Advanced reboot options will only be available once the
device is unlocked.
Change-Id: I72d6df55bf5df251802b321410670646d26c54b0
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Adjust the size of custom app icons and resize and round the corners
of gallery icons for a more uniform look.
Before http://imgur.com/cTOqdwX
After http://imgur.com/EKAeFiw
Change-Id: I75f3656ae5b4ac4a4bd1c1cbed6c07ab2863f4fd
|
|/
|
|
| |
Change-Id: I33c76f9e9ed38ad3ded37d503185e3f09f12f794
|
|
|
|
|
|
|
|
| |
- Remove some unused strings
- Use (device-dependant) minimum brightness level (as calculated by
DisplayPowerController) as '0%' instead of the actual value 0.
Change-Id: I79123d2421c9ab35fa0f1808d82d785463e8fbaa
|
|\
| |
| |
| |
| |
| | |
git://github.com/CyanogenMod/android_packages_apps_Settings into mr1.1-staging
Change-Id: I17e7cea5e432d0025c64465a7c01c42bb24e7133
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
AndroidManifest.xml
res/values-de/strings.xml
res/values-el/strings.xml
res/values-es/strings.xml
res/values-fi/strings.xml
res/values-hu/strings.xml
res/values-it/strings.xml
res/values-iw/strings.xml
res/values-nl/strings.xml
res/values-ru/strings.xml
res/values-zh-rCN/strings.xml
res/values/strings.xml
src/com/android/settings/ChooseLockGeneric.java
src/com/android/settings/ChooseLockPatternTutorial.java
src/com/android/settings/DeviceInfoSettings.java
src/com/android/settings/Settings.java
Change-Id: I275be467a401ad6dcc7966924358a5adb0773b75
|
| | |
| | |
| | |
| | |
| | | |
Bug: 7725834
Change-Id: Iab3d1818f008a553868fb30e8460ea3f77c2de50
|
| | |\
| | | |
| | | |
| | | | |
jb-mr1.1-dev
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: 7725834
Change-Id: I2537754789f25fa978efd457979ed130806b9fbf
|
| | |\ \
| | | |/
| | |/|
| | | |
| | | | |
* commit 'f197105e3bd83a1f244cb690a1aa615624629961':
Fix wifi compareTo
|
| | | |\ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Bug: 7521354
Change-Id: I8d77594dacb56f17126f0e33ff6e47379f615d40
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Otherwise the help will always be shown in English.
Bug: 7564049
Change-Id: I94da36aa1ae5aabd118178866b7e570bb77add34
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When the SIM has a Brazilian country code, add an item to the
status screen to show the most recently received area info cell
broadcast, requested from CellBroadcastReceiver, which also
broadcasts any updates to the area info. To read the area info
broadcast or request it from CellBroadcastReceiver requires
READ_PHONE_STATE permission.
Bug: 7445881
Change-Id: I387e23ecd0802b212ecb3e44f900a3a7a4b27e76
|
| | |\ \ \
| | | | | |
| | | | | |
| | | | | | |
jb-mr1.1-dev
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Removing the tutorial that is shown the first time a user sets up
a pattern as their lock type.
Change-Id: If73c936e41458af729740fe5b178b9452c7dd2c0
|
| | |\ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Push scrollbar to screen edges on custom ListView and ScrollViews to
match Preferences framework behavior.
Bug: 7633165
Change-Id: Ideecd0e243c7de7bf977caef2b1585e707a00ca4
|
| | |\ \ \ \ \
| | | |/ / / / |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Bug: 7632947
Change-Id: I2eb8c4c24bda5b08215204330c30431bf6d0fc27
|
| | |\ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
users" into jb-mr1.1-dev
|
| | | | |/ / /
| | | |/| | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This prevents secondary users from turning on adb debugging, even if they
find a way to launch developer options. Similarly, don't let them add or
change the adb backup password.
Bug: 7637920
Change-Id: I297f0c515a276ede6a7f12d2add72faec4eeb384
|
| | |\ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
jb-mr1.1-dev
|
| | | |/ / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Bug: 7480927
Change-Id: I5777f7c4aec9ad7d7eb9f7eeb882d2342cb481c3
|
| | |\ \ \ \ \ |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
When counting down how many steps are left before the user becomes a
developer, use plurals so that "steps" becomes "step" correctly.
Change-Id: I5dbe2c229c9e6ed0c45aaae8c303b23efc76f75d
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Also get rid of some orange highlight!
Bug: 7632945
Change-Id: I6a4b59f4eef81b128d128f5a429fb96f6366843a
|