[OTR-users] Fwd: [guardian-dev] Gibberbot 0.0.8-RC1 "March Madness" for testing

Nathan of Guardian nathan at guardianproject.info
Sat Apr 14 19:51:51 EDT 2012


.. and it even works on Facebook!

-------- Original Message --------
Subject: 	[guardian-dev] Gibberbot 0.0.8-RC1 "March Madness" for testing
Date: 	Sat, 14 Apr 2012 19:47:31 -0400
From: 	Nathan of Guardian <nathan at guardianproject.info>
Organization: 	The Guardian Project
To: 	guardian-dev at lists.mayfirst.org, guardian-alpha at lists.mayfirst.org




-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256


There is almost too much to share in one email about what is great about
our Gibberbot v8 "March Madness" release candidate. Yes it is April, but
most of the focused, final effort was in March. Special thanks to
devrandom and kensan for their major commitments to this release.

You can see the full commit log below, but highlights include:

- - support for XMPP Extension 0198 (
http://xmpp.org/extensions/xep-0198.html) that allows us to quickly
resume a connection as your device goes in and out of wireless coverage
- - support for XMPP Extension for 0184 (
http://xmpp.org/extensions/xep-0184.html) for message delivery receipts,
so you can be assured that the recipient of your message has received it
(requires xmpp server support)
- - support for Off-the-Record key verification via Socialist
Millionaire ( http://en.wikipedia.org/wiki/Socialist_millionaire) using
a question/answer mechanism that works great for people that know each
other but have no analog or digital way to verify fingerprints otherwise
- - a number of locale and translation updates, and the ability to
direct change the locale of the app (so you can have an English locale
device, but run the Gibberbot app in Arabic)
- - major upgrade of the XMPP library back-end to make all server
interaction and messaging more reliable and less buggy
- - implementation of a SSL certificate display notification to allow
for quick certificate key verification as often as you would like
- - improved support for making the use of Tor/Orbot a bit easier

Download here:
https://github.com/guardianproject/Gibberbot/Gibberbot-0.0.8-rc1.apk/qr_code

Sig is here:
http://cloud.github.com/downloads/guardianproject/Gibberbot/Gibberbot-0.0.8-rc1.apk.asc

or here:

- -----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iF4EABEIAAYFAk+KBGEACgkQ0qzSA7N0y9KsPQD/U0vlKY6MN39dFdB4GhBvAfPC
XG4VqVEpbMaT3HmiSs4A/0W/vRHsxKVvTx958u4GNp04tt5daAXlvkLwIoBmEqTg
=m/l5
- -----END PGP SIGNATURE-----

4d3617b was n8fr8, 24 minutes ago, message: removing unused commented
out code
d82bafc was n8fr8, 82 minutes ago, message: updating to RC1
6b6f351 was n8fr8, 82 minutes ago, message: cleaned up Tor on/off
including setting connect server
bd225f5 was n8fr8, 82 minutes ago, message: tweaked the lock/unlock icon
size
a7aa7e2 was devrandom, 4 days ago, message: Fingerprints stored in hex
3bd2ddf was devrandom, 4 weeks ago, message: Store fingerprints in
keystore file.
8a70ad8 was devrandom, 5 days ago, message: Revert to targetSdk=4 until
actionbar menu issue is resolved.
fb81246 was devrandom, 5 days ago, message: Set OTR session in
ChatView.onBind.
4285d07 was Dev Random, 6 days ago, message: Merge pull request #131
from Kensan/translation-de
e8d78a2 was Adrian-Ken Rueegsegger, 7 days ago, message: Improve german
translation
52eb02c was devrandom, 7 days ago, message: Merge branch 'master' into v8
11f5344 was Dev Random, 7 days ago, message: Merge pull request #129
from Kensan/misc-fixes
c181f1e was Dev Random, 7 days ago, message: Merge pull request #130
from devrandom/signin
a0b8664 was devrandom, 7 days ago, message: Better cancel-signin user
experience
5b5aebb was Dev Random, 7 days ago, message: Merge pull request #125
from devrandom/otr
20dd173 was devrandom, 7 days ago, message: Callback for OTR status update.
c41fb0c was devrandom, 8 days ago, message: Remove two stray OTR message
injections, fixes issue #48 in new tracker
a329793 was devrandom, 9 days ago, message: Fix various OTR policy
setting issues
e85525d was Adrian-Ken Rueegsegger, 9 days ago, message: Extract toast
message strings to strings.xml
0a55242 was Adrian-Ken Rueegsegger, 9 days ago, message: Show toast when
start-/stopping encrypted chat
289d6b8 was Adrian-Ken Rueegsegger, 10 days ago, message: Properly set
sound notification (fixes #117)
c5b10eb was Dev Random, 7 days ago, message: Merge pull request #123
from devrandom/xep0184
4c91eaa was Dev Random, 8 days ago, message: Merge pull request #126
from Kensan/bug-42
1ff9538 was Dev Random, 8 days ago, message: Merge pull request #124
from Kensan/bug-117
c6befca was Adrian-Ken Rueegsegger, 8 days ago, message: Automatically
cancel read certificate notification
6956697 was Adrian-Ken Rueegsegger, 9 days ago, message: Fix language
name for German (Deutsch)
7b7a39b was Adrian-Ken Rueegsegger, 9 days ago, message: Do not leak
locale alert dialog
73a6bcb was Adrian-Ken Rueegsegger, 9 days ago, message: Extract toast
message strings to strings.xml
93ac0fd was Adrian-Ken Rueegsegger, 9 days ago, message: Show toast when
start-/stopping encrypted chat
168a885 was Adrian-Ken Rueegsegger, 9 days ago, message: Limit port
input settings to 5 digit numbers
8b4e434 was Adrian-Ken Rueegsegger, 10 days ago, message: Properly set
sound notification (fixes #117)
0f2c7c5 was Adrian-Ken Rueegsegger, 10 days ago, message: Do not finish
WelcomeActivity when showing about info
df52f75 was devrandom, 12 days ago, message: Unobtrusive GUI for XEP-0184
79081db was devrandom, 12 days ago, message: Simple icon UI for XEP-0184.
94cedb8 was Nathan Freitas, 3 weeks ago, message: updating project files
ff82248 was Nathan Freitas, 3 weeks ago, message: handling any exception
that can happen on reconnect
9419cf6 was Nathan Freitas, 3 weeks ago, message: trying to clean up the
activity and dialogs better
891bb2e was Nathan Freitas, 3 weeks ago, message: party addreses #122 by
using FLAG_ACTIVITY_SINGLE_TOP flag
85b41bd was Nathan Freitas, 3 weeks ago, message: Merge branch
'otr-message' of https://github.com/devrandom/Gibberbot into
devrandom-otr-message
a637345 was Nathan Freitas, 3 weeks ago, message: Merge branch 'xep0184'
of https://github.com/devrandom/Gibberbot into devrandom-xep0184
cfca349 was Nathan Freitas, 3 weeks ago, message: updated path and
versioning
3c07091 was devrandom, 3 weeks ago, message: XEP-0184 interoperability
and fix race condition.
ac6d8f0 was devrandom, 3 weeks ago, message: XEP-0184 implementation
with UI mockup
9aee0b9 was devrandom, 4 weeks ago, message: Add communicative message
for OTR negotiation open.
9a6592f was Nathan Freitas, 4 weeks ago, message: new landscape layout
for sign-in screen
b846e13 was Nathan Freitas, 4 weeks ago, message: reimplemented the hash
method
050e958 was Nathan Freitas, 4 weeks ago, message: reinstated setting of
mContext variable in constructor
415f5af was Nathan Freitas, 4 weeks ago, message: fixed fingerprint to
display certificate and not public key
db3d74c was Nathan Freitas, 4 weeks ago, message: fixes for NPE in
notify and OTR state; related to issue #118
b83e16a was Nathan Freitas, 4 weeks ago, message: improved SSL
certificate verification display
92c5b9e was Nathan Freitas, 4 weeks ago, message: added improved SMP
question/answer dialog
f8756df was Nathan Freitas, 4 weeks ago, message: added some exception
handling code
2015f8f was Nathan Freitas, 4 weeks ago, message: added per session
instnace of OtrSm; SessionId fix
7c22da2 was Nathan Freitas, 4 weeks ago, message: Merge branch
'xep0198a' of https://github.com/devrandom/Gibberbot into v8
01a3cf2 was Nathan Freitas, 5 weeks ago, message: only show name in bg
notify, not message
2ba2ca8 was Nathan Freitas, 5 weeks ago, message: clean up of various
OTR init handling
1d332f7 was Nathan Freitas, 5 weeks ago, message: added new lock/unlock
icon to edit chat view
2029b43 was Nathan Freitas, 5 weeks ago, message: returning sessionID to
just user-protocol-user
e905cb9 was Nathan Freitas, 5 weeks ago, message: small updates to key
verification screen
d187c72 was Nathan Freitas, 5 weeks ago, message: notifications for OTR
session errors
f0d35cb was Nathan Freitas, 5 weeks ago, message: notifications for SSL
cert verification
d46dab5 was Nathan Freitas, 5 weeks ago, message: tweaked sign on dialog
0364650 was Nathan Freitas, 5 weeks ago, message: central control for
debugging
2abd6ba was Nathan Freitas, 5 weeks ago, message: sessionID's are now
unique; this should be reviewd.
0a5e9d4 was Nathan Freitas, 5 weeks ago, message: enhancements to SSL
cert verification to show notification
4057440 was Nathan Freitas, 5 weeks ago, message: updated manifest
50a86ce was Nathan Freitas, 5 weeks ago, message: debug output cleanup
8444c1a was Nathan Freitas, 5 weeks ago, message: mods to default OTR
behavior
cdc6529 was Nathan Freitas, 5 weeks ago, message: removed gray bg
09c04f8 was Nathan Freitas, 5 weeks ago, message: removed title
bar/theme styling
d3786fa was Nathan Freitas, 5 weeks ago, message: added abort/removal of
OtrSm instance if session ends
6ccb34b was Nathan Freitas, 5 weeks ago, message: updated manifest version
ae81aca was Nathan Freitas, 5 weeks ago, message: new version of asmack
4177009 was devrandom, 5 weeks ago, message: Add missing statement from
XEP-0198 patch
68aca46 was Nathan Freitas, 5 weeks ago, message: updated project
versions and sdks
02fbecd was Nathan Freitas, 5 weeks ago, message: fixed some string issues
5ccdc60 was Nathan Freitas, 5 weeks ago, message: updates for enabling
SMP challenge/resp UI
d952290 was Nathan Freitas, 5 weeks ago, message: Merge branch
'devrandom-smp'
29eee99 was devrandom, 7 weeks ago, message: XEP-0198 implementation
c65c100 was Nathan Freitas, 6 weeks ago, message: tuning new translated
strings
09867af was Nathan Freitas, 6 weeks ago, message: adding new translations
19c8021 was Nathan Freitas, 6 weeks ago, message: project files updates
0881be7 was Nathan Freitas, 6 weeks ago, message: fixed OTR manual mode
to be "as requested"
b9ec927 was Nathan Freitas, 6 weeks ago, message: updates string
resources from transifex
d6ba100 was Nathan Freitas, 6 weeks ago, message: Merge branch 'smp' of
https://github.com/devrandom/Gibberbot into devrandom-smp
23e873b was Dev Random, 6 weeks ago, message: Merge pull request #114
from devrandom/asmack
8c4f8af was Dev Random, 6 weeks ago, message: Merge pull request #115
from devrandom1/docs
15700d2 was devrandom, 6 weeks ago, message: Improve robolectric docs
bf1a37b was devrandom, 6 weeks ago, message: asmack jar built at
ac88fee3622c
4965571 was devrandom, 8 weeks ago, message: SMP fixes
163db86 was devrandom, 8 weeks ago, message: SMP integration
f2e2b29 was devrandom, 2 months ago, message: Port SMP from javaotr to otr4j


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iF4EAREIAAYFAk+KDI4ACgkQ0qzSA7N0y9KZ/QD/ckFe1ThaV/EVWfmWqGucMYyK
4WevWIUAxmVLC6nuhLAA+gOkLn73b3v7aXgSamJLg3bQw389pXKpnjzerKcoKcUy
=0tmt
-----END PGP SIGNATURE-----

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cypherpunks.ca/pipermail/otr-users/attachments/20120414/4168d8d1/attachment.html>
-------------- next part --------------
_______________________________________________
Guardian-dev mailing list

Post: Guardian-dev at lists.mayfirst.org
List info: https://lists.mayfirst.org/mailman/listinfo/guardian-dev

To Unsubscribe
        Send email to:  Guardian-dev-unsubscribe at lists.mayfirst.org
        Or visit: https://lists.mayfirst.org/mailman/options/guardian-dev/nathan%40guardianproject.info

You are subscribed as: nathan at guardianproject.info



More information about the OTR-users mailing list