Skip to content

Releases: atsushieno/resident-midi-keyboard

0.5.1

19 Apr 17:59
Compare
Choose a tag to compare
bump ktmidi to 0.8.2 and compose-audio-controls to 0.5.1 and bump oth…

…er deps.

Those packages have not been successfully published until recently.

0.4.1

04 Mar 07:57
Compare
Choose a tag to compare
Fix targetSdkPreview and remove compileSdk (we have compileSdkPreview).

0.3.6

04 Aug 15:37
Compare
Choose a tag to compare
Revert "attempt to fix some crashers which seems to be related to uni…

…nitialized View."

This reverts commit da01c02bb3a6d6996f780542ebb849fc1b0a4afc.

The reverted fix did not have any effect. Actually the report from automated
tests at Play was not an usual operation. Assuming the changes did not work
at all, this should be simply reverted.

0.3.5

04 Aug 13:53
Compare
Choose a tag to compare
attempt to fix some crashers which seems to be related to uninitializ…

…ed View.

There are some reports from Play automated tests:

- Unable to add window -- token android.view.ViewRootImpl$W@861cdfc is not valid; is your activity running?
- Attempt to read from field 'int android.view.ViewGroup$LayoutParams.width' on a null object reference

both look like uninitialized View issue.

- https://stackoverflow.com/questions/27087983/unable-to-add-window-token-null-is-not-valid-is-your-activity-running
- https://stackoverflow.com/questions/36340268/nullpointerexception-while-setting-layoutparams

While I'm not sure if IdleHandler would fix the issue (I could never reproduce
it) it's worth trying. Actually I had this workaround before...

0.3.4

04 Aug 11:23
Compare
Choose a tag to compare
bump some dependency versions.

0.3.3

02 Aug 11:18
Compare
Choose a tag to compare
bump ktmidi and compose-audio-controls to the latest versions.

0.3.2

27 Jul 16:33
Compare
Choose a tag to compare
added links to the GitHub repo at the end of MainActivity.

0.3.1

27 Jul 08:55
Compare
Choose a tag to compare
bump compose-audio-controls.

0.3

24 Jul 16:45
Compare
Choose a tag to compare
0.3
update README to mention the new MidiDeviceService input mode.

0.2

17 Jul 08:01
Compare
Choose a tag to compare
0.2
Add release signing step.