This build is a beta build to get more people involved in testing the new notification system and translations
- Added new notification system
- Added support for user-defined notification via M117 (See companion)
- Added French translation thanks to @Jothoreptile
- Added Russian translation thanks to @teuchezh
- Added monochrome android icons thanks to @AustinSchulz
New notification handling - beta
In the last few weeks, I replaced the old notification system with a new one that improves the reliability of the notification delivery for IOS.
Anyone who wants to participate in the beta will have to update the companion to the dev branch.
To switch to the dev branch you will have to:
- Access the printer via terminal/SSH and run:
a. cd ~/mobileraker_companion/
b. git switch dev - Edit the [update_manager mobileraker] section (By default located in the moonraker.conf)
a. Change 'primary_branch: main' to 'primary_branch: dev' - Restart the companion via the terminal:
a. sudo systemctl restart mobileraker.service
If you find any bugs or have questions don't hesitate to either contact me directly via Discord or create an issue on the mobileraker_companion GitHub!
Commits
- 0378fa2 - Fixed android workflow
- e5df164 - Merge pull request #89 from teuchezh/ru_translation
- 52cb999 - Merge branch 'dev'
- 7e97ef0 - Added m117 notification channel
- 5028de7 - Fixed notification snapshot for companio was deleted.
- 33cef9d - Merge pull request #88 from AustinSchulz/themed_icons
- 1ac5926 - Monochrome Android Icons
- 8c5de76 - Fixed file view
- 52b4a43 - fcm_settings renamed to device_fcm_settings
- e2cf546 - Settings Page's notification settings are now synced to the machines
- 165822f - Added fcm_settings_repository and notification_settings_repository.
- 541b873 - JRpcClient's ensureConnected now returns a future. The future is used to complete it once a new reconnect try was issued and finished.
- f9cdd3f - Added support for '.g', '.gc', '.gco' gcode file endings
- c24be96 - removed test.dart^
- 6d5a1e4 - Added missing created to copyWith
- 02d3972 - update translation; work in progress;
- 4837d87 - update translation; work in progress;
- 129d9a6 - Added french and russion translation in the language init
- fca4ca8 - Merge pull request #85 from teuchezh/ru_translation
- 89430d1 - Adjusted version
- c58c7fd - Fixed stuff after flutter upgrade and cherry picking some stuff from dev branch
- 94fc544 - Fixed null pointer error due to miss usage of providers in the general_tab.dart page
- 88563ef - Fixed circular dependency
- 5c23585 - Fixed issue with go router version
- 654ddfd - Fkxed code_edit widget after lib update
- f8a6dd6 - Fixed rebuild of bottom Nav bar!
- 0ca25c2 - Updated german translation
- 5cabe88 - Merge pull request #86 from Jothoreptile/master
- 73793e7 - French translation
- 7aea24a - Update fr.json
- bdd73f0 - Update fr.json
- a593016 - Update fr.json
- c29bdd2 - Update fr.json
- 30fc8d7 - Update fr.json
- 3c273b9 - Update fr.json
- 418d8a1 - Update fr.json
- c39532d - Update fr.json
- f41b281 - Create fr.json
- afafcd9 - add ru translation; work in progress;
- c29fe79 - Added RU translation and updated HK and CN translation
- b5be3ef - Added more translations
- f7fe3a9 - Fixed null pointer error due to miss usage of providers in the general_tab.dart page
- bded57b - Fixed circular dependency
- 82bbdca - Bump of version
- 73c358c - Fixed issue with go router version
- 2f2a4c2 - Fkxed code_edit widget after lib update
- 631bd33 - Added POC for new notification system
- 66f0d97 - Fixed rebuild of bottom Nav bar!
- bbc3299 - Updated german translation
- a957599 - Updated dependencies
- b036964 - Merge branch 'dev'
- 5b55362 - Version bump
- ede2f65 - #83 - Fixed wrong condition not displaying Z-Tilt
- b52468f - Reverted settings btn color
- 092b404 - Fixed card_with_x and graph_card_with_button colors/theme modifying by using builders
- d7b8f45 - Added parsing error snackbar.
- 3fe1340 - cleanup
- 3fb05a5 - Merge branch 'master' into dev
- 46b447f - Hotfix regarding config parsing error #78
- 1d56bb1 - Merge pull request #75 from AntoszHUN/master
- 2193757 - Add files via upload
- bce2ca2 - Merge branch 'master' into dev
- 7995c7d - Merge branch 'master' into dev
- 9e7180d - Some minor improvements... Do be replaced!
- 5296b06 - Added RateMy App, Fixed memory leak of fl_chart, made a lot of stuff const
- ff38b67 - Fixed auto ios Versioning