aboutsummaryrefslogtreecommitdiff
path: root/renderScript
AgeCommit message (Collapse)Author
2016-01-07Update Gradle Wrapper version to 2.8Trevor Johns
Change-Id: Idaf1e221cbe0cb66e89e833b170e43315ed39803
2015-10-01Update gradle wrapper to v2.5Trevor Johns
Change-Id: I2824a6ff305b052ead3e88b0f55aa97dc6d686d7
2015-10-01Update gradle wrapper to v2.4Trevor Johns
Change-Id: I3aaf5e6951ef9606f1c3a3395ffe200f36acac31
2015-08-14Update sample prebuilts to use latest depsTrevor Johns
Pulling in dependency changes from //developers/build commit 5d58bc4802 Change-Id: I66d3c35f03cf0eca6463d22fdb9471f4e4a1dc0a
2015-08-13Update sample templates for android-23 releaseTrevor Johns
Converted "android-MNC" build target references (including min/compile) to use "23" instead, to correspond with recent SDK builds. Includes source file refresh. Change-Id: I441aba7b50d16179cc231531e6aeffd108cdd404
2015-05-15Bumping minimum version of samples.Max Nash
All of these samples would not build because their minimum SDK levels were too low. This CL changes these levels to the actual minimum required to build. Change-Id: I7a7f18d71f94b8982246b91bf6b48b073ec1db2f (cherry picked from commit b149a3703dd6637ec5ee4ff096e1aef0f133736b)
2015-03-11Fixes test code that don't compile.Takeshi Hagikura
- Removed the double license. - Removed non-existent classes such as ?????Fragment or ?????Activity which seemed to be created through the template but haven't been executed. - Changed the wrong index of the Fragment from 1 to 0. - Fixes the targetPackage name consistent with the application package. Change-Id: Id4e5924687ac2320f8ffc4319c4fbadd8523b42e
2015-02-19escape Aporstrophes in template-params.xmlTakeshi Hagikura
Fixes the build error (e.g. http://devrel-build.cbf.corp.google.com/job/android-samples-public-all/81/console) Change-Id: I4dc66b22b304d4ebc15518f5461e1bbface99ed1
2014-12-24Merge "Add metadata for BasicRenderScript sample" into lmp-docsTrevor Johns
2014-12-23Add metadata for BasicRenderScript sampleTrevor Johns
Change-Id: Ic8ac1f581c4e67dcd6e17ef8ce75e5a0ee71848f
2014-12-23Add metadata for RenderScriptIntrinsic sampleTrevor Johns
Change-Id: I8dd368cf196553ab5bec7c519286220acb02d516
2014-12-04Update RenderScript samples to use renderscriptSupportModeEnabledTrevor Johns
Old setting in build.gradle (renderscriptSupportMode) has been replaced with this one in Android Studio 1.0. Change-Id: I1b51cc5b37c75744de7b61a09c9d621bcfccbf97
2014-12-02Update build dependencies for Android Studio 1.0 RC1Trevor Johns
- Use Gradle version v2.2.1 Change-Id: I3a49b3b89e7cb0a66288ebb1841314109db29fdb
2014-10-14Remove <uses-sdk> block from all samplesTrevor Johns
This value is now automatically merged in from build.gradle (which is managed by template-params.xml). Removing it prevents conflicts in the event uses-sdk doesn't match properly. Change-Id: Icbe4aabac366a26a326cfa2ecd2cb57192634a1a
2014-09-10Merge "Add README and related files for distribution" into klp-modular-docsTrevor Johns
2014-09-05Add Wear sample and rename other samples modulesRenato Mangini
- Renamed all sample modules from <sampleDir>/<SampleName>Sample to <sampleDir>Application in order to support multi-module samples. - Add a Wear SynchronizedNotification sample Change-Id: I6141df5f3b161a81f389c532f2f9a67a8fe2d525
2014-08-29Add README and related files for distributionTrevor Johns
Includes CONTRIB.md, LICENSE, and README.md to all samples for distribution through GitHub. Also adds packaging.yaml for all samples for indexing purposes. Change-Id: Ia1d27af059185c8aef324c07224e400484df17f3
2014-08-08Remove managed build.gradle filesTrevor Johns
These build files are managed by a template and shouldn't be checked in. This is normally harmless, but can prevent the build system from applying global changes if a dependency breaks. Change-Id: I5d0ab1bf2244659172fa8c29957d227abbc4d886
2014-07-30update gradle from 1.10 to 1.12 in all samplesClare Bayley
Change-Id: I393063987d9c66e8aba6fb8e05f63313ff2d5a5d
2014-02-07Added samples for feb samples push, updating gradle plugin and gradle versions.Alexander Lucas
Change-Id: Ib39e3c146b296f01ebc7fa78b109174ecd72f700
2014-02-06RenderScriptIntrinsicSample, Fixed resource duplication conflict between ↵Hak Matsuda
template and main. Change-Id: I5f32bb4f99e5f5840e20c45e3a0db9586f91b69d
2014-02-06Fix app_name referenceHakuro Matsuda
Change-Id: Id62826be31008b0780177dbd6353a1c30e3fd099
2014-02-06Initial checkin of RenderScriptIntrinsic sampleHak Matsuda
Change-Id: I206b30bec63c13255d8d322133eee90f02485e3a
2014-02-06BasicRenderScript sample, initial check inHak Matsuda
Now sample template compatible, in KLP-DEV branch. Change-Id: Id3f31f9d56a908098aa9a76bef6f944416bff6fe