0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 21 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add message for NOGOODSERIAL key More... over 13 years ago
bug: introduce a delay between each test to allow the Nabaztag to execute each instruction correctly and the remote server to have the right status More... over 13 years ago
The XMLStreamException is now wrapped => AnswerParsingException More... over 13 years ago
Do not expose any specific methods to handle API xml response More... over 13 years ago
add a toString() method (more convenient in debug mode) More... over 13 years ago
- add testPlay() (test case for play() method) - add some assertNotNull in testExecute() More... over 13 years ago
releasing 1.1 version More... over 13 years ago
adding a simple testcase for our StreamInstructionSequence More... over 13 years ago
add a @todo comment on play() method More... over 13 years ago
This project has a new developper :-) More... over 13 years ago
add the support of NOGOODSERIAL message More... over 13 years ago
refactoring to fit the new syntax for adding instruction to the Nabaztag More... over 13 years ago
move addInstruction() method into Nabaztag class More... over 13 years ago
refactoring to fit the new syntax for adding insruction More... over 13 years ago
Add "stream instruction interface" More... over 13 years ago
adding support of the API Stream - see addStream() and play() methods More... over 13 years ago
added package to handle the Stream API (play mp3 or web radio) More... over 13 years ago
preparing 1.1 version More... over 13 years ago
Instruction for retrieving ears positions More... over 13 years ago
Instruction for retrieving information about Nabaztag (name, version, friend list ...) More... over 13 years ago
refactoring: handleRsp() method can now handle several different answers from the API. Specialized methods (parseFriends, parseVersion...) becomes useless or private. More... over 13 years ago
refactoring: Nabaztag is becoming a POJO More... over 13 years ago
add "addInstruction()" method to allow convenient syntax like: NabaztagInstruction seq = new NabaztagInstruction(); seq .addInstruction(new LeftEarInstruction(10)) .addInstruction(new RightEarInstruction(10)) .addInstruction(new TextInstruction("say hoho")); More... over 13 years ago
- add sleep(), awake() methods - code duplication: change #say(String) to call #say(String, String) More... over 13 years ago
ADD the enum for "POSITIONEAR" message More... over 13 years ago
change in setAwake() method: use of WakeUpInstruction instead of direct http call. More... over 13 years ago
Initial commit More... over 13 years ago
lacking in source More... over 13 years ago
added dependency to junit for build purposes (was testing under eclipse previously) More... over 13 years ago
Coded the whole info and status part More... over 13 years ago