schachmat

Results 41 comments of schachmat

Why should users ever want to switch? Imho that is a developer only option and should therefore not be exposed to users.

@mimi89999 why are you always speaking for moxie? Are you his ambassador extraordinary and plenipotentiary? I don't think so. Why are you referencing #22 with a "we"? I cannot see...

I also agree that deterministic builds are needed, but not in the same context as the websockets branch. Considering the planned PR to the OWS repo, this branch should not...

That could be a reason, but it still conflicts with @art1fa's report of “no significant change in battery drain”. Are you sure, your wifi connection does not suffer such a...

[lmghstfy](https://github.com/JavaJens/TextSecure/search?q=checksum)

The application id changed between those two versions. You can reset the app id of 3.12 to the old one manually in `build.gradle`, recompile and it should update the 3.9.1...

it should find the data, but you can make a backup first to be on the safe side.

This diff should cover it: ``` @@ -218,6 +218,7 @@ android { dev.initWith(buildTypes.debug) dev { buildConfigField "boolean", "DEV_BUILD", "true" + applicationIdSuffix ".dev" versionNameSuffix "-dev" } websockets.initWith(buildTypes.dev) ```

My vote: A) @xmikos creates a separate fork for LibreSignal. B) We do not accept PRs diverging from upstream here. My argument: This is the fork of @JavaJens and we...

So did we do enough testing to try another PR to upstream? The [changeset](https://github.com/WhisperSystems/TextSecure/compare/master...JavaJens:feature/websocket-reborn) is not too complex at least.