Oscar Rojas
Oscar Rojas
## Pull request type Please check the type of change your PR introduces: - [ ] Update - [ ] Bugfix - [x] Feature - [ ] Code style update...
**Is your feature request related to a problem? Please describe.** This library and WPF are missing a ColorPicker control. **Describe the solution you'd like** I've been working on porting the...
- [x] Change icon based on "signal level". - [x] Don't ask for the password if the network is already saved to `etc/wpa_supplicanf.conf`. - [ ] Check why the wireless...
The current one is difficult to use with a TV remote control.
And possibly other common keys as well.
Find out what's taking most of the time for the app to initialize: - Set up the platform channels. - Connect to the database. - Anything else...
Most applications are excluded from queries if a category is set for the "intent" used in this code. https://github.com/CocoCR300/flauncher/blob/04e2a96695d6d8d33690d874911d69a6a5223741/android/app/src/main/java/me/efesser/flauncher/MainActivity.java#L147-L167 Is it because of [this](https://developer.android.com/training/package-visibility)? Some of the suggestions in that...