From 9abf9c789c9ee789c75cd6938d9fe6f9ca00c8b3 Mon Sep 17 00:00:00 2001 From: "Minjae Seon (Darkhost)" Date: Thu, 10 Oct 2019 08:33:10 +0900 Subject: [PATCH 1/3] Remove test.txt / Change Copyright Comment in core/BaseActivity.java --- core/src/main/java/com/bluecat/core/BaseActivity.java | 2 +- test.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 test.txt diff --git a/core/src/main/java/com/bluecat/core/BaseActivity.java b/core/src/main/java/com/bluecat/core/BaseActivity.java index 62ccd7a..740a816 100644 --- a/core/src/main/java/com/bluecat/core/BaseActivity.java +++ b/core/src/main/java/com/bluecat/core/BaseActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 skydoves + * Copyright 2019 Team Mulro in BlueCat-Community * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test.txt b/test.txt deleted file mode 100644 index 30d74d2..0000000 --- a/test.txt +++ /dev/null @@ -1 +0,0 @@ -test \ No newline at end of file From 25a77dcfa914f865b28b6cfe32588c0a3cd1e175 Mon Sep 17 00:00:00 2001 From: "Minjae Seon (Darkhost)" Date: Thu, 10 Oct 2019 08:50:36 +0900 Subject: [PATCH 2/3] Change text in Bug Issue Templete (Library -> Application) --- .github/ISSUE_TEMPLATE/Bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index f568420..79f42ef 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -5,7 +5,7 @@ about: Something is crashing or not working as intended --- **Please complete the following information:** -- Library Version [e.g. v1.0.0] +- Application Version [e.g. v1.0.0] - Affected Device(s) [e.g. Samsung Galaxy s10 with Android 9.0] **Describe the Bug:** From 3511fe95a54173c2d4a7f0e7dbd20190be47f201 Mon Sep 17 00:00:00 2001 From: "Minjae Seon (Darkhost)" Date: Thu, 10 Oct 2019 10:12:07 +0900 Subject: [PATCH 3/3] Change Core's Manifest Package Name --- core/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/AndroidManifest.xml b/core/src/main/AndroidManifest.xml index 010462e..d6dd840 100644 --- a/core/src/main/AndroidManifest.xml +++ b/core/src/main/AndroidManifest.xml @@ -1,2 +1,2 @@ + package="com.bluecat.core" />