From 29148087539e39e880736233f99987a7e0de1471 Mon Sep 17 00:00:00 2001 From: ClaraCrazy Date: Mon, 19 Dec 2022 18:02:46 +0100 Subject: [PATCH 01/10] Update pull_request_template.md --- .github/pull_request_template.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4bc69d8e6..d95ba9a7e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,12 +2,6 @@ - [ Describe changes here ] -# Verification +----- -- [ Describe how to verify changes ] - -# Checklist (For Reviewer) - -- [ ] PR has description of feature/bug -- [ ] Description contains actions to verify feature/bugfix - [ ] I've built this code, uploaded it to the device and verified feature/bugfix From 6f33e999cd9f91b548b3eddcc1a81f59b3cbe98b Mon Sep 17 00:00:00 2001 From: ClaraCrazy Date: Mon, 19 Dec 2022 18:03:20 +0100 Subject: [PATCH 02/10] Delete CODEOWNERS --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index e7a330d1f..000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @RogueMaster \ No newline at end of file From 89b567dc1a4f068cfbbee5c0b695cf477155e2f6 Mon Sep 17 00:00:00 2001 From: ClaraCrazy Date: Mon, 19 Dec 2022 18:03:40 +0100 Subject: [PATCH 03/10] Update config.yml --- .github/ISSUE_TEMPLATE/config.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index faea611f9..0086358db 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1 @@ blank_issues_enabled: true -contact_links: - - name: Discord - url: https://discord.gg/gF2bBUzAFe - about: Flipper Uncensored Discord Community From 85b51c709da99570d5d864fa3fd924b5209775d1 Mon Sep 17 00:00:00 2001 From: ClaraCrazy Date: Mon, 19 Dec 2022 18:18:54 +0100 Subject: [PATCH 04/10] Update ReadMe.md --- ReadMe.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 4b262da31..be9d343e5 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -5,7 +5,11 @@ This Firmware is a modified version of RM with some of my own Ideas added to it and some ignored stuff from the official one brought into it as well. Probably more bleeding edge than RM, but will always remove things that crash the flipper -This might have some NSFW content, but since its a super tiny display dont expect too much. +----- + +Note: + +I'm currently working on getting my own custom animation style done. This is going to be nsfw, as that suits me quite well. If you wanna help, lmk! ----- @@ -21,7 +25,19 @@ This might have some NSFW content, but since its a super tiny display dont expec - Added scrolling view for long file names in browser ``` -## Build +---- + +## Known Bugs: + +```txt +- Clock not yet synced with locale +- Wii EC can crash due to Null Pointer +- subghz brutemap not working +``` + +---- + +## Build it yourself: ```bash $ git clone --recursive https://github.com/ClaraCrazy/Flipper-Xtreme.git From 54501809b95268cd925bb94eac4410f6521125b0 Mon Sep 17 00:00:00 2001 From: ClaraCrazy Date: Mon, 19 Dec 2022 18:24:24 +0100 Subject: [PATCH 05/10] Delete ReadMe.md --- ReadMe.md | 52 ---------------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 ReadMe.md diff --git a/ReadMe.md b/ReadMe.md deleted file mode 100644 index be9d343e5..000000000 --- a/ReadMe.md +++ /dev/null @@ -1,52 +0,0 @@ -## Flipper Xtreme, the most advanced Flipper firmware -![3a369eda-33b5-492e-a3d8-19425ca83a8a](https://user-images.githubusercontent.com/55334727/208327285-07abf8e9-7f11-491e-8c17-6fbbae4a5752.png) - -[RogueMaster Firmware](https://github.com/RogueMaster/flipperzero-firmware-wPlugins) | [Official Version](https://github.com/flipperdevices/flipperzero-firmware) - -This Firmware is a modified version of RM with some of my own Ideas added to it and some ignored stuff from the official one brought into it as well. Probably more bleeding edge than RM, but will always remove things that crash the flipper - ------ - -Note: - -I'm currently working on getting my own custom animation style done. This is going to be nsfw, as that suits me quite well. If you wanna help, lmk! - ------ - -## List of changes: - -```txt -- Removed broken apps (bad apple, chess, etc.) - -- Updated some NFC stuff - -- Added multiple Animation profiles to fit your style -- Added new API Routes for Locale settings -- Added scrolling view for long file names in browser -``` - ----- - -## Known Bugs: - -```txt -- Clock not yet synced with locale -- Wii EC can crash due to Null Pointer -- subghz brutemap not working -``` - ----- - -## Build it yourself: - -```bash -$ git clone --recursive https://github.com/ClaraCrazy/Flipper-Xtreme.git -$ cd flipperzero-firmware-wPlugins/ -$ ./fbt updater_package - -# If building FAPS: -$ ./fbt fap_dist - -# If building image assets: -$ ./fbt resources icons dolphin_ext -``` From 1b093d9993bba00cebf1c81eafba26591f50b20e Mon Sep 17 00:00:00 2001 From: ClaraCrazy Date: Mon, 19 Dec 2022 18:24:40 +0100 Subject: [PATCH 06/10] Create readme.md --- readme.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 000000000..be9d343e5 --- /dev/null +++ b/readme.md @@ -0,0 +1,52 @@ +## Flipper Xtreme, the most advanced Flipper firmware +![3a369eda-33b5-492e-a3d8-19425ca83a8a](https://user-images.githubusercontent.com/55334727/208327285-07abf8e9-7f11-491e-8c17-6fbbae4a5752.png) + +[RogueMaster Firmware](https://github.com/RogueMaster/flipperzero-firmware-wPlugins) | [Official Version](https://github.com/flipperdevices/flipperzero-firmware) + +This Firmware is a modified version of RM with some of my own Ideas added to it and some ignored stuff from the official one brought into it as well. Probably more bleeding edge than RM, but will always remove things that crash the flipper + +----- + +Note: + +I'm currently working on getting my own custom animation style done. This is going to be nsfw, as that suits me quite well. If you wanna help, lmk! + +----- + +## List of changes: + +```txt +- Removed broken apps (bad apple, chess, etc.) + +- Updated some NFC stuff + +- Added multiple Animation profiles to fit your style +- Added new API Routes for Locale settings +- Added scrolling view for long file names in browser +``` + +---- + +## Known Bugs: + +```txt +- Clock not yet synced with locale +- Wii EC can crash due to Null Pointer +- subghz brutemap not working +``` + +---- + +## Build it yourself: + +```bash +$ git clone --recursive https://github.com/ClaraCrazy/Flipper-Xtreme.git +$ cd flipperzero-firmware-wPlugins/ +$ ./fbt updater_package + +# If building FAPS: +$ ./fbt fap_dist + +# If building image assets: +$ ./fbt resources icons dolphin_ext +``` From 854b9ca7a861b576f8b69594b0b653eaee55cf2a Mon Sep 17 00:00:00 2001 From: ClaraCrazy Date: Mon, 19 Dec 2022 18:30:20 +0100 Subject: [PATCH 07/10] Update readme.md --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index be9d343e5..c42c04367 100644 --- a/readme.md +++ b/readme.md @@ -18,6 +18,7 @@ I'm currently working on getting my own custom animation style done. This is goi ```txt - Removed broken apps (bad apple, chess, etc.) +- Updated Compiler to now handle all non-compiled faps during build, accept WIP projects and just stfu about non-fatal problems - Updated some NFC stuff - Added multiple Animation profiles to fit your style From 1112056e85f9342ef29d1a035e8b89841e6ff7c1 Mon Sep 17 00:00:00 2001 From: ClaraCrazy Date: Mon, 19 Dec 2022 18:31:19 +0100 Subject: [PATCH 08/10] Update readme.md --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c42c04367..788d0eef0 100644 --- a/readme.md +++ b/readme.md @@ -18,7 +18,9 @@ I'm currently working on getting my own custom animation style done. This is goi ```txt - Removed broken apps (bad apple, chess, etc.) -- Updated Compiler to now handle all non-compiled faps during build, accept WIP projects and just stfu about non-fatal problems +- Updated Compiler to now handle all non-compiled faps during build +- Updated Compiler to accept WIP SDK +- Updated Compiler to just stfu about non-fatal problems - Updated some NFC stuff - Added multiple Animation profiles to fit your style From 353f6223570786b43ea7a7d99785a37650d1f24b Mon Sep 17 00:00:00 2001 From: ClaraCrazy Date: Mon, 19 Dec 2022 21:36:42 +0100 Subject: [PATCH 09/10] Update readme.md --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 788d0eef0..f55a11723 100644 --- a/readme.md +++ b/readme.md @@ -22,9 +22,12 @@ I'm currently working on getting my own custom animation style done. This is goi - Updated Compiler to accept WIP SDK - Updated Compiler to just stfu about non-fatal problems - Updated some NFC stuff +- Updated Weather App +- Updated - Added multiple Animation profiles to fit your style - Added new API Routes for Locale settings +- Added Applications to new Locale setting - Added scrolling view for long file names in browser ``` From e3761ff756567f83a3e7c3e323a5f79f2cc256b5 Mon Sep 17 00:00:00 2001 From: ClaraCrazy Date: Thu, 22 Dec 2022 04:45:49 +0100 Subject: [PATCH 10/10] Delete readme.md --- readme.md | 58 ------------------------------------------------------- 1 file changed, 58 deletions(-) delete mode 100644 readme.md diff --git a/readme.md b/readme.md deleted file mode 100644 index f55a11723..000000000 --- a/readme.md +++ /dev/null @@ -1,58 +0,0 @@ -## Flipper Xtreme, the most advanced Flipper firmware -![3a369eda-33b5-492e-a3d8-19425ca83a8a](https://user-images.githubusercontent.com/55334727/208327285-07abf8e9-7f11-491e-8c17-6fbbae4a5752.png) - -[RogueMaster Firmware](https://github.com/RogueMaster/flipperzero-firmware-wPlugins) | [Official Version](https://github.com/flipperdevices/flipperzero-firmware) - -This Firmware is a modified version of RM with some of my own Ideas added to it and some ignored stuff from the official one brought into it as well. Probably more bleeding edge than RM, but will always remove things that crash the flipper - ------ - -Note: - -I'm currently working on getting my own custom animation style done. This is going to be nsfw, as that suits me quite well. If you wanna help, lmk! - ------ - -## List of changes: - -```txt -- Removed broken apps (bad apple, chess, etc.) - -- Updated Compiler to now handle all non-compiled faps during build -- Updated Compiler to accept WIP SDK -- Updated Compiler to just stfu about non-fatal problems -- Updated some NFC stuff -- Updated Weather App -- Updated - -- Added multiple Animation profiles to fit your style -- Added new API Routes for Locale settings -- Added Applications to new Locale setting -- Added scrolling view for long file names in browser -``` - ----- - -## Known Bugs: - -```txt -- Clock not yet synced with locale -- Wii EC can crash due to Null Pointer -- subghz brutemap not working -``` - ----- - -## Build it yourself: - -```bash -$ git clone --recursive https://github.com/ClaraCrazy/Flipper-Xtreme.git -$ cd flipperzero-firmware-wPlugins/ -$ ./fbt updater_package - -# If building FAPS: -$ ./fbt fap_dist - -# If building image assets: -$ ./fbt resources icons dolphin_ext -```