DSR!

Results 12 issues of DSR!

Last version for download here: https://github.com/xchwarze/AR150-WiFiPineapple-2019

| Q | A | ------------- | --- | Is bugfix? | no | New feature? | yes | Breaks BC? | no | Tests pass? | yes usage example...

pr:request for unit tests

Provisionally I am merging some PR in a fork to be able to use the library in a legacy development. Whoever wants can collaborate ->https://github.com/xchwarze/react-native-swiper

https://openwrt.org/toh/zyxel/nbg6817 I'm migrating from Archer C7 to nbg6817, could you do a build with that target? I would really appreciate it

## Description fix #3550 ## Checklist - [ ] Included code example that can be used to test this change - [ ] Updated TS types - [ ] Added...

🛖 Reanimated 1

### Description 1.13.4 version compilation error with RN 0.70 ### Steps to reproduce 1. npx react-native init test 2. cd test && yarn add https://github.com/software-mansion/react-native-reanimated#c4a6b6f687ede090f6081064abe83a2ef9a05784 3. cd android && ./gradlew...

Platform: Android
Needs review
Repro provided

Bug list: 1. Input combo box is sound mode combo box 2. Missing input combo box 3. Change volume set always sound mode ![Screenshot_20190706-120210_Ariela PRO](https://user-images.githubusercontent.com/2120205/60757950-89d1ca80-9fe7-11e9-8b76-b19aca42ff8f.jpg)

TODO 1. Fix AstroGrep download/update problem ``` AstroGrep: updated from 4.4.9 --> 4.4.9 AstroGrep: downloading update "download.zip" File is not a zip file ``` 2. Add Dependency Walker alternative: http://jacquelin.potier.free.fr/AllDllDeps/...

I noticed on my new TV that the connection dies every few hours, so I made this fix that I haven't tested yet against the real hard. I leave the...

taken from https://github.com/roberodin/ha-samsungtv-custom/blob/master/custom_components/samsungtv_custom/samsungctl_080b/remote_websocket.py ```python def _serialize_string(string): if isinstance(string, str): string = str.encode(string) return base64.b64encode(string).decode("utf-8") ``` ```python def input_text(self, text): """ { "method":"ms.remote.control", "params":{ "Cmd":base64.b64encode, "TypeOfRemote":"SendInputString", "DataOfCmd":"base64", } } """ params...