Clocks
Clocks
**Is your feature request related to a problem? Please describe.** Each instance of QPixel requires the user to create an account per instance to answer questions. **Describe the solution you'd...
Android classes are directly tapping into the Handlers / Executors / Threads. We can replace those with Kotlin Coroutines instead. ABI / API compatibility is maintained.
- [x] **Decide on version scheme.** Currently, the version is set to 0.0.0. Should this be in sync with the [releases](https://github.com/alphacep/vosk-api/releases), or should it be updated by itself? - [x]...
After entering in a name, then being prompted with the login/password, the dialog freezes on "close". If I refresh the page, it freezes on entering a new name. It takes...
### Description of the Change AbstractAccount does not follow the pattern of being a data class. Depends on #907 ### Testing - [x] Update username - [x] Click `change skin`...
### Description of the Change Absolutely massive commit. Decouples each setting tab from the main panel, and separates business code and other logic into view models. All settings apply immediately...
### Description of the Change Use lambda in legacy launch MCFrame ### Testing - N/A, this only uses a java feature in code.
### Description of the Change Instead of having each individual UI handle re-localizing each individual component. We can just recreate them all on the spot. After all, state is maintained...
### Description of the Change Add version option for CLI. ### Testing - [x] Execute jar normally - [x] Execute jar with: `-v`, `--v`, `--version` ### Related Issues Closes #914
### Description of the Change Begin groundwork for launcher multitasking. First commit is the boilerplate code. Now, to create a test and the UI to display example workers. #### Tasks...