Commit Graph

11036 Commits

Author SHA1 Message Date
Alan Viverette
c30f124c91 Fix background and line wrapping in CaptionTextView
Also fixes where two style names were accidentally switched,
makes the font sizes larger, and cleans up the CaptionTextView
styling APIs in preparation for moving it into the framework.

BUG: 10396663
Change-Id: I00999723a67bce2659d913b70dd4420ed32f955c
2013-08-20 15:58:38 -07:00
Christopher Tate
c7679b0ef2 Merge "Don't crash when procstats has data for a now-disused uid" into klp-dev 2013-08-19 21:19:11 +00:00
Baligh Uddin
6a5c9a83d6 am 1df37ff1: (-s ours) am 2b851859: (-s ours) am b09878b8: (-s ours) Import translations. DO NOT MERGE
* commit '1df37ff1b1761ed6124e1ff1abcfb4c0d60f6c77':
  Import translations. DO NOT MERGE
2013-08-19 13:09:43 -07:00
Baligh Uddin
05e3f62747 am 5c601791: (-s ours) am 8485f115: (-s ours) Import translations. DO NOT MERGE
* commit '5c601791074c2275bd42ad8c6798ef39b13e0a6d':
  Import translations. DO NOT MERGE
2013-08-19 13:06:15 -07:00
Baligh Uddin
b0130e7b9c am 21cbd017: (-s ours) am e37538b1: (-s ours) am 8c6de9e0: (-s ours) Import translations. DO NOT MERGE
* commit '21cbd017a3201639097cda31c59f769d1cc2b739':
  Import translations. DO NOT MERGE
2013-08-19 13:06:14 -07:00
Baligh Uddin
1df37ff1b1 am 2b851859: (-s ours) am b09878b8: (-s ours) Import translations. DO NOT MERGE
* commit '2b85185988eec44b6fdd3ee072d44b0a7a72d432':
  Import translations. DO NOT MERGE
2013-08-19 13:04:58 -07:00
Baligh Uddin
2b85185988 am b09878b8: (-s ours) Import translations. DO NOT MERGE
* commit 'b09878b85044df1032eb4612b3165216388165ac':
  Import translations. DO NOT MERGE
2013-08-19 13:01:53 -07:00
Baligh Uddin
5c60179107 am 8485f115: (-s ours) Import translations. DO NOT MERGE
* commit '8485f115d25968c0fa3ab9d1ea42d2751422feb5':
  Import translations. DO NOT MERGE
2013-08-19 13:00:37 -07:00
Baligh Uddin
21cbd017a3 am e37538b1: (-s ours) am 8c6de9e0: (-s ours) Import translations. DO NOT MERGE
* commit 'e37538b122199f316b8b8eb76a6445de6f5c83be':
  Import translations. DO NOT MERGE
2013-08-19 13:00:36 -07:00
Baligh Uddin
c7ec87f1db Import translations. DO NOT MERGE
Change-Id: Ice096be39ce880f1a777c969b0bfb7e2987ec888
Auto-generated-cl: translation import
2013-08-19 12:08:24 -07:00
Baligh Uddin
8485f115d2 Import translations. DO NOT MERGE
Change-Id: Id76ef34b16fb0979b5b86c5e04b60e0d3088c54a
Auto-generated-cl: translation import
2013-08-19 12:04:34 -07:00
Baligh Uddin
b09878b850 Import translations. DO NOT MERGE
Change-Id: I3c136ce6349c35f3cec69d12f355daaf1e8912b5
Auto-generated-cl: translation import
2013-08-19 12:03:06 -07:00
Christopher Tate
a218e732b0 Don't crash when procstats has data for a now-disused uid
That is, PackageManager.getPackagesForUid(uid) can return null,
so deal with it.

Bug 10374656

Change-Id: I4eacd48c809b778e131d37dba0e86c583553e41f
2013-08-18 17:26:48 -07:00
Amith Yamasani
55fe056d96 Merge "Don't apply encryption password requirements for secondary users" into klp-dev 2013-08-16 01:04:51 +00:00
Baligh Uddin
239c79c8d7 am a7238c18: (-s ours) am dbf26e70: (-s ours) Import translations. DO NOT MERGE
* commit 'a7238c18b0b5a4500bc0b7a93ddcf4068d45fcd1':
  Import translations. DO NOT MERGE
2013-08-15 17:54:13 -07:00
Baligh Uddin
e37538b122 am 8c6de9e0: (-s ours) Import translations. DO NOT MERGE
* commit '8c6de9e052810aeec7a347bd015e7e8bf2c337cc':
  Import translations. DO NOT MERGE
2013-08-15 17:48:11 -07:00
Baligh Uddin
a7238c18b0 am dbf26e70: (-s ours) Import translations. DO NOT MERGE
* commit 'dbf26e70a1f546f9e198a72b2218ae99b015c9e6':
  Import translations. DO NOT MERGE
2013-08-15 17:48:05 -07:00
Baligh Uddin
eff5cd87f1 Merge "Import translations. DO NOT MERGE" into klp-dev 2013-08-16 00:44:53 +00:00
Zhihai Xu
3d74aeaa85 Merge "LE: Add support for the HID-over-GATT profile (3/3)" into klp-dev 2013-08-16 00:22:33 +00:00
Amith Yamasani
12411fba8e Don't apply encryption password requirements for secondary users
Bug: 10314289
Change-Id: I54a54f910c914b41abd3e18963b4bd0c3cddb34a
2013-08-15 15:35:49 -07:00
Andre Eisenbach
79f3384eaa LE: Add support for the HID-over-GATT profile (3/3)
bug:8330048
Change-Id: I0999c3af999939aec88eba4c38bca4358c554e69
2013-08-15 15:21:27 -07:00
Lifu Tang
c3e9ac937a Linked the recent location apps to battery page
* Extracted BatteryStatsHelper from PowerUsageSummary

* Dropped the "pause" and "resume" method from the
RadioButtonPreference

* Opening battery usage page when the user clicks the recent location
apps item

Change-Id: I5a2d03271434765780154265976d8caa7f8060d8
2013-08-15 14:49:08 -07:00
Lifu Tang
5db411db98 Merge "Shows "App Info" for system apps" into klp-dev 2013-08-15 19:13:42 +00:00
Lifu Tang
5d4e69a527 Shows "App Info" for system apps
If a specific Uid contains only one package, we show the "App Info"
button, even if it's a system app

Change-Id: Ie39b6d90e62ae432c636d50729f0aa45405ce67c
2013-08-14 17:25:12 -07:00
Baligh Uddin
3c8c3f9b00 Import translations. DO NOT MERGE
Change-Id: I3504c607a35636c6e0455571e9e7006244564b95
Auto-generated-cl: translation import
2013-08-14 14:46:29 -07:00
Baligh Uddin
dbf26e70a1 Import translations. DO NOT MERGE
Change-Id: I9d761d078fd6bc6a07998e3e439242eab9ea0c14
Auto-generated-cl: translation import
2013-08-14 14:44:15 -07:00
Baligh Uddin
8c6de9e052 Import translations. DO NOT MERGE
Change-Id: Ia45a89a6f426413ccca221aba0d34e597cdb4ec7
Auto-generated-cl: translation import
2013-08-14 14:42:52 -07:00
Martijn Coenen
fcfd865d5c Merge "NFC: Allow to get result from tap-pay default dialog." into klp-dev 2013-08-14 15:58:07 +00:00
Martijn Coenen
e0a38911a3 NFC: Allow to get result from tap-pay default dialog.
Change-Id: Ic9e88dca5577a4f553dca56e0ff387c1e96f2ed2
2013-08-14 08:57:11 -07:00
Tom O'Neill
cabe7e8218 Merge "Settings app supports location settings injection" into klp-dev 2013-08-14 00:30:30 +00:00
Maggie Benthall
cd3eb97ce5 Merge "Fix bug when sharing to bluetooth." into klp-dev 2013-08-13 17:00:25 +00:00
Przemyslaw Szczepaniak
0e01f128ab Fix for TTS settings crash.
Play an example is wrongly enabled before TTS engine is initialized.

Bug: 10288565
Change-Id: I9204d8dda7f8de5c67aba2bb73b25589eeac5cef
2013-08-13 13:05:48 +01:00
Baligh Uddin
0782e6293b am 508997ad: (-s ours) am 728da455: (-s ours) am 03ae9bf0: (-s ours) Import translations. DO NOT MERGE
* commit '508997ad0729e16eb04c475f9be3e33ca5ed60cf':
  Import translations. DO NOT MERGE
2013-08-13 00:48:30 -07:00
Baligh Uddin
508997ad07 am 728da455: (-s ours) am 03ae9bf0: (-s ours) Import translations. DO NOT MERGE
* commit '728da4558087e5b3fe25fad7eedb4f5de5c4068f':
  Import translations. DO NOT MERGE
2013-08-13 00:45:32 -07:00
Baligh Uddin
fff94ce8cc am 08f1d439: (-s ours) am 05404105: (-s ours) Import translations. DO NOT MERGE
* commit '08f1d439c7a278b0cd9afd60f2ba41e846f40543':
  Import translations. DO NOT MERGE
2013-08-13 00:44:04 -07:00
Baligh Uddin
728da45580 am 03ae9bf0: (-s ours) Import translations. DO NOT MERGE
* commit '03ae9bf0e90c02ec1afcd13c9993d2d9672eb36f':
  Import translations. DO NOT MERGE
2013-08-13 00:42:15 -07:00
Baligh Uddin
08f1d439c7 am 05404105: (-s ours) Import translations. DO NOT MERGE
* commit '054041058f9706c95b3d72ca421fcb656ad59d1e':
  Import translations. DO NOT MERGE
2013-08-13 00:42:11 -07:00
Tom O'Neill
e2921c9566 Settings app supports location settings injection
- Partial fix for b/10287745

Change-Id: Ia5eb05670957125e70717c86a686a54b77b22455
2013-08-12 16:22:48 -07:00
Maggie Benthall
3343d1aabb Fix bug when sharing to bluetooth.
Bug:10259347
Change-Id: I860a758333947c4207d7acda41e43b8bd1d671df
2013-08-12 18:40:45 -04:00
Baligh Uddin
a45cd5a60e Import translations. DO NOT MERGE
Change-Id: I6770486a959f0bd90fe6621ba8e6348f7f5381f0
Auto-generated-cl: translation import
2013-08-12 11:51:11 -07:00
Baligh Uddin
054041058f Import translations. DO NOT MERGE
Change-Id: Ic75004da530d9dd114beb02d72928b2204f07b0e
Auto-generated-cl: translation import
2013-08-12 11:48:59 -07:00
Baligh Uddin
03ae9bf0e9 Import translations. DO NOT MERGE
Change-Id: I1f8effde31afbf4145ae6b234f0e02e08f9cb882
Auto-generated-cl: translation import
2013-08-12 11:47:40 -07:00
Zhihai Xu
6ee5b45080 Merge "Bluetooth MAP profile - sms and mms support initial check-in" into klp-dev 2013-08-10 01:46:22 +00:00
Dianne Hackborn
a582a05195 Proc stats UI improvements.
Now have a chart showing the memory state, and text showing the
current memory state.  Trying to do better at picking the application
to blame for a process hosting multiple apps.  Start of infrastructure
for more detailed reporting.

Change-Id: I93ca7ecf2fd0bc01e3be8d28b80212ac78fe7607
2013-08-09 16:17:27 -07:00
Matthew Xie
5b5b1e39dd Bluetooth MAP profile - sms and mms support initial check-in
bug:10116530

Change-Id: I3f50e66420e53bf21a1ecba06aed6b8261ff3064
2013-08-09 15:47:10 -07:00
Martijn Coenen
53083ab2bb Instantiate correct classes for tap&say settings.
Change-Id: I59b08fb8093ec1f9798dc41d8069eccdfc0b2098
2013-08-09 13:41:41 -07:00
Geoffrey Borggaard
fc6bc20161 Allow navigation to TrustedCredentials User Certs by intent.
Adds an activity, and an entry in the AndroidManifest.xml

Change-Id: Ic3cfa1f3bdc3f2eefc290195679011c224496d63
2013-08-09 16:21:08 -04:00
Dianne Hackborn
f3796d0bf8 Merge "Improve process stats UI." into klp-dev 2013-08-09 19:14:00 +00:00
Alan Viverette
c0f79432cf Merge "Update captioning settings to match final design" into klp-dev 2013-08-09 19:11:25 +00:00
Dianne Hackborn
c9e4bd1116 Improve process stats UI.
Now roll up multiple process stats to have at least a
day of data, change the visualization to have the bars show
"weight" (duration*pss) and the text the percent of total
time running, add label to show how much time the stats
are over.

Change-Id: I73763cb6a66d03d856ea4bf517eac0fe39c79c52
2013-08-09 12:08:54 -07:00