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
2020-06-29WIPwipDaniel Lublin
2020-06-28Refresh gradle wrapper with actual upstream, add checksumDaniel Lublin
2020-06-27Add translation to PolishKityn
Merges and closes !5
2020-06-25Initialize minidns properlyminidnsDaniel Lublin
2020-06-25Catch error when resolvingDaniel Lublin
2020-06-21Use the context passed to usDaniel Lublin
Perhaps this was the issue giving NPE.
2020-06-21Avoid NullPointerException here; must be a racy crash?Daniel Lublin
I'm somewhat surpsied, but had a stacktrace indicating a crash on this line. That's very racy then...
2020-06-13Avoid crashing when processing the UserRemove messageDaniel Lublin
2020-06-13Don't throw is stopping threads twiceDaniel Lublin
This crash has been seen. Seems OK to be a bit kinder regarding stopThreads(). Not touching startThreads() for now.
2020-06-13Avoid mModelHandler being nullDaniel Lublin
Not supposed to happen, but seems to.
2020-06-13Check for null and avoid crashingDaniel Lublin
Seems straightforward
2020-06-02Clear actual comment when we receive a hash, and vice versaDaniel Lublin
Fixes issue with >128 byte (hashed) comment not being fetched, due to the old shorter comment still laying around. Possibly other issues as well.
2020-05-09gradle: relocate allprojects lintDaniel Lublin
2020-05-08Harmonize some spacingDaniel Lublin
2020-05-08Clean out tabsDaniel Lublin
2020-05-08i18n: init Chinese (Simplified) stringsDX
2020-05-08Use mirrors of git.xiph.org (currently down)Daniel Lublin
2020-05-08Lint moreDaniel Lublin
2020-04-23Catch some possible crashesDaniel Lublin
2020-04-23Adjust stringDaniel Lublin
2020-04-23i18n: update russian stringsR4SAS
2020-04-20Don't try SRV for Tor .onion pseudo-top-level domainDaniel Lublin
2020-04-17Remove mostly empty pl stringsDaniel Lublin
2020-04-17Source strings reworkedAllan Nordhøy
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
Only done if Server.mPort is set to 0 *and* address is not an IP (but a domain).
2020-04-13Deal with port being 0Daniel Lublin
2020-04-11Update (add) protobuf spec file and recompile to javaDaniel Lublin
Bumping the protobuf-java implementation as well.
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
This reverts commit 0320df989ca25159428912128952678873cd0c8e.
2020-04-06Revert "Bump gradle plugin and gradle itself"Daniel Lublin
This reverts commit e97a615670fd350ac68561a740f1591dbeb78e84.
2020-04-06Appease our gradle...Daniel Lublin
https://stackoverflow.com/questions/60404457/android-no-version-of-ndk-matched-the-requested-version
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