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
2014-09-04Prevent buffer underruns by pausing audio track.concurrent-decodeAndrew Comminos
2014-09-04Parallelize decode process.Andrew Comminos
2014-08-31Optimize decoding with use of native buffers.Andrew Comminos
2014-08-31Optimize usage of PacketBuffer.Andrew Comminos
2014-08-31Shutdown ping thread gracefully.Andrew Comminos
2014-08-31Dispatch UDP packets on a separate receive thread. Improve thread lifeAndrew Comminos
2014-08-30Refactor PacketDataStream into ByteBuffer-based PacketBuffer.Andrew Comminos
2014-08-24DRY out custom SC PKCS12 provider.Andrew Comminos
2014-08-24Use custom SpongyCastle libs with better PKCS12 parse support. FixesAndrew Comminos
2014-08-22Properly disable preprocessor if checked.Andrew Comminos
2014-08-22Improved voice packet construction, using proper encoded size.Andrew Comminos
2014-08-21Synchronize access to jitter buffer puts.Andrew Comminos
2014-08-18Add option for disabling speex preprocessor.Andrew Comminos
2014-08-17Add support for local ignore history.Andrew Comminos
2014-08-17Rename JNI libraries to prevent dynamic linker issue on Android L preview.Andrew Comminos
2014-07-30Refactor connection code to be simpler.Andrew Comminos
2014-07-28Add support for passing in locally muted user history.Andrew Comminos
2014-07-24Unsuppress as well when calling setMuteDeafState.Andrew Comminos
2014-07-24Persist message log instance to avoid crashing.Andrew Comminos
2014-07-24Avoid crashing when retrieving session before connection, instead returnAndrew Comminos
2014-07-21Updated opus to v1.1, cleaned up Android.mk.Andrew Comminos
2014-07-18Fixed issue with logging messages before connection.Andrew Comminos
2014-07-14Properly notify listener of UDP socket errors.Andrew Comminos
2014-07-13Prevent infinite loop caused if audio record failed to initialize @Andrew Comminos
2014-07-13Throw warning when audio output fails.Andrew Comminos
2014-07-13Add method synchronization to AudioHandler.Andrew Comminos
2014-07-13Upgraded gradle version.Andrew Comminos
2014-07-13Large protocol refactor and relicense under the GNU GPL v3.Andrew Comminos
2014-07-13Update readme.Andrew Comminos
2014-07-13Bumped spongycastle version.Andrew Comminos
2014-07-09Removed empty translations.Andrew Comminos
2014-07-09Ignore talking state setting if muted.Andrew Comminos
2014-07-08Minor audio reorg.Andrew Comminos
2014-07-08Tighten assertions and minor reformat.Andrew Comminos
2014-07-04Add support for dynamic half duplex toggling.Andrew Comminos
2014-07-03Updated for gradle plugin 0.12.+.Andrew Comminos
2014-06-27Add crypt resync support after too many bad responses.Andrew Comminos
2014-06-26Fix connection related crashes.Andrew Comminos
2014-06-24Update translations using Transifex client.Andrew Comminos
2014-06-16Create protocol handlers at connection time.Andrew Comminos
2014-06-13Properly set user suppression state.Andrew Comminos
2014-06-13Safely unregister bluetooth receiver.Andrew Comminos
2014-06-07Updated gradle version.Andrew Comminos
2014-05-28Moved Jumble binder into its own class.Andrew Comminos
2014-05-25Added half duplex support.Andrew Comminos
2014-05-25Updated build tools version, minor renaming and fix for mute bug.Andrew Comminos
2014-05-12Added logging for channel traversal.Andrew Comminos
2014-05-04Use safer threading practices to prevent UDP crashes.Andrew Comminos
2014-05-04Don't initialize audio input until we get codec info.Andrew Comminos
2014-05-01Exception handling when reading parameters.Andrew Comminos