Commit Graph

6700 Commits

Author SHA1 Message Date
Maurice Lam
bb1348a88f [WifiSetup] Update Wi-Fi icon color
Bug: 20551141
Change-Id: I69a534e8f452ba11be679d8231022b9223caaed3
2015-04-24 09:29:04 -07:00
Jason Monk
208b17ef81 Merge "Update notification strings in app info" 2015-04-23 18:46:46 +00:00
Jason Monk
a3cfe9e127 Update notification strings in app info
Bug: 20496114
Change-Id: I98698ae082fec614d0480697885049ffe2e8dcf7
2015-04-23 14:41:04 -04:00
Maurice Lam
e14bee71e6 Merge "[WifiSettings] Vector drawables for Wi-Fi signal icon" 2015-04-23 18:14:45 +00:00
Jason Monk
be292a5d52 Merge "Change owner info to be a dialog rather than screen" 2015-04-23 18:08:21 +00:00
Maurice Lam
b50dfb706c [WifiSettings] Vector drawables for Wi-Fi signal icon
Update wifi_signal to be a vector drawable that uses the color
from the theme attribute wifi_signal_color.

Bug: 20452312
Change-Id: Id151406e7dd3487050a0d3f440b0d620c8c84dcb
2015-04-23 11:01:09 -07:00
Yorke Lee
b0b514a2f6 Merge "Add default phone app to system settings" 2015-04-23 17:35:49 +00:00
Maurice Lam
83172e0f63 Merge "[LockSetup] Add padding to lock setup screens" 2015-04-23 17:24:05 +00:00
Jason Monk
1049f4d81b Merge "New UX for app usage screen" 2015-04-23 14:42:21 +00:00
Jason Monk
d8da51ccfe New UX for app usage screen
Now uses ManageApplications base, and has a details screen which has
a switch and a link to optional app settings.

Bug: 20290386
Change-Id: If32ce8d82e55f3908644c575925b3f6506a68e6e
2015-04-23 10:37:59 -04:00
Maurice Lam
38573a5670 [LockSetup] Add padding to lock setup screens
Add SuwContentFrame to the style of the lock screen setup screens so
that paddings are applied.

Bug: 19612353
Change-Id: I8ca42b23f03c48b670fce0966ea537ddf8919b7b
2015-04-22 17:37:14 -07:00
Maurice Lam
a15b87544e Merge "[Setup] Use SetupWizardLayout" 2015-04-22 17:36:50 +00:00
Robin Lee
1e13caf969 Merge "vpn2: show third-party VPN services" 2015-04-22 16:41:21 +00:00
Jason Monk
3bcd76ce63 Change owner info to be a dialog rather than screen
Bug: 15937670
Change-Id: I8d8609ff165c4a76e318a80a62fb1dc9effbc82a
2015-04-22 11:14:14 -04:00
Geoff Mendal
6d61061518 Import translations. DO NOT MERGE
Change-Id: I921201f47bbaa1b29c6f4c42131123c439207e40
Auto-generated-cl: translation import
2015-04-22 08:11:16 -05:00
Zoltan Szatmary-Ban
008c9238d9 Merge "Show dialog when user tries to edit a locked down WiFi config" 2015-04-22 10:10:36 +00:00
Yorke Lee
dc868a18f8 Add default phone app to system settings
Bug: 20303635

Change-Id: Ibf052fa92347bff49a638c4042d899c9d6587410
2015-04-21 17:26:16 -07:00
Robin Lee
2bd92d5d06 vpn2: show third-party VPN services
VPN apps are shown alongside configured VPNs now. The requirement that
a password is set is now only enforced when setting up a configured
VPN as this is not necessary for apps.

Some UI redesign.

Bug: 19573824
Bug: 17474682
Bug: 19575658
Change-Id: I02bd977136929647d65b9784fb4cc5df24b45428
2015-04-21 19:42:53 +01:00
Maurice Lam
956e5bc0a4 Merge "[WifiSetup] Update Wi-Fi icon colors" 2015-04-21 17:23:39 +00:00
Maurice Lam
83301b5256 [Setup] Use SetupWizardLayout
Use SetupWizardLayout for the screens that show in Settings to get
better visual consistency and new features like showing a progress
bar in list view.

Bug: 19594252
Change-Id: I53ab17a4c2d922a362e3762f1cdccb512f7d8f6e
2015-04-21 10:19:35 -07:00
Maurice Lam
f6991a26ea [WifiSetup] Update Wi-Fi icon colors
For the new blue-themed setup wizard, update the colors of the Wi-Fi
icons. This reuses the abandoned wifi_signal_colored XML, update it
to reference the new material wifi_signal_teal icon. Only the shape
of wifi_signal_teal is used. Tint is applied to the icon so that the
actual color is defined by wifi_signal_color attr in the theme.

Bug: 19729981
Change-Id: I59a8c137086f2e80eb7e10880626098243b14d13
2015-04-20 17:33:27 -07:00
Maurice Lam
c3385dc11b Merge "[Setup] Update illustration assets" 2015-04-20 21:50:55 +00:00
Maurice Lam
caaa16090d [Setup] Update illustration assets
Update to the new blue-themed assets.

Note that the size of tileable assets, like illustration_tile, and the
width of tablet assets may be different, but the overall visual result
of the layout should be the same.

Bug: 19729981
Change-Id: I4ec44a8e1488b734ec2eddee046a305104e87abb
2015-04-20 19:17:09 +00:00
Maurice Lam
e5112fe766 Merge "[WifiSetup] Remove required info" 2015-04-20 16:55:39 +00:00
Zoltan Szatmary-Ban
89403529ad Show dialog when user tries to edit a locked down WiFi config
Also, 'FORGET' button is not shown on WifiDialogs of locked down configs.
Context menu only shows 'Connect' for them.

Bug: 20117316
Change-Id: I3fa986c10b6ff47d1a897794213c225c8c6f579b
2015-04-20 16:04:15 +01:00
Barnaby James
540510d88f Merge "Add more settings voice synonyms." 2015-04-20 14:18:15 +00:00
Barnaby James
cf2bcd6b14 Add more settings voice synonyms.
Add some more synonyms until server side matching is improved (b/20378313).

Change-Id: I9ada119614ddfeedbb43cbda9975737311b5b3dc
2015-04-20 07:04:59 -07:00
Geoff Mendal
f62f1db70f Import translations. DO NOT MERGE
Change-Id: Ibc6408581ba999e5c019ff7cd4697bdefba8849f
Auto-generated-cl: translation import
2015-04-20 08:12:08 -05:00
Geoff Mendal
463ae4b2bf Import translations. DO NOT MERGE
Change-Id: I26d5deda28b97d156af1458e0a078514dd4039b7
Auto-generated-cl: translation import
2015-04-17 22:04:27 -07:00
xinhe
e11aa6f445 Change SoftAP Setup UI
Bug:20140630
Change-Id: I7f5696a5b78c70a6bc8ac38c5b99dd408e06a668
2015-04-17 16:13:26 -07:00
Maurice Lam
bddc566485 Use SetupWizardLib helpers
Use SystemBarHelper, WizardManagerHelper and themes from Setup Wizard
Library.

Bug: 19594252
Change-Id: I60b6ab4f086a170ac270fb08325fc42010293523
2015-04-17 04:46:09 +00:00
Maurice Lam
e0a4c2bfe7 [WifiSetup] Remove required info
Required info is not used anymore and can be removed.

Bug: 10929897
Change-Id: I9f5648426058a5fb1c5e52f1983fee1a5448edb0
2015-04-16 21:43:49 -07:00
Sanket Padawe
010f5939d1 Merge "Fix alignment issue with mac address in Wifi Settings" 2015-04-16 20:24:47 +00:00
Sanket Padawe
c5daa39fbe Merge "Remove "Show apps" and add summary to saved networks from Wifi Settings." 2015-04-16 20:21:39 +00:00
Jason Monk
16bf99da6a Merge "Filter app list by storage volume" 2015-04-16 18:16:58 +00:00
Elliott Hughes
482bc3827d am ce9a533c: am 48e7e2ac: am 2e30bff1: Merge "Add Europe/Madrid."
* commit 'ce9a533c7103fb3469f833066fc05579d16b48f9':
  Add Europe/Madrid.
2015-04-16 15:45:53 +00:00
Jason Monk
02a310d8c9 Filter app list by storage volume
(when coming from storage settings)

Bug: 19989309
Change-Id: I932b67d25b5c9305067969ba13acb1a9f78e6cdb
2015-04-16 11:45:34 -04:00
Elliott Hughes
ce9a533c71 am 48e7e2ac: am 2e30bff1: Merge "Add Europe/Madrid."
* commit '48e7e2ac182b94b7c2b682874d0dea969b59339a':
  Add Europe/Madrid.
2015-04-16 15:34:58 +00:00
Elliott Hughes
48e7e2ac18 am 2e30bff1: Merge "Add Europe/Madrid."
* commit '2e30bff1351fafd2bbad2c46c55515e74f5d027c':
  Add Europe/Madrid.
2015-04-16 15:24:40 +00:00
Barnaby James
be68a62e0f Merge "UI Tweaks to Zen Mode Voice Activity." 2015-04-16 15:23:50 +00:00
John Spurlock
8be177bffd Settings: Use new media icons for slider pref.
Bug: 20096341
Change-Id: I0117cce573cf4234eb6dbd9b16f82093af6df833
2015-04-16 11:03:38 -04:00
Barnaby James
f79e2d11f5 UI Tweaks to Zen Mode Voice Activity.
Small cleanup of the UI / strings.
- Cleanup of string constant names.
- Add a specific string for ZenModeVoiceActivity label.
- Change look of list position indicators.
- Add optional header to VoiceSettingsActivity.
- Fix NPE in some cases when disabling Zen mode.

Change-Id: Ic09ee2b1b5a50891b5447c2db0e3de3c475696bf
2015-04-16 07:20:13 -07:00
John Spurlock
b8e02b8bd0 Settings: Fabulous "Add rule" button.
Bug: 20064962
Change-Id: If7ff9d6cdfc61e5dd9e0d3bc4e2228c5fdaf9fa9
2015-04-16 05:50:46 -04:00
Jeff Sharkey
4e53ac6dc8 Merge "Move packages between candidate volumes." 2015-04-16 05:50:14 +00:00
Jeff Sharkey
1f4efd7360 Move packages between candidate volumes.
We now allow moving packages between all possible candidate volumes,
as determined by the framework.  Moving now jumps through wizard to
help user understand what's going on.

Bug: 19993667
Change-Id: I5416ed2865f400b1d718c68a3f0e033080fefa0e
2015-04-15 22:14:09 -07:00
Elliott Hughes
09ca2a9823 Add Europe/Madrid.
50 million Spaniards can't be wrong.

Bug: 19519953
Change-Id: I10712165d32d90977453e7053057e6260c005f84
2015-04-15 17:37:16 -07:00
Jorim Jaggi
8c72010cd7 Merge "Fix crash on tablets" 2015-04-15 17:56:23 +00:00
Casper Bonde
22ffff6a6d Add support for Bluetooth Sim Access Profile (4/4)
Change-Id: I28ca9cdc68ac11b7f696a668ae966bf4a42fd040
2015-04-15 10:55:41 -07:00
Jorim Jaggi
9a34cadf7f Fix crash on tablets
Bug: 20207600
Change-Id: I9e4a795f9ec9b6d075c1814c89b1c0df4f1c1340
2015-04-15 10:54:19 -07:00
Geoff Mendal
cacc3e12f5 Import translations. DO NOT MERGE
Change-Id: I89102328ee0dbaeed00736d0b30134519791f347
Auto-generated-cl: translation import
2015-04-15 08:05:48 -05:00