Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Morlunk/Jumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-23Work in progress bluetooth toggle.bluetooth-devAndrew Comminos
2015-09-03Start audio output regardless of bluetooth state.Andrew Comminos
2015-09-03Recreate audio output only on bluetooth state change.Andrew Comminos
2015-09-03Merge branch 'bluetooth-dev' of github.com:Morlunk/Jumble into bluetooth-devAndrew Comminos
2015-09-03Avoid race condition sending audio while shutting down the encoder.Andrew Comminos
2015-08-22Merge pull request #13 from k3d3/masterAndrew Comminos
2015-08-22Add SNI support for outgoing Mumble connectionsKeith
2015-08-09Implement persistent bluetooth state via JumbleService extras.Andrew Comminos
2015-08-03Merge pull request #11 from rce/fix-parse-url-with-passwordAndrew Comminos
2015-07-30Fix Mumble URL parsingHenry Heikkinen
2015-07-16Added more verbose UDP logging.Andrew Comminos
2015-07-16Merge branch 'master' of github.com:Morlunk/JumbleAndrew Comminos
2015-07-16Add test for mixer commutativity.Andrew Comminos
2015-07-16Implement new mixing infrastructure, basic short to float mixer.Andrew Comminos
2015-07-16Bump compileSdkVersion to Lollipop.Andrew Comminos
2015-06-20Merge pull request #5 from BuddyButterfly/mixfixAndrew Comminos
2015-05-27Ensure user talk state change is dispatched on main thread.Andrew Comminos
2015-05-17Make user equality determined by session, not ID.Andrew Comminos
2015-05-10Fixed clipping when mixing.BuddyButterfly
2015-04-29Fixed issue with getting a null texture.Andrew Comminos
2015-04-29Fixed silly channel insertion issue, added local mute AIDL method.Andrew Comminos
2015-04-29Merge branch 'master' into aidl-modelAndrew Comminos
2015-04-29Removed sloppy space.Andrew Comminos
2015-04-29Don't register ModelHandler twice.Andrew Comminos
2015-04-29Removed text message storing. Now expected to be done in client.Andrew Comminos
2015-04-28Implemented channel permissions interface, user channel fix.Andrew Comminos
2015-04-28More user model changes. Implemented simpler logging.Andrew Comminos
2015-04-27Implemented TalkState AIDL model.Andrew Comminos
2015-04-17WIP AIDL models.Andrew Comminos
2015-04-01Remove protocol handlers before audio handler shutdown.mutable_settingsAndrew Comminos
2015-04-01Improve audio synchronization, handler recreation.Andrew Comminos
2015-04-01Continued progress in consolidating reconfiguration.Andrew Comminos
2015-03-31Initial progress on a single point for service reconfiguration.Andrew Comminos
2015-03-20Translation update.Andrew Comminos
2015-03-20New AudioHandler talking and mute/deafen mechanics.Andrew Comminos
2015-02-18Added tests, CELT 7 encoder termination.Andrew Comminos
2015-01-23Greatly improved TCP connection handling.Andrew Comminos
2015-01-21Fix issue with sample rates not divisible into 10ms frames.Andrew Comminos
2015-01-20Clean up reconnect code a bit.Andrew Comminos
2015-01-20If connectivity is lost, wait until network returns before reconnect polling.Andrew Comminos
2015-01-20Safer disconnect logic.Andrew Comminos
2015-01-20Refactored connection state, report disconnection issues. API breakage.Andrew Comminos
2015-01-17Broadcast 'connecting' state, TCP disconnect fixes.Andrew Comminos
2015-01-17Be more liberal with auto-reconnect cases. Add disconnect reason.Andrew Comminos
2015-01-04Translation update.Andrew Comminos
2015-01-04Report current bandwidth being used by AudioHandler.Andrew Comminos
2014-12-24Workaround Lollipop bluetooth NPE.Andrew Comminos
2014-12-24Clear texture when we receive a new texture hash.Andrew Comminos
2014-12-24Update encoder tests.Andrew Comminos
2014-12-24Fixed CELT7 encoding size reporting.Andrew Comminos