1
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 15 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #427 from parker-mar/master
timwindsor
as Tim Windsor
More... over 8 years ago
Added .so files (and .moc, .obj in case) More... over 8 years ago
Updated string that was being parsed incorrectly because of newline More... over 8 years ago
Added checks for nonacquired pause/resume, which should stop it. More... over 8 years ago
Some more checks / errors More... over 8 years ago
Merged changes from master More... over 8 years ago
Some callback / checcks for metadata and playinput More... over 8 years ago
Cleaned up a bit More... over 8 years ago
Error check for relevant functions to see if playback has been requested More... over 8 years ago
Only allowed play to add metadata/icon url if fields are present, changed play input to validate only trackUrl field is present More... over 8 years ago
Added native code for input validation More... over 8 years ago
Log callback errors to console directly More... over 8 years ago
Merge branch 'master' into InputValidation More... over 8 years ago
Syntax fixes More... over 8 years ago
Some refactoring of validation of play and callbacks More... over 8 years ago
Reverted mistaken change in pause More... over 8 years ago
Basic parameter validation for requestplayback and input for play. Need to call errorcallbacks still More... over 8 years ago
Abstracted system-triggerable revoked event handler into stop event handler, tested plugin responds to hardware buttons (next, previous, pause, play), tested plugin responds to app preemption properly - low-priority connection tested with mic and high-priority connection tested with video app. Readded check for if track is stopped in the javascript server-side layer but modified s.t. resume is only usable when track is stopped (this can be modified so that an error callback is returned from native layer instead). More... over 8 years ago
Volume overlay works! It seems finished except for metadata specifics. More... over 8 years ago
Running the Window Group the app resides in in the same thread as the NowPlayingNDK application thread. Notifications for the volume overlay's next, previous, and play buttons work; but the play button on the interface isn't transitioning to pause or stop, so I can't execute those latter actions. I do not think preemption is working yet, either. More... over 8 years ago
Corrects attachmentLocation to take array
timwindsor
as Tim Windsor
More... over 8 years ago
Corrects attachmentLocation to take array
timwindsor
as Tim Windsor
More... over 8 years ago
Added a flag to prevent requestplayback from being executed multiple times More... over 8 years ago
Added a flag to prevent stop from being executed when player is already stopped More... over 8 years ago
Updated README.md More... over 8 years ago
Updated README.md More... over 8 years ago
Updated README.md More... over 8 years ago
Updated README.md More... over 8 years ago
Updated README.md More... over 8 years ago
Updated README.md More... over 8 years ago