From 126e3e8c1d1be31bb6a8649a0bf971b17b786972 Mon Sep 17 00:00:00 2001 From: Clara K Date: Sun, 1 Jan 2023 00:24:38 +0100 Subject: [PATCH 1/5] Update ReadMe.md --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 4c7594a55..40b8a6435 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -44,7 +44,7 @@ If you dont like that, we removed the "Dummy mode" as it serves no purpose, and

List of changes:

-Note: This repo is always updated with OFW, Unleashed & Rogue. No need to mention all those here. We will only mention **our** changes that we can actually be credited for, unlike *others* +Note: This repo is always updated with OFW & Unleashed. No need to mention all those here. We will only mention **our** changes that we can actually be credited for, unlike *others* ```txt [Added] From 64a708c018911adc3b35d3b77d369e3803f15089 Mon Sep 17 00:00:00 2001 From: Clara K Date: Sun, 1 Jan 2023 01:44:07 +0100 Subject: [PATCH 2/5] Update ReadMe.md --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 40b8a6435..5ea4e8c8e 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -70,7 +70,7 @@ Note: This repo is always updated with OFW & Unleashed. No need to mention all t - Compiler just stfu about non-fatal problems - Some further NFC stuff - Weather App -- Applications now use below mentioned API Routes +- Applications now use above mentioned API Routes ``` ```txt [Fixed] From 20366e95edf9c1dad42ae699e05dcbc5af4cbf39 Mon Sep 17 00:00:00 2001 From: Clara K Date: Sun, 1 Jan 2023 03:17:46 +0100 Subject: [PATCH 3/5] Update ReadMe.md --- ReadMe.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 5ea4e8c8e..a59799514 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -148,4 +148,10 @@ $ ./fbt resources icons dolphin_ext ``` ---- -

We're not waiting for a war... We bring the war to them!

+## Stargazers over time + +[![Stargazers over time](https://starchart.cc/ClaraCrazy/Flipper-Xtreme.svg)](https://starchart.cc/ClaraCrazy/Flipper-Xtreme) + + +---- +

"What we do for ourselves dies with us. What we do for others and the world remains and is immortal.” ― Albert Pike

From 44b89046139725ec147f28b0a32b65f9794f8698 Mon Sep 17 00:00:00 2001 From: Clara K Date: Sun, 1 Jan 2023 12:23:48 +0100 Subject: [PATCH 4/5] Update ReadMe.md --- ReadMe.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index a59799514..6abff89fc 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -106,8 +106,7 @@ Note: This repo is always updated with OFW & Unleashed. No need to mention all t

Web Updater / Mobile App / Automatic qFlipper Update

- Go to the latest release from [The releases tab](https://github.com/ClaraCrazy/Flipper-Xtreme/releases/latest) -- Download the .tgz file -- Run your updater of choice with it +- Click the "Web Updater" Button - Enjoy!
From ecaa19169614304b0876e0c9b2a74c20e10d70f3 Mon Sep 17 00:00:00 2001 From: Clara K Date: Mon, 2 Jan 2023 12:24:42 +0100 Subject: [PATCH 5/5] Create CODEOWNERS --- .github/CODEOWNERS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..1b076ebc1 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,15 @@ +# Lines starting with '#' are comments. +# Each line is a file pattern followed by one or more owners. + +# More details are here: https://help.github.com/articles/about-codeowners/ + +# The '*' pattern is global owners. + +# Order is important. The last matching pattern has the most precedence. +# The folders are ordered as follows: + +# In each subsection folders are ordered first by depth, then alphabetically. +# This should make it easy to add new rules without breaking existing ones. + +# Global rule: +* @ClaraCrazy