Updated Google Summer of Code 2015 (markdown)

Dominik Schürmann 2015-02-12 15:05:15 +01:00
parent 3d5783b56e
commit aff593ad41
1 changed files with 9 additions and 5 deletions

@ -42,7 +42,7 @@ To help you meet your goals and so that your mentor can better evaluate your pro
* Track your progress and milestones on our [issue tracker](https://github.com/open-keychain/open-keychain/issues).
* Participate in discussions on our mailinglist
* Have a public OpenKeychain branch for your code to which you commit regularly. To this end, you will be granted write access to our repository after we accept your first pull request.
* Have a public OpenKeychain branch for your code to which you commit regularly. To this end, you will be granted write access to our repository after we accept your first larger pull request.
* You are encouraged to write blog posts for [our website](http://www.openkeychain.org).
Remember: we want you to succeed and we'd like you to stick around.
@ -53,23 +53,27 @@ Remember: we want you to succeed and we'd like you to stick around.
* NetCipher or similar library (OkHttp?) for proxy support and Tor support (shadowing keyserver requests -> more privacy?) (https://github.com/open-keychain/open-keychain/issues/1025)
* Fix pull to refresh with lib: https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh / https://github.com/baoyongzhang/android-PullRefreshLayout, or other
* Make pull to refresh a parallel sync with many threads
* Periodic refresh of keys using a setting, use existing SyncAdapter for periodic schedule
* Periodic sync of keys using a setting, use existing SyncAdapter for periodic schedule
* Replace KeyserverPreference with ListView implementation, redesign add and remove
* Verify that DNS support works
## Backup functionality
* timed reminder
* cloud/imap?
* Evaluate approaches
* https://github.com/jberkel/sms-backup-plus
* see Threema, Textsecure backup functionality
## p-25519 / eddsa support
* requies support from BouncyCastle, too
* requires support from BouncyCastle
* see Google's end-to-end
* see Internet-Draft http://www.ietf.org/id/draft-koch-eddsa-for-openpgp-01.txt
* see GnuPG implementation
## More unit tests
* Serious test coverage
* (UI optional)
## Better Material Design
## Tasker Plugin
## Keys in DNSSEC/DANE?