James Fenn
James Fenn
The app currently detects the issue from PlayerService.java. The toast message "Unknown error, please restart the app." is specific to this issue.
This project seems like it could benefit from one. Jekyll is nice as it works with github pages, but is not a requirement; if users want a "clean" workflow they...
Use a basic ListData class with onBind and getViewHolder methods, and modify the adapters to take a List as an argument, then have the other .data classes extend ListData and...
The ListData classes will need to be modified in order to account for this.
Currently it's only possible to toggle between normal/emphasized. This change would be fairly intuitive, but make the app a bit more configurable.
Maybe add an extra menu to configure sounds to use for individual beats? This could complicate the UI incredibly easily if done wrong, so idk how I'll implement it just...
There might be a small delay loading the sound (shouldn't it already be in memory?) that causes the beats to become... unstable. Fix: try using [Handler.postAtTime](https://developer.android.com/reference/android/os/Handler.html#postAtTime(java.lang.Runnable, long)) instead of whatever...
Currently, a shortcut can be created to start the metronome at a bookmarked tempo by pressing and holding on a bookmark. Obviously, this functionality is not at all apparent to...
Simple idea. Just something to indicate to the user that the handle can actually be dragged, in the event that an arbitrary transparent circle isn't enough to convey that message.
The handle / expanded handle / selection / ripple radius(es) can be configured, but there currently aren't any methods of accessing them. For one of the nerdiest possible ways to...