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

gitlab.com/quite/humla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-22Add task to automatically build NDK libraries.Andrew Comminos
2016-02-22Properly clip amplitude boosted input.Andrew Comminos
2016-02-03Fix null model handler calls when talk state is changed post-disconnect.Andrew Comminos
2015-11-13Move CELT version fetching to static helper function.Andrew Comminos
2015-10-25Add basic sanity checks for model.Andrew Comminos
2015-10-25Switch to a concurrent hash map for JumbleCallbacks to allow removal of item ↵Andrew Comminos
during iteration.
2015-10-25Update README with fixed links and information on getting startedAndrew Comminos
2015-10-25Merge branch 'bug14/remove-aidl'Andrew Comminos
2015-10-25Propagate connection-related exceptions as checked until reaching ↵Andrew Comminos
JumbleService's API.
2015-10-24Expose local mute/ignore and recursive user count to IUser and IChannel.Andrew Comminos
2015-10-23Make JumbleBinder a local proxy, migrate most functionality to JumbleService ↵Andrew Comminos
to reduce coupling.
2015-10-19Expose Jumble API through JumbleBinder instead of AIDL. Add public ↵Andrew Comminos
interfaces for exposing Jumble internal types.
2015-10-16Nuke AIDL interfaces, to be replaced by plain old Java interfacesAndrew Comminos
2015-09-27Use https git endpoints for codecs.Andrew Comminos
2015-09-26Reintroduction of runtime Bluetooth connection support.Andrew Comminos
2015-09-25Ensure we never write more data than the AudioTrack's internal buffer size, ↵Andrew Comminos
slightly change AudioOutput stream creation.
2015-09-03Avoid race condition sending audio while shutting down the encoder.Andrew Comminos
2015-08-22Merge pull request #13 from k3d3/masterAndrew Comminos
Add SNI support for outgoing Mumble connections
2015-08-22Add SNI support for outgoing Mumble connectionsKeith
2015-08-03Merge pull request #11 from rce/fix-parse-url-with-passwordAndrew Comminos
Fix Mumble URL parsing
2015-07-30Fix Mumble URL parsingHenry Heikkinen
URLs including password but no username were parsed incorrectly. The Mumble Wiki's specification is somewhat confusing for this case. The General URL specification implies an username is needed to use a password but later on page it is clear that password can be used without an accompanying username. The desktop client also supports these URLs.
2015-07-16Added more verbose UDP logging.Andrew Comminos
2015-07-16Merge branch 'master' of github.com:Morlunk/JumbleAndrew Comminos
Conflicts: src/main/java/com/morlunk/jumble/audio/AudioOutput.java
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
Fixed clipping when mixing.
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.Andrew 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
Should maintain audio state better.
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