1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Nov 22, 2023 — Nov 22, 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... almost 9 years ago
Added .so files (and .moc, .obj in case) More... almost 9 years ago
Updated string that was being parsed incorrectly because of newline More... almost 9 years ago
Added checks for nonacquired pause/resume, which should stop it. More... almost 9 years ago
Some more checks / errors More... almost 9 years ago
Merged changes from master More... almost 9 years ago
Some callback / checcks for metadata and playinput More... almost 9 years ago
Cleaned up a bit More... almost 9 years ago
Error check for relevant functions to see if playback has been requested More... almost 9 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... about 9 years ago
Added native code for input validation More... about 9 years ago
Log callback errors to console directly More... about 9 years ago
Merge branch 'master' into InputValidation More... about 9 years ago
Syntax fixes More... about 9 years ago
Some refactoring of validation of play and callbacks More... about 9 years ago
Reverted mistaken change in pause More... about 9 years ago
Basic parameter validation for requestplayback and input for play. Need to call errorcallbacks still More... about 9 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... about 9 years ago
Volume overlay works! It seems finished except for metadata specifics. More... about 9 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... about 9 years ago
Corrects attachmentLocation to take array
timwindsor
as Tim Windsor
More... about 9 years ago
Corrects attachmentLocation to take array
timwindsor
as Tim Windsor
More... about 9 years ago
Added a flag to prevent requestplayback from being executed multiple times More... about 9 years ago
Added a flag to prevent stop from being executed when player is already stopped More... about 9 years ago
Updated README.md More... about 9 years ago
Updated README.md More... about 9 years ago
Updated README.md More... about 9 years ago
Updated README.md More... about 9 years ago
Updated README.md More... about 9 years ago
Updated README.md More... about 9 years ago