From 07886075330acf29cae65c0b1acd99be28c198d0 Mon Sep 17 00:00:00 2001 From: Fenil Patel Date: Mon, 11 Dec 2017 16:26:03 +0530 Subject: [PATCH 1/7] README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 95ae742..8147d9b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ ![Weather Stream](https://i.imgur.com/DRkuZmL.jpg) # Weather Stream +[![Awesome Kotlin Badge](https://kotlin.link/awesome-kotlin.svg)](https://github.com/KotlinBy/awesome-kotlin) + Weather Stream is your pocket weather guide irrespective of your location. From 92a0082b84c0a63ed42f7407ff0ac2c42361f5ab Mon Sep 17 00:00:00 2001 From: Fenil Patel Date: Mon, 11 Dec 2017 18:08:40 +0530 Subject: [PATCH 2/7] README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8147d9b..19e0837 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ Weather Stream is your pocket weather guide irrespective of your location. *[![Play Store Badge](https://developer.android.com/images/brand/en_app_rgb_wo_60.png)](https://play.google.com/store/apps/details?id=com.quixom.apps.weatherstream)* + ![Kotlin](https://i.imgur.com/wsMW2h3.jpg) + #### App 100% made with the Kotlin. + [Weather Stream](https://play.google.com/store/apps/details?id=com.quixom.apps.weatherstream) gives you current weather, weather forecast and history of any location you are in. Along with this, it also provides you with an ability to search for a location and check the weather out. Weather Stream also provides you an ability to save a list of locations whose weather is more important to you. key features- 5 days of weather history of any location- Auto Locating your current location and live data- Allows user to Choose units of display- Saves your previous location searches. #### Weather data provider: From 99ec3380fc86f9b21f263a4f787b067545ec61e4 Mon Sep 17 00:00:00 2001 From: Fenil Patel Date: Tue, 12 Dec 2017 10:38:24 +0530 Subject: [PATCH 3/7] README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 19e0837..01b2960 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ # Weather Stream [![Awesome Kotlin Badge](https://kotlin.link/awesome-kotlin.svg)](https://github.com/KotlinBy/awesome-kotlin) +[![Android Arsenal]( https://img.shields.io/badge/Android%20Arsenal-Weather%20Stream-green.svg?style=flat )]( https://android-arsenal.com/details/1/6551 ) Weather Stream is your pocket weather guide irrespective of your location. From 2ab85566231fe321ad7eef46b2d1160e8abc3871 Mon Sep 17 00:00:00 2001 From: Fenil Patel Date: Thu, 21 Dec 2017 12:02:45 +0530 Subject: [PATCH 4/7] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 01b2960..13a89c0 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ # Weather Stream [![Awesome Kotlin Badge](https://kotlin.link/awesome-kotlin.svg)](https://github.com/KotlinBy/awesome-kotlin) [![Android Arsenal]( https://img.shields.io/badge/Android%20Arsenal-Weather%20Stream-green.svg?style=flat )]( https://android-arsenal.com/details/1/6551 ) +[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/vipulasri/Timeline-View/blob/master/LICENSE) Weather Stream is your pocket weather guide irrespective of your location. From 5390950de9f754a9d64e146a1b9da53e9197f33b Mon Sep 17 00:00:00 2001 From: Fenil Patel Date: Tue, 16 Jan 2018 12:24:08 +0530 Subject: [PATCH 5/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13a89c0..7a786f6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Weather Stream](https://i.imgur.com/DRkuZmL.jpg) +![Weather Stream](https://i.imgur.com/yhgwojm.jpg) # Weather Stream [![Awesome Kotlin Badge](https://kotlin.link/awesome-kotlin.svg)](https://github.com/KotlinBy/awesome-kotlin) From 3bb8ce0b27b6b8bafe2974a7db76a5c9660fa45d Mon Sep 17 00:00:00 2001 From: Fenil Patel Date: Mon, 3 Sep 2018 15:37:13 +0530 Subject: [PATCH 6/7] Set theme jekyll-theme-cayman --- _config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c419263 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman \ No newline at end of file From 9aec8bd3ae289cfe1b30bb75d876892c1c24c134 Mon Sep 17 00:00:00 2001 From: Fenil Patel Date: Tue, 18 Sep 2018 19:15:59 +0530 Subject: [PATCH 7/7] Update .gitignore --- .gitignore | 35 +++++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 4f0f4cd..a1c2a23 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,23 @@ -# Created by .ignore support plugin (hsz.mobi) -*.iml -.gradle -/local.properties -.idea/ -/weatherstream.jks -/build -/app/release -/app/build -app/src/main/res/values/key.xml -app/fabric.properties -/keystore.properties +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid*