evermind-zz

Results 9 issues of evermind-zz

I want to provide my own ChangeLog instead of the generated one. - With this PR you can specify `changelog_file: customChangeLogFile` which will replace the generated changeLog - if option...

#### What is it? - [x] Bugfix (user facing) - [x] Feature (user facing) - [x] Codebase improvement (dev facing) - [ ] Meta improvement to the project (dev facing)...

feature request
GUI
multiservice
size/giant
search

- [x] I carefully read the [contribution guidelines](https://github.com/TeamNewPipe/NewPipe/blob/HEAD/.github/CONTRIBUTING.md) and agree to them. - [x] I have tested the API against [NewPipe](https://github.com/TeamNewPipe/NewPipe). - [x] I agree to create a pull request...

I added a setting to choose the audio source Choose audio from: MediaRecorder.AudioSource.CAMCORDER, MediaRecorder.AudioSource.DEFAULT, MediaRecorder.AudioSource.UNPROCESSED, MediaRecorder.AudioSource.MIC, MediaRecorder.AudioSource.VOICE_COMMUNICATION, MediaRecorder.AudioSource.VOICE_PERFORMANCE)

goto sleep on double tapping on lockscreen. I've tested it on an Android 10.h This functionality is borrowed (link below) and quickly integrated into firefdskit. (only minimal invasive adjusted to...

I wanted to add support for `trick_doubleTapLockScreen` and `trick_doubleTapStatusBar` to android 10. I added some helper classes to abstract the code and ease the development for new features. _class FeatureFactory_...

I found myself in a situation in which the whole screen of my phone could not be seen and thus the 'display' view was hidden. This patch introduces a config...

I've added some unit tests for uds and isotp. I had to refactor those classes and use cmake to compile the tests the (CMakeLists.txt for building the test is independent)...

this pull request is based on https://github.com/collin80/SavvyCAN/pull/979 This are basically the commits I've made: - e9da181 Qt6 fix some deprecations QVariant::Type::Bool -> QMetaType::Bool and removed 75 - 43a7d77 fix some...