Skip to content

Commit

Permalink
Update apps
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Nov 27, 2024
1 parent 1373f91 commit 2b3ec82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@

### Updated:
- Apps:
- FlipLibrary: Added dog facts and random quotes, bug fixes (by @jblanked), connectivity and progress improvements (by @jamisonderek)
- FlipLibrary: Added Wikipedia, dog facts and random quotes, bug fixes (by @jblanked), connectivity and progress improvements (by @jamisonderek)
- FlipSocial: Improved authentication (by @jblanked)
- FlipStore: Many bugfixes, support ESP32 firmware downloads, allow deleting apps (by @jblanked)
- FlipWeather: Stability improvements (by @jblanked)
- FlipWiFi: Improved error handling (by @jblanked)
- FlipTrader: Improved progress display, added connectivity check on startup (by @jamisonderek)
- FlipWeather: Stability improvements (by @jblanked), improved progress display, added connectivity check on startup (by @jamisonderek)
- FlipWiFi: Improved error handling, updated scan loading and parsing (by @jblanked), added connectivity check on startup (by @jamisonderek)
- FlipBIP: Refactor to make adding coins easier (by @xtruan)
- uPython: Enabled extra functions for the `random` module (by @ofabel)
- Pokemon Trade Tool: Update to gblink v0.63 which includes saving/loading of pin configurations for the EXT link interface (by @kbembedded)
- Snake 2.0: Progress saving, endless mode, game timer, fruit positioning bugfixes (by @Willzvul)
- WebCrawler: Improved progress display, added connectivity check on startup (by @jamisonderek)
- UL: NFC Magic: Added possibility to write 7b MFC to Gen1 tags (by @mishamyte)
- UL: Fixed apps for firmware USB CDC callback changes (by @xMasterX)

### Fixed:
- OFW: GPIO: Merged gsurkov/vcp_break_support branch for usb uart bridge (WIP!!!)
Expand Down
2 changes: 1 addition & 1 deletion applications/external
Submodule external updated 64 files
+1 −1 avr_isp/.gitsubtree
+1 −0 avr_isp/helpers/avr_isp_worker.c
+1 −0 flip_library/CHANGELOG.md
+6 −0 flip_library/alloc/flip_library_alloc.c
+1 −1 flip_library/application.fam
+68 −0 flip_library/callback/flip_library_callback.c
+1 −0 flip_library/flip_library.h
+1 −1 flip_store/application.fam
+3 −3 flip_store/firmwares/flip_store_firmwares.c
+5 −0 flip_trader/CHANGELOG.md
+3 −3 flip_trader/README.md
+17 −7 flip_trader/alloc/flip_trader_alloc.c
+31 −4 flip_trader/app.c
+1 −1 flip_trader/application.fam
+ flip_trader/assets/01-main.png
+422 −62 flip_trader/callback/flip_trader_callback.c
+49 −8 flip_trader/callback/flip_trader_callback.h
+12 −6 flip_trader/flip_trader.c
+6 −3 flip_trader/flip_trader.h
+5 −0 flip_weather/CHANGELOG.md
+16 −33 flip_weather/alloc/flip_weather_alloc.c
+32 −4 flip_weather/app.c
+1 −1 flip_weather/application.fam
+ flip_weather/assets/01-home.png
+460 −153 flip_weather/callback/flip_weather_callback.c
+18 −3 flip_weather/callback/flip_weather_callback.h
+2 −0 flip_weather/easy_flipper/easy_flipper.h
+16 −24 flip_weather/flip_weather.c
+8 −15 flip_weather/flip_weather.h
+47 −0 flip_weather/flipper_http/flipper_http.c
+20 −0 flip_weather/flipper_http/flipper_http.h
+95 −98 flip_weather/parse/flip_weather_parse.c
+36 −4 flip_weather/parse/flip_weather_parse.h
+7 −3 flip_wifi/CHANGELOG.md
+2 −19 flip_wifi/alloc/flip_wifi_alloc.c
+28 −0 flip_wifi/app.c
+1 −1 flip_wifi/application.fam
+ flip_wifi/assets/01-home.png
+51 −65 flip_wifi/callback/flip_wifi_callback.c
+0 −10 flip_wifi/callback/flip_wifi_callback.h
+2 −0 flip_wifi/easy_flipper/easy_flipper.h
+51 −1 flip_wifi/flipper_http/flipper_http.c
+20 −0 flip_wifi/flipper_http/flipper_http.h
+1 −1 gpio_reader_b/.gitsubtree
+1 −0 gpio_reader_b/usb_uart_bridge.c
+1 −1 mp_flipper/.gitsubtree
+6 −1 seader/readme.md
+1 −1 snake_2/.gitsubtree
+1 −1 snake_2/application.fam
+1 −1 swd_probe/.gitsubtree
+3 −1 swd_probe/usb_uart.c
+5 −0 web_crawler/CHANGELOG.md
+16 −15 web_crawler/alloc/web_crawler_alloc.c
+27 −0 web_crawler/app.c
+1 −1 web_crawler/application.fam
+505 −108 web_crawler/callback/web_crawler_callback.c
+49 −4 web_crawler/callback/web_crawler_callback.h
+2 −0 web_crawler/easy_flipper/easy_flipper.h
+12 −9 web_crawler/web_crawler.c
+5 −2 web_crawler/web_crawler.h
+1 −1 wifi_marauder_companion/application.fam
+13 −8 wifi_marauder_companion/scenes/wifi_marauder_scene_start.c
+1 −1 wifi_marauder_companion/wifi_marauder_app.h
+1 −3 wifi_marauder_companion/wifi_marauder_app_i.h

0 comments on commit 2b3ec82

Please sign in to comment.