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
2017-08-23Remove unused TCP consumer code.HEADmasterAndrew Comminos
2017-08-23Don't throw a synchronization exception if not synchronized after an audio st...Andrew Comminos
2017-08-23Improve UDP socket logic, fixing various issues with concurrency when sending...Andrew Comminos
2017-03-02Migrate client API to a session-based approach, requiring usage of IJumbleSer...Andrew Comminos
2017-01-08Use jcenter in buildscript as well.Andrew Comminos
2017-01-08Use jcenter instead of mavenCentral.Andrew Comminos
2017-01-06Bump gradle version.Andrew Comminos
2016-10-02Upgrade protobuf bindings to 3.0.Andrew Comminos
2016-09-20Consolidate record thread shutdown.Andrew Comminos
2016-09-20Terminate AudioRecord setup immediately if getting an appropriate buffer size...Andrew Comminos
2016-09-19Implement blocking when PTT is toggled off.Andrew Comminos
2016-09-19Update Gradle version to 2.1.3.Andrew Comminos
2016-07-19Upgrade Android build tools.Andrew Comminos
2016-04-30Work on whisper target management.Andrew Comminos
2016-04-29Initial work on voice target support.Andrew Comminos
2016-04-28Don't add bidirectional links in a link population message.Andrew Comminos
2016-04-28Add channel linking functionality.Andrew Comminos
2016-03-20Retain talking state in AudioHandler, simplify encoding logic.Andrew Comminos
2016-03-15Require at least 1 buffered frame for CELT7 transmission.Andrew Comminos
2016-03-06Keep audio input thread running on PTT, integrate polymorphic input modes int...Andrew Comminos
2016-03-06Initial implementation of polymorphic input mode handling.Andrew Comminos
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
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 JumbleServi...Andrew Comminos
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
2015-10-19Expose Jumble API through JumbleBinder instead of AIDL. Add public interfaces...Andrew Comminos
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, s...Andrew 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-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