| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: Icfbe90f25f537a673a1b749c217dca9efb6a1c70
|
|
|
|
|
| |
Change-Id: I271d409f925805d26c918d156e8ae41253cc08b1
Signed-off-by: Roman Birg <roman@cyngn.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When deleting an app, inside of an app group in profiles,
if the user rotates device while confirmation is showing and
presses ok, it is a no-op. Reason is mPackageToDelete loses its
state when rotation is change.
Address this by persisting it in the state bundle.
issue-id: CYNGNOS-1119
Change-Id: I43dd9ccae7e16e92e5ac054f1b2ac0119cbfe60b
|
|
|
|
|
| |
Change-Id: If6b3a71e0ed28558d74132ddd4594b98bf2955e9
Signed-off-by: Roman Birg <roman@cyngn.com>
|
|
|
|
|
| |
Change-Id: I7e4061615f2bb1c1fabd37c8f5b792b04a99a2c8
Signed-off-by: Roman Birg <roman@cyngn.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ProfilesSettings previously had a viewpager with the profiles list, and
an app group list. Then we removed app groups, but the viewpager was
left over.
The main reason for getting rid of it now is to make sure that
refreshList() always works. Previously there was a small chance that
because it was in a viewpager, the preference may not have been attached
(at the time of the resetAll() dialog being shown and user pressing yes),
which caused the refresh method call to fail, since it needs access to
the preference screen, which is null at that time.
Change-Id: Ib9c3a27e3062660bd8a91998c20c15b4ffb4390b
Signed-off-by: Roman Birg <roman@cyngn.com>
|
|
|
|
|
|
| |
* Mismerge from cm-12.1
Change-Id: Ica5bce4f1b371dcf2ad23ba8f938d449a9397339
|
|
|
|
|
|
|
|
|
| |
Add a UsbDisconnectedReceiver to listen usb state event, and hide
the usb mode chooser dialog if usb disconnected.
Change-Id: I871f56cb5a310e20950926180d9747dd9fad9754
Signed-off-by: Du, Changbin <changbin.du@intel.com>
Signed-off-by: Zhiquan Liu <zhiquan.liu@intel.com>
|
|
|
|
|
|
| |
The add icon was using pre-L drawables and looked out of place.
Change-Id: I4851c41091985ab1eca42e40d56e987262ee0cee
|
|
|
|
| |
Change-Id: Ib491ce3d4325bd3b562355e6f896149d2df2ddaa
|
|
|
|
| |
Change-Id: I93865d793eef711f8738e00e843e9d4670724c66
|
|
|
|
|
|
|
|
|
|
|
| |
When Development Settings are disabled, some settings are
reset to values other than the default. This fixes it.
- Adb notify should reset to enabled
- Verify apps over usb should reset to enabled
Change-Id: Ifa1ee25cfab32b7a236e02055006f0d2a4b07f37
|
|
|
|
| |
Change-Id: I98864f29db62d517f0f88560ea62af18a43f585e
|
|
|
|
|
|
| |
these settings are moved to CMSettings.
Change-Id: I88d78a708b11a02a4987c522dfca41f9aaab1396
|
|
|
|
|
| |
Change-Id: I7169c74e445628b56410d5949270d4fa04ba234c
Signed-off-by: AdrianDC <radian.dc@gmail.com>
|
|
|
|
|
|
|
|
| |
* Not necessary, baseband is already shown without this.
This reverts commit 3e2025a54fe23a7a0b541e2ca29b7e38f9ad4610.
Change-Id: Ibdf650be1637f8ba75d65379043795d1a52f3ded
|
|
|
|
|
|
|
| |
-Originally part of a3342e2 (Add back notification
light settings.)
Change-Id: I474a14a1b395407f5ca273a5d6a3a7f03f7e4698
|
|
|
|
|
|
|
|
| |
The refresh menu is hidden behind an overflow which is
pointless. This patch shows the refresh icon if there is
enough room.
Change-Id: I35f19c42054b05388f7b8fcb82e0f3bd60e2d618
|
|
|
|
|
| |
Change-Id: Iaddd3dd87ea2b0b04e3f312a156a6a25a948d039
Signed-off-by: Brandon McAnsh <brandon.mcansh@gmail.com>
|
|
|
|
|
|
| |
Prevents material whiteout in color preview.
Change-Id: Idfa47e57bdb669b17b610b737d0fe2c942b47d78
|
|
|
|
| |
Change-Id: Ie527e224e2c2197ff5d46abbcf8401439df12472
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
None of the phones I tested ever displayed Automatic band selection as a
choice, probably because no baseband is going to report it supports
mythical band 0. Make sure it is always displayed.
nuclearmistake's notes:
Without this, a wipe is required to set band mode to automatic.
If someone in singapore set the their phone to US mode, and was only
offered "US" and "Europe" band modes, they would have to WIPE to
return the band mode setting to automatic. The enumeration of the modes
is slightly less broken after the previous commit, BUT band mode 0
should be in this list... always. all the time.
Signed-off-by: nuclearmistake <nuclearmistake@gmail.com>
Change-Id: I5082b04ee63a2916941fd1db40762fa990d59583
|
|
|
|
| |
Change-Id: I327f408ff344e9358c479cf5fe9dc341918511b2
|
|
|
|
|
|
|
|
| |
Some networks specifically disallow 2G to be selected as the preferred
setting. We should respect that.
Change-Id: Ic4414ed78c9f38b5c11969300dc858725ee3b2c6
Signed-off-by: Roman Birg <roman@cyngn.com>
|
|
|
|
|
|
|
|
| |
If the device doesn't support LED pulsing, don't show the settings.
REF: CYNGNOS-403
Change-Id: I2316a4fd7a3a27c9bc046eda3bd374acc1edcf37
Signed-off-by: Roman Birg <roman@cyngn.com>
|
|
|
|
| |
Change-Id: I6b479a1c8eaaa1cbbe900614a4de3fde0874156d
|
|
|
|
| |
Change-Id: I906315a63a05dd152d8f8910c13959cf0091ab50
|
|
|
|
|
|
|
|
|
| |
- Changed "Model name" to "Device model", this queries ro.product.model
- Added an optional "Device name" field which queries ro.product.name
- The new "Device name" field is disabled by default
Change-Id: If837674091b4612124e1eff00e884823be767f47
Signed-off-by: Roman Birg <roman@cyngn.com>
|
|
|
|
|
|
|
|
|
| |
This is the only way to power the device off. Also, if the user
toggles all the options off an empty dialog will open. Lets make
this feature a little more user-friendly and remove power as an
optional entry.
Change-Id: I10b2d7c844fa40ae9583d3114ec99b0825c21cd9
|
|
|
|
|
|
|
|
|
| |
* Add None, 5 and 10 entries into 'SMS message limit' menu.
* Properly write limit value to Settings.Global
* The default SMS limit for Android 4.2.2 upwards is 30 per minute.
Update string to reflect the correct time interval
Change-Id: I8b206ae6c9f73378da65b09e68898de31439cc59
|
|
|
|
|
|
| |
* Match cm-12.1
Change-Id: I7928655125f360de62c25313d01a228e7cd886b5
|
|
|
|
|
|
|
|
|
| |
* Add support for using the new DisplayMode HAL, which
configures the display for a preset mode.
* Clean up the settings a bit, and move advanced stuff
under an advanced category.
Change-Id: If386c93da99346fbee156b057274b60fd064b49d
|
|
|
|
|
| |
Ticket: CYNGNOS-1440
Change-Id: I0890d5cc25124dc94434216763cb8965986ca4b3
|
|
|
|
| |
Change-Id: I85341ad7f9c8bba107e26e5e12924906466b0c76
|
|
|
|
| |
Change-Id: I1e887e6a109aa75fcb1d1e74216fceb1cc91ab59
|
|
|
|
|
|
| |
BACON-4492
Change-Id: I5f5f9d71b29bef61e39029334f62aa1df2ed48dc
|
|
|
|
|
|
|
|
|
|
|
|
| |
Change-Id: I06027bc4f13c8a60b19a2b7ded73ce76da4e4f02
Tablets don't need to link volumes they don't have
This feature broke the notification volume slider in settings for
devices without telephony service (tablets) and isn't applicable
anyways since they don't have ringtone volume streams.
Change-Id: Ifff10ecd35b53f5fc08a36332814fb00d20b4350
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Since moving this to internal settings vs. kernel settings, the
parameters were wrong and changes set via settings weren't being
applied. Fixit.
Change-Id: I0676f6069729878b644914abe0ad0bca8a053c9e
livedisplay: Add an "off" state
* Don't force "day" to be the default state.
* Change minimum value for color calibration to 20% so blackout doesn't
happen when all sliders are at minimum.
* Also improve a few strings to describe what day and night means.
Change-Id: Ib2a617488fffb128c8e3e9e52d64fac6b261e53d
livedisplay: Fix for multiuser
Change-Id: If0ef1da91cf5310308abf08806f7902e25080d2c
|
|
|
|
|
|
|
|
|
| |
* Do not show the Visualizer toggle for Screen lock : None
* Show the Visualizer toggle for Screen lock : Swipe
* Add a missing key field (Screen lock : Swipe)
Change-Id: I460693201142f0d7d5eb34dea91f4f5db33a00d4
Signed-off-by: AdrianDC <radian.dc@gmail.com>
|
|
|
|
|
|
|
| |
* Mainly fixes the QS Volume Panel long-press
Change-Id: Ie3e15255ba5f9ef9a3702ed28b72daa3e348536b
Signed-off-by: AdrianDC <radian.dc@gmail.com>
|
|
|
|
|
| |
Change-Id: I7aaa972ba521bebbef7f47bbe502fb6e4f0c3a6a
Signed-off-by: Roman Birg <roman@cyngn.com>
|
|
|
|
| |
Change-Id: Iebf4545c1a65b10036a4865bae29d14e86b12d07
|
|
|
|
|
|
|
|
| |
Sometimes when connected to Wifi, the mobile data switch gets checked
off, even though mobile data is enabled.
Change-Id: I4d28366f9c7aa63d20b215d39bdcb04f7b6e83dc
Signed-off-by: Roman Birg <roman@cyngn.com>
|
|
|
|
|
| |
Change-Id: I19797bc2b05539700ab4f3e8bf960fc37047d448
Signed-off-by: Roman Birg <roman@cyngn.com>
|
|
|
|
| |
Change-Id: Ie59e499c2df2129bf1942bfe95e5724579832336
|
|
|
|
|
| |
Change-Id: Ibff81510270745807a4b133457d60d47dd629df6
Signed-off-by: Roman Birg <roman@cyngn.com>
|
|
|
|
|
|
| |
This has moved to quick settings config panel
Change-Id: I23a83abb88d813aa1631480841d386831abeaa6c
|
|
|
|
| |
Change-Id: I3a173caf6eb2cf7f602071851afe9828cda01ca2
|
|
|
|
|
|
|
| |
Otherwise you end up with a index out of bounds exception when
the tile is to be added.
Change-Id: I4ae6d7a3a89c1119962bc174c775a03ae382bc9b
|
|
|
|
|
|
| |
Changed new icons such as Sounds icon and those I didn't see before.
Change-Id: Ibaf0002c60c02bb77d04d754c0e4e97e6c3222bd
|