Search is not available for this dataset
id
stringlengths
1
8
text
stringlengths
72
9.81M
addition_count
int64
0
10k
commit_subject
stringlengths
0
3.7k
deletion_count
int64
0
8.43k
file_extension
stringlengths
0
32
lang
stringlengths
1
94
license
stringclasses
10 values
repo_name
stringlengths
9
59
10046350
<NME> .gitignore <BEF> # Bazel bazel-* # Android Studio .aswb <MSG> Ignore .idea for Intellij IDEA Signed-off-by: utzcoz <bf4fcb59289e9979ebf7a02b1609ee526a91bd2d@outlook.com> <DFF> @@ -3,3 +3,6 @@ bazel-* # Android Studio .aswb + +# Intellij IDEA +.idea
3
Ignore .idea for Intellij IDEA
0
gitignore
apache-2.0
android/android-test
10046351
<NME> .gitignore <BEF> # Bazel bazel-* # Android Studio .aswb <MSG> Ignore .idea for Intellij IDEA Signed-off-by: utzcoz <bf4fcb59289e9979ebf7a02b1609ee526a91bd2d@outlook.com> <DFF> @@ -3,3 +3,6 @@ bazel-* # Android Studio .aswb + +# Intellij IDEA +.idea
3
Ignore .idea for Intellij IDEA
0
gitignore
apache-2.0
android/android-test
10046352
<NME> gitalk.jsx <BEF> import React, { Component } from 'react' import FlipMove from 'react-flip-move' import autosize from 'autosize' import i18n from './i18n' import './style/index.styl' import { queryParse, queryStringify, axiosJSON, axiosGithub, getMetaContent, formatErrorMsg, hasClassInParent } from...
14
fix: perfer to use personal access token
12
.jsx
jsx
mit
gitalk/gitalk
10046353
<NME> gitalk.jsx <BEF> import React, { Component } from 'react' import FlipMove from 'react-flip-move' import autosize from 'autosize' import i18n from './i18n' import './style/index.styl' import { queryParse, queryStringify, axiosJSON, axiosGithub, getMetaContent, formatErrorMsg, hasClassInParent } from...
14
fix: perfer to use personal access token
12
.jsx
jsx
mit
gitalk/gitalk
10046354
<NME> CodeCoverage.cmake <BEF> # 2012-01-31, Lars Bilke # - Enable Code Coverage # # 2013-09-17, Joakim Söderberg # - Added support for Clang. # - Some additional usage instructions. # # 2018-03-31, Bendik Samseth # - Relax debug output. # - Keep a copy of the coverage output for later use. # - Updated coverage exclude...
37
Used lowercase style for CMake to follow common style (#31)
41
.cmake
cmake
unlicense
bsamseth/cpp-project
10046355
<NME> CodeCoverage.cmake <BEF> # 2012-01-31, Lars Bilke # - Enable Code Coverage # # 2013-09-17, Joakim Söderberg # - Added support for Clang. # - Some additional usage instructions. # # 2018-03-31, Bendik Samseth # - Relax debug output. # - Keep a copy of the coverage output for later use. # - Updated coverage exclude...
37
Used lowercase style for CMake to follow common style (#31)
41
.cmake
cmake
unlicense
bsamseth/cpp-project
10046356
<NME> getComments.js <BEF> import { axiosGithub } from '../util' const getQL = (vars, pagerDirection) => { const cursorDirection = pagerDirection === 'last' ? 'before' : 'after' const ql = ` query getIssueAndComments( $owner: String!, $repo: String!, $id: Int!, $cursor: String, $pageSize: I...
19
fix: occur error when author is null
15
.js
js
mit
gitalk/gitalk
10046357
<NME> getComments.js <BEF> import { axiosGithub } from '../util' const getQL = (vars, pagerDirection) => { const cursorDirection = pagerDirection === 'last' ? 'before' : 'after' const ql = ` query getIssueAndComments( $owner: String!, $repo: String!, $id: Int!, $cursor: String, $pageSize: I...
19
fix: occur error when author is null
15
.js
js
mit
gitalk/gitalk
10046358
<NME> DeviceLayerComponent.kt <BEF> ADDFILE <MSG> Initial implementation of new Synchronized Device State Change API PiperOrigin-RevId: 395739373 <DFF> @@ -0,0 +1,28 @@ +/* + * Copyright (C) 2021 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not us...
28
Initial implementation of new Synchronized Device State Change API
0
.kt
kt
apache-2.0
android/android-test
10046359
<NME> DeviceLayerComponent.kt <BEF> ADDFILE <MSG> Initial implementation of new Synchronized Device State Change API PiperOrigin-RevId: 395739373 <DFF> @@ -0,0 +1,28 @@ +/* + * Copyright (C) 2021 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not us...
28
Initial implementation of new Synchronized Device State Change API
0
.kt
kt
apache-2.0
android/android-test
10046360
<NME> DeviceLayerComponent.kt <BEF> ADDFILE <MSG> Initial implementation of new Synchronized Device State Change API PiperOrigin-RevId: 395739373 <DFF> @@ -0,0 +1,28 @@ +/* + * Copyright (C) 2021 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not us...
28
Initial implementation of new Synchronized Device State Change API
0
.kt
kt
apache-2.0
android/android-test
10046361
<NME> DeviceLayerComponent.kt <BEF> ADDFILE <MSG> Initial implementation of new Synchronized Device State Change API PiperOrigin-RevId: 395739373 <DFF> @@ -0,0 +1,28 @@ +/* + * Copyright (C) 2021 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not us...
28
Initial implementation of new Synchronized Device State Change API
0
.kt
kt
apache-2.0
android/android-test
10046362
<NME> DeviceLayerComponent.kt <BEF> ADDFILE <MSG> Initial implementation of new Synchronized Device State Change API PiperOrigin-RevId: 395739373 <DFF> @@ -0,0 +1,28 @@ +/* + * Copyright (C) 2021 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not us...
28
Initial implementation of new Synchronized Device State Change API
0
.kt
kt
apache-2.0
android/android-test
10046363
<NME> TestStorage.java <BEF> /* * Copyright (C) 2019 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 *...
8
Introduced the platform test storage API and plugged it into Espresso.
1
.java
java
apache-2.0
android/android-test
10046364
<NME> TestStorage.java <BEF> /* * Copyright (C) 2019 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 *...
8
Introduced the platform test storage API and plugged it into Espresso.
1
.java
java
apache-2.0
android/android-test
10046365
<NME> TestStorage.java <BEF> /* * Copyright (C) 2019 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 *...
8
Introduced the platform test storage API and plugged it into Espresso.
1
.java
java
apache-2.0
android/android-test
10046366
<NME> TestStorage.java <BEF> /* * Copyright (C) 2019 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 *...
8
Introduced the platform test storage API and plugged it into Espresso.
1
.java
java
apache-2.0
android/android-test
10046367
<NME> TestStorage.java <BEF> /* * Copyright (C) 2019 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 *...
8
Introduced the platform test storage API and plugged it into Espresso.
1
.java
java
apache-2.0
android/android-test
10046368
<NME> UsageTrackerRegistry.java <BEF> /* * Copyright (C) 2017 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LIC...
2
Update androidx.test versions to 1.3.0-beta01
2
.java
java
apache-2.0
android/android-test
10046369
<NME> UsageTrackerRegistry.java <BEF> /* * Copyright (C) 2017 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LIC...
2
Update androidx.test versions to 1.3.0-beta01
2
.java
java
apache-2.0
android/android-test
10046370
<NME> UsageTrackerRegistry.java <BEF> /* * Copyright (C) 2017 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LIC...
2
Update androidx.test versions to 1.3.0-beta01
2
.java
java
apache-2.0
android/android-test
10046371
<NME> UsageTrackerRegistry.java <BEF> /* * Copyright (C) 2017 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LIC...
2
Update androidx.test versions to 1.3.0-beta01
2
.java
java
apache-2.0
android/android-test
10046372
<NME> UsageTrackerRegistry.java <BEF> /* * Copyright (C) 2017 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LIC...
2
Update androidx.test versions to 1.3.0-beta01
2
.java
java
apache-2.0
android/android-test
10046373
<NME> repo.bzl <BEF> """Skylark rules to setup the WORKSPACE in the opensource bazel world.""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # These dependencies are required for *developing* this project. def _development_repositories(): # Needed by @com_google_protobuf//:protobuf_java_uti...
2
Bump Robolectric to 4.7.3
2
.bzl
bzl
apache-2.0
android/android-test
10046374
<NME> repo.bzl <BEF> """Skylark rules to setup the WORKSPACE in the opensource bazel world.""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # These dependencies are required for *developing* this project. def _development_repositories(): # Needed by @com_google_protobuf//:protobuf_java_uti...
2
Bump Robolectric to 4.7.3
2
.bzl
bzl
apache-2.0
android/android-test
10046375
<NME> repo.bzl <BEF> """Skylark rules to setup the WORKSPACE in the opensource bazel world.""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # These dependencies are required for *developing* this project. def _development_repositories(): # Needed by @com_google_protobuf//:protobuf_java_uti...
2
Bump Robolectric to 4.7.3
2
.bzl
bzl
apache-2.0
android/android-test
10046376
<NME> repo.bzl <BEF> """Skylark rules to setup the WORKSPACE in the opensource bazel world.""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # These dependencies are required for *developing* this project. def _development_repositories(): # Needed by @com_google_protobuf//:protobuf_java_uti...
2
Bump Robolectric to 4.7.3
2
.bzl
bzl
apache-2.0
android/android-test
10046377
<NME> repo.bzl <BEF> """Skylark rules to setup the WORKSPACE in the opensource bazel world.""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # These dependencies are required for *developing* this project. def _development_repositories(): # Needed by @com_google_protobuf//:protobuf_java_uti...
2
Bump Robolectric to 4.7.3
2
.bzl
bzl
apache-2.0
android/android-test
10046378
<NME> GrantPermissionRuleTest.java <BEF> /* * Copyright (C) 2016 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/...
1
Support GrantPermissionRule on Robolectric Fixes: https://github.com/robolectric/robolectric/issues/4133
1
.java
java
apache-2.0
android/android-test
10046379
<NME> GrantPermissionRuleTest.java <BEF> /* * Copyright (C) 2016 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/...
1
Support GrantPermissionRule on Robolectric Fixes: https://github.com/robolectric/robolectric/issues/4133
1
.java
java
apache-2.0
android/android-test
10046380
<NME> GrantPermissionRuleTest.java <BEF> /* * Copyright (C) 2016 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/...
1
Support GrantPermissionRule on Robolectric Fixes: https://github.com/robolectric/robolectric/issues/4133
1
.java
java
apache-2.0
android/android-test
10046381
<NME> GrantPermissionRuleTest.java <BEF> /* * Copyright (C) 2016 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/...
1
Support GrantPermissionRule on Robolectric Fixes: https://github.com/robolectric/robolectric/issues/4133
1
.java
java
apache-2.0
android/android-test
10046382
<NME> GrantPermissionRuleTest.java <BEF> /* * Copyright (C) 2016 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/...
1
Support GrantPermissionRule on Robolectric Fixes: https://github.com/robolectric/robolectric/issues/4133
1
.java
java
apache-2.0
android/android-test
10046383
<NME> index.js <BEF> import React from 'react' import { render } from 'react-dom' import GitalkComponent from './gitalk' class Gitalk { constructor (options = {}) { this.options = options } render (container, callback) { let node = null container = container || this.options.container if (!conta...
1
fix: add promise polyfill
0
.js
js
mit
gitalk/gitalk
10046384
<NME> index.js <BEF> import React from 'react' import { render } from 'react-dom' import GitalkComponent from './gitalk' class Gitalk { constructor (options = {}) { this.options = options } render (container, callback) { let node = null container = container || this.options.container if (!conta...
1
fix: add promise polyfill
0
.js
js
mit
gitalk/gitalk
10046385
<NME> BUILD.bazel <BEF> load("//build_extensions:release.bzl", "axt_release_lib") load("//build_extensions:maven_repo.bzl", "maven_artifact") load("//build_extensions:axt_versions.bzl", "ANDROIDX_ANNOTATION_VERSION", "ANDROIDX_TRUTH_VERSION", "ANNOTATION_VERSION", "CORE_VERSION", "GUAVA_VERSION", "TRUTH_VERSION") # De...
12
Fix androidx.test.ext.truth maven packaging.
3
.bazel
bazel
apache-2.0
android/android-test
10046386
<NME> BUILD.bazel <BEF> load("//build_extensions:release.bzl", "axt_release_lib") load("//build_extensions:maven_repo.bzl", "maven_artifact") load("//build_extensions:axt_versions.bzl", "ANDROIDX_ANNOTATION_VERSION", "ANDROIDX_TRUTH_VERSION", "ANNOTATION_VERSION", "CORE_VERSION", "GUAVA_VERSION", "TRUTH_VERSION") # De...
12
Fix androidx.test.ext.truth maven packaging.
3
.bazel
bazel
apache-2.0
android/android-test
10046387
<NME> BUILD.bazel <BEF> load("//build_extensions:release.bzl", "axt_release_lib") load("//build_extensions:maven_repo.bzl", "maven_artifact") load("//build_extensions:axt_versions.bzl", "ANDROIDX_ANNOTATION_VERSION", "ANDROIDX_TRUTH_VERSION", "ANNOTATION_VERSION", "CORE_VERSION", "GUAVA_VERSION", "TRUTH_VERSION") # De...
12
Fix androidx.test.ext.truth maven packaging.
3
.bazel
bazel
apache-2.0
android/android-test
10046388
<NME> BUILD.bazel <BEF> load("//build_extensions:release.bzl", "axt_release_lib") load("//build_extensions:maven_repo.bzl", "maven_artifact") load("//build_extensions:axt_versions.bzl", "ANDROIDX_ANNOTATION_VERSION", "ANDROIDX_TRUTH_VERSION", "ANNOTATION_VERSION", "CORE_VERSION", "GUAVA_VERSION", "TRUTH_VERSION") # De...
12
Fix androidx.test.ext.truth maven packaging.
3
.bazel
bazel
apache-2.0
android/android-test
10046389
<NME> BUILD.bazel <BEF> load("//build_extensions:release.bzl", "axt_release_lib") load("//build_extensions:maven_repo.bzl", "maven_artifact") load("//build_extensions:axt_versions.bzl", "ANDROIDX_ANNOTATION_VERSION", "ANDROIDX_TRUTH_VERSION", "ANNOTATION_VERSION", "CORE_VERSION", "GUAVA_VERSION", "TRUTH_VERSION") # De...
12
Fix androidx.test.ext.truth maven packaging.
3
.bazel
bazel
apache-2.0
android/android-test
10046390
<NME> .gitignore <BEF> *.log .DS_Store .vscode npm-debug.log node_modules package-lock.json dev/config.js coverage <MSG> add yarn.lock to gitignore <DFF> @@ -8,3 +8,4 @@ node_modules package-lock.json dev/config.js +yarn.lock
1
add yarn.lock to gitignore
0
gitignore
mit
gitalk/gitalk
10046391
<NME> .gitignore <BEF> *.log .DS_Store .vscode npm-debug.log node_modules package-lock.json dev/config.js coverage <MSG> add yarn.lock to gitignore <DFF> @@ -8,3 +8,4 @@ node_modules package-lock.json dev/config.js +yarn.lock
1
add yarn.lock to gitignore
0
gitignore
mit
gitalk/gitalk
10046392
<NME> readme.md <BEF> # Gitalk [![NPM][npm-version-image]][npm-version-url] [![david-dm][david-dm-image]][david-dm-url] [![travis][travis-image]][travis-url] [![coveralls][coveralls-image]][coveralls-url] [![gzip][gzip-size]][gzip-url] Gitalk is a modern comment component based on Github Issue and Preact. [![travis]...
3
chore: add CDNJS version badges in readme files (#106)
1
.md
md
mit
gitalk/gitalk
10046393
<NME> readme.md <BEF> # Gitalk [![NPM][npm-version-image]][npm-version-url] [![david-dm][david-dm-image]][david-dm-url] [![travis][travis-image]][travis-url] [![coveralls][coveralls-image]][coveralls-url] [![gzip][gzip-size]][gzip-url] Gitalk is a modern comment component based on Github Issue and Preact. [![travis]...
3
chore: add CDNJS version badges in readme files (#106)
1
.md
md
mit
gitalk/gitalk
10046394
<NME> main.yml <BEF> ADDFILE <MSG> chore: add `Compressed Size` action <DFF> @@ -0,0 +1,14 @@ +name: Compressed Size + +on: [pull_request] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - uses: preactjs/compressed-size-action@v1 + with: + repo-token: "${...
14
chore: add `Compressed Size` action
0
.yml
github/workflows/main
mit
gitalk/gitalk
10046395
<NME> main.yml <BEF> ADDFILE <MSG> chore: add `Compressed Size` action <DFF> @@ -0,0 +1,14 @@ +name: Compressed Size + +on: [pull_request] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - uses: preactjs/compressed-size-action@v1 + with: + repo-token: "${...
14
chore: add `Compressed Size` action
0
.yml
github/workflows/main
mit
gitalk/gitalk
10046396
<NME> EventInjectorTest.java <BEF> /* * Copyright (C) 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-...
28
Cleanup EventInjectorTest.
107
.java
java
apache-2.0
android/android-test
10046397
<NME> EventInjectorTest.java <BEF> /* * Copyright (C) 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-...
28
Cleanup EventInjectorTest.
107
.java
java
apache-2.0
android/android-test
10046398
<NME> EventInjectorTest.java <BEF> /* * Copyright (C) 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-...
28
Cleanup EventInjectorTest.
107
.java
java
apache-2.0
android/android-test
10046399
<NME> EventInjectorTest.java <BEF> /* * Copyright (C) 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-...
28
Cleanup EventInjectorTest.
107
.java
java
apache-2.0
android/android-test
10046400
<NME> EventInjectorTest.java <BEF> /* * Copyright (C) 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-...
28
Cleanup EventInjectorTest.
107
.java
java
apache-2.0
android/android-test
10046401
<NME> index.js <BEF> import React from 'react' import { render } from 'react-dom' import 'es6-promise/auto' class Gitalk { constructor (options = {}) { this.options = Object.assign({ // parent: '', // clientID: '', // clientSecret: '', // owner: '', // repo: '', // admin: [], ...
15
refactor: rename option parent to container
13
.js
js
mit
gitalk/gitalk
10046402
<NME> index.js <BEF> import React from 'react' import { render } from 'react-dom' import 'es6-promise/auto' class Gitalk { constructor (options = {}) { this.options = Object.assign({ // parent: '', // clientID: '', // clientSecret: '', // owner: '', // repo: '', // admin: [], ...
15
refactor: rename option parent to container
13
.js
js
mit
gitalk/gitalk
10046403
<NME> ActivityInvoker.java <BEF> /* * Copyright (C) 2018 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE...
7
Support ActivityOptions in ActivityScenario
5
.java
java
apache-2.0
android/android-test
10046404
<NME> ActivityInvoker.java <BEF> /* * Copyright (C) 2018 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE...
7
Support ActivityOptions in ActivityScenario
5
.java
java
apache-2.0
android/android-test
10046405
<NME> ActivityInvoker.java <BEF> /* * Copyright (C) 2018 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE...
7
Support ActivityOptions in ActivityScenario
5
.java
java
apache-2.0
android/android-test
10046406
<NME> ActivityInvoker.java <BEF> /* * Copyright (C) 2018 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE...
7
Support ActivityOptions in ActivityScenario
5
.java
java
apache-2.0
android/android-test
10046407
<NME> ActivityInvoker.java <BEF> /* * Copyright (C) 2018 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE...
7
Support ActivityOptions in ActivityScenario
5
.java
java
apache-2.0
android/android-test
10046408
<NME> reporting.py <BEF> """An interface to report the status of emulator launches.""" from __future__ import absolute_import from __future__ import division from __future__ import print_function import json import logging import os import uuid class NoOpReporter(object): """Captures all device and failure data ...
14
ATSL changes required to comply with open source policies. These changes include adding template files like README.md, and adding license headers to sources.
0
.py
py
apache-2.0
android/android-test
10046409
<NME> reporting.py <BEF> """An interface to report the status of emulator launches.""" from __future__ import absolute_import from __future__ import division from __future__ import print_function import json import logging import os import uuid class NoOpReporter(object): """Captures all device and failure data ...
14
ATSL changes required to comply with open source policies. These changes include adding template files like README.md, and adding license headers to sources.
0
.py
py
apache-2.0
android/android-test
10046410
<NME> reporting.py <BEF> """An interface to report the status of emulator launches.""" from __future__ import absolute_import from __future__ import division from __future__ import print_function import json import logging import os import uuid class NoOpReporter(object): """Captures all device and failure data ...
14
ATSL changes required to comply with open source policies. These changes include adding template files like README.md, and adding license headers to sources.
0
.py
py
apache-2.0
android/android-test
10046411
<NME> reporting.py <BEF> """An interface to report the status of emulator launches.""" from __future__ import absolute_import from __future__ import division from __future__ import print_function import json import logging import os import uuid class NoOpReporter(object): """Captures all device and failure data ...
14
ATSL changes required to comply with open source policies. These changes include adding template files like README.md, and adding license headers to sources.
0
.py
py
apache-2.0
android/android-test
10046412
<NME> reporting.py <BEF> """An interface to report the status of emulator launches.""" from __future__ import absolute_import from __future__ import division from __future__ import print_function import json import logging import os import uuid class NoOpReporter(object): """Captures all device and failure data ...
14
ATSL changes required to comply with open source policies. These changes include adding template files like README.md, and adding license headers to sources.
0
.py
py
apache-2.0
android/android-test
10046413
<NME> TestsRegExFilter.java <BEF> /* * Copyright (C) 2019 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE...
1
Rename ParentFilter to AbstractFilter
1
.java
java
apache-2.0
android/android-test
10046414
<NME> TestsRegExFilter.java <BEF> /* * Copyright (C) 2019 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE...
1
Rename ParentFilter to AbstractFilter
1
.java
java
apache-2.0
android/android-test
10046415
<NME> TestsRegExFilter.java <BEF> /* * Copyright (C) 2019 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE...
1
Rename ParentFilter to AbstractFilter
1
.java
java
apache-2.0
android/android-test
10046416
<NME> TestsRegExFilter.java <BEF> /* * Copyright (C) 2019 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE...
1
Rename ParentFilter to AbstractFilter
1
.java
java
apache-2.0
android/android-test
10046417
<NME> TestsRegExFilter.java <BEF> /* * Copyright (C) 2019 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE...
1
Rename ParentFilter to AbstractFilter
1
.java
java
apache-2.0
android/android-test
10046418
<NME> readme.md <BEF> # Gitalk [![NPM][npm-version-image]][npm-version-url] [![CDNJS][cdnjs-version-image]][cdnjs-version-url] [![jsdelivr](https://data.jsdelivr.com/v1/package/npm/gitalk/badge)](https://www.jsdelivr.com/package/npm/gitalk) [![david-dm][david-dm-image]][david-dm-url] [![travis][travis-image]][travi...
7
chore: add .github
7
.md
md
mit
gitalk/gitalk
10046419
<NME> readme.md <BEF> # Gitalk [![NPM][npm-version-image]][npm-version-url] [![CDNJS][cdnjs-version-image]][cdnjs-version-url] [![jsdelivr](https://data.jsdelivr.com/v1/package/npm/gitalk/badge)](https://www.jsdelivr.com/package/npm/gitalk) [![david-dm][david-dm-image]][david-dm-url] [![travis][travis-image]][travi...
7
chore: add .github
7
.md
md
mit
gitalk/gitalk
10046420
<NME> repo.bzl <BEF> """Skylark rules to setup the WORKSPACE in the opensource bazel world.""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # These dependencies are required for *developing* this project. def _development_repositories(): # Needed by @com_google_protobuf//:protobuf_java_uti...
2
Bump Robolectric to 4.8.1
2
.bzl
bzl
apache-2.0
android/android-test
10046421
<NME> repo.bzl <BEF> """Skylark rules to setup the WORKSPACE in the opensource bazel world.""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # These dependencies are required for *developing* this project. def _development_repositories(): # Needed by @com_google_protobuf//:protobuf_java_uti...
2
Bump Robolectric to 4.8.1
2
.bzl
bzl
apache-2.0
android/android-test
10046422
<NME> repo.bzl <BEF> """Skylark rules to setup the WORKSPACE in the opensource bazel world.""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # These dependencies are required for *developing* this project. def _development_repositories(): # Needed by @com_google_protobuf//:protobuf_java_uti...
2
Bump Robolectric to 4.8.1
2
.bzl
bzl
apache-2.0
android/android-test
10046423
<NME> repo.bzl <BEF> """Skylark rules to setup the WORKSPACE in the opensource bazel world.""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # These dependencies are required for *developing* this project. def _development_repositories(): # Needed by @com_google_protobuf//:protobuf_java_uti...
2
Bump Robolectric to 4.8.1
2
.bzl
bzl
apache-2.0
android/android-test
10046424
<NME> repo.bzl <BEF> """Skylark rules to setup the WORKSPACE in the opensource bazel world.""" load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # These dependencies are required for *developing* this project. def _development_repositories(): # Needed by @com_google_protobuf//:protobuf_java_uti...
2
Bump Robolectric to 4.8.1
2
.bzl
bzl
apache-2.0
android/android-test
10046425
<NME> axt_1.3.0-beta02.txt <BEF> ADDFILE <MSG> Store API for 1.3.0_beta02 PiperOrigin-RevId: 312528163 <DFF> @@ -0,0 +1,2656 @@ +package androidx.test { + + public final deprecated class InstrumentationRegistry { + method public static deprecated android.os.Bundle getArguments(); + method public static deprecated andro...
2,656
Store API for 1.3.0_beta02
0
.txt
3
apache-2.0
android/android-test
10046426
<NME> axt_1.3.0-beta02.txt <BEF> ADDFILE <MSG> Store API for 1.3.0_beta02 PiperOrigin-RevId: 312528163 <DFF> @@ -0,0 +1,2656 @@ +package androidx.test { + + public final deprecated class InstrumentationRegistry { + method public static deprecated android.os.Bundle getArguments(); + method public static deprecated andro...
2,656
Store API for 1.3.0_beta02
0
.txt
3
apache-2.0
android/android-test
10046427
<NME> axt_1.3.0-beta02.txt <BEF> ADDFILE <MSG> Store API for 1.3.0_beta02 PiperOrigin-RevId: 312528163 <DFF> @@ -0,0 +1,2656 @@ +package androidx.test { + + public final deprecated class InstrumentationRegistry { + method public static deprecated android.os.Bundle getArguments(); + method public static deprecated andro...
2,656
Store API for 1.3.0_beta02
0
.txt
3
apache-2.0
android/android-test
10046428
<NME> axt_1.3.0-beta02.txt <BEF> ADDFILE <MSG> Store API for 1.3.0_beta02 PiperOrigin-RevId: 312528163 <DFF> @@ -0,0 +1,2656 @@ +package androidx.test { + + public final deprecated class InstrumentationRegistry { + method public static deprecated android.os.Bundle getArguments(); + method public static deprecated andro...
2,656
Store API for 1.3.0_beta02
0
.txt
3
apache-2.0
android/android-test
10046429
<NME> axt_1.3.0-beta02.txt <BEF> ADDFILE <MSG> Store API for 1.3.0_beta02 PiperOrigin-RevId: 312528163 <DFF> @@ -0,0 +1,2656 @@ +package androidx.test { + + public final deprecated class InstrumentationRegistry { + method public static deprecated android.os.Bundle getArguments(); + method public static deprecated andro...
2,656
Store API for 1.3.0_beta02
0
.txt
3
apache-2.0
android/android-test
10046430
<NME> emulated_device.py <BEF> # Copyright 2014 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ...
4
Add an '--open_gl_driver auto' option corresponding to '-gpu auto'
2
.py
py
apache-2.0
android/android-test
10046431
<NME> emulated_device.py <BEF> # Copyright 2014 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ...
4
Add an '--open_gl_driver auto' option corresponding to '-gpu auto'
2
.py
py
apache-2.0
android/android-test
10046432
<NME> emulated_device.py <BEF> # Copyright 2014 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ...
4
Add an '--open_gl_driver auto' option corresponding to '-gpu auto'
2
.py
py
apache-2.0
android/android-test
10046433
<NME> emulated_device.py <BEF> # Copyright 2014 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ...
4
Add an '--open_gl_driver auto' option corresponding to '-gpu auto'
2
.py
py
apache-2.0
android/android-test
10046434
<NME> emulated_device.py <BEF> # Copyright 2014 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ...
4
Add an '--open_gl_driver auto' option corresponding to '-gpu auto'
2
.py
py
apache-2.0
android/android-test
10046435
<NME> readme.md <BEF> # Gitalk [![NPM][npm-version-image]][npm-version-url] [![CDNJS][cdnjs-version-image]][cdnjs-version-url] [![jsdelivr](https://data.jsdelivr.com/v1/package/npm/gitalk/badge)](https://www.jsdelivr.com/package/npm/gitalk) [![david-dm][david-dm-image]][david-dm-url] [![travis][travis-image]][travi...
1
docs: fix markdown link
1
.md
md
mit
gitalk/gitalk
10046436
<NME> readme.md <BEF> # Gitalk [![NPM][npm-version-image]][npm-version-url] [![CDNJS][cdnjs-version-image]][cdnjs-version-url] [![jsdelivr](https://data.jsdelivr.com/v1/package/npm/gitalk/badge)](https://www.jsdelivr.com/package/npm/gitalk) [![david-dm][david-dm-image]][david-dm-url] [![travis][travis-image]][travi...
1
docs: fix markdown link
1
.md
md
mit
gitalk/gitalk
10046437
<NME> emulated_device.py <BEF> # Copyright 2014 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ...
18
Some changes needed for modifying the system partition
4
.py
py
apache-2.0
android/android-test
10046438
<NME> emulated_device.py <BEF> # Copyright 2014 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ...
18
Some changes needed for modifying the system partition
4
.py
py
apache-2.0
android/android-test
10046439
<NME> emulated_device.py <BEF> # Copyright 2014 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ...
18
Some changes needed for modifying the system partition
4
.py
py
apache-2.0
android/android-test
10046440
<NME> emulated_device.py <BEF> # Copyright 2014 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ...
18
Some changes needed for modifying the system partition
4
.py
py
apache-2.0
android/android-test
10046441
<NME> emulated_device.py <BEF> # Copyright 2014 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ...
18
Some changes needed for modifying the system partition
4
.py
py
apache-2.0
android/android-test
10046442
<NME> UsageTrackerRegistry.java <BEF> /* * Copyright (C) 2017 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LIC...
2
Update versions to beta02
2
.java
java
apache-2.0
android/android-test
10046443
<NME> UsageTrackerRegistry.java <BEF> /* * Copyright (C) 2017 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LIC...
2
Update versions to beta02
2
.java
java
apache-2.0
android/android-test
10046444
<NME> UsageTrackerRegistry.java <BEF> /* * Copyright (C) 2017 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LIC...
2
Update versions to beta02
2
.java
java
apache-2.0
android/android-test
10046445
<NME> UsageTrackerRegistry.java <BEF> /* * Copyright (C) 2017 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LIC...
2
Update versions to beta02
2
.java
java
apache-2.0
android/android-test
10046446
<NME> UsageTrackerRegistry.java <BEF> /* * Copyright (C) 2017 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LIC...
2
Update versions to beta02
2
.java
java
apache-2.0
android/android-test
10046447
<NME> UiControllerImplTest.java <BEF> /* * Copyright (C) 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICEN...
6
Fix looper thread error in UiControllerImpl.
0
.java
java
apache-2.0
android/android-test
10046448
<NME> UiControllerImplTest.java <BEF> /* * Copyright (C) 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICEN...
6
Fix looper thread error in UiControllerImpl.
0
.java
java
apache-2.0
android/android-test
10046449
<NME> UiControllerImplTest.java <BEF> /* * Copyright (C) 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICEN...
6
Fix looper thread error in UiControllerImpl.
0
.java
java
apache-2.0
android/android-test