Code Monkey home page Code Monkey logo

all-the-plugins's People

Contributors

achistyakov avatar akopachov avatar cookieplmonster avatar dsmatilla avatar electronicsinfocus avatar gid9798 avatar hedger avatar hryamzik avatar kondenko avatar leptopt1los avatar mr-proxy-source avatar noiob avatar noproto avatar puppable avatar xmasterx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

all-the-plugins's Issues

Update the POCSAG Pager app for the SDK version 0.96 f7

Hello!

Your POCSAG Pager app version 1.0 fails to build with the SDK version 0.96.0-rc f7. Please update the app in your repository and create a new pull request to the catalog repository with the updated manifest file.

IMPORTANT: Don’t forget to update the app version and commit version in the manifest file.

View logs

Flipper Team

NfcMaker is broken

Due to firmware changes, NfcMaker application no longer compiling:

  • lib/toolbox/random_name.c removed from firmware tree
  • lib/toolbox/random_name.h removed from firmware tree
  • NFC_APP_EXTENSION variable renamed to NFC_APP_FILENAME_EXTENSION

If one puts the files to the firmware tree and changes variable name in app's sources, app won't start with "Error. Load failed. NFC/nfc_maker.fap. Found unsatisfied imports"

Pomodoro active countdown?

Should the Pomodoro timer be actively counting down?

When I start the timer, it doesn't update in real time like I would expect a clock app to.

Instead, it updates when I click a button..

What do you think about this?

Update the Brainfuck app for the SDK version 0.96 f7

Hello!

Your Brainfuck app version 1.1 fails to build with the SDK version 0.96.0-rc f7. Please update the app in your repository and create a new pull request to the catalog repository with the updated manifest file.

IMPORTANT: Don’t forget to update the app version and commit version in the manifest file.

View logs

Flipper Team

Update the UART Terminal app for the SDK version 0.98.1-rc f7

Hello! Your UART Terminal app version 1.4 fails to build with the SDK version 0.98.1-rc f7. Please update the app in your repository and create a new pull request to the catalog repository with the updated manifest file.

IMPORTANT: Don’t forget to update the app version and commit version in the manifest file.

View logs

Update the POCSAG Pager app for the SDK version 0.85 f7

Hello!

Your POCSAG Pager app version 1.0 fails to build with the SDK version 0.85.2-rc f7. Please update the app in your repository and create a new pull request to the catalog repository with the updated manifest file.

IMPORTANT: Don’t forget to update the app version and commit version in the manifest file.

View logs
View build actions

Flipper Team

Update the Brainfuck app for the SDK version 0.96 f7

Hello!

Your Brainfuck app version 1.0 fails to build with the SDK version 0.96.0-rc f7. Please update the app in your repository and create a new pull request to the catalog repository with the updated manifest file.

IMPORTANT: Don’t forget to update the app version and commit version in the manifest file.

View logs

Flipper Team

Update the [GPIO] Sentry Safe app for the SDK version 0.98.0-rc f7

Hello! Your [GPIO] Sentry Safe app version 1.2 fails to build with the SDK version 0.98.0-rc f7. Please update the app in your repository and create a new pull request to the catalog repository with the updated manifest file.

IMPORTANT: Don’t forget to update the app version and commit version in the manifest file.

View logs

Update the [PMSx003] Airmon app for the SDK version 0.98.1-rc f7

Hello! Your [PMSx003] Airmon app version 1.1 fails to build with the SDK version 0.98.1-rc f7. Please update the app in your repository and create a new pull request to the catalog repository with the updated manifest file.

IMPORTANT: Don’t forget to update the app version and commit version in the manifest file.

View logs

Update the [PMSx003] Airmon app for the SDK version 0.98.1-rc f7

Hello! Your [PMSx003] Airmon app version 1.2 fails to build with the SDK version 0.98.1-rc f7. Please update the app in your repository and create a new pull request to the catalog repository with the updated manifest file.

IMPORTANT: Don’t forget to update the app version and commit version in the manifest file.

View logs

Update the DOOM app for the SDK version 0.98.1-rc f7

Hello! Your DOOM app version 1.1 fails to build with the SDK version 0.98.1-rc f7. Please update the app in your repository and create a new pull request to the catalog repository with the updated manifest file.

IMPORTANT: Don’t forget to update the app version and commit version in the manifest file.

View logs

Update the ProtoView app for the SDK version 0.96 f7

Hello!

Your ProtoView app version 1.0 fails to build with the SDK version 0.96.0-rc f7. Please update the app in your repository and create a new pull request to the catalog repository with the updated manifest file.

IMPORTANT: Don’t forget to update the app version and commit version in the manifest file.

View logs

Flipper Team

tetris_game feature request: consistent tetromino queue distribution algorithm

Thank you for implementing Tetris in Flipper. I enjoy this game. I have one feedback.

I noticed that the tetronimo (Tetris block) distribution is quite random. There were many moves until I got an "I" / line block.

In reviewing the codebase, I don't find any specific logic to handle the queueing of Tetris pieces. So this is my suggestion!

In modern versions of Tetris, tetrominos are now distributed on a semi-random basis.

For example: given a set of pieces A, B, C and D... the algorithm would randomize the order of that whole set before distribution:

D, B, C, A

And then once the whole set has been distributed, it will randomize it again, etc:

B, A, D, C

The significance of this feature is that the game feels more consistent for the player, and it is arguably more enjoyable :)

Update the UART Terminal app for the SDK version 0.98.0-rc f7

Hello! Your UART Terminal app version 1.4 fails to build with the SDK version 0.98.0-rc f7. Please update the app in your repository and create a new pull request to the catalog repository with the updated manifest file.

IMPORTANT: Don’t forget to update the app version and commit version in the manifest file.

View logs

Possible license/copyright violations

mandelbtot set: better controls

Pleaae improve the controles of the Mandelbrot set app, zoom in/out in the middle of the screeen, not into the top left corner, keep moving when holding down direction buttons and dont freeze when zoomed in to far.
Thanks in advance

Update the [GPIO] Sentry Safe app for the SDK version 0.98.1-rc f7

Hello! Your [GPIO] Sentry Safe app version 1.2 fails to build with the SDK version 0.98.1-rc f7. Please update the app in your repository and create a new pull request to the catalog repository with the updated manifest file.

IMPORTANT: Don’t forget to update the app version and commit version in the manifest file.

View logs

implicit declaration of function 'DOLPHIN_DEED'

When I compile apps from the sources in the source code zip, I get the following warning for a lot of apps:

applications_user/flipper-dcf77/dcf77_app.c:350:5: warning: implicit declaration of function 'DOLPHIN_DEED' [-Wimplicit-function-declaration]
  350 |     DOLPHIN_DEED(DolphinDeedPluginGameStart);
      |     ^~~~~~~~~~~~

Update the [GPIO] Sentry Safe app for the SDK version 0.98.1-rc f7

Hello! Your [GPIO] Sentry Safe app version 1.1 fails to build with the SDK version 0.98.1-rc f7. Please update the app in your repository and create a new pull request to the catalog repository with the updated manifest file.

IMPORTANT: Don’t forget to update the app version and commit version in the manifest file.

View logs

[Flipper_Catalog] apps_data files are missing for Barcode_app

Hello,

I don't know if the issue is on your side or if it is an issue on the catalog side so I will create an issue for both.

Linked issue: flipperdevices/flipper-application-catalog#47

TLDR: it seems like required app_data files are missing when installing apps from the Hub/Catalog

Details :
I have an issue with the barcode_app installed with the android app via the Hub/Catalog: when I try to load a Code 128 barcode, it says "Missing encoding table".
After reading the installation instructions on the original github repository I found that it needs encoding table files in a apps_data/barcode_data folder.
This folder is missing on my Flipper Zero:
image
The issue disappeared after I added the missing folder and files manually:
image

Update the [NMEA] GPS app for the SDK version 0.98.1-rc f7

Hello! Your [NMEA] GPS app version 1.3 fails to build with the SDK version 0.98.1-rc f7. Please update the app in your repository and create a new pull request to the catalog repository with the updated manifest file.

IMPORTANT: Don’t forget to update the app version and commit version in the manifest file.

View logs

Update the [GPIO] Sentry Safe app for the SDK version 0.98.2-rc f7

Hello! Your [GPIO] Sentry Safe app version 1.1 fails to build with the SDK version 0.98.2-rc f7. Please update the app in your repository and create a new pull request to the catalog repository with the updated manifest file.

IMPORTANT: Don’t forget to update the app version and commit version in the manifest file.

View logs

Update the Zero Tracker app for the SDK version 0.85 f7

Hello!

Your Zero Tracker app version 1.0 fails to build with the SDK version 0.85.2-rc f7. Please update the app in your repository and create a new pull request to the catalog repository with the updated manifest file.

IMPORTANT: Don’t forget to update the app version and commit version in the manifest file.

View logs
View build actions

Flipper Team

Update the ProtoView app for the SDK version 0.91 f7

Hello!

Your ProtoView app version 1.0 fails to build with the SDK version 0.91.4-rc f7. Please update the app in your repository and create a new pull request to the catalog repository with the updated manifest file.

IMPORTANT: Don’t forget to update the app version and commit version in the manifest file.

View logs
View build actions

Flipper Team

POCSAG readme refers to a non-existent example config file

The POCSAG README reads:

To add new presets and frequencies create file - yourMicroSD/pocsag/settings.txt
And put THIS - https://github.com/flipperdevices/flipperzero-firmware/blob/dev/assets/resources/subghz/assets/setting_user.example file contents into it, and edit this example for yourself, add needed frequencies

The link leads to a 404

Please improve the documentation so that syntax and/or a working example config file is available. Thanks!

Update the [NMEA] GPS app for the SDK version 0.98.1-rc f7

Hello! Your [NMEA] GPS app version 1.1 fails to build with the SDK version 0.98.1-rc f7. Please update the app in your repository and create a new pull request to the catalog repository with the updated manifest file.

IMPORTANT: Don’t forget to update the app version and commit version in the manifest file.

View logs

RGB LED App doesn't work

I tested RGB LED app and I couldn't make it work.

Raised an issue on their repo here and they confirmed that the app is not working.

Update the Zero Tracker app for the SDK version 0.87 f7

Hello!

Your Zero Tracker app version 1.0 fails to build with the SDK version 0.87.0-rc f7. Please update the app in your repository and create a new pull request to the catalog repository with the updated manifest file.

IMPORTANT: Don’t forget to update the app version and commit version in the manifest file.

View logs
View build actions

Flipper Team

The calculator doesn't count decimals well

I have both a problem and a suggestion: The calculator doesn't count fractions well. I wanted to calculate the common fraction 1/12, where the result is 0.083, but the flipper gave ".8", which is not correct. A proposal: add root calculation and exponentiation

Update the [NMEA] GPS app for the SDK version 0.98.2-rc f7

Hello! Your [NMEA] GPS app version 1.1 fails to build with the SDK version 0.98.2-rc f7. Please update the app in your repository and create a new pull request to the catalog repository with the updated manifest file.

IMPORTANT: Don’t forget to update the app version and commit version in the manifest file.

View logs

Update the ProtoView app for the SDK version 0.85 f7

Hello!

Your ProtoView app version 1.0 fails to build with the SDK version 0.85.2-rc f7. Please update the app in your repository and create a new pull request to the catalog repository with the updated manifest file.

IMPORTANT: Don’t forget to update the app version and commit version in the manifest file.

View logs
View build actions

Flipper Team

Update the [NMEA] GPS app for the SDK version 0.98.0-rc f7

Hello! Your [NMEA] GPS app version 1.3 fails to build with the SDK version 0.98.0-rc f7. Please update the app in your repository and create a new pull request to the catalog repository with the updated manifest file.

IMPORTANT: Don’t forget to update the app version and commit version in the manifest file.

View logs

paint: cant lift pencile after pressing two buttons at once

Hi,

Here a bug i found in the paint "game":

When you (manage to) press select and one of the direction keys at once the pen is stuck down. I would prefere a mode switch, push to toggle between paint erase ,move and (as it was probably supposed to be) push to paint.

Also a way to save and load art would be nice.

Thanks and keep up the good work!

Update the DOOM app for the SDK version 0.98.2-rc f7

Hello! Your DOOM app version 1.1 fails to build with the SDK version 0.98.2-rc f7. Please update the app in your repository and create a new pull request to the catalog repository with the updated manifest file.

IMPORTANT: Don’t forget to update the app version and commit version in the manifest file.

View logs

tetris_game 7-bag randomizer not being reset after a game over

The 7 bag randomizer is not being reset after a game over or when starting a new game

How to reproduce :

  • Drop exactly 5 piece
  • Press back button ("The game is now paused")
  • Press menu button (Start a new game)
  • Notice the first dropping piece doesn't follow the 7-bag rule, with a bit of luck you'll notice the falling piece and the next piece being the exact same.

Also works after a game over.
Not sure that when pressing the menu button while the game is paused, starting a new game is an intended behavior.

I also have a few suggestions to improve the game (such as implementing counter-clockwise rotation with up button, or add hold feature, improve piece preview with more previews, add lock delay, improve scoring system with b2bs... -> being closer to the official Tetris Guideline), I'd happily contribute.

Update the ProtoView app for the SDK version 0.86 f7

Hello!

Your ProtoView app version 1.0 fails to build with the SDK version 0.86.1-rc f7. Please update the app in your repository and create a new pull request to the catalog repository with the updated manifest file.

IMPORTANT: Don’t forget to update the app version and commit version in the manifest file.

View logs
View build actions

Flipper Team

universal remote: feature request: priorities worked one

It would be grate if when the bar runs through you could press a button just after it worked and then it starts at that position but backwards the next time to be much faster. Also a way to fine tune to a specific tv by pressing stol and than forwards, backwards one step, then thats it if it workes and then it goes only one this with a single press before switching back to universal again...

Thanks in advance

Update the UART Terminal app for the SDK version 0.98.2-rc f7

Hello! Your UART Terminal app version 1.3 fails to build with the SDK version 0.98.2-rc f7. Please update the app in your repository and create a new pull request to the catalog repository with the updated manifest file.

IMPORTANT: Don’t forget to update the app version and commit version in the manifest file.

View logs

Update the [PMSx003] Airmon app for the SDK version 0.98.0-rc f7

Hello! Your [PMSx003] Airmon app version 1.2 fails to build with the SDK version 0.98.0-rc f7. Please update the app in your repository and create a new pull request to the catalog repository with the updated manifest file.

IMPORTANT: Don’t forget to update the app version and commit version in the manifest file.

View logs

Update the POCSAG Pager app for the SDK version 0.86 f7

Hello!

Your POCSAG Pager app version 1.0 fails to build with the SDK version 0.86.1-rc f7. Please update the app in your repository and create a new pull request to the catalog repository with the updated manifest file.

IMPORTANT: Don’t forget to update the app version and commit version in the manifest file.

View logs
View build actions

Flipper Team

Update the Brainfuck app for the SDK version 0.94 f7

Hello!

Your Brainfuck app version 1.2 fails to build with the SDK version 0.94.1-rc f7. Please update the app in your repository and create a new pull request to the catalog repository with the updated manifest file.

IMPORTANT: Don’t forget to update the app version and commit version in the manifest file.

View logs

Flipper Team

Update the [PMSx003] Airmon app for the SDK version 0.98.2-rc f7

Hello! Your [PMSx003] Airmon app version 1.1 fails to build with the SDK version 0.98.2-rc f7. Please update the app in your repository and create a new pull request to the catalog repository with the updated manifest file.

IMPORTANT: Don’t forget to update the app version and commit version in the manifest file.

View logs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.