Skip to content

Commit

Permalink
more minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
joyceyan committed Sep 13, 2015
1 parent 783f503 commit 8bb63fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion signal.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@
<h3>SIGNAL</h3>
<hr>
<p>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.</p>
<p>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 <a href="signal_design.html" class="dashed-link">here</a>. You can see the open source project (as well as my public contributions) <a class="dashed-link" href="https://github.com/WhisperSystems/Signal-iOS">here</a>. You can also install Signal from the App Store <a class="dashed-link" href="https://itunes.apple.com/us/app/signal-private-messenger/id874139669">here</a>.</p>
<p>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.</p>
<p><a href="signal_design.html" class="dashed-link">My design process</a><br>
<a class="dashed-link" href="https://github.com/WhisperSystems/Signal-iOS">The public GitHub project</a><br>
<a class="dashed-link" href="https://itunes.apple.com/us/app/signal-private-messenger/id874139669">Signal on the App Store</a>.</p>
<p>Technologies Used: Objective-C</p>
</div>
</div>
Expand Down

0 comments on commit 8bb63fc

Please sign in to comment.