From ff71a02ce6c5245a930483dce699b6768d4b437e Mon Sep 17 00:00:00 2001 From: Wladimir Kirianov Date: Wed, 14 Sep 2022 15:42:07 +0200 Subject: [PATCH 1/8] add VScode --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5614bb96..5bfaa113 100644 --- a/.gitignore +++ b/.gitignore @@ -83,6 +83,9 @@ Thumbs.db # Mobile Tools for Java (J2ME) .mtj.tmp/ +# Visual Studio Code +.vscode/ + # Package Files # *.war *.ear From 7991254df04b3c0ddc92e3a7b50a9c79868fbd81 Mon Sep 17 00:00:00 2001 From: Wladimir Kirianov Date: Wed, 14 Sep 2022 15:56:09 +0200 Subject: [PATCH 2/8] Add additional contact information --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ffc4af95..c35993c7 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Infinity for Reddit is available on the Google Play Store and F-Droid.

## Donation + Patreon: https://www.patreon.com/docile_alligator Bitcoin: bc1qxtkd5ap9na7uy8nr9qpt6jny6tdwaj4v43ddle @@ -38,9 +39,11 @@ width="200" hspace="10" vspace="10">](https://raw.githubusercontent.com/Wladefant/Infinity-For-Reddit/master/fastlane/metadata/android/en-US/images/phoneScreenshots/7.png) ### Highlighted feature + - Lazy mode: Automatic scrolling of posts enables you to enjoy amazing posts without moving your thumb. ### Features + - Browsing posts - View comments - Expand and collapse comments section @@ -72,8 +75,8 @@ Don't forget to give the project a star! Thanks again! Here are other ways you can help: -* [Report bugs and make suggestions](https://github.com/Docile-Alligator/Infinity-For-Reddit/issues) - * [Translate the app](https://poeditor.com/join/project?hash=b2IRyfaJv6) +- [Report bugs and make suggestions](https://github.com/Docile-Alligator/Infinity-For-Reddit/issues) +- [Translate the app](https://poeditor.com/join/project?hash=b2IRyfaJv6)

(back to top)

@@ -85,9 +88,11 @@ Distributed under the AGPL-3.0 License. See `LICENSE` for more information. ## Contact -[u/Hostilenemy](https://www.reddit.com/user/Hostilenemy) - -docilealligator.app@gmail.com +[u/Hostilenemy](https://www.reddit.com/user/Hostilenemy) - +docilealligator.app@gmail.com (Owner) + +or [u/Wladefant](https://www.reddit.com/user/Wladefant) - wladefant@gmail.com (Collaborator) Project Link: [https://github.com/Docile-Alligator/Infinity-For-Reddit](https://github.com/Docile-Alligator/Infinity-For-Reddit) -

(back to top)

\ No newline at end of file +

(back to top)

From bbbc0276d11399ded60dd99716f0a79ff78b2aff Mon Sep 17 00:00:00 2001 From: Wladimir Kirianov Date: Thu, 15 Sep 2022 15:40:41 +0200 Subject: [PATCH 3/8] Add description to Steps to reproduce --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 94106240..0a23da4e 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -1,6 +1,6 @@ -name: Bug report +name: Bug Report description: Create a report to help us improve existing features -labels: ["type: possible bug"] +labels: ['type: possible bug'] body: - type: markdown attributes: @@ -56,6 +56,7 @@ body: id: steps attributes: label: Steps to reproduce + description: Do not forget to always add example posts, links, markdown... placeholder: | 1. This 2. Then that From cc96e3d133c1bd9d568063bc5e068ffbf9e3c711 Mon Sep 17 00:00:00 2001 From: Wladimir Kirianov Date: Thu, 15 Sep 2022 17:26:53 +0200 Subject: [PATCH 4/8] Update Readme to a more clean and mobile friendly interface --- README.md | 142 +++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 104 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index c35993c7..d4b8d961 100644 --- a/README.md +++ b/README.md @@ -1,49 +1,76 @@ -# Infinity-For-Reddit [Patreon](https://www.patreon.com/docile_alligator) +

+ Infinity For Reddit +

-[](https://raw.githubusercontent.com/Wladefant/Infinity-For-Reddit/master/fastlane/metadata/android/en-US/images/icon.png) +
-Infinity For Reddit is a Reddit client on Android written in Java. It does not have any ads and it features clean UI and smooth browsing experience. +A Reddit client on Android written in Java. It does not have any ads and it features a clean UI and smooth browsing experience -Infinity for Reddit is available on the Google Play Store and F-Droid. +
-

- - Get it on Google Play - - - Get it on F-Droid - -

+
-## Donation +
-Patreon: https://www.patreon.com/docile_alligator +Infinity for Reddit is available on Google Play and F-Droid -Bitcoin: bc1qxtkd5ap9na7uy8nr9qpt6jny6tdwaj4v43ddle + + Get it on Google Play + + + Get it on F-Droid + + +
+ +
+ +Report a Bug +· +Request a Feature +· +Ask a Question + +
+
+ +
+ +[![release](https://img.shields.io/github/v/release/Docile-Alligator/Infinity-For-Reddit.svg?style=flat-square)](https://github.com/Docile-Alligator/Infinity-For-Reddit/releases) +[![license](https://img.shields.io/github/license/Docile-Alligator/Infinity-For-Reddit.svg?style=flat-square)](LICENSE) + +
+ +
+ Table of Contents + +- [About](#about) + - [Built With](#built-with) +- [Getting Started](#getting-started) + - [Prerequisites](#prerequisites) + - [Usage](#usage) + - [Cookiecutter template](#cookiecutter-template) + - [Manual setup](#manual-setup) + - [Variables reference](#variables-reference) +- [Roadmap](#roadmap) +- [Contributing](#contributing) +- [Support](#support) +- [License](#license) +- [Acknowledgements](#acknowledgements) + +
+ +--- ## About The Project -[](https://raw.githubusercontent.com/Wladefant/Infinity-For-Reddit/master/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png) -[](https://raw.githubusercontent.com/Wladefant/Infinity-For-Reddit/master/fastlane/metadata/android/en-US/images/phoneScreenshots/6.png) -[](https://raw.githubusercontent.com/Wladefant/Infinity-For-Reddit/master/fastlane/metadata/android/en-US/images/phoneScreenshots/7.png) + + + + +
-### Highlighted feature +Key features of **Infinity For Reddit**: - Lazy mode: Automatic scrolling of posts enables you to enjoy amazing posts without moving your thumb. - -### Features - - Browsing posts - View comments - Expand and collapse comments section @@ -58,13 +85,51 @@ width="200" - Get notifications of unread messages - etc... +
+ +Screenshot 1 +Screenshot 2 +Screenshot 3 +Screenshot 4 +Screenshot 5 +Screenshot 6 +Screenshot 7 +Screenshot 8 +

(back to top)

## Contributing -Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. +First off, thanks for taking the time to contribute! Contributions are what makes the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. + +If you have a suggestion that would make this better, please fork the repo and create a pull request. -If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again! 1. Fork the Project @@ -75,14 +140,15 @@ Don't forget to give the project a star! Thanks again! Here are other ways you can help: -- [Report bugs and make suggestions](https://github.com/Docile-Alligator/Infinity-For-Reddit/issues) -- [Translate the app](https://poeditor.com/join/project?hash=b2IRyfaJv6) +- [Report Bugs](https://github.com/Docile-Alligator/Infinity-For-Reddit/issues) +- [Make Suggestions](https://github.com/Docile-Alligator/Infinity-For-Reddit/discussions) +- [Translate The App](https://poeditor.com/join/project?hash=b2IRyfaJv6)

(back to top)

## License -Distributed under the AGPL-3.0 License. See `LICENSE` for more information. +Distributed under the AGPL-3.0 License. See LICENSE for more information.

(back to top)

From 40a9df345b8ca508023b487b4c31e894191536dd Mon Sep 17 00:00:00 2001 From: Wladimir Kirianov Date: Thu, 15 Sep 2022 17:28:48 +0200 Subject: [PATCH 5/8] fix typo in link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4b8d961..64e733bd 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Infinity for Reddit is available on Google Play and F-Droid Report a Bug · -Request a Feature +Request a Feature · Ask a Question From e6ee4c7ebf4a748956426152baf230355a4a748c Mon Sep 17 00:00:00 2001 From: Wladimir Kirianov Date: Thu, 15 Sep 2022 17:33:19 +0200 Subject: [PATCH 6/8] Deleted one screenshot for better viewing --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 64e733bd..3b9de8cd 100644 --- a/README.md +++ b/README.md @@ -117,10 +117,6 @@ Key features of **Infinity For Reddit**: src="https://raw.githubusercontent.com/Wladefant/Infinity-For-Reddit/master/fastlane/metadata/android/en-US/images/phoneScreenshots/7.png" alt="Screenshot 7" height="200" > -Screenshot 8

(back to top)

From e75b8235b80353c132c38b7a2c4636c684dc740e Mon Sep 17 00:00:00 2001 From: Wladimir Kirianov Date: Thu, 15 Sep 2022 17:48:32 +0200 Subject: [PATCH 7/8] add logo --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b9de8cd..1767e48b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ A Reddit client on Android written in Java. It does not have any ads and it features a clean UI and smooth browsing experience + +
@@ -36,8 +38,9 @@ Infinity for Reddit is available on Google Play and F-Droid
-[![release](https://img.shields.io/github/v/release/Docile-Alligator/Infinity-For-Reddit.svg?style=flat-square)](https://github.com/Docile-Alligator/Infinity-For-Reddit/releases) -[![license](https://img.shields.io/github/license/Docile-Alligator/Infinity-For-Reddit.svg?style=flat-square)](LICENSE) +[![release](https://img.shields.io/github/v/release/Docile-Alligator/Infinity-For-Reddit)](https://github.com/Docile-Alligator/Infinity-For-Reddit/releases) +[![license](https://img.shields.io/github/license/Docile-Alligator/Infinity-For-Reddit)](LICENSE) +[![GitHub issues](https://img.shields.io/github/issues/Docile-Alligator/Infinity-For-Reddit)](https://github.com/Docile-Alligator/Infinity-For-Reddit/issues)
From f2e10c1d243ebb15f2dcb4717daa509192dbed23 Mon Sep 17 00:00:00 2001 From: Wladimir Kirianov Date: Thu, 15 Sep 2022 18:02:41 +0200 Subject: [PATCH 8/8] add explore the docs --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1767e48b..470b6ebd 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ Infinity for Reddit is available on Google Play and F-Droid
+
+ Explore the docs » +
+ Report a Bug · Request a Feature @@ -34,6 +38,7 @@ Infinity for Reddit is available on Google Play and F-Droid Ask a Question
+