Commit Graph

19680 Commits

Author SHA1 Message Date
Jesse Hall
b6f352bf66 Merge "Happy New Year!" into nyc-dev 2016-03-27 21:29:30 +00:00
Jesse Hall
67d4c6a402 Happy New Year!
Change-Id: Ib5fd281d8cc81c1d37803eadf1a6f5e9f9ac3b11
2016-03-26 20:30:14 -07:00
Elliott Hughes
39a86fa08f Remove dead translations.
This tool has moved to bootable/recovery.

Bug: http://b/27837319
Change-Id: Icc91e8a6fca4ccbc3f55afb3fd930c5996cd8ae9
2016-03-26 18:50:22 -07:00
Elliott Hughes
e66fdbfff7 Lose recovery_l10n to bootable/recovery, where it belongs.
Bug: http://b/27837319

(cherry picked from commit 00e91ab81b)

Change-Id: Ic483867ab37e949e9e1c9b58b2c9be049fdfc5e8
2016-03-26 08:46:25 -07:00
Aurimas Liutikas
0ad0d0b279 Merge "Remove -Xlint:unchecked flag for android_system_stubs compilation." into nyc-dev 2016-03-25 09:05:42 +00:00
susnata
91926c0c7d Changing generic parameter name to make it less ambiguous.
Change-Id: I80f634e66533fbce34ed149cbe0eae2a5695adac
2016-03-24 21:14:06 +00:00
Susnata Basak
a381fcebcc Merge "Adding build scripts to SupportLeanbackShowcase app." into nyc-dev 2016-03-24 21:11:00 +00:00
susnata
0b8d2f0080 Adding build scripts to SupportLeanbackShowcase app.
Change-Id: I438004a2cd87b739f9d6629a07f77c1262819eb6
2016-03-24 13:58:11 -07:00
Pablo Ceballos
c6d57d42c3 Merge "Update GLES NDK headers" into nyc-dev 2016-03-24 20:21:29 +00:00
Pablo Ceballos
40a6ef5c19 Update GLES NDK headers
- Apply the proposed Khronos fix to the headers.
- Rename from android-n to android-24.

Bug 26832318

Change-Id: I6a07a68f3f2b7ec067ba3af46cab7fbd2c42a26d
2016-03-24 09:54:17 -07:00
Sungsoo Lim
79e05d5970 Support7Demos: Add an override annotation
Change-Id: Ice0a1960733a15cb5d78e28686f700cf3aad1409
2016-03-24 16:58:12 +09:00
Sungsoo Lim
813d715270 Support7Demos: Enable the route discovery action only when needed
Bug: 27464709
Change-Id: I4b685d8857d1f8efa830b430f4d694776b758f92
2016-03-24 16:33:24 +09:00
Sungsoo Lim
47c8954cab Merge "Land MediaBrowserCompat sample in Support4Demos" into nyc-dev 2016-03-24 04:04:18 +00:00
Yohann Roussel
6ba496bdc3 Merge "Set min api level when compiling stubs current" into nyc-dev 2016-03-23 08:17:48 +00:00
Dake Gu
08a9ce3d4b Entrance Transition for Page fragment in Browse
Change-Id: If78436ae25f6b4ba4e420f1751abcf5cf9a7683b
2016-03-22 12:12:04 -07:00
Yohann Roussel
4e348921b1 Set min api level when compiling stubs current
Bug: 27371864
Bug: 27763423

(cherry picked from commit 9120adfa4c)

Change-Id: I936d2d690960f369a23076cf46c92f772df62dcc
2016-03-22 12:34:12 +01:00
Dianne Hackborn
cfb240e53b Merge "Add sample for observing only photos changes." into nyc-dev 2016-03-21 23:31:01 +00:00
Dianne Hackborn
a4a1bb7dca Add sample for observing only photos changes.
Change-Id: I954fb466fb21d73f88b1dd1bc86eac617a628073
2016-03-21 13:31:34 -07:00
Chris Banes
c099ea6b05 Improve SwipeRefreshLayout demos
am: 74cecd8

* commit '74cecd82333990bc03d6828e9d44ca2a2d45df96':
  Improve SwipeRefreshLayout demos
2016-03-21 10:09:30 +00:00
Chris Banes
74cecd8233 Improve SwipeRefreshLayout demos
Adds a nested scrolling, and non-scrolling demo

Change-Id: I5ce7e647f3ec976c55553dbc62d42889700ef444
2016-03-21 10:03:36 +00:00
Sungsoo Lim
67d3c4a873 Land MediaBrowserCompat sample in Support4Demos
Bug: 26883964
Change-Id: Ief13490dc4e497acd6160b17a0d8e3d038b75457
2016-03-21 13:35:56 +09:00
Geoff Mendal
35d412a027 Merge "Import translations. DO NOT MERGE" into nyc-dev 2016-03-19 02:48:50 +00:00
Geoff Mendal
3b5977525b Import translations. DO NOT MERGE
Change-Id: I65c96e765841ed756219a3645fcee32d090aa86a
Auto-generated-cl: translation import
2016-03-18 22:47:16 -04:00
Geoff Mendal
b32511e86d Import translations. DO NOT MERGE
Change-Id: Ia5f1fa9731b8b6b71d6a2cdb0e23de8da7fbbca3
Auto-generated-cl: translation import
2016-03-19 03:38:30 +01:00
Vince Harron
d1731fc950 Fix for IllegalMonitorStateException in Cache Abuser
AsyncTask.wait was being called outside of a synchronize block,
causing an IllegalMonitorStateException.  This replaces the wait
with a Thread.sleep.

BUG=b.android.com/203846

Change-Id: Ib370f702c1e0f76657292955de2406ce7f065e69
2016-03-18 16:40:49 -07:00
Yohann Roussel
26707bffbf Package Jack and Jill directly from prebuilt
Instead of taking it from out.

Bug: 27372042

(cherry picked from commit 6f5779692a)

Change-Id: I9cc798e37655c8e86bf781c42c7b57b76070a1fd
2016-03-18 11:39:37 +01:00
Aurimas Liutikas
7641d18a12 Remove -Xlint:unchecked flag for android_system_stubs compilation.
There is not need to print out unchecked warnings when compiling system stubs.

Bug: 27148500
Change-Id: I689bf316b5167e5d4dd8523297f3fb7a95a7dd9b
2016-03-17 10:52:16 -07:00
Maurice Lam
f98b371020 Merge "Add custom config XML support for checkstyle" into nyc-dev 2016-03-16 23:33:48 +00:00
Maurice Lam
d513a1723f Add custom config XML support for checkstyle
Change-Id: If94dd073d7270d8fcdcf4f3041770712a193ce9e
2016-03-16 14:53:15 -07:00
Kirill Grouchnikov
c5d7529123 Sample code for using custom views in TabLayout tabs
Change-Id: I5623729e52bd701914f84e3fd41fa3e5c71245b8
2016-03-16 11:55:03 -04:00
Christopher Ferris
b8e1760d79 Find abi before trying to decode the stack.
The CallStack function prints stacks to the log. Unfortunately, our
stack script defaults to arm, so if the data is actually arm64, we'll
do nothing. Modify the script to parse the input trying to determine
the abi before processing the rest of the lines. At the very least,
we'll be able to correctly choose between arm and arm64.

The only downside, is that, the old method could take dumps from different
abis, but no one I know does this.

Bug: 26569638

(cherry picked from commit bf8a940234)

Change-Id: I8dba5cc4910c4a81996999b8699915f1d55b4979
2016-03-15 19:05:15 -07:00
Dake Gu
a070f85677 LeanbackDemo: Search requests runtime permission
Bug: 23958590
Change-Id: I058b80050285b9912fefbcaca3f897f8a6b87b3d
2016-03-15 18:30:16 -07:00
Makoto Onuki
8950c62362 Merge "Don't override the setting activity shortcut" into nyc-dev 2016-03-15 20:04:36 +00:00
Susnata Basak
8689804cc9 Merge "Adding page fragment inside BrowseFragment demo" into nyc-dev 2016-03-15 18:37:45 +00:00
susnata
b0a80e28d5 Adding page fragment inside BrowseFragment demo
Change-Id: If6f453f2398d8fc5beba16e2a2e126566b9b65e2
2016-03-15 11:22:16 -07:00
Makoto Onuki
ed8e4d8529 Don't override the setting activity shortcut
- Also dump updated shortcuts on logcat

Bug 27548047

Change-Id: Id6a80e518dd801f530bbd30b6379ed86d7cf8a2b
2016-03-15 11:10:23 -07:00
Makoto Onuki
05b869cfcc Don't use the launcher shortcut APIs when not allowed.
Bug 27548047

Change-Id: Ie9f85b1662be9b071458180c128554711642e55e
2016-03-14 15:14:40 -07:00
Miao Wang
fafcfeb5e1 [RenderScript] Use librsrt_ARCH.bc instead of libclcore.bc am: a3ec5f3444 am: d54252e000 am: bd24e8e6c9
am: fc69b07d7a

* commit 'fc69b07d7accbb5f0a7d0616a7ba9e98bebd0f59':
  [RenderScript] Use librsrt_ARCH.bc instead of libclcore.bc
2016-03-14 18:22:57 +00:00
Miao Wang
fc69b07d7a [RenderScript] Use librsrt_ARCH.bc instead of libclcore.bc am: a3ec5f3444 am: d54252e000
am: bd24e8e6c9

* commit 'bd24e8e6c9c68c3fa7ef98e43d8106502b9a9db2':
  [RenderScript] Use librsrt_ARCH.bc instead of libclcore.bc
2016-03-14 18:20:56 +00:00
Miao Wang
bd24e8e6c9 [RenderScript] Use librsrt_ARCH.bc instead of libclcore.bc am: a3ec5f3444
am: d54252e000

* commit 'd54252e00072f145becc4764444c5253214ca650':
  [RenderScript] Use librsrt_ARCH.bc instead of libclcore.bc
2016-03-14 18:18:56 +00:00
Miao Wang
d54252e000 [RenderScript] Use librsrt_ARCH.bc instead of libclcore.bc
am: a3ec5f3444

* commit 'a3ec5f3444e48a1fa94435eed803a2f0576e6605':
  [RenderScript] Use librsrt_ARCH.bc instead of libclcore.bc
2016-03-14 18:16:41 +00:00
Miao Wang
7c02764a19 [RenderScript] Use librsrt_ARCH.bc instead of libclcore.bc
Bug: 19800082

  - Use librsrt_ARCH.bc for bcc-compat
  - Rename librsrt_ARCH.bc to libclcore.bc when packaging BuildTools, to
    maintain compatibility with old gradle-plugin.

Change-Id: I567935bd6ec8f6c3b91510b2a7db6d05ec895a92
2016-03-14 18:06:08 +00:00
Miao Wang
a3ec5f3444 [RenderScript] Use librsrt_ARCH.bc instead of libclcore.bc
Bug: 19800082

  - Use librsrt_ARCH.bc for bcc-compat
  - Rename librsrt_ARCH.bc to libclcore.bc when packaging BuildTools, to
    maintain compatibility with old gradle-plugin.

Change-Id: I567935bd6ec8f6c3b91510b2a7db6d05ec895a92
2016-03-11 21:51:49 -08:00
Adam Lesinski
5b90d3715f Merge "Add AAPT2 to SDK build" into nyc-dev 2016-03-11 21:33:51 +00:00
Neil Fuller
40a583c79b Merge "Change the Development app to use a lambda." into nyc-dev 2016-03-11 10:33:28 +00:00
Lorenzo Colitti
503abedac9 Change the Development app to use a lambda.
This is a cherry pick and modification of
commit 17f05f5820.

Bug: 26753820
Change-Id: I55419fac85196d86d548d455880d897015d8ea84
2016-03-11 10:31:35 +00:00
Adam Lesinski
355f971d42 Add AAPT2 to SDK build
Change-Id: I5e4072385ad7cbf86b435571b5e6149270c5eb1e
2016-03-10 20:08:15 -08:00
Susnata Basak
d91a35d096 Merge "Adding PageRow to BrowseFragment demo." into nyc-dev 2016-03-11 02:38:35 +00:00
Xavier Ducrohet
76fede5586 Update build tools to 24 rc2
Change-Id: I3b77eb79c567a93d7d1b0c6cabece3f839a2c758
2016-03-10 17:54:46 -08:00
Xavier Ducrohet
d9c18471cb Update build tools version to 23.0.3 - DO NOT MERGE. am: f50c50b371 am: 5d60951428 am: fde726ea06
am: 1f084fef50  -s ours

* commit '1f084fef50e56daa54d5af4a32d918b061d7f4df':
  Update build tools version to 23.0.3 - DO NOT MERGE.
2016-03-11 01:39:53 +00:00