sonos

ancient java library to talk to Sonos
git clone http://frotz.net/git/sonos.git
Log | Files | Refs

DateCommit messageAuthorFiles+-
2016-01-22 02:24Merge pull request #3 from berndverst/upstreamBrian Swetland3+45-0
2016-01-22 00:39Adds missing license informationBernd Verst3+45-0
2012-03-03 23:24Merge pull request #1 from SR-G/masterBrian Swetland1+1-1
2012-03-03 15:10Location has changed and is "device_description" and not any more "zone_player" since a few Sonos version (3.5 maybe).Serge1+1-1
2011-08-15 01:51add getter for transport uriBrian Swetland2+19-3
2011-08-07 16:56Sonos: add item flags and wire up getVolumeBrian Swetland3+30-7
2011-08-07 15:00Sonos: more copy-avoidance for AndroidBrian Swetland1+4-4
2011-08-07 14:59XMLSequence: provide comparator that won't cause copies on AndroidBrian Swetland1+9-0
2011-08-07 14:35XML/XMLSequence: remove use of Pattern and MatcherBrian Swetland2+220-69
2011-08-07 14:34SoapRPC: dump xml parse error if it occursBrian Swetland1+2-0
2011-08-07 12:30XML: remove dead codeBrian Swetland1+0-4
2011-08-07 12:28Sonos/SonosItem: avoid some copies during callbacksBrian Swetland2+21-15
2011-08-07 12:27XML: work around an Android runtime bugBrian Swetland1+7-0
2011-08-07 12:19SonosListener: add a done callbackBrian Swetland2+2-0
2011-08-07 11:02XMLSequence: don't explode on toString() if data is nullBrian Swetland1+2-0
2011-07-31 15:21discovery and other goodiesBrian Swetland7+259-18
2011-07-25 05:30Sonos.java: ensure that index doesn't reset every 100 tracksBrian Swetland1+2-3
2011-07-25 03:49Sonos.java: reset SonosItem between callbacks to avoid stale dataBrian Swetland1+1-0
2011-07-25 03:23update Sonos.browse() to use SonosListener interface and SonosItem containerBrian Swetland6+121-77
2011-07-25 02:11overhaul SoapRPC, update codeBrian Swetland5+259-96
2011-07-24 20:31pull XML.Sequence out into XMLSequence to make things tidierBrian Swetland3+160-139
2011-07-24 19:50debugging goodness - xml pretty-printer and more trace optionsBrian Swetland5+127-23
2011-07-24 17:49initial checkin -- much to be doneBrian Swetland8+710-0