150 Commits

Author SHA1 Message Date
Geoff Mendal
a7dfd9fd0b Import translations. DO NOT MERGE
Change-Id: Ic53e44c147fd47b2743ca5855f3fe4912d87763b
Auto-generated-cl: translation import
2015-07-08 05:35:41 -07:00
Ian Pedowitz
7e936ec60b am de8303b5: am e6289de5: am c16a26a2: Merge "Renaming bugreport.txt to bugreportFile.getName()" into mnc-dev
* commit 'de8303b51fa9baa216486aa4b1e7842d9ebbe90f':
  Renaming bugreport.txt to bugreportFile.getName()
2015-06-23 03:04:30 +00:00
Ian Pedowitz
e6289de574 am c16a26a2: Merge "Renaming bugreport.txt to bugreportFile.getName()" into mnc-dev
* commit 'c16a26a2b947d4cec0dd87d7b6bf266fd9918fbc':
  Renaming bugreport.txt to bugreportFile.getName()
2015-06-23 00:14:08 +00:00
Ian Pedowitz
c16a26a2b9 Merge "Renaming bugreport.txt to bugreportFile.getName()" into mnc-dev 2015-06-22 23:01:10 +00:00
Wei Liu
00fb74c100 am f4cc2628: am 01e5cf9d: am 940335ba: Merge "resolved conflicts for merge of 1dac6bd9 to mnc-dev" into mnc-dev
* commit 'f4cc262847fb17f3aecd85c0b7d09e05ed937b8c':
  Wear doesn't need Shell to send notification when bugreport captured.
2015-06-19 16:25:29 +00:00
Wei Liu
01e5cf9ddf am 940335ba: Merge "resolved conflicts for merge of 1dac6bd9 to mnc-dev" into mnc-dev
* commit '940335ba5b68f3382d7b42ba4fd781c8120bc370':
  Wear doesn't need Shell to send notification when bugreport captured.
2015-06-19 06:02:54 +00:00
Wei Liu
9fbee9ba98 resolved conflicts for merge of 1dac6bd9 to mnc-dev
Change-Id: I000b35f5e2658a065c780396254bcb88f1cbce5e
2015-06-18 22:52:37 -07:00
Wei Liu
1dac6bd9fb am ae363d2d: Wear doesn\'t need Shell to send notification when bugreport captured.
* commit 'ae363d2db4398a695606c254b88be8940139edd1':
  Wear doesn't need Shell to send notification when bugreport captured.
2015-06-18 23:24:41 +00:00
Alan Viverette
afc21d72d8 am f1da9a14: Merge "DO NOT MERGE: Remove DayNight theme" into mnc-dev
* commit 'f1da9a1401fe1304bee8a550a0141c79ecc3c0b3':
  DO NOT MERGE: Remove DayNight theme
2015-06-18 22:31:41 +00:00
Alan Viverette
15d48a16f6 DO NOT MERGE: Remove DayNight theme
Do not go gentle into that good night,
Old age should burn and rave at close of day;
Rage, rage against the dying of the light.

Though wise men at their end know dark is right,
Because their words had forked no lightning they
Do not go gentle into that good night.

Bug: 21854466
Change-Id: I0b7cd116c23f7df88e94f31b3aee7dd22a102804
2015-06-18 15:15:16 -07:00
Ian Pedowitz
bd82c7d364 Renaming bugreport.txt to bugreportFile.getName()
Many times to file a bug, its necessary to take several bugreports and
attach them all to the same bug.  With the current implementation, all
extracted files are bugreport.txt which makes it difficult to attach
several bugreports to the same bug, and reference them throughout the
bug uniquely.

Bug: 20447313
Change-Id: I22d2286d06c8dfb82273b5b98c48b21f77941b15
2015-06-18 07:43:56 -07:00
Wei Liu
ae363d2db4 Wear doesn't need Shell to send notification when bugreport captured.
b/19179040

Change-Id: Iec74e1e55adee16c8674f28a6e7d697499b85acf
2015-06-17 15:32:05 -07:00
Felipe Leme
9b1d08f52c am 46301a62: am 8234ed70: am fcb55902: Merge "Improved zipping logic so it zips chunks, instead of the whole file at once, to avoid OOM." into mnc-dev
* commit '46301a62ea8e06abc6f01b74740da0f807345472':
  Improved zipping logic so it zips chunks, instead of the whole file at once, to avoid OOM.
2015-06-16 22:04:35 +00:00
Felipe Leme
4e197493bd am 1d882baf: am 0fe3f871: am a106554c: Merge "Changed BugReportReceiver to send zipped bugreports." into mnc-dev
* commit '1d882bafc7dc855951ba980529560b48f95e4fb3':
  Changed BugReportReceiver to send zipped bugreports.
2015-06-16 22:04:17 +00:00
Felipe Leme
8234ed70cb am fcb55902: Merge "Improved zipping logic so it zips chunks, instead of the whole file at once, to avoid OOM." into mnc-dev
* commit 'fcb559021da91b13ff3b0efd86b9aba957f9712c':
  Improved zipping logic so it zips chunks, instead of the whole file at once, to avoid OOM.
2015-06-16 20:07:31 +00:00
Felipe Leme
0fe3f8715f am a106554c: Merge "Changed BugReportReceiver to send zipped bugreports." into mnc-dev
* commit 'a106554c20c72e284d64ea074933554e5dc29da9':
  Changed BugReportReceiver to send zipped bugreports.
2015-06-16 20:07:15 +00:00
Felipe Leme
00f4a6ecbc Improved zipping logic so it zips chunks, instead of the whole file at once, to avoid OOM.
BUG: 20447313
Change-Id: I66f90cdd2a07288f9e37a38185f1583c57cf65c8
2015-06-16 10:32:45 -07:00
Felipe Leme
a106554c20 Merge "Changed BugReportReceiver to send zipped bugreports." into mnc-dev 2015-06-16 16:59:49 +00:00
Felipe Leme
55beae09e5 Changed BugReportReceiver to send zipped bugreports.
When BugReporterReceiver receives a android.permission.DUMP, it will handle the bugreport file (extra android.intent.extra.BUGREPORT) depending on its format:

 - If it's a plain-text file (extension .txt), it will create a zip file with the plain-text report renamed as bugreport.txt.
 - If there is an error creating the zip file, the plain-text bugreport will be sent instead.
 - If it's not a plain-text file, it fill send the file as is (so if 'dumpstate' is later changed to generate a zipped file directly, nothing has to be done here).

Note that only the bugreport itself is included in the zip file, the screenshot is still sent separately (extra android.intent.extra.SCREENSHOT), so the receiver of the bugreport intent can display a screenshot thumbnail without unzipping the other file (which is useful when sending the bugreport through GMail, for example).

BUG: 20447313
BUG: 21868658
Change-Id: I3fa1e0c89190bfe6fa5c418f0f01ce1fb376f537
2015-06-16 09:05:22 -07:00
Geoff Mendal
e8316f974e Import translations. DO NOT MERGE
Change-Id: I579a6e7b41757f72728d79a2680d55b82c239189
Auto-generated-cl: translation import
2015-06-10 07:51:57 -05:00
Geoff Mendal
d3f901534a Import translations. DO NOT MERGE
Change-Id: Id25ce6405b7035a4273a73f79d60d494369795ed
Auto-generated-cl: translation import
2015-06-08 07:41:26 -05:00
Yorke Lee
36d6a381e0 am 09d12aee: am 823f85c5: am 13d6e4b3: Merge changes Ia219ff78,I3fd52525 into mnc-dev
* commit '09d12aeeb2afa46957ff12c60c314727f56c73d6':
  Add phone permissions to Shell
  Add adb shell command to register/unregister phone accounts
2015-06-04 19:32:48 +00:00
Yorke Lee
823f85c512 am 13d6e4b3: Merge changes Ia219ff78,I3fd52525 into mnc-dev
* commit '13d6e4b33b1c34c256d62837a0cda55fae578884':
  Add phone permissions to Shell
  Add adb shell command to register/unregister phone accounts
2015-06-04 18:42:23 +00:00
Yorke Lee
adb53b35cc Add phone permissions to Shell
These are needed for adb shell telecom commands to work on
non-eng builds.

Also fix a couple of typos in telecom documentation.

Change-Id: Ia219ff78f5d65878e43e6b9216f979185495ce7f
2015-06-03 15:48:10 -07:00
Geoff Mendal
0878fbf732 Import translations. DO NOT MERGE
Change-Id: Ib590e26c7e75ed6bbc29654fbe16a18e75089dbc
Auto-generated-cl: translation import
2015-05-30 20:01:28 -07:00
Geoff Mendal
ad70967f75 Import translations. DO NOT MERGE
Change-Id: I3bb15edf7c79e228d2da63ebb39b8fe0b0798a93
Auto-generated-cl: translation import
2015-05-29 21:15:06 -07:00
Jeff Sharkey
c3974f28cb am 28d7cfcb: am e12fe8cd: am 2177ed40: Merge changes from topic \'bench\' into mnc-dev
* commit '28d7cfcb0a2cf7684b1ce0597f98d8d7f7daaa94':
  Command to change force adoptable state.
  Initial pass at storage benchmarks.
2015-05-15 22:37:37 +00:00
Jeff Sharkey
e12fe8cd98 am 2177ed40: Merge changes from topic \'bench\' into mnc-dev
* commit '2177ed407b8323e6f50d2aa64a62fbdc773e1859':
  Command to change force adoptable state.
  Initial pass at storage benchmarks.
2015-05-15 22:08:51 +00:00
Jeff Sharkey
2177ed407b Merge changes from topic 'bench' into mnc-dev
* changes:
  Command to change force adoptable state.
  Initial pass at storage benchmarks.
2015-05-15 21:55:57 +00:00
Jeff Sharkey
4c099d0c49 Command to change force adoptable state.
Since user builds can't setprop, add an explicit "sm" verb to change
the force adoptable state.

Bug: 21191915
Change-Id: I719d9b18c1a98c97442a5ddb1cc5512e8e4d3d3f
2015-05-15 14:15:35 -07:00
Geoff Mendal
3211b56eff Import translations. DO NOT MERGE
Change-Id: If33561fdaf98e273425caa3c0e9da3cf81446886
Auto-generated-cl: translation import
2015-05-13 21:28:40 -07:00
Geoff Mendal
be4dcc9df6 Import translations. DO NOT MERGE
Change-Id: I1ab78d75e5a049a8bb101373bd1d862d683e3345
Auto-generated-cl: translation import
2015-05-11 05:30:53 -07:00
Alan Viverette
b9da280ac2 DayNight theme for framework packages
Change-Id: I745f90561c957c83540e75a2886e294633c83be1
2015-05-05 14:09:21 -07:00
Amith Yamasani
cf76872a62 Add ability to get and set idle state of apps
Add am shell command to set and get idle
Add public API to check if an app is idle

Bug: 20534955
Bug: 20493806
Change-Id: Ib48b3fe847c71f05ef3905563f6e903cf060c498
2015-04-24 12:58:46 -07:00
Geoff Mendal
2ce10f0f85 Import translations. DO NOT MERGE
Change-Id: Icab122bac2891ca4580116d2c357b7ac64d6baad
Auto-generated-cl: translation import
2015-04-22 05:45:49 -07:00
Svetoslav
805b63e253 Allow only system signed apps to grant permissions at install
bug:20099946

Change-Id: Ifcc5c6638b4174ffb3ba452ae68a5a53b2d1ff0a
2015-04-10 11:41:29 -07:00
Geoff Mendal
3622c20f79 Import translations. DO NOT MERGE
Change-Id: I33c678add2505ec35670928d3e0c0c9751c66bda
Auto-generated-cl: translation import
2015-03-30 05:50:27 -07:00
Geoff Mendal
6af24b1652 Import translations. DO NOT MERGE
Change-Id: Ie3cde38ec6847cf49d6ce2ed9b21b23f27ef5d63
Auto-generated-cl: translation import
2015-03-27 16:23:30 -07:00
Geoff Mendal
71bed8db2e Import translations. DO NOT MERGE
Change-Id: I9f8461cc3c0002086052c65ba0c1ac801198c042
Auto-generated-cl: translation import
2015-03-25 05:44:52 -07:00
Ryo Hashimoto
dd98034edc Add BugreportStorageProvider
BugreportStorageProvider provides storage backend for bugreports.

BUG:18070208
Change-Id: I8506dd90d69907090295d99df7427fc747b83698
2015-03-23 18:28:01 +09:00
Geoff Mendal
ed963393c3 Import translations. DO NOT MERGE
Change-Id: I05e39854eb2d78c22192faebdbfab579831b162a
Auto-generated-cl: translation import
2015-03-20 23:42:27 -07:00
Alan Viverette
4a357cd2e5 Replace usages of deprecated Resources.getColor() and getColorStateList()
Change-Id: I8f64fe6c4c44a92ff6d07250223ba590a1d691b0
2015-03-18 18:37:18 -07:00
Geoff Mendal
717bbf53f8 Import translations. DO NOT MERGE
Change-Id: Id941e0ba453bd6b39cf654f0a20a68219584bd2a
Auto-generated-cl: translation import
2015-03-16 06:25:49 -07:00
Geoff Mendal
8c010dcaee Import translations. DO NOT MERGE
Change-Id: Iaf416dc2326ddaf2601b5c37d0e86b2b6fb8e307
Auto-generated-cl: translation import
2015-02-25 06:46:25 -08:00
Geoff Mendal
dd1048e10a Import translations. DO NOT MERGE
Change-Id: I592c996ee5bd1d20bcd4ea595b3e6cbba08a4d0c
Auto-generated-cl: translation import
2015-02-12 14:55:57 -08:00
Geoff Mendal
3edf13138b Import translations. DO NOT MERGE
Change-Id: I9c23372467960ad066b9089b4a76e3a257d147eb
Auto-generated-cl: translation import
2015-02-02 06:52:26 -08:00
Geoff Mendal
3521518dbc Import translations. DO NOT MERGE
Change-Id: I1b7255d3a1bda752665435e6a1113c735dc0702d
Auto-generated-cl: translation import
2014-11-24 06:20:00 -08:00
Geoff Mendal
2081228b82 Import translations. DO NOT MERGE
Change-Id: Ifac2744b085fd628d2688543243f52e2bec82292
Auto-generated-cl: translation import
2014-11-19 06:27:10 -08:00
Svetoslav
6b6a4873c3 am 8528259f: am 71de484d: am 1eb6a2f0: Merge "Grant the shell user a permission to let apps host widgets." into lmp-mr1-dev
* commit '8528259fa015d8666026b88534d23bcd2b7929da':
  Grant the shell user a permission to let apps host widgets.
2014-10-22 23:28:33 +00:00
Svetoslav
8528259fa0 am 71de484d: am 1eb6a2f0: Merge "Grant the shell user a permission to let apps host widgets." into lmp-mr1-dev
* commit '71de484dd1cdfd2e06761c170dfe729480cb7906':
  Grant the shell user a permission to let apps host widgets.
2014-10-22 22:49:52 +00:00