From 8276c48c08dc8ed68aaa35cea40c8cae2a8162e4 Mon Sep 17 00:00:00 2001 From: Mehadi Hasan Date: Wed, 26 Feb 2020 03:05:39 +0600 Subject: [PATCH 1/3] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9b8a704 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# WhoisAndroid +Simple, but reliable solution to make WhoIs on Android From 761d6e953e751cfc59e7143432d5a7db7e7247ad Mon Sep 17 00:00:00 2001 From: Mehadi Hasan Date: Wed, 26 Feb 2020 03:14:40 +0600 Subject: [PATCH 2/3] Update the project to AndroidX --- .idea/codeStyles/Project.xml | 116 ++++++++++++++++++ .idea/compiler.xml | 22 ---- .idea/copyright/profiles_settings.xml | 3 - .idea/gradle.xml | 1 + .idea/misc.xml | 41 +------ .idea/modules.xml | 4 +- .idea/{encodings.xml => vcs.xml} | 4 +- app/build.gradle | 17 ++- .../com/whois/ExampleInstrumentedTest.java | 4 +- .../java/onboard/com/whois/MainActivity.java | 2 +- app/src/main/res/layout/activity_main.xml | 45 +++---- build.gradle | 10 +- gradle.properties | 2 + gradle/wrapper/gradle-wrapper.properties | 4 +- 14 files changed, 171 insertions(+), 104 deletions(-) create mode 100644 .idea/codeStyles/Project.xml delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/copyright/profiles_settings.xml rename .idea/{encodings.xml => vcs.xml} (51%) diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..681f41a --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,116 @@ + + + + + + + +
+ + + + xmlns:android + + ^$ + + + +
+
+ + + + xmlns:.* + + ^$ + + + BY_NAME + +
+
+ + + + .*:id + + http://schemas.android.com/apk/res/android + + + +
+
+ + + + .*:name + + http://schemas.android.com/apk/res/android + + + +
+
+ + + + name + + ^$ + + + +
+
+ + + + style + + ^$ + + + +
+
+ + + + .* + + ^$ + + + BY_NAME + +
+
+ + + + .* + + http://schemas.android.com/apk/res/android + + + ANDROID_ATTRIBUTE_ORDER + +
+
+ + + + .* + + .* + + + BY_NAME + +
+
+
+
+
+
\ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 96cc43e..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml deleted file mode 100644 index e7bedf3..0000000 --- a/.idea/copyright/profiles_settings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 7ac24c7..440480e 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -3,6 +3,7 @@