Commit Graph

6577 Commits

Author SHA1 Message Date
Mike Lockwood
7af238e181 Add support for MIDI USB configuration to MIDI settings screen
Change-Id: I41b7ef2090b8887d5d3c05494de9dd1fb4dd65eb
2015-02-20 15:55:29 -08:00
Maurice Lam
689cb88811 Merge "[WifiSettings] Use arrows for advanced options" 2015-02-18 19:38:07 +00:00
Maurice Lam
a8b824d6d2 [WifiSettings] Use arrows for advanced options
Use an arrow pointing up / down for advanced options instead of a
checkbox, making it more clear that it is merely hiding the options,
and not a setting in itself that others are dependent upon.

Bug: 18007635
Change-Id: Ie2f2cca708b661f76749bc4af5918275806af1a8
2015-02-18 10:54:04 -08:00
Alexandra Gherghina
928a7973a7 Merge "Clarify important part of longer string" 2015-02-18 16:44:25 +00:00
Geoff Mendal
6207543705 Import translations. DO NOT MERGE
Change-Id: I2e2f09268940b69cc1ca74d9c7a147f6d536232d
Auto-generated-cl: translation import
2015-02-18 06:54:11 -08:00
Geoff Mendal
e991b5461f Import translations. DO NOT MERGE
Change-Id: I134f0a955ac0f56ae8b16dbcace0d2fd855025e5
Auto-generated-cl: translation import
2015-02-18 05:56:15 -08:00
Geoff Mendal
2594d2bf7a Import translations. DO NOT MERGE
Change-Id: I01ad7807e5a92775a53c3c5074425987517b5f95
Auto-generated-cl: translation import
2015-02-18 05:44:54 -08:00
Alexandra Gherghina
1a3bc4f317 Clarify important part of longer string
Bug: 18353106
Change-Id: I24d797aab74ab1edf840022bf0736d291a922cb0
2015-02-18 10:36:24 +00:00
Geoff Mendal
7d9885f884 Import translations. DO NOT MERGE
Change-Id: I1c49c4b770a6c075beecfaba10bb73b961194af1
Auto-generated-cl: translation import
2015-02-16 07:12:57 -08:00
Geoff Mendal
ae87c9075e Import translations. DO NOT MERGE
Change-Id: I3870aad14e864485824f4a82c9b266e425c42da3
Auto-generated-cl: translation import
2015-02-16 06:14:52 -08:00
Geoff Mendal
31010cc155 Import translations. DO NOT MERGE
Change-Id: I130d234905731c2df5249e2c769c572bbb61f94e
Auto-generated-cl: translation import
2015-02-12 11:05:53 -08:00
Svet Ganov
2cd8c28027 Merge "Removing the unused for years app shortcuts feature." 2015-02-12 03:43:35 +00:00
Geoff Mendal
1f8b460215 Merge "Import translations. DO NOT MERGE" 2015-02-11 15:15:20 +00:00
Geoff Mendal
d535fcb1c6 Import translations. DO NOT MERGE
Change-Id: Idf53b16beb75bcfd79390205701efe1548920e47
Auto-generated-cl: translation import
2015-02-11 07:06:40 -08:00
Adrian Roos
8481d64e32 Remove obsolete WifiSettingsForSetupWizardXL
Bug: 18405549
Change-Id: I30c7c9ee8f544054b13cfc24f7433bdc1448e339
2015-02-11 15:54:45 +01:00
Geoff Mendal
60d2ee8788 Import translations. DO NOT MERGE
Change-Id: I7d22626907a0705a5de9956d740ed6ddaf9a6ca0
Auto-generated-cl: translation import
2015-02-11 06:50:09 -08:00
Alan Viverette
172e76600f Merge "Replace data_usage_bar with progress background tint" 2015-02-11 00:42:38 +00:00
Dianne Hackborn
1f2feca205 Merge "Fix issue #19272671: Context unclear or missing..." 2015-02-10 17:41:38 +00:00
Alan Viverette
9c3d6909e7 Replace data_usage_bar with progress background tint
Change-Id: Id9b0d3946f2182fb8f0e09d4891f864de99ba1c5
2015-02-09 14:06:17 -08:00
Dianne Hackborn
7e3437c5d0 Fix issue #19272671: Context unclear or missing...
"USEDRAM of TOTALRAM used over TIME"

Change-Id: Ib0eecafe3c6f5bd1408adac584d6b5715e7a7d2f
2015-02-09 11:20:03 -08:00
Geoff Mendal
ef4d788a70 Import translations. DO NOT MERGE
Change-Id: I17e0fc29342180c113a3664822bf1c87617daed7
Auto-generated-cl: translation import
2015-02-09 06:40:55 -08:00
Geoff Mendal
713e794dac Import translations. DO NOT MERGE
Change-Id: I0bbc9548cc2af07fd420ef97b5b39fe07b96c4d8
Auto-generated-cl: translation import
2015-02-09 06:31:43 -08:00
Zoltan Szatmary-Ban
2e18bd9dbc Merge "Remove frame and shadow from CircleFramedDrawable" 2015-02-09 13:06:57 +00:00
Svet Ganov
bbb3efe373 Removing the unused for years app shortcuts feature.
The shortcuts feature has been commented out since 2011. Now the setings
provider no longer has a bookmarks table since the only party aside of this
commented out feature using it was the ShortcutManager. We moved to an
in memory model for the settings provider's state. We do not want to keep
there anything that is not used. Therefore, we moved from a bookmarks table
to a resource which renders this settings feature unusable. If we decide
to revive the shortcut feature we can revert this change and add support
for in memory bookmarks state in the settings provider.

Change-Id: Ib1871f940bc27029a5dd941b901d6087914a2231
2015-02-05 14:11:37 -08:00
James Cook
b8331548d1 Merge "Extend translation char limit for auto date and time zone" 2015-02-05 18:43:59 +00:00
Jason Monk
f2982a9ba1 Move isolatable bluetooth code to SettingsLib
Move the non-ui bluetooth control/tracking code to SettingsLib so
that it can be shared with others.

Mostly just move classes to frameworks/base/packages/SettingsLib,
however a few things had to move around.
 - Dock handling had to move back to code still in settings
 - Local preference related code had to be moved back to settings
 - Added an error flow from SettingsLib to Settings

Depends on I69fd888362c6dbb325f6113b32c4b15cc6a23a41
Bug: 19180466
Change-Id: Ie57fe26a27bbb0adc2ef69e042a05c7290c6a52a
2015-02-05 10:43:57 -05:00
James Cook
26b362b00d Extend translation char limit for auto date and time zone
There's enough space for 30 chars and some languages (Polish) need
more space.

Bug: 19159289
Change-Id: Ib24eeaf33c2eb3150cf3938757cdfa3c755c2674
2015-02-04 14:05:20 -08:00
Jason Monk
fc1b00cfe4 Move some wifi tracking code to SettingsLib
Move tracking of which networks are available/saved and their state
over to SettingsLib to share it with Quick Settings.

Bug: 19180466
Change-Id: Iaeef06b26da8cb38e1ba09a7d105d04d499dc181
2015-02-04 20:40:32 +00:00
Geoff Mendal
55d34a3f69 Import translations. DO NOT MERGE
Change-Id: I679e2872bb5e2ce8ceba94d4da883db9bdbec5f4
Auto-generated-cl: translation import
2015-02-04 07:06:43 -08:00
Geoff Mendal
40e66bce6c Import translations. DO NOT MERGE
Change-Id: I6c5b25e39ed6da72c5e7a85329947bec91032120
Auto-generated-cl: translation import
2015-02-04 06:50:08 -08:00
Dianne Hackborn
b94079a704 Make proc stats UI app-centric instead of process-centric.
The UI now shows a much simpler overview of memory use for
the current measured duration, computing the weighted RAM
user per application.  (This is done basically by rolling up
each individual process into an app that can contain multiple
processes, and using the recently introduced weighted RAM for
all data processing.)

The details screen is updated to reflect this new design,
showing an overview of a particular application, which
separate entries for each process running for that app.

Change-Id: I47d79c30086d733eb37440a6c21b18a92b767d01
2015-02-02 18:03:40 -08:00
Geoff Mendal
233183439f Import translations. DO NOT MERGE
Change-Id: I879cccfc5c07605392d8db79212f1e12e8f261a3
Auto-generated-cl: translation import
2015-02-02 07:09:27 -08:00
Geoff Mendal
0bb8ba322e Import translations. DO NOT MERGE
Change-Id: I3dc578880274b5d2625b2686be2cd56589bb486a
Auto-generated-cl: translation import
2015-02-02 06:52:47 -08:00
Sanket Padawe
f3b7e5fc91 am a46c7236: Change to fit color name text on color selection spinner in settings.
* commit 'a46c7236b6d71c861b49d20dd7515a9031764909':
  Change to fit color name text on color selection spinner in settings.
2015-01-30 21:19:55 +00:00
Sanket Padawe
53a46a3f58 am 55ebba9b: Change to fit color name text on color selection spinner in settings. automerge: a46c723 automerge: f99df05
* commit '55ebba9bedcfec79586426ccebda55b5b7af45f9':
  Change to fit color name text on color selection spinner in settings.
2015-01-30 21:19:33 +00:00
Sanket Padawe
55ebba9bed Change to fit color name text on color selection spinner in settings. automerge: a46c723
automerge: f99df05

* commit 'f99df057acb077e7601ec11d27be1bca0265247b':
  Change to fit color name text on color selection spinner in settings.
2015-01-30 19:58:41 +00:00
Sanket Padawe
f99df057ac Change to fit color name text on color selection spinner in settings.
automerge: a46c723

* commit 'a46c7236b6d71c861b49d20dd7515a9031764909':
  Change to fit color name text on color selection spinner in settings.
2015-01-30 19:50:33 +00:00
Sanket Padawe
a46c7236b6 Change to fit color name text on color selection spinner in settings.
Bug: 19206902
Change-Id: I5903ac6d6c1abd7a33a0c47483335114e28a0f51
2015-01-30 11:23:22 -08:00
Mike Lockwood
2b3591db4d Merge "Add MIDI to USB configuration developer setting" 2015-01-29 20:26:30 +00:00
Pavel Zhamaitsiak
dd8aa9d3d2 resolved conflicts for merge of 23682809 to lmp-mr1-dev-plus-aosp
automerge: d67ad20

* commit 'd67ad203db73eb986f105cf65c85467ad610b221':
  Add button in "hidden" settings to flip "VoLTE Provisioned" flag
2015-01-28 21:28:39 +00:00
Pavel Zhamaitsiak
d67ad203db resolved conflicts for merge of 23682809 to lmp-mr1-dev-plus-aosp
Change-Id: Ia6ad086dad93e5230ec59287d96e736e8d785320
2015-01-28 13:07:57 -08:00
Pavel Zhamaitsiak
8594728f59 am 882000f3: Merge "Add button in "hidden" settings to flip "VoLTE Provisioned" flag" into lmp-mr1-dev
* commit '882000f39b91d908cc5e83cec47e7ce630d68e1a':
  Add button in "hidden" settings to flip "VoLTE Provisioned" flag
2015-01-28 19:05:16 +00:00
Pavel Zhamaitsiak
236828098c Merge "Add button in "hidden" settings to flip "VoLTE Provisioned" flag" into lmp-mr1-dev
automerge: 882000f

* commit '882000f39b91d908cc5e83cec47e7ce630d68e1a':
  Add button in "hidden" settings to flip "VoLTE Provisioned" flag
2015-01-28 19:04:58 +00:00
Pavel Zhamaitsiak
882000f39b Merge "Add button in "hidden" settings to flip "VoLTE Provisioned" flag" into lmp-mr1-dev 2015-01-28 18:59:18 +00:00
Geoff Mendal
89b056c10f Import translations. DO NOT MERGE
Change-Id: I225eeaac939f0e70352a6cef37001ba67640a776
Auto-generated-cl: translation import
2015-01-28 07:16:18 -08:00
Geoff Mendal
fcfec91571 Import translations. DO NOT MERGE
Change-Id: Iec49e91adb1c662c0c59081415a2bd563b2e1d96
Auto-generated-cl: translation import
2015-01-28 06:59:36 -08:00
Geoff Mendal
b5ad15ae24 Import translations. DO NOT MERGE
Change-Id: I5d5971528e80df5a3582a364a0153338c63701d8
Auto-generated-cl: translation import
2015-01-28 06:47:47 -08:00
Mike Lockwood
72ce6f68ed Add MIDI to USB configuration developer setting
Change-Id: I8b2beee25d58c2afb749d4328da6a653e3947aba
2015-01-27 15:31:05 -08:00
Geoff Mendal
854e632aad Import translations. DO NOT MERGE
Change-Id: Ia7585d948d9ae85fa8345af5266a1c7744fddd83
Auto-generated-cl: translation import
2015-01-26 07:12:02 -08:00
Geoff Mendal
f916950094 Import translations. DO NOT MERGE
Change-Id: I4b0c7abc349b040b61fa2a08fc20c7ef7dcb4aca
Auto-generated-cl: translation import
2015-01-26 06:55:29 -08:00