JavaJens / TextSecure

A secure text messaging application for Android.
GNU General Public License v3.0
72 stars 9 forks source link

Update to v3.9.0 #65

Closed mimi89999 closed 8 years ago

Diapolo commented 8 years ago

How is the update process defined here? I'd love to test the GCM-less version, but I want to be sure that I'm able to use a current version based on current master ;).

JavaJens commented 8 years ago

There is no update process :smile: Right now we try to keep up with releases of upstream. Whenever somebody finds the time to submit a PR I merge it.

Diapolo commented 8 years ago

@JavaJens But at least you can verify that the stuff you merge here doesn't break websocket support (e.g. merge conflict and a manual checkup by you?) or doesn't contain bad/mallicous commits that don't come from upstream repo?

Diapolo commented 8 years ago

You coul also just rebase your repo with the current master, wouldn't that be easier?

relyt29 commented 8 years ago

I used to try to show screenshots as proof that I tested it adequately, we should probably have a more formalized process for getting in commits...

Diapolo commented 8 years ago

I'd love to see a more verifyable process here, then I'd be willing to help testing. Sadly I'm no Java developer, I only have rudimentary C/C++ skills.