From 8bb63fc9cdb489f66427f30460e095fa2ef0c143 Mon Sep 17 00:00:00 2001 From: Joyce Yan Date: Sun, 13 Sep 2015 10:45:23 -0700 Subject: [PATCH] more minor changes --- signal.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/signal.html b/signal.html index 358f4a6..c4e3a3c 100644 --- a/signal.html +++ b/signal.html @@ -61,7 +61,10 @@

SIGNAL


Signal is an open source iOS messaging app that provides end-to-end encryption using the axolotl protocol and is one of several apps released by Open Whisper Systems, a non-profit free software foundation. Software developed by Open Whisper Systems has been used by protesters in the Arab Spring, endorsed by Edward Snowden, and is considered "catastrophic" by leaked internal NSA documents due to its robustness.

-

I specifically was working on refining features to prepare for the 2.0 launch. My contributions include implementing support for audio messages, incorporating the ability to invite friends to use Signal, and modifying an external UI library, JSQMessagesViewController. I walk through the iterative process I used for designing and implementing audio messages here. You can see the open source project (as well as my public contributions) here. You can also install Signal from the App Store here.

+

I specifically was working on refining features to prepare for the 2.0 launch. My contributions include implementing support for audio messages, incorporating the ability to invite friends to use Signal, and modifying an external UI library, JSQMessagesViewController.

+

My design process
+ The public GitHub project
+ Signal on the App Store.

Technologies Used: Objective-C