summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* release-request-c9e3b153-009d-4386-b83e-337752602795-for-git_oc-mr1-release- ↵staging/lineage-15.1android-build-team Robot2017-06-181-1/+3
|\ | | | | | | | | | | 4111654 snap-temp-L22900000075285650 Change-Id: I5052b317be7432d19602b810635c026b5b34576c
| * Merge "Fix dependencies of packages that target earlier releases" am: ↵Paul Duffin2017-06-151-1/+3
| |\ | | | | | | | | | | | | | | | | | | | | | a3efe60e6b am: 6387a14bfe am: 6087c3f339 am: a1ba486764 Change-Id: I167477f6b98edc81a45b3d74cde489415b70e9e0
| | * Merge "Fix dependencies of packages that target earlier releases" am: ↵Paul Duffin2017-06-151-1/+3
| |/| | | | | | | | | | | | | | | | | | | | | | a3efe60e6b am: 6387a14bfe am: 6087c3f339 Change-Id: I3ed6301554b766c303e57f11320d9c386d4a873a
| | * Merge "Fix dependencies of packages that target earlier releases" am: a3efe60e6bPaul Duffin2017-06-151-1/+3
| | |\ | | | | | | | | | | | | | | | | | | | | am: 6387a14bfe Change-Id: If0efffb57160316413ca9bf2a28e1d62f4cef972
| | | * Merge "Fix dependencies of packages that target earlier releases"Paul Duffin2017-06-151-1/+3
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | am: a3efe60e6b Change-Id: Ide189e42132bf15b933899bdfeb45beb41d31afa
| | | | * Merge "Fix dependencies of packages that target earlier releases"Paul Duffin2017-06-151-1/+3
| | | | |\
| | | | | * Fix dependencies of packages that target earlier releasesPaul Duffin2017-06-131-1/+3
| | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A previous change added legacy-android-test as a static dependency to all packages that build against the current, test_current or system_current and failed to compile when the junit and android.test classes were removed from the API. Unfortunately, those changes did not take into account that some of those packages target earlier API versions and so will always have the classes available at runtime. This change replaces those static dependencies with dynamic dependencies for any package that targets an earlier API version. The file changes were made automatically by a tool that constructed and then analyzed a full dependency graph of all the Android Java modules. The individual changes were checked manually to ensure that the changes matched the intent. The affected modules were built against an API with the junit and android.test classes removed. Any issues found during this process resulted in either the tool being updated to address the issue or a separate change being made to fix an existing problem with the build. A sample of the affected packages were run to ensure that they worked as expected at runtime; no issues were found during testing. The following change descriptions were generated automatically and so may be a little repetitive. They are provided to give the reviewer enough information to check the comments match what has actually been changed and check the reasoning behind the changes. * tests/Android.mk Removed legacy-android-test from LOCAL_STATIC_JAVA_LIBRARIES because UnifiedEmailTests's manifest file (AndroidManifest.xml) targets API level 19 and dynamically includes the android.test.runner library at runtime so there is no point in statically including the classes. Added 'android.test.mock.sdk' and 'legacy-android-test' to LOCAL_JAVA_LIBRARIES because module UnifiedEmailTests builds against 'LOCAL_SDK_VERSION := current' and uses classes from packages android.test and android.test.mock (possibly indirectly) so will no longer compile once they are removed from the API. Dependency 'android.test.mock.sdk' is used instead of 'android.test.mock' because module UnifiedEmailTests builds against the API not internal jars and so should use libraries that build against the API not internal jars. A future change will replace the dependency on 'legacy-android-test', which builds against the internal jars with a dependency on 'android.legacy.test' which will build against the API. Bug: 30188076 Test: make checkbuild and ran a sample of tests Change-Id: I36efe465fd52b9f7d98c57b0bfa48a7ce7d486fb
| * | | | Remove usages of ActionBarActivity. am: f4bb971c2dAurimas Liutikas2017-06-060-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | am: cea0727289 Change-Id: I35461575b449192371b7ce89e80a8d8c89e1cdc9
| | * | | Remove usages of ActionBarActivity.Aurimas Liutikas2017-06-065-13/+13
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: f4bb971c2d Change-Id: Ia6589b0c1ca6cc99ecac7fa88e2782f7fbedac78
| | | * | | Remove usages of ActionBarActivity.Aurimas Liutikas2017-06-065-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ActionBarActivity has been deprecated for 2+ years and has been extending AppCompatActivity for all that time. These changes should be no-ops. Bug: 35253513 Test: None Change-Id: I5d1295b253381810b8e6936705ea4bd4198a700d (cherry picked from commit 69951ecebbf58d0d2ea41c3200174e9ebe91e964)
| * | | | | Remove usages of ActionBarActivity. am: e094f5d4bcAurimas Liutikas2017-06-060-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: e6fef2550d Change-Id: I9fac54fe9283868e7dcbc2afebc2b6ba19ef3bc8
| | * | | | Remove usages of ActionBarActivity.Aurimas Liutikas2017-06-062-4/+4
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: e094f5d4bc Change-Id: Ic98ad09de631614665c73007b8d7bceff5ed5048
| | | * | | Remove usages of ActionBarActivity.Aurimas Liutikas2017-06-052-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ActionBarActivity has been deprecated for 2+ years and has been extending AppCompatActivity for all that time. These changes should be no-ops. Bug: 35253513 Test: None Change-Id: Ic5fdb48f000aea23f6f5ec58a460fd74b6a8690a (cherry picked from commit 4facd1a92e9da980156a0fa31867591930cde190)
* | | | | | release-request-f2cd0207-2ed0-4e33-859f-0df0378165b1-for-git_oc-mr1-release- ↵android-build-team Robot2017-05-232-4/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4033857 snap-temp-L00900000066751756 Change-Id: I9bb3863f9c04d242925ecee60d9a2c2cc106bf19
| * | | | | Remove usages of ActionBarActivity.Aurimas Liutikas2017-05-192-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ActionBarActivity has been deprecated for 2+ years and has been extending AppCompatActivity for all that time. These changes should be no-ops. Bug: 35253513 Test: None Change-Id: Ic5fdb48f000aea23f6f5ec58a460fd74b6a8690a
* | | | | | release-request-91ef8626-1af7-4595-b2bd-2d85ee97e99f-for-git_oc-mr1-release- ↵android-build-team Robot2017-05-215-13/+13
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4029936 snap-temp-L27200000066301195 Change-Id: I9554d4e74df840e95891464dd3503b27cc525c5b
| * | | | | Remove usages of ActionBarActivity.Aurimas Liutikas2017-05-185-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ActionBarActivity has been deprecated for 2+ years and has been extending AppCompatActivity for all that time. These changes should be no-ops. Bug: 35253513 Test: None Change-Id: I5d1295b253381810b8e6936705ea4bd4198a700d
* | | | | | release-request-655284b0-7f0b-48b5-b01d-27f48a99f2c0-for-git_oc-mr1-release- ↵android-build-team Robot2017-05-171-1/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4017105 snap-temp-L82600000064873863 Change-Id: I469be93374b5b974d56eac7534ff828b91faf4a2
| * | | | | Merge "Preference headers layout has been fixed" am: 9171c25f7d am: ↵Tony Mantler2017-05-111-1/+0
|/| | | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7e8ff2694e am: 1de9fa3bed am: b6647d362d Change-Id: I2be9aea85223d849a5dff96fce9b6da05183bf02
| * | | | Merge "Preference headers layout has been fixed" am: 9171c25f7d am: 7e8ff2694eTony Mantler2017-05-111-1/+0
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 1de9fa3bed Change-Id: I55feb81966eb81ab4787dd9e165c91cbe52d90ec
| | * \ \ \ Merge "Preference headers layout has been fixed" am: 9171c25f7dTony Mantler2017-05-111-1/+0
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | | | | | | | | | | | | | am: 7e8ff2694e Change-Id: Ifa38fe77fcf6d586ea85782665a3d6d01db19853
| | | * | | Merge "Preference headers layout has been fixed"Tony Mantler2017-05-111-1/+0
| | |/| | | | | | | |/ | | | |/| | | | | | | | | | | | | | | | am: 9171c25f7d Change-Id: Ic9f90e0b4fa521ca671c0c0c2ae5888b50f3eeb1
| | | * | Merge "Preference headers layout has been fixed"Tony Mantler2017-05-111-1/+0
| | |/| |
| | | * | Preference headers layout has been fixedAnatoliy Shuba2017-04-051-1/+0
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | Test: resources builds fine Change-Id: I090648913f52aaa09f3af5c7124e138870da6dfa Signed-off-by: Anatoliy Shuba <anatoliy.shuba@gmail.com>
* | | | Update interface signature am: 64b1537368Alan Viverette2017-04-051-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | am: c651e60676 Change-Id: I0ffcc7665641d7ddd4b33954fdee7a3cd811b644
| * | | Update interface signatureAlan Viverette2017-04-051-1/+1
|/| | | | | |/ | |/| | | | | | | | | | am: 64b1537368 Change-Id: If2180a1bb95f0a3ea89999ced275cee21478a158
| * | Update interface signatureAlan Viverette2017-04-031-1/+1
|/ / | | | | | | | | | | Bug: 24137209 Test: make tests -j32 Change-Id: I317b6e93693c012938a9e915964ff81a20e23c49
* | Add basic support for virtual files to Email.Tomasz Mikolajewski2017-03-017-61/+174
| | | | | | | | | | | | | | | | | | It's basic support which allows users to attach virtual files in the first provided streamable format, usually PDF. Bug: 33609522 Test: Tested manually by attaching a sheets document. Change-Id: Ie75beaadb822c1e97e47c0972447114387e203e5
* | Fix tests for apps/UnifiedEmail.Tomasz Mikolajewski2017-02-287-41/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | They stopped compiling due to changes in O. Issues fixed: - Handler created on a thread without Looper. - Method not visible from userdebug built tests. - Exception thrown due to mismatching authorities in ContentProvider. Test: The tests compile and pass. Bug: 33609522 Change-Id: Ibe74c1d2f7c9a3cb16839ad0db1117146757c523
* | Merge "Prepare for removal of legacy-test from default targets" am: ↵Paul Duffin2017-01-181-1/+1
|\| | | | | | | | | | | | | | | 6946d8aae5 am: e7cfbd5cf6 am: 5575c333d3 am: 5c504aac78 Change-Id: I77bdb8afde619f9966972e802e479e02e0ebae50
| * Merge "Prepare for removal of legacy-test from default targets" am: ↵Paul Duffin2017-01-181-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | 6946d8aae5 am: e7cfbd5cf6 am: 5575c333d3 Change-Id: I4a0b3a6eef374f08ac1563313556d8e6d1612da9
| | * Merge "Prepare for removal of legacy-test from default targets" am: 6946d8aae5Paul Duffin2017-01-181-1/+1
| | |\ | | | | | | | | | | | | | | | | | | | | am: e7cfbd5cf6 Change-Id: I3f06ff492f15894b8485593a51a8582f5cbb0286
| | | * Merge "Prepare for removal of legacy-test from default targets"Paul Duffin2017-01-181-1/+1
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | am: 6946d8aae5 Change-Id: Iad4f18e7457becc3a6f8705669ea91ffa9ab7628
| | | | * Merge "Prepare for removal of legacy-test from default targets"Treehugger Robot2017-01-181-1/+1
| | | |/|
| | | | * Prepare for removal of legacy-test from default targetsPaul Duffin2017-01-171-1/+1
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In preparation for removing junit classes from the Android API the legacy-test target will be removed from the TARGET_DEFAULT_JAVA_LIBRARIES. This change adds explicit dependencies on junit and/or legacy-android-test to ensure that modules will compile properly once it is removed. Bug: 30188076 Test: make checkbuild Change-Id: I53f5e21f10ad862fe847389884c8107ff260a53e
* | | | Rename language+country resources to just languageRoozbeh Pournader2017-01-1052-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 26496609 Test: none Change-Id: I9af72273a70ec304d4c4599e10ca463e60bda920
* | | | Don't allow file attachment from /data through GET_CONTENT. am: eace8b43e8 ↵Ekin Oguz2016-12-060-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: d21eae6d32 am: ef87f57acc am: 09e62336e5 am: 15c7da491d am: 7e2e3d56c2 am: c8df179fe7 am: 31240122aa am: cce602a7ba am: eb85a2e10e am: 7caf02c824 am: 067b94d04a am: 51e73e6ca9 Change-Id: I9d40ac800a56273cf14d988f644dc85132e3cd95
| * | | Don't allow file attachment from /data through GET_CONTENT. am: eace8b43e8 ↵Ekin Oguz2016-12-060-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: d21eae6d32 am: ef87f57acc am: 09e62336e5 am: 15c7da491d am: 7e2e3d56c2 am: c8df179fe7 am: 31240122aa am: cce602a7ba am: eb85a2e10e am: 7caf02c824 am: 067b94d04a Change-Id: I20b0a8c3f4e62dd050bd512cc63266914ae85253
| | * | Don't allow file attachment from /data through GET_CONTENT. am: eace8b43e8 ↵Ekin Oguz2016-12-061-11/+7
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: d21eae6d32 am: ef87f57acc am: 09e62336e5 am: 15c7da491d am: 7e2e3d56c2 am: c8df179fe7 am: 31240122aa am: cce602a7ba am: eb85a2e10e am: 7caf02c824 Change-Id: I4bae0332a5a0e3c262454d1a7632b99cb5196146
* | | | | Don't allow file attachment from /data through GET_CONTENT. am: eace8b43e8 ↵Ekin Oguz2016-12-061-11/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: d21eae6d32 am: ef87f57acc am: 09e62336e5 am: 15c7da491d am: 7e2e3d56c2 am: c8df179fe7 am: 31240122aa am: cce602a7ba am: eb85a2e10e am: 7caf02c824 am: 785fcc7924 am: d3fdbff842 Change-Id: Icd4b5745a6dc6b25e76b3d17947fbc3917d86989
| * | | | Don't allow file attachment from /data through GET_CONTENT. am: eace8b43e8 ↵Ekin Oguz2016-12-061-11/+7
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: d21eae6d32 am: ef87f57acc am: 09e62336e5 am: 15c7da491d am: 7e2e3d56c2 am: c8df179fe7 am: 31240122aa am: cce602a7ba am: eb85a2e10e am: 7caf02c824 am: 785fcc7924 Change-Id: Ieb98bceff703664c34a8503fde651fa3f45767a1
| | * \ \ \ Don't allow file attachment from /data through GET_CONTENT. am: eace8b43e8 ↵Ekin Oguz2016-12-061-11/+7
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: d21eae6d32 am: ef87f57acc am: 09e62336e5 am: 15c7da491d am: 7e2e3d56c2 am: c8df179fe7 am: 31240122aa am: cce602a7ba am: eb85a2e10e am: 7caf02c824 Change-Id: Ic363b26fdae41e8c22c51e94a97cad56eda80e2c
| | | * | | Don't allow file attachment from /data through GET_CONTENT. am: eace8b43e8 ↵Ekin Oguz2016-12-061-11/+7
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: d21eae6d32 am: ef87f57acc am: 09e62336e5 am: 15c7da491d am: 7e2e3d56c2 am: c8df179fe7 am: 31240122aa am: cce602a7ba am: eb85a2e10e Change-Id: Ied10ff24f2dad02688ed652af91d199722ca3271
| | | | * \ \ Don't allow file attachment from /data through GET_CONTENT. am: eace8b43e8 ↵Ekin Oguz2016-12-061-11/+7
| | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: d21eae6d32 am: ef87f57acc am: 09e62336e5 am: 15c7da491d am: 7e2e3d56c2 am: c8df179fe7 am: 31240122aa am: cce602a7ba Change-Id: I8e946ed1fecd6bff052feccac959919d8475075a
| | | | | * \ \ Don't allow file attachment from /data through GET_CONTENT. am: eace8b43e8 ↵Ekin Oguz2016-12-061-11/+7
| | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: d21eae6d32 am: ef87f57acc am: 09e62336e5 am: 15c7da491d am: 7e2e3d56c2 am: c8df179fe7 am: 31240122aa Change-Id: I42da1d4b38e44981c4f4a4c79ac3625eae5cee82
| | | | | | * \ \ Don't allow file attachment from /data through GET_CONTENT. am: eace8b43e8 ↵Ekin Oguz2016-12-061-11/+7
| | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: d21eae6d32 am: ef87f57acc am: 09e62336e5 am: 15c7da491d am: 7e2e3d56c2 am: c8df179fe7 Change-Id: I4b743160660f3fe0e4e77fb4114d15ef1b3a4939
| | | | | | | * \ \ Don't allow file attachment from /data through GET_CONTENT. am: eace8b43e8 ↵Ekin Oguz2016-12-061-11/+7
| | | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: d21eae6d32 am: ef87f57acc am: 09e62336e5 am: 15c7da491d am: 7e2e3d56c2 Change-Id: I44971e89b7fa39ad5216a7d2c897723a5edf7984
| | | | | | | | * \ \ Don't allow file attachment from /data through GET_CONTENT. am: eace8b43e8 ↵Ekin Oguz2016-12-061-11/+7
| | | | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: d21eae6d32 am: ef87f57acc am: 09e62336e5 am: 15c7da491d Change-Id: I2383b1507fdd22b1ba6fb8467bc388a43a97256c
| | | | | | | | | * \ \ Don't allow file attachment from /data through GET_CONTENT. am: eace8b43e8 ↵Ekin Oguz2016-12-061-11/+7
| | | | | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: d21eae6d32 am: ef87f57acc am: 09e62336e5 Change-Id: Ic0aa743313b818812171100e54aebb9e629525fa
| | | | | | | | | | * \ \ Don't allow file attachment from /data through GET_CONTENT. am: eace8b43e8 ↵Ekin Oguz2016-12-061-11/+7
| | | | | | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: d21eae6d32 am: ef87f57acc Change-Id: Ie0ecb7a8bdde1c39c714240b8b906cd5b375b18f