Commit Graph

6577 Commits

Author SHA1 Message Date
Pavel Zhamaitsiak
71a692225e Remove WFC roaming from search keywords
Bug: 19682545
Change-Id: I8606d75a70d2ad3fb646472f8baddbe12e5bac21
2015-03-18 12:49:59 -07:00
Jason Monk
dff06ccbf3 Only show 2 buttons in app info screen
They are disable or uninstall and force stop. When there is a third
action it gets pushed to the overflow menu.

Bug: 19511439
Change-Id: I1a0ee71662c09f191fd15524f1a123877eabbe90
2015-03-18 14:46:35 -04:00
Pavel Zhamaitsiak
ad68507072 Remove WFC Roaming setting
automerge: 1e034fe

* commit '1e034fe79a164a12385b077e2aad9ebfaab5e389':
  Remove WFC Roaming setting
2015-03-18 18:44:48 +00:00
Stuart Scott
7df81615b1 Merge "Add option to reset network settings to factory" 2015-03-18 18:28:24 +00:00
Jason Monk
6e311dfaeb Merge "Add data item to app info screen" 2015-03-18 14:44:43 +00:00
Jason Monk
4bb075bc4f Add data item to app info screen
Add link from app info to directly viewing data usage for that app.

Also do some minor tweaks to get ordering and summaries right on
the app info screen.

Bug: 19511439
Change-Id: Ic50dc24bf9a5c1fe6a7aa076772915ba61168fac
2015-03-18 10:41:21 -04:00
Geoff Mendal
1aa836f73f Import translations. DO NOT MERGE
Change-Id: I8ad128a937bfdcee9af796b930c5f316ecbb9154
Auto-generated-cl: translation import
2015-03-18 06:52:00 -07:00
John Spurlock
cfe4aedc47 Settings: Add a 'Cast' entry point under Sound & notification.
Bug: 19779557
Change-Id: I2d2a9e366eabfbc17f706813c9018275746d89b7
2015-03-17 15:44:57 -04:00
John Spurlock
04806d8f49 Settings: 'Cast screen' -> 'Cast'.
Bug: 19773357
Change-Id: Ie222166e4d7a0bd27ea2f34ac6a7e6ba759edd7e
2015-03-17 14:24:33 -04:00
Lorenzo Colitti
8fc9341b38 Add a developer settings checkbox to use the legacy DHCP client.
Change-Id: I18471bdf137fbb128d7e4ae6b9b1a4675f5e7fbc
2015-03-17 19:47:41 +09:00
Jason Monk
e535e5cbe0 Merge "Merge profiles apps into app list" 2015-03-16 19:45:07 +00:00
Jason Monk
0702589168 Merge profiles apps into app list
Remove the spinner and add all apps into one list and badge the managed
items.

Bug: 19443900
Change-Id: I9ccacc1b503da2663b9a3945f4fd6051ae95e328
2015-03-16 11:05:33 -04:00
Geoff Mendal
11c9156f99 Import translations. DO NOT MERGE
Change-Id: I2a5e2c22d16914aaaed29701a8a84efbf3dfe9e1
Auto-generated-cl: translation import
2015-03-16 06:39:11 -07:00
Vinit Deshpande
3b84208212 Merge remote-tracking branch 'goog/mirror-m-wireless-internal-release'
Change-Id: I6c9de433a224925961b484b400a89edf9059d2bd
2015-03-16 00:55:25 -07:00
Pavel Zhamaitsiak
1e034fe79a Remove WFC Roaming setting
Bug 19682545

Change-Id: I0adc7a20c411dd1fea3e2b79bcd5e159537a65c0
2015-03-12 12:36:17 -07:00
Jason Monk
d1605438b2 Merge "Follow-up on comments from splitting app info" 2015-03-12 14:32:01 +00:00
Jason Monk
2df843d84f Merge "Support some changes to SettingsLib" 2015-03-12 14:23:52 +00:00
Jim Miller
fe08c38366 Merge "Implement additional fingerprint flows in Settings." 2015-03-12 01:23:16 +00:00
Jim Miller
9218687e4b Implement additional fingerprint flows in Settings.
- new onboarding flow ("locate sensor")
- changed sensor location image
- changed in-app sensor icon
- remove fingerprint animation since it caused people to
want to tap on it.
- remove enrolled fingerprint templates when switching back to "none" or "slide"
- use real in-app icon for fingerprint
- much improved layout
- basic landscape layout working
- added 250ms delay to final enrollment step so it's not so jarring
- delete is now working
- rename wired, but not functional yet

Bug 19592835

Change-Id: Ie3e73a2fc8f834f1b90e2746c4cc841216aa6031
2015-03-11 18:15:55 -07:00
Maurice Lam
6cdfb05b31 Merge "[WifiSettings] Refactor Wi-Fi required info" 2015-03-11 23:22:19 +00:00
Maurice Lam
b484340e3d [WifiSettings] Refactor Wi-Fi required info
Instead of using an invisible TextView in the layout itself, make the
required info a list header. This paves way for using the Setup
Wizard library by including all the required contents in the ListView
itself.

The required info is not shown since Lollipop, but can be tested with
    adb shell am start -a "com.android.net.wifi.SETUP_WIFI_NETWORK" \
            --es theme material_light \
            --ez useImmersiveMode true \
            --ez wifi_show_wifi_required_info true

Bug: 19698532
Change-Id: I5a7da726b2f49af7dd755b41c73e1a1b4349699c
2015-03-11 23:03:07 +00:00
Geoff Mendal
3f450d7d2a Import translations. DO NOT MERGE
Change-Id: Id8312d1b2f877c9236d1f517c5d92d5340f23d6e
Auto-generated-cl: translation import
2015-03-11 06:35:00 -07:00
Stuart Scott
be90341c80 Add option to reset network settings to factory
bug:16161518
Change-Id: I7c0cc58d5385352c6c9af2b27af23a744b5df977
2015-03-09 13:18:50 -07:00
Geoff Mendal
6b309ccb9c Import translations. DO NOT MERGE
Change-Id: I3136e17493fb2f0d42e1518c5445b48aa203aa90
Auto-generated-cl: translation import
2015-03-09 06:35:26 -07:00
Vinit Deshpande
2797429bd8 am "set softAP on a specified band, including both 2.4 and 5 GHz band"
merged from partner/m-wireless-wifi-dev
82ff3d5 set softAP on a specified band, including both 2.4 and 5 GHz band
2015-03-06 13:56:02 -08:00
Adrian Roos
5455bb540a Ensure redaction settings are visible on narrow screens
Bug: 18599040
Change-Id: I852f8fa317927f6f786b33f965e9d1feab562518
2015-03-05 20:13:40 +01:00
Geoff Mendal
74e48c5629 Import translations. DO NOT MERGE
Change-Id: I2ea337dfa70639c56d7e9bce0513f7550cac54f4
Auto-generated-cl: translation import
2015-03-04 06:41:39 -08:00
Wale Ogunwale
b3e2fedb5f Merge "Added Developer Options settings for multi-window mode." 2015-03-03 21:28:47 +00:00
Wale Ogunwale
4c9d667bc2 Added Developer Options settings for multi-window mode.
Enables/disables the development multi-windows UI under Recents UI.
Setting is hidden on -user builds.

Bug: 19494313
Change-Id: Id1ccec5d9552dfdc74cc8d0af26ba7e6c4456166
2015-03-03 13:11:55 -08:00
Jason Monk
588a0881c1 Follow-up on comments from splitting app info
Bug: 19511439
Change-Id: Id1395597262f66514808f71d99978120dbba70e1
2015-03-03 09:14:37 -05:00
Jason Monk
2cb25ddd6e Merge "Split app info into several screens" 2015-03-03 13:35:52 +00:00
Pavel Zhamaitsiak
71099329cc Wi-Fi calling settings cleanup
Bug: 19573771
Change-Id: Idcbbdc962238f0a32fd7adf4d6b8409d6e6ffd37
2015-03-02 17:26:04 -08:00
Alan Viverette
5534e52c98 Add comment for night mode search keyword translations
Bug: 19562061
Change-Id: Ifb4100c721331379474d967d3f6ce7fd18a93ed4
2015-03-02 16:49:02 -08:00
Jason Monk
cd91128a2d Split app info into several screens
The root screen now only has the uninstall/force stop/disable buttons
and the rest has moved to sub screens listed in a preference list.
The root screen as UI approximate to the new mocks, but the separated
screens (storage, launch by default, etc.) have yet to receive their
visual overhaul.

Bug: 19511439
Change-Id: I4e01fbaefc69e0652edea2429d9e9b028c78e825
2015-03-02 10:21:19 -05:00
Geoff Mendal
eeca1e2bc7 Import translations. DO NOT MERGE
Change-Id: I3574bfb3765fa66d505905b0abd2344e832d2c78
Auto-generated-cl: translation import
2015-03-02 06:53:43 -08:00
Jim Miller
94d4bd9390 Add fingerprint settings.
- Improved layout.
- Enrollment is now working.
- Added vibration and progress feedback.
- Better fingerprint animation logic.
- Poke userActivity() when sensor is touched.
- Added progress animation.
- Only show fingerprint menu item on devices that have fingerprint hw
- Set View state to GONE for views that aren't shown & fix resulting layout issue
- Fix bug where stage wasn't advancing when returning from ChooseLockGeneric.
- Renamed FingerprintSettings to FingerprintEnroll
- Fixed bug with storing fingerprint ids that prevented the last one from being removed.
- Added better progress indication.  When remaining is at max, count that as the first step.
- Fix whitespace formatting in CL

Fixes bug 1953439

Change-Id: I721bf440c63640203af94ce21340d8281076c249
2015-02-27 12:06:18 -08:00
Alan Viverette
893b3006a4 Add support for user-selectable dark/light theme
Updates Settings to use the DayNight theme (real name TBD) and fixes
several colors that were pinned to non-theme values. Adds a setting for
switching theme between light/dark/auto.

Bug: 19368658
Bug: 19369392
Change-Id: I7cd23b7ad38bdb25a01b92e67ff1ee1cdd8a3958
2015-02-27 19:09:57 +00:00
Geoff Mendal
cfad6fc1ff Import translations. DO NOT MERGE
Change-Id: I6e606f63db232302aa02be469a2560a5455eb11e
Auto-generated-cl: translation import
2015-02-26 13:08:22 -08:00
Pavel Zhamaitsiak
4ab32563f1 Add Wi-Fi Calling preference screen
Change-Id: Ie89902b55c5c4184236636f5039b3246a9c0bda5
2015-02-25 18:29:29 -08:00
Lifu Tang
15b4eb4c5d am a28ffcb5: am 0209af6b: am 6ff1a66c: am 1bbd8814: Removed extra "your" from device only subtext
* commit 'a28ffcb56e225e0b10ca3803ef00ae583fafb307':
  Removed extra "your" from device only subtext
2015-02-25 20:05:59 +00:00
Lifu Tang
a28ffcb56e am 0209af6b: am 6ff1a66c: am 1bbd8814: Removed extra "your" from device only subtext
* commit '0209af6bc7979ef11011d8cce162c437ca472126':
  Removed extra "your" from device only subtext
2015-02-25 19:56:37 +00:00
Lifu Tang
0209af6bc7 am 6ff1a66c: am 1bbd8814: Removed extra "your" from device only subtext
* commit '6ff1a66c3ce39396ec1cb70c45682407faa31376':
  Removed extra "your" from device only subtext
2015-02-25 19:50:56 +00:00
Lifu Tang
2e2582c756 am 1bbd8814: Removed extra "your" from device only subtext
* commit '1bbd8814c66f8e67cfb7e86e880c85727ed1743e':
  Removed extra "your" from device only subtext
2015-02-25 19:43:39 +00:00
Lifu Tang
6ff1a66c3c am 1bbd8814: Removed extra "your" from device only subtext
* commit '1bbd8814c66f8e67cfb7e86e880c85727ed1743e':
  Removed extra "your" from device only subtext
2015-02-25 19:43:20 +00:00
Geoff Mendal
03f8c5c816 Import translations. DO NOT MERGE
Change-Id: Iefd9997748c2bcfa757e4c138a764640ed6a29af
Auto-generated-cl: translation import
2015-02-25 06:28:40 -08:00
Lifu Tang
1bbd8814c6 Removed extra "your" from device only subtext
Bug: 19463511
Change-Id: Ic9449561ee974b6566bf76ea3ca2e774f5be03d2
2015-02-24 15:25:27 -08:00
Jason Monk
88643ac6ba Support some changes to SettingsLib
SettingsLib has a couple of bluetooth changes to support quick
settings and as a result a few updates are needed in Settings.

Depends on I7f828f0038ad0cf39274986ece6d486d545f0286
Change-Id: I9b207b74abb0175148fd4a3c421d33ab9a861587
2015-02-24 14:01:47 +00:00
Jason Monk
67d71bef99 Merge "Move isolatable bluetooth code to SettingsLib" 2015-02-24 13:23:49 +00:00
Mike Lockwood
a081f01ee8 Merge "Add support for MIDI USB configuration to MIDI settings screen" 2015-02-23 15:36:53 +00:00
Geoff Mendal
6048b0f8ae Import translations. DO NOT MERGE
Change-Id: Iad2a04249a925e479142367a6540adb390c607ad
Auto-generated-cl: translation import
2015-02-23 06:37:23 -08:00