From 4c4de82f892bda61ddc8f6fe90456aa8368ffa58 Mon Sep 17 00:00:00 2001
From: greyovo
Date: Sun, 24 May 2020 21:06:25 +0800
Subject: [PATCH 1/4] New project using JFoenix
A pure picture viewer with some practical features.
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 83785166..4e7b2e46 100644
--- a/README.md
+++ b/README.md
@@ -62,6 +62,7 @@ If you like JFoenix :) and want to support this project, you can become a backer
* ExploreHub An event booking application
* Gramophy Ad-free, Opensource, YouTube Music Player/Downloader
* [JabRef](https://www.jabref.org/) An opensource (scientific) Reference Manager, mostly used in the LaTeX world
+* OnlyViewer A pure picture viewer with some practical features
# Build
To build JFoenix, execute the following command:
From 680aea532547a2d2fee5002956c28b06017cb420 Mon Sep 17 00:00:00 2001
From: JFoeniX
Date: Thu, 4 Jun 2020 16:51:38 +0300
Subject: [PATCH 2/4] Update JFoenix jars links
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 4e7b2e46..14e3744f 100644
--- a/README.md
+++ b/README.md
@@ -19,9 +19,9 @@
* [JFoenix Site](http://www.jfoenix.com)
-* JFoenix for Java 9 - [download jar](https://search.maven.org/remotecontent?filepath=com/jfoenix/jfoenix/9.0.8/jfoenix-9.0.8.jar) (9.x.x)
-* JFoenix for Java 8 - [download jar](https://search.maven.org/remotecontent?filepath=com/jfoenix/jfoenix/8.0.8/jfoenix-8.0.8.jar) (8.x.x)
-* JFoenix for Android - [download jar](https://search.maven.org/remotecontent?filepath=com/jfoenix/jfoenix/8.0.8/jfoenix-8.0.8-retrolambda.jar)
+* JFoenix for Java 9 - [download jar](https://search.maven.org/remotecontent?filepath=com/jfoenix/jfoenix/9.0.10/jfoenix-9.0.10.jar) (9.x.x)
+* JFoenix for Java 8 - [download jar](https://search.maven.org/remotecontent?filepath=com/jfoenix/jfoenix/8.0.10/jfoenix-8.0.10.jar) (8.x.x)
+* JFoenix for Android - [download jar](https://search.maven.org/remotecontent?filepath=com/jfoenix/jfoenix/8.0.10/jfoenix-8.0.10-retrolambda.jar)
* Released builds are available from [Maven Central](http://search.maven.org/#search%7Cga%7C1%7CJFoenix)
# Using JFoenix already?
From dbadee8c2693ec3684166be523c2ee5c49cb2f63 Mon Sep 17 00:00:00 2001
From: JFoeniX
Date: Fri, 5 Jun 2020 09:44:25 +0300
Subject: [PATCH 3/4] Update stale.yml
---
.github/stale.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/stale.yml b/.github/stale.yml
index a89cf329..09451062 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -7,7 +7,7 @@ exemptLabels:
- pinned
- security
# Label to use when marking an issue as stale
-staleLabel: wontfix
+staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
From f4b03e404bf3415f96c94ddb5f93020ba7968b94 Mon Sep 17 00:00:00 2001
From: Patresss
Date: Sat, 13 Jun 2020 14:26:59 +0200
Subject: [PATCH 4/4] Add Automation Boot to "Projects using JFoenix"
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 14e3744f..08be0040 100644
--- a/README.md
+++ b/README.md
@@ -63,6 +63,7 @@ If you like JFoenix :) and want to support this project, you can become a backer
* Gramophy Ad-free, Opensource, YouTube Music Player/Downloader
* [JabRef](https://www.jabref.org/) An opensource (scientific) Reference Manager, mostly used in the LaTeX world
* OnlyViewer A pure picture viewer with some practical features
+* Automation Boot An application for process automation
# Build
To build JFoenix, execute the following command: