| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
onProgressChange is not always called if we set the
color temperature to minimum, since it is the default
value (no change).
Causing the text showing the color temperature is empty.
Call onProgressChange explicitly during init.
FEIJ-1581
Change-Id: I7e0f8995cfc62a53770e787dc649109b9c3bf189
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Use the newly exposed APIs to map color temperatures to
the linear color balance range using a power curve
calculation.
Change-Id: Ia1b7f26b5e4fff6d0f0e78d6cb62a7a9a2aec30e
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
onProgressChange is not always called if we set the
ramp up time to 5 sec (0 in seekbar value, since it is
the default value, no change).
Causing the text showing the ramp up time text value not
updated and display as empty when user enable/disable
increasing ring volume with ramp up time set to 5 sec.
FEIJ-1572
Change-Id: Id32d6b51aab05e80be59bc1912c4ae7c5d114ac5
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If a theme wants to use a different visual iconography style in
the subsettings, the bluetooth icon is shared between the dashboard
and that view. By adding this new reference, a themer can choose to
independently theme the subsettings version if their design calls
for that.
Change-Id: Iac3a58175f90357e0c42efe57b1e698d5c8e2ad3
Ticket: CYNGNOS-3176
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* if app is force stopped, current implementation causes a nasty loop which in turn causes
very high cpu usage: refreshUi() > checkForceStop() > mCheckKillProcessesReceiver > refreshUi()
* fix storage not being updated by running refreshUi() in onRunningStateChanged from AppInfoBase
Ticket: CYNGNOS-2527
Change-Id: Iec24bb620d1a6287d7ccf583db978ef338ef762e
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Logic in SecuritySettings deliberately recreates the entire preference
tree in onResume rather than onCreate. This causes the state to be
lost when the orientation changes.
Instead of destroying/recreating when the orientation changes, handle
it ourselves.
Change-Id: I6276d8f97cb64a4823286f263642926561d7f2d0
|
| | |
| | |
| | |
| | | |
Change-Id: I22ba9a3270da13f77fdd43586b7dc487f0929453
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* This icon doesn't look any good.
It's better to just get rid of it.
Change-Id: I47f70a80136695e9aa61ff98999a2cf770390079
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Dismiss dialog box on confirmation.
SIM activation & deactivation in background thread.
Change-Id: I0268a710f35e30b2abec3dd671942b52fc0e0b46
CRs-Fixed: 957308
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When data is enabled\disabled on non-dds sub do not update the data base
directly instead call TelephonyManager api to do the same.
CRs-Fixed: 992072
Change-Id: I53b5ed2f4d6afcb05b09d65fd3d9843829cff995
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Set Wifi calling preference to Wifi preferred by default instead
of Wifi only
Change-Id: I480db3d211566d0cb414ea50275b554c755b0a03
CRs-Fixed: 977149
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
A flag is introduced to signify it these saved profiles were scanned or
not and this commit shall ensure that such entries are displayed only
when the flag indicates to have scanned.
Change-Id: I0c525a493caa39c3bed5149898160dd4662dd0c8
CRs-Fixed: 940917
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Use case:Inquiry initiated from UI after connecting with blackberryZ30
Failure: Inquiry initiated from UI automatically after connecting with
blackberryZ30,which is not expected
Test steps:
1. Go to BT settings page.
2. Initiate pair and connect remote device from the available devices list
Root cause:mInitialScanStarted set always to false and for every
onActivityCreated,scan will be triggered from UI
Fix: mInitialScanStarted set to false only for new instance,if any screen
recover case,it should not be set as its not a new instance.
Change-Id: Ia38323d5136857e6fe8fa69ed6336d889e29287b
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When creating a new apn in LTE mode, mcc-mnc values populated on
apn editor are wrong if uicc card is used.
Replace getSimOperator with getIccOperatorNumericForData method,
which returns mcc-mnc values based on PS RAT registered.
Change-Id: I263848bfbeabd4636dccd203c366ab00858ceaaf
CRs-Fixed: 931556
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Update OperatorInfo in Simstatus settings for
correct subid, on which Channel 50 CB message is received.
Change-Id: I0876c94d53f2b4eef8571037c9a0e7d880bc043f
CRs-Fixed: 906537
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Since it is not possible to interact with UICC card for
PIN1 enable/Disable when SIM is deactivated, PIN1 option
is Disabled in UI.
Change-Id: I64d2ad3a85c15c4ea8936987e384ffd013c1f533
CRs-Fixed: 662114
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Use case :
1) Use Any tool to Fill memory
2) When available memory is very low, enter
settings-Bluetooth
Failure :
"Unfortunately, Bluetooth share has stopped" error comes.
Root Cause :
Because of Memory Issue application was unable to perform any SQL
operations.
Fix :
Catch SQLite FullException and SQlite Exception in bluetooth
settings to avoid crash in this use case.
Change-Id: I621816ef6214eead49ba9f5a98a4152572fb1379
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The text for enrolling a fingerprint always assumes the sensor is
located on the back. This patch adds a config integer that defines
where the sensor is located on the device.
0 = back
1 = front
2 = left side
3 = right side
This patch also adds a new drawable that shows the front of the device
when applicable.
Change-Id: Ia8f5f8ff4ba4d13d35aed3052f60ff665dd4f294
TICKET: CYNGNOS-3089
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It is possible to be running a user build with a debuggable boot image.
In this case, "su" will not be available. So only show none/adb.
Jira: BACON-4461
Change-Id: Iaa7df8311b9ea81eabb1566ba6f9159fdc9fab34
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Enforce country code when adding an entry. If the user has regex enabled,
* is added to the list as a choice. This avoids the confusion users are currently
facing where blocking only the number + regex doesn't work, since country code is expected.
Eg :
206* won't work
+1206* works
CYNGNOS-3049
BACON-4953
Change-Id: I9236898f17fcef425e561aaa10e56c5e8c2171a7
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
extras seems to be null sometimes so the call to
extras.get() causes an NPE
Change-Id: I8a95da51aadda8fd6191131570a2f4b2bed762e7
Reference: BugDumps 13-20160610-16 L#64
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We need to ensure that the SMS app has a valid subscription to use as
3rd party apps don't know how to use our custom "always ask" logic.
Don't allow the user to choose "always ask" if a 3rd party SMS app is
currently the deafult.
Ticket: CYNGNOS-3068
Change-Id: I4aabf43adfb4fdc39e7656aa872abf73d9a5edbe
Signed-off-by: Roman Birg <roman@cyngn.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Ensure smart lock takes you to LockscreenSettings instead of
SecuritySettings
CYNGNOS-3053
Change-Id: I2d6f4b29cfad259cebfb3ee97b055f59a131d3de
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bandaid fix for google play services inundating the permission
dialog request queue within AppOps service and causing watchdog
to consistently kill the system server's activity manager service
which is deadlocked retrieving dialogs from the queue.
Change-Id: I10c432cebe6a4199517839598046eee7d19dcf72
TICKET: CYNGNOS-2869
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Remove hide navigation bar settings in Expanded
desktop if the device has no on-screen navigation
bar currently available.
FEIJ-1194
Change-Id: I4d0a5cc453a13140236f5e2e9f39e970fe759607
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
1. mExtraInfoBridge is null when there is no change
made in any app. Calling reset app preference cause
crash in this state.
2. move initialization of mApplication to onViewCreated
from onCreateView to make sure View has been created.
Issue-id: OPO-760
Change-Id: I7a26b27325b54694d2513e8365482c221a5c6b13
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Allow sorting applications by size in Settings->Apps just like in Settings->Storage/USB->Apps
Removed extra whitespace
Change-Id: I9e022162110e1feff20f257992086e66735e0f5e
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I7748b15f45c88b00bc1251121d6760cf16e25646
issue-id: CYNGNOS-2911
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Ticket: PAELLA-158
Change-Id: Icca65a9a46533e1bbcfd4dd08e974d736ea1253b
Signed-off-by: Roman Birg <roman@cyngn.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Issue-id:FEIJ-679
Change-Id: Ia1c9e5d5899ae173d4fd7fa9b2339013b42f115b
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Nice done by google but the UX is a problem especially for ppl who are using a lot apps and just want
to see from important apps the notifications on the lockscreen.
This commit adds the ability to
- enable/disable per app the keyguard notification at all
- enable/disable per app ongoing notifications on the keyguard
We handle this over the app policy conf file like the other per app notification options
TICKET: CRACKLING-1127
Change-Id: I12df484379621c3baba333d30a8b545b3a0ec0ae
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When muliti-windows confirm dialog is dismissed by back button,
the status will become inconsistent.
Change-Id: Ie00099dce395f08d9ad782482863f2120977d240
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When oem unlocking confirm dialog dismiss by back button,
the enable oem lock status is not consistent.
FEIJ-780
Change-Id: I42a33896c8d844d965cfc706872903175ffbf1cc
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When oem unlocking confirm dialog dismiss, need
to update the checkbox status also.
FEIJ-780
Change-Id: I9b5c4446ecd9736051fb7b6c12ad22aa0d985a85
|
| | |
| | |
| | |
| | | |
Change-Id: Ib4d9612de740009f68f995fdb00c0e5bb38858f6
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Causes CTS cross-profile intent verification failure.
Change-Id: Id1c92c45cb1fb89e34598d54b9eb45497d629eac
TICKET: FEIJ-104
|
| | |
| | |
| | |
| | |
| | |
| | | |
* The preference lives in the General category group
Change-Id: Ia6ab514557f6ff0c731a9d2a342f8bfea98bd0a6
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This will provide control over blurring since the current implementation
assumes it is always on provided the device config specifies it
supports blur.
Change-Id: I7add45c607fcf47777d61629a3fc6245ffedb339
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If the user resets app states, we need to rebuild the list
so the new app info is fetched
FEIJ-706
FEIJ-511
Change-Id: I5d6261d38dc2f06e37b29e6b7ba1f7a1e49a6ab8
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Exception thrown during monkey testing.
Change-Id: I2f08df1e36c386aec0d57e3b6714cdbdd0f29246
TICKET: FEIJ-677
|
| | |
| | |
| | |
| | |
| | |
| | | |
Disabled Filter Dropdown in LIST_TYPE_STORAGE is hidden but pops up when clicked, does nothing. Disabling completely.
Change-Id: Id497e59876f0d0adb5997eb300596f17fe9f5cdb
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The dialog was prompted, and the user has picked always prompt, don't
ask them again, the Messaging app will need to request which SIM to use.
Ticket: CYNGNOS-2185, CYNGNOS-2570
Change-Id: I95a510974b89945da252f4c6c3e905e9a0de81af
Signed-off-by: Roman Birg <roman@cyngn.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Search indexing was inserting null as the title, which results
in the default "Settings" title if the user selects a search result.
This is inconsistent with the title the user sees when they manually navigate
to that preference screen.
FEIJ-512
Change-Id: I6f6ed7b851c998aa2cb5531bef04e8000ccb8ddd
|
| | |
| | |
| | |
| | |
| | |
| | | |
This reverts commit d77990f4cccd4fdc4bd479305ae6c2419d2f8610.
Change-Id: I0987d8eb9e8e6c7730f0576f174b61115973d5fb
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If the user changes the date, most obvious case being from 1970, to a
current date, and the user's selected Locale's country time zones have
been changed (according to ICU), we must update the time zone strings in
the system.
Ref: CYNGNOS-453
Signed-off-by: Roman Birg <roman@cyngn.com>
(cherry picked from commit 926c3b0a50e521368628ef0d9975c99fa4cd3480)
Change-Id: I487c54cd4f933286c5004d24a3f8730ee2d4e4f6
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Following the logic for refresh ui attempts to getContext() from the
underlying activity which may have already been destroyed causing
an NPE.
Change-Id: Ibe110022ebedcc55a01f3bda66501580c8d92fed
TICKET: NIGHTLIES-2935
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Protected apps activity in Settings is accessed after entering
correct pattern. If user turns off/on the phone while Protected
apps is in foreground, the user must enter pattern again before
using the Protected apps.
Added code in onPause method to close the Protected apps activity
if the user has already been authorized and there is no screen
orientation change.
Change-Id: Ie36ac0f54cce62228f6d0d56fef2e1f24096a803
Issue-Id: FEIJ-491
|
| | |
| | |
| | |
| | | |
Change-Id: Ia35f1dcffd86c8c2717e68cd91537d652ecfa982
|
| | |
| | |
| | |
| | |
| | |
| | | |
Instead of storage/sdcard icon, use the correct
vector drawable sim card icon.
Change-Id: I8349eae870b774671e635aabfb42b2b455ff1cd3
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
linked
The notification item will be disabled if the notification and
ringtone volumes are linked. This is to keep consistency with the
sound settings
Change-Id: Ibbe7612eae5e9b7b18d63450ab8331f02becf5ca
TICKET: CYNGNOS-958
|