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 (Expand)Author
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
2014-12-24Implement bitrate support for CELT, fixed Opus termination.Andrew Comminos
2014-12-24Safer AudioInput threading.Andrew Comminos
2014-12-21Listen for ServerSync to set max bandwidth in AudioHandler.Andrew Comminos
2014-12-19Implement rudimentary audio bandwidth detection.Andrew Comminos
2014-12-19Properly clean up encoder state upon codec change.Andrew Comminos
2014-12-19Add encoder lock to prevent concurrent access to encoder state.Andrew Comminos
2014-12-10Fixed Opus termination issue.Andrew Comminos
2014-12-09Initial transition to more modular encoding process.Andrew Comminos
2014-12-09Updated for Android Studio 1.0.Andrew Comminos
2014-12-01Use more thorough detection of sample rates.Andrew Comminos
2014-11-17Updated translations.Andrew Comminos
2014-10-28Fixed PacketBuffer.bufferBlock not actually skipping.Andrew Comminos
2014-10-18Changed methods of access to user/channel tree. Added avatar support.Andrew Comminos
2014-10-18Updated support library version. Fixed protocol string.Andrew Comminos
2014-10-12Use System.arraycopy for buffer shifts.Andrew Comminos
2014-09-04Prevent buffer underruns by pausing audio track.Andrew 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