Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SimpleRSS] bugfix & improvements #613

Merged
merged 2 commits into from
Sep 11, 2023
Merged

[SimpleRSS] bugfix & improvements #613

merged 2 commits into from
Sep 11, 2023

Conversation

MrServo
Copy link
Contributor

@MrServo MrServo commented Sep 11, 2023

  • bugfix: no more crashes when setting was set to 'ticker'
  • bugfix: troubles when exiting plugin (the last screen before calling the plugin [=Pluginbrowser] was blank when exiting)
  • improvement: all Python-files were integrated in the 'plugin.py'
  • 'twisted.web.client.Agent.request(b'GET', uri)' was replaced by 'twisted.internet.reactor.callInThread' and 'requests.get(uri)'
  • translations modified accordingly
  • Metrix-Skins have been overworked

- bugfix: no more crashes when setting was set to 'ticker'
- bugfix: troubles when exiting plugin (the last screen before calling the plugin [=Pluginbrowser] was blank when exiting)
- improvement: all Python-files were integrated in the 'plugin.py'
- '**twisted.web.client.Agent.request(b'GET', uri)**' was replaced by '**twisted.internet.reactor.callInThread**' and '**requests.get(uri)**'
- translations modified accordingly
- Metrix-Skins have been overworked
@sonarcloud
Copy link

sonarcloud bot commented Sep 11, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@jbleyel jbleyel merged commit a5ff18e into oe-alliance:master Sep 11, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants