aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Collapse)Author
2013-10-30Restore "Merge downstream branch 'developers-dev' into 'klp-dev'"Trevor Johns
This reverts commit ec985147ec781dfff9a229c6b794ee4eac0ced91.
2013-10-30Revert "Merge downstream branch 'developers-dev' into 'klp-dev'"Trevor Johns
Undoing recent merge to get a clean klp-dev samples release without template code. Will un-revert for followup release with templates after that build has been cut. This reverts commit bc6fe0f65025563ab50af193b099a8fca95ff0a2. Change-Id: Icd2b9772986de7c4978a92e7e22bb2c2cef20bd0
2013-10-29Updated all build.gradle files for emit* compatibility. Added index.jd to ↵Alexander Lucas
gitignore Change-Id: Icc1488eb3db924170cd905cb77416fdd5bd36112
2013-10-29Merge "Updated all samples with group categories." into developers-devTrevor Johns
2013-10-29Replaced sample package variable name with actual sample package across samples.Alexander Lucas
Change-Id: I3f747519b2e12030059b61d55df631928694e592
2013-10-29Updated all samples with group categories.Alexander Lucas
Change-Id: I96847d1359fc9dcdb9bb2d0f30b4b95f3124d56f
2013-10-23Migrated Keystore sample to template.Alexander Lucas
Change-Id: I87a3fc9674f2fb37367a5b53036ad1114c299bd2
2013-09-23Remove the build directory from samples/commonIan Ni-Lewis
Removing the build directory from samples/common in favor of platform/developers/build. Change-Id: I0f4fbba61669434fc441ffe3575e31f26c17ce15
2013-07-24Refactor and update sample build files to use SDK 18Trevor Johns
Moved buildscript to top-level project directories, for when we add additional modules later. Issue: 10002977 Change-Id: Ife4478e2381030878885cace27cfa10347883c31
2013-07-23Move gradle warpper for BasicAndroidKeyStoreTrevor Johns
It was incorrectly stored one level up, in the "security" category directory. Change-Id: Ieab67a6569e3f4e6841654cef89fec37933103a3
2013-07-23Use repo dependencies for sample buildsTrevor Johns
Using repository dependencies rather than file dependencies for sample builds. Specifically, the support library is pulled in directly now, so libs/ folders are no longer required. Also removed superfluous defaultConfig{} and used mavenCentral() for adding the Maven Central repository. Change-Id: I4ce74031bdb171587086c17456d6cfc1ac635269 Conflicts: input/gestures/BasicGestureDetect/settings.gradle
2013-07-23Add Gradle wrapper to all sample projectsTrevor Johns
Adding Gradle wrapper to all sample projects so users can easily build without a local Gradle installation. Change-Id: I72e1dbe13514c8f79f01af2f79de53e60e9e4ecc
2013-07-23Merge "Add basic README file to sample projects" into jb-mr2-devTrevor Johns
2013-07-23Adding missing settings.gradle filesTrevor Johns
Added missing settings.gradle files for existing samples. Change-Id: I7d85cbe956038add7ecd70ea00d59171378cf78b
2013-07-23Add basic README file to sample projectsTrevor Johns
Adding a basic README file with compile instructions to Gradle-based samples. Change-Id: I96ac6e448ba78965980bd9825f09581951c7f8a1
2013-07-23Initial commit, sample for Android Key Store (New as of JB MR2, SDK 18)Alexander Lucas
Change-Id: Ib85e5166a59c3b81fe8a2c175f212530accc9066 (cherry picked from commit 0278e7f6339372c12ec7a7c0076698773152fe64)