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
2020-04-15Refine SRV lookup; run resolving synchronized (no thread-interleave)srvDaniel Lublin
2020-04-14Revise srv loggingDaniel Lublin
2020-04-14Resolve SRV record before trying to connectingDaniel Lublin
2020-04-13Deal with port being 0Daniel Lublin
2020-04-11Update (add) protobuf spec file and recompile to javaDaniel Lublin
2020-04-11Add script to update and compile protobufDaniel Lublin
2020-04-09Let the Tor proxy do DNS resolving and .onion works!Daniel Lublin
2020-04-07Remove unused jarsDaniel Lublin
2020-04-07Build with the custom spongycastleDaniel Lublin
2020-04-07Add the custom spongycastle as submoduleDaniel Lublin
2020-04-07NoteDaniel Lublin
2020-04-07Adjust lintOptions; correct some and purge mostly empty translationsDaniel Lublin
2020-04-06Revert "Appease our gradle..."Daniel Lublin
2020-04-06Revert "Bump gradle plugin and gradle itself"Daniel Lublin
2020-04-06Appease our gradle...Daniel Lublin
2020-04-06Bump gradle plugin and gradle itselfDaniel Lublin
2020-04-05Correct!Daniel Lublin
2020-04-05Avoid a crash if disconnected before syncedDaniel Lublin
2020-04-04Push down ndk build to our minSdkVersionDaniel Lublin
2020-04-04Do small adjustments for lint, deprecationDaniel Lublin
2020-04-01Build and target API level 29Daniel Lublin
2020-04-01Remove old warning optionDaniel Lublin
2020-03-31Optimize importsDaniel Lublin
2020-03-30Update READMEDaniel Lublin
2020-03-30Let javacpp find the classes; regenerade the jni codeDaniel Lublin
2020-03-30Rename it allDaniel Lublin
2020-03-30Optimize importsDaniel Lublin
2020-03-30Bring up to some kind of buildable stateDaniel Lublin
2017-08-23Remove unused TCP consumer code.Andrew 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