From 780ab6b2bd52815d70a4fed90717c7d258f750d6 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Sun, 12 Jun 2016 14:28:50 +0200 Subject: [PATCH 1/3] lgtm config --- .lgtm | 1 + MAINTAINERS | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .lgtm create mode 100644 MAINTAINERS diff --git a/.lgtm b/.lgtm new file mode 100644 index 0000000000..59a8a38bf3 --- /dev/null +++ b/.lgtm @@ -0,0 +1 @@ +pattern = "(?i):shipit:|:\\+1:|LGTM" diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 0000000000..36f9af2954 --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,3 @@ +AndyScherzinger +przybylski +tobiasKaminsky \ No newline at end of file From 9222075066fe31f3041a39526157cbca5a7324d6 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Sun, 12 Jun 2016 14:29:48 +0200 Subject: [PATCH 2/3] version 1.0.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index eb8d568ff4..f14708dc08 100644 --- a/build.gradle +++ b/build.gradle @@ -81,7 +81,7 @@ android { testInstrumentationRunnerArgument "TEST_PASSWORD", "\"$System.env.OCTEST_APP_PASSWORD\"" testInstrumentationRunnerArgument "TEST_SERVER_URL", "\"$System.env.OCTEST_SERVER_BASE_URL\"" - applicationId "com.nextcloud.android" + applicationId "com.nextcloud.client" } // adapt structure from Eclipse to Gradle/Android Studio expectations; From e32a491318e063eaeb9683733ddf100c12fa7ba1 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Sun, 12 Jun 2016 14:37:35 +0200 Subject: [PATCH 3/3] more official maintainers, to approve/review PRs --- MAINTAINERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 36f9af2954..559a95bf93 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1,3 +1,5 @@ AndyScherzinger przybylski -tobiasKaminsky \ No newline at end of file +tobiasKaminsky +LukasReschke +jancborchardt \ No newline at end of file