Commit Graph

14563 Commits

Author SHA1 Message Date
Fabrice Di Meglio
e767d2ea97 Fix Language & Input Settings layouts padding
- make padding consistent with the rest of the Settings App

See bug: #15384992 Setting Dashboard - padding updates

Change-Id: I9aab93e6b18d0fa966e79e93a334b339fa2ca20a
2014-06-17 19:07:53 -07:00
Fabrice Di Meglio
21ddce6969 Fix Security Settings padding
- for OwnerInfo / Trust Agent / Trusted Credentials / Device Admin
- fix also scrollbars position
- also layout code formatting

See bug: #15384992 Setting Dashboard - padding updates

Change-Id: Ib840c6dea62d7cead671b2ca8744502a7ecb435a
2014-06-17 18:52:11 -07:00
Fabrice Di Meglio
0106a2efd2 Fix padding for Battery Chart Headers label
- make it consistent with the rest of the Settings App
- also fix label gravity (for RTL support)

See bug: #15384992 Setting Dashboard - padding updates

Change-Id: I91cbfc62daf05d819009f7086047b5b78a03be4e
2014-06-17 17:40:53 -07:00
Fabrice Di Meglio
18bc61bc8d Fix Storage Settings UsageBar empty color
- use same empty color as the Battery graph

Change-Id: I1458ecc713117d79182c427e0eadb7407ec1ebae
2014-06-17 17:01:51 -07:00
Fabrice Di Meglio
1e0e0ed6df Fix UsageBar for Storage Settings
- make padding consistent with the rest of the Settings App

See bug: #15384992 Setting Dashboard - padding updates

Change-Id: Id333493cc4e88355a1211834081cd22e61aabf77
2014-06-17 16:43:00 -07:00
Fabrice Di Meglio
6434149c0e Fix Notifications Settings padding
- make it consistent with the rest of the Settings App

See bug: #15384992 Setting Dashboard - padding updates

Change-Id: I5ac608772070870e5fdcd10257e9f81fe65f08ac
2014-06-17 16:30:02 -07:00
Fabrice Di Meglio
2968c3c114 Fix padding for AndroidBeam layout
- make it standard

See bug: #15384992 Setting Dashboard - padding updates

Change-Id: If4443beea744bd8d1ddb79df6ed48bd95b58fad4
2014-06-17 16:03:20 -07:00
Fabrice Di Meglio
ef17854111 Fix padding in DataUsageSummary layouts
- make it consistent with the rest of the Settings App

Change-Id: Ia0ae31dcea1f4d9f6e477edce076197193fbbb82
2014-06-17 15:53:39 -07:00
Fabrice Di Meglio
726ee07aba Code cleaning
- remove unused class AccessPointCategoryForSetupWizardXL
- also remove its usused layout

Change-Id: I2f8e7b41b112137b7b98678127ae7215932e7a25
2014-06-17 14:34:50 -07:00
Fabrice Di Meglio
ab9d6985fa Fix ProgressCategory theming and layout
- add missing constructors for correct theming
- fix layout by adding missing paddingStart / paddingEnd

Change-Id: I52a511d326b760a47339b2b9dad349c9f825dbd2
2014-06-17 14:20:09 -07:00
Fabrice Di Meglio
4809acffc5 Merge "Fix Language & Input Settings layouts padding" 2014-06-17 20:49:29 +00:00
Fabrice Di Meglio
67b3840200 Merge "Fix Security Settings padding" 2014-06-17 20:55:27 +00:00
Fabrice Di Meglio
caa25020e6 Merge "Fix padding for Battery Chart Headers label" 2014-06-17 20:55:27 +00:00
Fabrice Di Meglio
0f0ced63c7 Merge "Fix Storage Settings UsageBar empty color" 2014-06-17 22:59:52 +00:00
Fabrice Di Meglio
89ea32d584 Merge "Fix UsageBar for Storage Settings" 2014-06-17 20:49:29 +00:00
Fabrice Di Meglio
95efb92ab2 Merge "Fix Notifications Settings padding" 2014-06-17 22:59:52 +00:00
Fabrice Di Meglio
8585d7e337 Merge "Fix padding for AndroidBeam layout" 2014-06-17 20:55:27 +00:00
Fabrice Di Meglio
6436a48863 Merge "Fix padding in DataUsageSummary layouts" 2014-06-17 20:42:58 +00:00
Fabrice Di Meglio
b84693e7a6 Merge "Code cleaning" 2014-06-17 20:49:29 +00:00
Fabrice Di Meglio
5d5e11bd5d Merge "Fix ProgressCategory theming and layout" 2014-06-17 20:49:29 +00:00
Fabrice Di Meglio
c9711beb3c Add Search / Indexing to Data Usage / Mobile Hotspots
- implement a BaseSearchIndexProvider and pass all the needed
strings to index (including the Wi-Fi SSIDs)

Change-Id: Ic7a640c76cd7c2af77585e87e216b283af61a29e
2014-06-17 12:30:18 -07:00
Fabrice Di Meglio
dbaf080f44 Fix VolumeSeekBarPreference
- was not able to do theming and all progress was blocked to "0"
- add missing constructors

Change-Id: Iee0d14b7f6e6708290e5d7838768f7a8da934c93
2014-06-17 11:37:55 -07:00
Fabrice Di Meglio
07d976e431 Settings: crashing when turning ON<>OFF developer option. DO NOT MERGE
- prevent NPE
- define default value (to 256K)
- add more logs for showing value which has been set or any exception

Bug: 15687210
Change-Id: I8f067f14d81ee56631d1ad74b91b5ede26cae125
2014-06-17 10:55:20 -07:00
Mark Salyzyn
20f1b207d0 Settings: logd: increase dialog title field size to 59
Bug: 15660860
Change-Id: I54d8255a1fc28ff41e8d8adc693d2e66ff4cc311
2014-06-17 09:56:30 -07:00
Mark Salyzyn
44cf6b73b6 Settings: logd: increase summary field size to 30
Bug: 15661901
Bug: 15661903
Bug: 15644939
Bug: 15644940
Bug: 15662401
Bug: 15665444
Bug: 15668253
Change-Id: Ib15917bfdd4a1028d5d9d8ac4f7afe772a0ba77b
2014-06-17 09:48:51 -07:00
Fabrice Di Meglio
0f59467044 Merge "Fix bug #15687210 Settings crashing when turning ON<>OFF developer option." 2014-06-17 05:00:50 +00:00
Fabrice Di Meglio
6f5e790ac9 Fix bug #15687210 Settings crashing when turning ON<>OFF developer option.
- prevent NPE
- define default value (to 256K)
- add more logs for showing value which has been set or any exception

Change-Id: I8f067f14d81ee56631d1ad74b91b5ede26cae125
2014-06-17 09:33:03 -07:00
Maurice Lam
c91d4d9341 Merge "[WifiSetup] Use setup navigation bar" 2014-06-17 04:56:28 +00:00
Fabrice Di Meglio
c06bcc9242 Merge "Add Search / Indexing to Data Usage / Mobile Hotspots" 2014-06-17 04:56:28 +00:00
Selim Gurun
2c2a995193 Merge "Gray out the selection while the key is not available." 2014-06-17 04:56:28 +00:00
Selim Gurun
41745a430d Gray out the selection while the key is not available.
Bug: 15607413

The old logic was simply making it not selectable. This will disable
it and gray it out providing better feedback.

Change-Id: Iaeaae43f28100ba1a1550db0a919172a249054e8
2014-06-17 10:24:44 -07:00
Fabrice Di Meglio
d1c0a474c4 Merge "Fix VolumeSeekBarPreference" 2014-06-17 04:56:28 +00:00
Paul Lawrence
5a70f05e0d Fix assorted problems on Crypto screen
Show keyboard on retry with PIN or password
Show correct message on cooldown
On return from emergency call, don't override cooldown
Don't show keyboard on return from emergency call if in cooldown
Show back functionality on emergency call

Change-Id: I5cc93cb09ad758b72521bd43cfad1040be2e5f8d
2014-06-17 18:33:28 +00:00
Paul Lawrence
f6cda3b176 Remove crypto pattern after two seconds
Currently pattern is left on after a failed attempt. This change removes
it after a timeout.

Change-Id: I77830510b17396f6e64a482816f6041af0fdc166
2014-06-17 18:32:55 +00:00
Fabrice Di Meglio
5049d1caed Merge "Fix Up and Search affordances" 2014-06-17 04:50:03 +00:00
Baligh Uddin
0de4fa293a am 4139a036: (-s ours) Import translations. DO NOT MERGE
* commit '4139a0364d113c9cc694f338dcb926d0c9a10a54':
  Import translations. DO NOT MERGE
2014-06-17 14:30:21 +00:00
Baligh Uddin
cbde0af3f6 Merge "Import translations. DO NOT MERGE" 2014-06-17 04:56:28 +00:00
Paul Lawrence
f57bf32a3c Merge "Fix owner info" 2014-06-17 05:00:50 +00:00
Fabrice Di Meglio
0d643fd182 Fix Up and Search affordances
- UP is also shown for a SubSettings of a Shortcut
- Search is never shown for a Shortcut (SubSettings or not)

Change-Id: I5b87cf773ea0266a0f5dd090613bbbba905be330
2014-06-16 20:18:05 -07:00
Selim Gurun
48afff27a2 Do not enable bandwidth reduction settings if key is not available
Bug: 15607413

If bandwidth reduction settings are enabled when a key is not ready
yet, webview network connections stall due to a bug in M36 of chrome.
Do not let it enabled via settings app.

Change-Id: I7dc80c33f72ab59de68f919ef227d5227e6b923d
2014-06-16 17:23:19 -07:00
Maurice Lam
6776c67ac1 [WifiSetup] Use setup navigation bar
Use the setup navigation bar in wifi setup activity.

1. Include frameworks/opt/setupwizard/navigationbar/common.mk in the
make file.
2. Make WifiSetupActivity implement NavigationBarListener
3. Added the fragment in setup_preference.xml, wrapping the whole
screen in a LinearLayout
4. Moved skip and next screen logic to WifiSetupActivity, refactored
the skip dialogs into a fragment

Change-Id: Ia973c0a61faa3ead201bd10d5aa8de4bc6e091c1
2014-06-16 17:19:14 -07:00
Yorke Lee
d4720d9872 Add default Dialer preference to Settings
Add a Default phone app setting under wireless settings, and also
a dialog activity that allows a user to confirm the selection of an
application as a default phone app.

Bug: 6948882
Bug: 15021725
Change-Id: I2c1473feba20da01b14fbd30dbecc01be560479d
2014-06-16 15:51:44 -07:00
Selim Gurun
190b6ca8f4 Merge "Do not enable bandwidth reduction settings if key is not available" 2014-06-16 22:12:26 +00:00
Baligh Uddin
a69658910b Import translations. DO NOT MERGE
Change-Id: I28823006ba55ea98c89aed80d77438d9611eae5a
Auto-generated-cl: translation import
2014-06-16 12:51:55 -07:00
Baligh Uddin
4139a0364d Import translations. DO NOT MERGE
Change-Id: I4190ddfb6dfd255b3b3eca6b2c4d4817bf86963e
Auto-generated-cl: translation import
2014-06-16 12:47:24 -07:00
Baligh Uddin
5884f7ff5e am e87811a4: (-s ours) Import translations. DO NOT MERGE
* commit 'e87811a40ef76b55b2912d52a07f4e84feb02a59':
  Import translations. DO NOT MERGE
2014-06-16 16:28:48 +00:00
John Spurlock
95c278fb4c Merge "Settings: Remove low power mode from development settings." 2014-06-14 02:21:10 +00:00
John Spurlock
d063bc5a7e Settings: Remove low power mode from development settings.
The wiring was removed, this also removes the declarative pieces.
The same function is now under Battery saver settings.

Change-Id: I975afaa3beb771aa80bbef06da1bba9a51519576
2014-06-16 13:21:07 -04:00
Baligh Uddin
e87811a40e Import translations. DO NOT MERGE
Change-Id: Ib5764937241b6b8d3f92d8e9c20f88a61908af0a
Auto-generated-cl: translation import
2014-06-13 14:56:38 -07:00
Baligh Uddin
1b7c442321 Merge "Import translations. DO NOT MERGE" 2014-06-13 21:09:46 +00:00