OSDN Git Service

android-x86/packages-apps-Settings.git
9 years agoam 7ef58584: Merge "Fix crash in settings -> apps after adding profile" into mnc-dev
Jason Monk [Fri, 8 May 2015 14:59:42 +0000 (14:59 +0000)]
am 7ef58584: Merge "Fix crash in settings -> apps after adding profile" into mnc-dev

* commit '7ef58584e66e077ee7930ae100cc1a1915cd7b1a':
  Fix crash in settings -> apps after adding profile

9 years agoMerge "Fix crash in settings -> apps after adding profile" into mnc-dev
Jason Monk [Fri, 8 May 2015 14:48:54 +0000 (14:48 +0000)]
Merge "Fix crash in settings -> apps after adding profile" into mnc-dev

9 years agoFix crash in settings -> apps after adding profile
Jason Monk [Fri, 8 May 2015 14:18:48 +0000 (10:18 -0400)]
Fix crash in settings -> apps after adding profile

Bug: 20652411
Change-Id: I766f99ee520ab106ec2765c77057042ed14e8fed

9 years agoam c0df6623: Merge "Add settings for persisting the mobile data connection." into...
Erik Kline [Fri, 8 May 2015 09:23:38 +0000 (09:23 +0000)]
am c0df6623: Merge "Add settings for persisting the mobile data connection." into mnc-dev

* commit 'c0df6623a0eb0ebbdb965111269b96d9f4a4b976':
  Add settings for persisting the mobile data connection.

9 years agoMerge "Add settings for persisting the mobile data connection." into mnc-dev
Erik Kline [Fri, 8 May 2015 08:12:19 +0000 (08:12 +0000)]
Merge "Add settings for persisting the mobile data connection." into mnc-dev

9 years agoam 6a03d113: Merge "Making the behavior deterministic when the IME picker is shown...
Yohei Yukawa [Thu, 7 May 2015 23:28:11 +0000 (23:28 +0000)]
am 6a03d113: Merge "Making the behavior deterministic when the IME picker is shown." into mnc-dev

* commit '6a03d11328da5f2ce7c685f613d706fbfa589fdd':
  Making the behavior deterministic when the IME picker is shown.

9 years agoMerge "Making the behavior deterministic when the IME picker is shown." into mnc-dev
Yohei Yukawa [Thu, 7 May 2015 23:20:26 +0000 (23:20 +0000)]
Merge "Making the behavior deterministic when the IME picker is shown." into mnc-dev

9 years agoMaking the behavior deterministic when the IME picker is shown.
Seigo Nonaka [Tue, 5 May 2015 00:31:00 +0000 (17:31 -0700)]
Making the behavior deterministic when the IME picker is shown.

In the language & input settings, the auxiliary IME subtypes have been
hidden since they should not be a default.  With Id156c85535a22, now we
can explicitly control the behavior of input method picker.
Note the this CL should not change any user visible behaviors.

Bug: 20763994
Change-Id: I9f797d07ba02363fab58ceb9aecb3cc11fbc407e

9 years agoam 99245d13: Merge "Add user selectable Default Browser feature - part 4" into mnc-dev
Fabrice Di Meglio [Thu, 7 May 2015 22:47:47 +0000 (22:47 +0000)]
am 99245d13: Merge "Add user selectable Default Browser feature - part 4" into mnc-dev

* commit '99245d13e9ac2fabe1300929a3a669f1d186070e':
  Add user selectable Default Browser feature - part 4

9 years agoMerge "Add user selectable Default Browser feature - part 4" into mnc-dev
Fabrice Di Meglio [Thu, 7 May 2015 22:37:05 +0000 (22:37 +0000)]
Merge "Add user selectable Default Browser feature - part 4" into mnc-dev

9 years agoAdd user selectable Default Browser feature - part 4
Fabrice Di Meglio [Thu, 7 May 2015 18:52:04 +0000 (11:52 -0700)]
Add user selectable Default Browser feature - part 4

- refresh Browser list depending on package installation / removal

See bug #20144393

Change-Id: I529f6e0bd8b5bd4cae1dea9479acfca9cf9a6b26

9 years agoam 92331e51: Avoid SElinux denial accessing IMEI information
Raju Yadav [Thu, 7 May 2015 21:09:22 +0000 (21:09 +0000)]
am 92331e51: Avoid SElinux denial accessing IMEI information

* commit '92331e51eadb717a15626083b52a820c236dc1cd':
  Avoid SElinux denial accessing IMEI information

9 years agoAvoid SElinux denial accessing IMEI information
Raju Yadav [Tue, 5 May 2015 07:01:39 +0000 (09:01 +0200)]
Avoid SElinux denial accessing IMEI information

Set persistent attribute to false so preferences are not
stored in shared preferences, this avoids the SElinux
denial:

  W/SharedPreferenc( 6950): type=1400 audit(0.0:4): avc: \
  denied { search } for name="com.android.settings" \
  dev="mmcblk0p25" ino=48929 scontext=u:r:radio:s0 \
  tcontext=u:object_r:system_app_data_file:s0 tclass=dir\
  op_res=-13 ppid=319 pcomm="main" tgid=1589\
  tgcomm="m.android.phone"

Observed when entering IMEI information in:
Settings > About Phone > Status > IMEI information.

It makes no sense to store this information in shared
preferences anyway so no functinoality is lost with this
change.

(cherrypicked from commit b2ad5bb522e378a7ef63e5e9f6329217d8f2f0c2)

Change-Id: Id778bbadc8141167d679177b39e1d7a540d5752c

9 years agoam 97cebec1: Merge "Detect uninstalled apps during resume" into mnc-dev
Jason Monk [Thu, 7 May 2015 20:45:40 +0000 (20:45 +0000)]
am 97cebec1: Merge "Detect uninstalled apps during resume" into mnc-dev

* commit '97cebec1a0975e1a85a4bbb0024e403c655722a8':
  Detect uninstalled apps during resume

9 years agoMerge "Detect uninstalled apps during resume" into mnc-dev
Jason Monk [Thu, 7 May 2015 20:36:17 +0000 (20:36 +0000)]
Merge "Detect uninstalled apps during resume" into mnc-dev

9 years agoDetect uninstalled apps during resume
Jason Monk [Thu, 7 May 2015 17:41:28 +0000 (13:41 -0400)]
Detect uninstalled apps during resume

Also cleanup disabled apps check while here

Bug: 20651305
Change-Id: I5ba8f6e7aee817842bb2ae2ee825647089bcacd3

9 years agoam f4db340d: Consistently use weight to get average mem usage
Jason Monk [Thu, 7 May 2015 20:07:46 +0000 (20:07 +0000)]
am f4db340d: Consistently use weight to get average mem usage

* commit 'f4db340daeb50572d7e0ab12f4745affae8b567f':
  Consistently use weight to get average mem usage

9 years agoConsistently use weight to get average mem usage
Jason Monk [Thu, 7 May 2015 19:06:48 +0000 (15:06 -0400)]
Consistently use weight to get average mem usage

Rather than just for the labels...

Also update bg mem to be converted to the same memory scale for
the bars.  Also undo some bad average calculations that only made
things worse.

Bug: 20694769
Change-Id: I676803bf76d336355441891e768ba3c228dbfbca

9 years agoam e2d63fef: Merge "Updates/fixes to memory settings" into mnc-dev
Jason Monk [Thu, 7 May 2015 18:54:51 +0000 (18:54 +0000)]
am e2d63fef: Merge "Updates/fixes to memory settings" into mnc-dev

* commit 'e2d63fef3ccbfd3001b7e794b3ee1203fc1c77af':
  Updates/fixes to memory settings

9 years agoam 68d6d465: Merge "Always start storage list sorting by size" into mnc-dev
Jason Monk [Thu, 7 May 2015 18:54:50 +0000 (18:54 +0000)]
am 68d6d465: Merge "Always start storage list sorting by size" into mnc-dev

* commit '68d6d465746a6dcec6f7e0a44fadae19b886fa42':
  Always start storage list sorting by size

9 years agoMerge "Updates/fixes to memory settings" into mnc-dev
Jason Monk [Thu, 7 May 2015 17:45:39 +0000 (17:45 +0000)]
Merge "Updates/fixes to memory settings" into mnc-dev

9 years agoUpdates/fixes to memory settings
Jason Monk [Thu, 7 May 2015 16:44:09 +0000 (12:44 -0400)]
Updates/fixes to memory settings

 - Update memory states to be Good performance, Ok performance, etc.
 - Update header info to be based on history rather than
   instantaneous
 - Color memory bar differently based on state
 - Fix run frequency bucketing to be correct
 - Show dialog for selecting duration, and fix duration selection
 - Update process naming to:
      - If process name is "anything:xxxx" then show "Xxxx"
      - If process name is "com.app.package.interface" then show "Interface"
      - If process name is the package name then show the app name
      - Otherwise fallback to the process name string

Bug: 20694769
Change-Id: Ic1fab28bfd2422bde84dd10bd305a4cc34be98cf

9 years agoMerge "Always start storage list sorting by size" into mnc-dev
Jason Monk [Thu, 7 May 2015 17:35:38 +0000 (17:35 +0000)]
Merge "Always start storage list sorting by size" into mnc-dev

9 years agoam 840002d6: Merge "Use theme colors in battery stats widget" into mnc-dev
Alan Viverette [Thu, 7 May 2015 17:30:02 +0000 (17:30 +0000)]
am 840002d6: Merge "Use theme colors in battery stats widget" into mnc-dev

* commit '840002d66c19af51618489850c7ccea465cd23f8':
  Use theme colors in battery stats widget

9 years agoAlways start storage list sorting by size
Jason Monk [Thu, 7 May 2015 17:09:48 +0000 (13:09 -0400)]
Always start storage list sorting by size

Bug: 20075068
Change-Id: I50a39decaa61bf7c3489243924c0d3928c4fe2ce

9 years agoMerge "Use theme colors in battery stats widget" into mnc-dev
Alan Viverette [Thu, 7 May 2015 16:57:09 +0000 (16:57 +0000)]
Merge "Use theme colors in battery stats widget" into mnc-dev

9 years agoam 59de14e2: Merge "Fix app headers in settings" into mnc-dev
Jason Monk [Thu, 7 May 2015 13:17:43 +0000 (13:17 +0000)]
am 59de14e2: Merge "Fix app headers in settings" into mnc-dev

* commit '59de14e2197e84baf663fa700ee7b2323fbaef6b':
  Fix app headers in settings

9 years agoMerge "Fix app headers in settings" into mnc-dev
Jason Monk [Thu, 7 May 2015 13:08:28 +0000 (13:08 +0000)]
Merge "Fix app headers in settings" into mnc-dev

9 years agoam 92d6b09e: Replace WIFI_DISPLAY_SETTINGS with CAST_SETTINGS.
Jeff Brown [Thu, 7 May 2015 01:41:10 +0000 (01:41 +0000)]
am 92d6b09e: Replace WIFI_DISPLAY_SETTINGS with CAST_SETTINGS.

* commit '92d6b09ebbb7c810a52f1a69a376d06277820a4b':
  Replace WIFI_DISPLAY_SETTINGS with CAST_SETTINGS.

9 years agoam 673db350: Merge "Settings: Add setting to mute wireless charging sound." into...
John Spurlock [Thu, 7 May 2015 00:11:17 +0000 (00:11 +0000)]
am 673db350: Merge "Settings:  Add setting to mute wireless charging sound." into mnc-dev

* commit '673db350c3315df2c3a0ef70092a1d63fd8021c7':
  Settings:  Add setting to mute wireless charging sound.

9 years agoReplace WIFI_DISPLAY_SETTINGS with CAST_SETTINGS.
Jeff Brown [Tue, 5 May 2015 20:48:46 +0000 (13:48 -0700)]
Replace WIFI_DISPLAY_SETTINGS with CAST_SETTINGS.

Bug: 20641986
Change-Id: Ief6c0d6048abc9411f1e9930cec1edde4a582cf9

9 years agoMerge "Settings: Add setting to mute wireless charging sound." into mnc-dev
John Spurlock [Wed, 6 May 2015 22:49:03 +0000 (22:49 +0000)]
Merge "Settings:  Add setting to mute wireless charging sound." into mnc-dev

9 years agoUse theme colors in battery stats widget
Alan Viverette [Wed, 6 May 2015 22:16:51 +0000 (15:16 -0700)]
Use theme colors in battery stats widget

Bug: 20633519
Change-Id: Ia83848ff506afbddf320fa0ed3d022f9a0e884dc

9 years agoam 39ac24df: Merge "Fix SimStatus crash in Settings." into mnc-dev
Sanket Padawe [Wed, 6 May 2015 22:14:28 +0000 (22:14 +0000)]
am 39ac24df: Merge "Fix SimStatus crash in Settings." into mnc-dev

* commit '39ac24df7913546d8f2db3f17bc3d3dca5638e4a':
  Fix SimStatus crash in Settings.

9 years agoMerge "Fix SimStatus crash in Settings." into mnc-dev
Sanket Padawe [Wed, 6 May 2015 22:04:11 +0000 (22:04 +0000)]
Merge "Fix SimStatus crash in Settings." into mnc-dev

9 years agoSettings: Add setting to mute wireless charging sound.
John Spurlock [Wed, 6 May 2015 21:42:30 +0000 (17:42 -0400)]
Settings:  Add setting to mute wireless charging sound.

Bug: 19538553
Change-Id: I93228aee38f8eb035025409ce063f3050bf9bb9a

9 years agoam b7a1b5c3: Merge "Saved networks summary strings." into mnc-dev
Sanket Padawe [Wed, 6 May 2015 21:07:20 +0000 (21:07 +0000)]
am b7a1b5c3: Merge "Saved networks summary strings." into mnc-dev

* commit 'b7a1b5c310ccb33b6999041f2ba1f99d98cc0282':
  Saved networks summary strings.

9 years agoMerge "Saved networks summary strings." into mnc-dev
Sanket Padawe [Wed, 6 May 2015 20:59:10 +0000 (20:59 +0000)]
Merge "Saved networks summary strings." into mnc-dev

9 years agoFix app headers in settings
Jason Monk [Wed, 6 May 2015 20:00:25 +0000 (16:00 -0400)]
Fix app headers in settings

Use SettingsPreferenceFragment's method for pinned headers where
possible, and add a frame within the fragment for them to live in
otherwise so that this view doesn't end up on the activity.

Bug: 20886475
Change-Id: I985eb1497744ea50bfabed862e5088eb89df5b61

9 years agoam 5a817c6b: Forward ACTION_OTHER_SOUND_SETTINGS intent to primary profile.
Sudheer Shanka [Wed, 6 May 2015 16:54:12 +0000 (16:54 +0000)]
am 5a817c6b: Forward ACTION_OTHER_SOUND_SETTINGS intent to primary profile.

* commit '5a817c6bcc14033b08ad8ddec10625e4352ef194':
  Forward ACTION_OTHER_SOUND_SETTINGS intent to primary profile.

9 years agoForward ACTION_OTHER_SOUND_SETTINGS intent to primary profile.
Sudheer Shanka [Wed, 6 May 2015 15:35:22 +0000 (16:35 +0100)]
Forward ACTION_OTHER_SOUND_SETTINGS intent to primary profile.

Change-Id: I55c169b280d7302c9e387f80be82ef47132798c2

9 years agoFix SimStatus crash in Settings.
Sanket Padawe [Wed, 6 May 2015 02:00:39 +0000 (19:00 -0700)]
Fix SimStatus crash in Settings.

Bug: 20862873
Change-Id: I1ae60ceb64a8af8b3f875e50dd62dfe9796192ca

9 years agoam 0d2a8d20: Settings: Migrate calls & messages priority settings.
John Spurlock [Wed, 6 May 2015 00:39:41 +0000 (00:39 +0000)]
am 0d2a8d20: Settings: Migrate calls & messages priority settings.

* commit '0d2a8d204bb7d62834d51393a1d4a6ddaa7753f8':
  Settings: Migrate calls & messages priority settings.

9 years agoSettings: Migrate calls & messages priority settings.
John Spurlock [Tue, 5 May 2015 22:31:27 +0000 (18:31 -0400)]
Settings: Migrate calls & messages priority settings.

Bug: 18635172
Change-Id: Ib5fe3bc80590875bb4a1547013ac3444939ab6fd

9 years agoam faadcd60: Settings UI for SIM access profile (1/2)
Casper Bonde [Tue, 5 May 2015 18:46:43 +0000 (18:46 +0000)]
am faadcd60: Settings UI for SIM access profile (1/2)

* commit 'faadcd60e7ab8fa6eb9b5be7be907129bd3f8575':
  Settings UI for SIM access profile (1/2)

9 years agoam 3342d762: Merge "VPN: Convert current-context IPCs to user context" into mnc-dev
Robin Lee [Tue, 5 May 2015 18:45:57 +0000 (18:45 +0000)]
am 3342d762: Merge "VPN: Convert current-context IPCs to user context" into mnc-dev

* commit '3342d762e98996549aa5cae02ccdc3238eb3a33d':
  VPN: Convert current-context IPCs to user context

9 years agoam 229d06a8: Removed some dead Face Unlock code.
Brian Colonna [Tue, 5 May 2015 18:45:55 +0000 (18:45 +0000)]
am 229d06a8: Removed some dead Face Unlock code.

* commit '229d06a83943a2c924d9c06e0f31d71e5e8801b9':
  Removed some dead Face Unlock code.

9 years agoam 42ae11d4: Merge "Settings: Remove zenswitch from DND settings page." into mnc-dev
John Spurlock [Tue, 5 May 2015 18:45:44 +0000 (18:45 +0000)]
am 42ae11d4: Merge "Settings: Remove zenswitch from DND settings page." into mnc-dev

* commit '42ae11d4d58cbe09dbbd377a4c3e2760ffa3034e':
  Settings: Remove zenswitch from DND settings page.

9 years agoam a924f3d6: Merge "Settings: Calendar event zen rule string updates." into mnc-dev
John Spurlock [Tue, 5 May 2015 18:45:43 +0000 (18:45 +0000)]
am a924f3d6: Merge "Settings: Calendar event zen rule string updates." into mnc-dev

* commit 'a924f3d6bbd3b304d962a76f75b3f91567ee045b':
  Settings: Calendar event zen rule string updates.

9 years agoam aea57bab: Merge "Forward WiFi settings intents to primary profile" into mnc-dev
Zoltan Szatmary-Ban [Tue, 5 May 2015 18:45:40 +0000 (18:45 +0000)]
am aea57bab: Merge "Forward WiFi settings intents to primary profile" into mnc-dev

* commit 'aea57babc0ced100995076caf3284c89a4a2aa11':
  Forward WiFi settings intents to primary profile

9 years agoSettings UI for SIM access profile (1/2)
Casper Bonde [Tue, 5 May 2015 05:04:29 +0000 (22:04 -0700)]
Settings UI for SIM access profile (1/2)

Change-Id: Iff14295ac0eb65561a2097f25c70e8b5f8be5003

9 years agoMerge "VPN: Convert current-context IPCs to user context" into mnc-dev
Robin Lee [Tue, 5 May 2015 15:34:41 +0000 (15:34 +0000)]
Merge "VPN: Convert current-context IPCs to user context" into mnc-dev

9 years agoRemoved some dead Face Unlock code.
Brian Colonna [Fri, 1 May 2015 16:18:30 +0000 (12:18 -0400)]
Removed some dead Face Unlock code.

I checked to see if any dead Face Unlock code remains in settings.  Most of it
has been removed, but I did find some strings and an xml file that can be
removed.

Bug: 16139545
Change-Id: I16d7b3a258c72d6788348d1fbe35a7f6bc12ee8e

9 years agoMerge "Settings: Remove zenswitch from DND settings page." into mnc-dev
John Spurlock [Tue, 5 May 2015 14:42:15 +0000 (14:42 +0000)]
Merge "Settings: Remove zenswitch from DND settings page." into mnc-dev

9 years agoMerge "Settings: Calendar event zen rule string updates." into mnc-dev
John Spurlock [Tue, 5 May 2015 14:42:01 +0000 (14:42 +0000)]
Merge "Settings: Calendar event zen rule string updates." into mnc-dev

9 years agoSettings: Calendar event zen rule string updates.
John Spurlock [Tue, 5 May 2015 13:59:26 +0000 (09:59 -0400)]
Settings: Calendar event zen rule string updates.

 - Remove Attendance option.
 - Use new reply value, tweak wording and summaries.

Bug: 20064962
Change-Id: I6977b494e54752fa87ea08df0ed085129a09a3d3

9 years agoSettings: Remove zenswitch from DND settings page.
John Spurlock [Tue, 5 May 2015 11:32:31 +0000 (07:32 -0400)]
Settings: Remove zenswitch from DND settings page.

 - Remove the ability to view/modify zen mode/condition from
   the Settings app.

Bug: 20064962
Change-Id: I8757780e5e9ef578e05203577871b9f513997798

9 years agoVPN: Convert current-context IPCs to user context
Robin Lee [Fri, 1 May 2015 16:42:30 +0000 (17:42 +0100)]
VPN: Convert current-context IPCs to user context

These fetch info for the wrong user, which may be either wrong or worse
wholly nonexistent.

Bug: 20747154
Change-Id: Ibd5f2e5d3c5dfd252a032ebdfe204de7166fa3a5

9 years agoMerge "Forward WiFi settings intents to primary profile" into mnc-dev
Zoltan Szatmary-Ban [Tue, 5 May 2015 10:07:06 +0000 (10:07 +0000)]
Merge "Forward WiFi settings intents to primary profile" into mnc-dev

9 years agoam f09497a2: Merge changes from topic \'mwd-merge-050415\' into mnc-dev
Prerepa Viswanadham [Tue, 5 May 2015 01:16:11 +0000 (01:16 +0000)]
am f09497a2: Merge changes from topic \'mwd-merge-050415\' into mnc-dev

* commit 'f09497a2a702484a78b9462fc6d10eb3dc5c430d':
  DO NOT MERGE - Disable data sim selection when phone call is going on.
  Bluetooth: HID: Use proper values of connection status

9 years agoSaved networks summary strings.
Sanket Padawe [Tue, 5 May 2015 01:14:33 +0000 (18:14 -0700)]
Saved networks summary strings.

Bug: 20667217
Change-Id: I13930f8d0d99bc874692568de713003798b98a87

9 years agoMerge changes from topic 'mwd-merge-050415' into mnc-dev
Prerepa Viswanadham [Tue, 5 May 2015 01:05:57 +0000 (01:05 +0000)]
Merge changes from topic 'mwd-merge-050415' into mnc-dev

* changes:
  Merge commit 'ab489de' into merge_try2
  Merge commit 'dd796e8' into merge_try2

9 years agoam 3066f832: Merge "Rename default dialer to default phone app" into mnc-dev
Yorke Lee [Tue, 5 May 2015 01:04:15 +0000 (01:04 +0000)]
am 3066f832: Merge "Rename default dialer to default phone app" into mnc-dev

* commit '3066f832435af08bbc2ed5fcef45228d5ff86e33':
  Rename default dialer to default phone app

9 years agoMerge "Rename default dialer to default phone app" into mnc-dev
Yorke Lee [Tue, 5 May 2015 00:22:12 +0000 (00:22 +0000)]
Merge "Rename default dialer to default phone app" into mnc-dev

9 years agoam 0ab13b83: Merge "Add high power whitelist for apps" into mnc-dev
Jason Monk [Mon, 4 May 2015 18:59:15 +0000 (18:59 +0000)]
am 0ab13b83: Merge "Add high power whitelist for apps" into mnc-dev

* commit '0ab13b8326d6f31caff922fd95828254cb95a618':
  Add high power whitelist for apps

9 years agoMerge "Add high power whitelist for apps" into mnc-dev
Jason Monk [Mon, 4 May 2015 18:50:19 +0000 (18:50 +0000)]
Merge "Add high power whitelist for apps" into mnc-dev

9 years agoAdd high power whitelist for apps
Jason Monk [Wed, 29 Apr 2015 16:46:42 +0000 (12:46 -0400)]
Add high power whitelist for apps

 - Strings not final!
 - New UX for power usage details (more preferency)
 - Add high power apps list shows on/off and screen to
   change (when possible)
 - Link from power usage summary to high power list
 - Link from advanced apps to high power list

Bug: 19991702
Change-Id: I97c927ed82d3b89041e4429b427508545763d66c

9 years agoam 32ba436b: (-s ours) Import translations. DO NOT MERGE
Geoff Mendal [Mon, 4 May 2015 14:12:37 +0000 (14:12 +0000)]
am 32ba436b: (-s ours) Import translations. DO NOT MERGE

* commit '32ba436b0b8b955874dd2797a4c317951385fcde':
  Import translations. DO NOT MERGE

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 4 May 2015 13:18:18 +0000 (06:18 -0700)]
Import translations. DO NOT MERGE

Change-Id: I9fa131ac5fdd9b014c319fa72ede5aaca13eb24c
Auto-generated-cl: translation import

9 years agoMerge commit 'ab489de' into merge_try2
Prerepa Viswanadham [Sat, 2 May 2015 01:39:38 +0000 (18:39 -0700)]
Merge commit 'ab489de' into merge_try2

9 years agoMerge commit 'dd796e8' into merge_try2
Prerepa Viswanadham [Sat, 2 May 2015 01:39:00 +0000 (18:39 -0700)]
Merge commit 'dd796e8' into merge_try2

Change-Id: I7237d936e2eea39f5d4401db06aed6cb3a3dc426

9 years agoam a283e6e3: Use curly quotes and apostrophes
Maurice Lam [Fri, 1 May 2015 20:47:05 +0000 (20:47 +0000)]
am a283e6e3: Use curly quotes and apostrophes

* commit 'a283e6e325aeae794fb04e60c38431721742b622':
  Use curly quotes and apostrophes

9 years agoUse curly quotes and apostrophes
Maurice Lam [Thu, 30 Apr 2015 19:26:39 +0000 (12:26 -0700)]
Use curly quotes and apostrophes

Per UX writing style guide, quotes and apostrophes should be curly
https://spec.googleplex.com/live/style/writing.html#writing-global-writing

Bug: 20706978
Change-Id: Idcbb9014c7c04f6f8336a58d2ff5a0ea9409110a

9 years agoam 0255f595: Merge "ApnEditor changes to support bearer as a bitmask." into mnc-dev
Amit Mahajan [Fri, 1 May 2015 16:52:08 +0000 (16:52 +0000)]
am 0255f595: Merge "ApnEditor changes to support bearer as a bitmask." into mnc-dev

* commit '0255f595bd5ffbf39601296ac708130fccfc02ed':
  ApnEditor changes to support bearer as a bitmask.

9 years agoam 0488dc97: Add MDM app name under "Work" in Accounts section of Settings.
Sudheer Shanka [Fri, 1 May 2015 16:52:07 +0000 (16:52 +0000)]
am 0488dc97: Add MDM app name under "Work" in Accounts section of Settings.

* commit '0488dc97686051d6cac744edb8a9d9c7ec477009':
  Add MDM app name under "Work" in Accounts section of Settings.

9 years agoMerge "ApnEditor changes to support bearer as a bitmask." into mnc-dev
Amit Mahajan [Fri, 1 May 2015 16:49:41 +0000 (16:49 +0000)]
Merge "ApnEditor changes to support bearer as a bitmask." into mnc-dev

9 years agoAdd MDM app name under "Work" in Accounts section of Settings.
Sudheer Shanka [Thu, 30 Apr 2015 11:18:19 +0000 (12:18 +0100)]
Add MDM app name under "Work" in Accounts section of Settings.

Bug: 20024761
Change-Id: I3fe3fd6be8a2d96b36c402ea9bde8cc782797262

9 years agoAdd settings for persisting the mobile data connection.
Erik Kline [Thu, 30 Apr 2015 03:58:08 +0000 (12:58 +0900)]
Add settings for persisting the mobile data connection.

Change-Id: I9b92104893e860e2beb63ac86d417419699c085b

9 years agoApnEditor changes to support bearer as a bitmask.
Amit Mahajan [Thu, 16 Apr 2015 17:01:25 +0000 (10:01 -0700)]
ApnEditor changes to support bearer as a bitmask.

Change-Id: I8d97f7e789a6ab75f2c5931624fe9694589fc215

9 years agoam e8d8af2b: Merge "Update fingerprint settings to spec" into mnc-dev
Jorim Jaggi [Fri, 1 May 2015 00:07:47 +0000 (00:07 +0000)]
am e8d8af2b: Merge "Update fingerprint settings to spec" into mnc-dev

* commit 'e8d8af2b464df3815d1a02c370cf44a80cafd8e3':
  Update fingerprint settings to spec

9 years agoam 3401a652: Merge "Increase clip debug string limit" into mnc-dev
Chris Craik [Thu, 30 Apr 2015 23:55:37 +0000 (23:55 +0000)]
am 3401a652: Merge "Increase clip debug string limit" into mnc-dev

* commit '3401a652efdaee1558a78659994df262975fd8b4':
  Increase clip debug string limit

9 years agoMerge "Update fingerprint settings to spec" into mnc-dev
Jorim Jaggi [Thu, 30 Apr 2015 23:54:33 +0000 (23:54 +0000)]
Merge "Update fingerprint settings to spec" into mnc-dev

9 years agoUpdate fingerprint settings to spec
Jorim Jaggi [Thu, 30 Apr 2015 00:21:32 +0000 (17:21 -0700)]
Update fingerprint settings to spec

- Make it look like a sub settings activity, with back button
- Add disclaimer to describe what your fingerprint can be used for
- Update visuals and text for "Add fingerprint"
- Update related string

Bug: 20594955
Change-Id: I0adfcc743db386e0abf9cfdafff3d068ebc3b4bc

9 years agoMerge "Increase clip debug string limit" into mnc-dev
Chris Craik [Thu, 30 Apr 2015 23:46:45 +0000 (23:46 +0000)]
Merge "Increase clip debug string limit" into mnc-dev

9 years agoIncrease clip debug string limit
Chris Craik [Thu, 30 Apr 2015 23:45:15 +0000 (16:45 -0700)]
Increase clip debug string limit

bug:19189024

Change-Id: I6c9969032d852c6724ceb977705169ec5b8d2a5b

9 years agoam 729aa932: Merge "Fixed an issue with back key behavior" into mnc-dev
Fyodor Kupolov [Thu, 30 Apr 2015 22:53:36 +0000 (22:53 +0000)]
am 729aa932: Merge "Fixed an issue with back key behavior" into mnc-dev

* commit '729aa93255b85e37a1f74c61aecf73759299a20e':
  Fixed an issue with back key behavior

9 years agoMerge "Fixed an issue with back key behavior" into mnc-dev
Fyodor Kupolov [Thu, 30 Apr 2015 22:41:13 +0000 (22:41 +0000)]
Merge "Fixed an issue with back key behavior" into mnc-dev

9 years agoRename default dialer to default phone app
Yorke Lee [Thu, 30 Apr 2015 22:07:41 +0000 (15:07 -0700)]
Rename default dialer to default phone app

Change-Id: Ib6c147ba132ed5296de5e932e5dc378183ef92a3

9 years agoam 05a0336b: [WifiSetup] Use bullets in skip dialog
Maurice Lam [Thu, 30 Apr 2015 22:04:32 +0000 (22:04 +0000)]
am 05a0336b: [WifiSetup] Use bullets in skip dialog

* commit '05a0336bde84489db2700b8adfb8b0e415dc0932':
  [WifiSetup] Use bullets in skip dialog

9 years ago[WifiSetup] Use bullets in skip dialog
Maurice Lam [Thu, 30 Apr 2015 21:29:28 +0000 (14:29 -0700)]
[WifiSetup] Use bullets in skip dialog

Use BulletSpan (<li>) to show bullets in the dialog when the user
skips Wi-Fi in setup wizard.

Bug: 20706978
Change-Id: If81bdfad39dd9ffff7543cf531db40d813b57ec8

9 years agoFixed an issue with back key behavior
Fyodor Kupolov [Thu, 30 Apr 2015 00:36:36 +0000 (17:36 -0700)]
Fixed an issue with back key behavior

Create mHeaderView and set it as a pinned header, each time onActivityCreated
is called.

Bug: 20652673
Change-Id: Ia0e174f0686ac0abb601c591f3774c9152b785fa

9 years agoam c5310446: Merge "[WifiSettings] Align text in Wi-Fi dialog" into mnc-dev
Maurice Lam [Thu, 30 Apr 2015 18:40:26 +0000 (18:40 +0000)]
am c5310446: Merge "[WifiSettings] Align text in Wi-Fi dialog" into mnc-dev

* commit 'c531044671ee80a1615013518778ddbf2793137a':
  [WifiSettings] Align text in Wi-Fi dialog

9 years agoam 0063d51c: Merge "[WifiSetup] Show MAC address in footer" into mnc-dev
Maurice Lam [Thu, 30 Apr 2015 18:40:25 +0000 (18:40 +0000)]
am 0063d51c: Merge "[WifiSetup] Show MAC address in footer" into mnc-dev

* commit '0063d51ca5c69479cc49467f88bbf0072e0409db':
  [WifiSetup] Show MAC address in footer

9 years agoMerge "[WifiSettings] Align text in Wi-Fi dialog" into mnc-dev
Maurice Lam [Thu, 30 Apr 2015 18:25:20 +0000 (18:25 +0000)]
Merge "[WifiSettings] Align text in Wi-Fi dialog" into mnc-dev

9 years agoMerge "[WifiSetup] Show MAC address in footer" into mnc-dev
Maurice Lam [Thu, 30 Apr 2015 18:24:25 +0000 (18:24 +0000)]
Merge "[WifiSetup] Show MAC address in footer" into mnc-dev

9 years agoam e0bf739d: Merge "[WifiSettings] Add progress bar when scanning" into mnc-dev
Maurice Lam [Thu, 30 Apr 2015 18:06:04 +0000 (18:06 +0000)]
am e0bf739d: Merge "[WifiSettings] Add progress bar when scanning" into mnc-dev

* commit 'e0bf739ddf8781024578a879fa94bb5e6a71303b':
  [WifiSettings] Add progress bar when scanning

9 years agoMerge "[WifiSettings] Add progress bar when scanning" into mnc-dev
Maurice Lam [Thu, 30 Apr 2015 17:53:19 +0000 (17:53 +0000)]
Merge "[WifiSettings] Add progress bar when scanning" into mnc-dev

9 years agoam 48b1884a: Merge "Add MDM app label string." into mnc-dev
Sudheer Shanka [Thu, 30 Apr 2015 17:25:05 +0000 (17:25 +0000)]
am 48b1884a: Merge "Add MDM app label string." into mnc-dev

* commit '48b1884a4ae458b5861b4a063d723ed60edd157c':
  Add MDM app label string.

9 years ago[WifiSetup] Show MAC address in footer
Maurice Lam [Tue, 28 Apr 2015 01:24:16 +0000 (18:24 -0700)]
[WifiSetup] Show MAC address in footer

Show the MAC address in footer so that advanced users can configure
their router whitelist etc.

Bug: 6939795
Change-Id: I858d21fb68f67f74e5b7e3a1960ea4d7966acb29

9 years agoMerge "Add MDM app label string." into mnc-dev
Sudheer Shanka [Thu, 30 Apr 2015 17:08:49 +0000 (17:08 +0000)]
Merge "Add MDM app label string." into mnc-dev